Skip to content

Commit 39d477d

Browse files
SAAS-6896 (#437)
* SAAS-6896 * SAAS-6896
1 parent 5ed0fba commit 39d477d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/interface/cli/commands/workflow/wait.cmd.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const annotate = new Command({
2222
.option('status', {
2323
describe: 'Build status',
2424
alias: 's',
25-
choices: ['pending', 'elected', 'running', 'error', 'success', 'terminating', 'terminated'],
25+
choices: ['pending', 'elected', 'running', 'error', 'success', 'terminating', 'terminated', 'pending-approval', 'delayed'],
2626
default: 'success',
2727
required: true,
2828
})

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codefresh",
3-
"version": "0.52.0",
3+
"version": "0.52.1",
44
"description": "Codefresh command line utility",
55
"main": "index.js",
66
"preferGlobal": true,

0 commit comments

Comments
 (0)