Skip to content

Commit 5b7c3e5

Browse files
support ability to filter builds by 'delayed' status (#355)
1 parent 2fefb9b commit 5b7c3e5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ const command = new Command({
3737
alias: 's',
3838
describe: 'Filter results by statuses',
3939
type: Array,
40-
choices: ['pending', 'elected', 'error', 'running', 'success', 'terminated', 'terminating', 'pending-approval'],
40+
choices: ['running', 'success', 'error', 'terminated', 'terminating', 'pending-approval', 'delayed', 'pending', 'elected'],
4141
})
4242
.option('trigger', {
4343
alias: 't',

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.30.1",
3+
"version": "0.31.0",
44
"description": "Codefresh command line utility",
55
"main": "index.js",
66
"preferGlobal": true,

0 commit comments

Comments
 (0)