Add CLI arg (#987)

This commit is contained in:
Kai Jellinghaus
2022-12-04 13:24:46 +01:00
committed by GitHub
parent aa3a354304
commit d490680fb7
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -34,4 +34,4 @@
"properties": {}
},
"extra_perms": {}
}
}
+4
View File
@@ -22,6 +22,10 @@ const command = new Command()
"--workspace <workspace:string>",
"Specify the target workspace. This overrides the default workspace.",
)
.globalOption(
"--token <token:string>",
"Specify an API token. This will override any stored token.",
)
.version(VERSION)
.command("flow", flow)
.command("script", script)