Skip to content

Commit 7323fef

Browse files
Itai GendlerItai Gendler
authored andcommitted
Add support to filter builds by status pending and elected
1 parent e4a35a8 commit 7323fef

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
@@ -34,7 +34,7 @@ const command = new Command({
3434
.option('status', {
3535
describe: 'Filter results by statuses',
3636
type: Array,
37-
choices: ['error', 'running', 'success', 'terminated'],
37+
choices: ['pending', 'elected', 'error', 'running', 'success', 'terminated'],
3838
})
3939
.option('trigger', {
4040
describe: 'Filter results by triggers',

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

0 commit comments

Comments
 (0)