Skip to content

Commit

Permalink
Deprecate batch command in favor of API version (#337)
Browse files Browse the repository at this point in the history
  • Loading branch information
feedmeapples authored Nov 21, 2022
1 parent a067692 commit c885bcc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cli_curr/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -162,12 +162,12 @@ func NewCliApp() *cli.App {
},
{
Name: "batch",
Usage: "Batch operation on a list of workflows from query",
Usage: "Batch operation on a list of workflows from query (deprecated)",
Subcommands: newBatchCommands(),
},
{
Name: "batch-v2",
Usage: "Batch operation on a list of workflows from query",
Usage: "Operate on batch jobs. Use workflow commands with --query flag to start batch job",
Subcommands: newBatchV2Commands(),
},
{
Expand Down

0 comments on commit c885bcc

Please sign in to comment.