You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
When I run this, I'd like to know
whether the batch job started (it didn't)
if not, how to get it to start (add rest of required options)
$ tctl batch start --query "ExecutionStatus != 'foo'" --batch-type terminate --yes
NAME:
tctl batch start - Start a batch operation job
USAGE:
tctl batch start [command options] [arguments...]
OPTIONS:
--query value, -q value Query to get workflows for being executed this batch operation
--reason value, -r value Reason to run this batch job
--batch-type value, --bt value Types supported: terminate,cancel,signal
--signal-name value, --sn value Required for batch signal
--input value, -i value Optional input of signal
--rps value RPS of processing (default: 50)
--yes Optional flag to disable confirmation prompt (default: false)
--help, -h show help (default: false)
Describe the solution you'd like
whether the batch job started (it didn't)
perhaps it is universally enough understood that printing usage means the command didn't work?
if not, how to get it to start (add rest of required options)
Is your feature request related to a problem? Please describe.
When I run this, I'd like to know
Describe the solution you'd like
perhaps it is universally enough understood that printing usage means the command didn't work?
The text was updated successfully, but these errors were encountered: