mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-12 00:06:14 +00:00
Add CLI arg (#987)
This commit is contained in:
@@ -34,4 +34,4 @@
|
||||
"properties": {}
|
||||
},
|
||||
"extra_perms": {}
|
||||
}
|
||||
}
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user