Skip to content

Commit e43ac4b

Browse files
remove non init flag (#536)
1 parent efe98d6 commit e43ac4b

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

lib/interface/cli/commands/hybrid/init.cmd.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -149,9 +149,6 @@ const initCmd = new Command({
149149
.option('https-proxy', {
150150
describe: 'https proxy to be used in the runner',
151151
})
152-
.option('non-interactive', {
153-
describe: 'setting this flag will make the installation non interactive',
154-
})
155152
.option('verbose', {
156153
describe: 'Print logs',
157154
})

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

0 commit comments

Comments
 (0)