Skip to content

Commit

Permalink
Add support to filter builds by status pending and elected
Browse files Browse the repository at this point in the history
  • Loading branch information
Itai Gendler authored and Itai Gendler committed Feb 13, 2018
1 parent e4a35a8 commit 7323fef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/interface/cli/commands/workflow/get.cmd.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const command = new Command({
.option('status', {
describe: 'Filter results by statuses',
type: Array,
choices: ['error', 'running', 'success', 'terminated'],
choices: ['pending', 'elected', 'error', 'running', 'success', 'terminated'],
})
.option('trigger', {
describe: 'Filter results by triggers',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "codefresh",
"version": "0.8.17",
"version": "0.8.18",
"description": "Codefresh command line utility",
"main": "index.js",
"preferGlobal": true,
Expand Down

0 comments on commit 7323fef

Please sign in to comment.