Skip to content

Commit

Permalink
remove non init flag (#536)
Browse files Browse the repository at this point in the history
  • Loading branch information
oren-codefresh authored Jul 21, 2020
1 parent efe98d6 commit e43ac4b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions lib/interface/cli/commands/hybrid/init.cmd.js
Original file line number Diff line number Diff line change
Expand Up @@ -149,9 +149,6 @@ const initCmd = new Command({
.option('https-proxy', {
describe: 'https proxy to be used in the runner',
})
.option('non-interactive', {
describe: 'setting this flag will make the installation non interactive',
})
.option('verbose', {
describe: 'Print logs',
})
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.70.8",
"version": "0.70.9",
"description": "Codefresh command line utility",
"main": "index.js",
"preferGlobal": true,
Expand Down

0 comments on commit e43ac4b

Please sign in to comment.