Skip to content

Commit 5d171d3

Browse files
Itai GendlerItai Gendler
authored andcommitted
Rename entrypoint file name to codefresh
1 parent 3419193 commit 5d171d3

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed
File renamed without changes.

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ const annotate = new Command({
1515
.option('status', {
1616
describe: 'Workflow status',
1717
alias: 's',
18-
choices: ['pending', 'elected', 'running', 'error', 'success'],
18+
choices: ['pending', 'elected', 'running', 'error', 'success', 'terminating', 'terminated'],
1919
required: true,
2020
})
21-
.option('descriptive', {
21+
.option('debug', {
2222
alias: 'd',
23-
describe: 'Show descriptive output until the condition will be met',
23+
describe: 'Show debug output until the condition will be met',
2424
})
2525
.option('timeout', {
2626
alias: 't',

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codefresh",
3-
"version": "0.4.6",
3+
"version": "0.4.7",
44
"description": "Codefresh command line utility",
55
"main": "index.js",
66
"preferGlobal": true,
@@ -11,7 +11,7 @@
1111
"pkg": "pkg . -t node9-macos-x64,node9-macos-x86,node9-linux-x64,node9-linux-x86,node9-win-x64,node9-win-x86 --out-path ./dist"
1212
},
1313
"bin": {
14-
"codefresh": "./lib/interface/cli/index.js"
14+
"codefresh": "./lib/interface/cli/codefresh"
1515
},
1616
"repository": "git+https://github.com/codefresh-io/cli.git",
1717
"keywords": [

0 commit comments

Comments
 (0)