We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efe98d6 commit e43ac4bCopy full SHA for e43ac4b
lib/interface/cli/commands/hybrid/init.cmd.js
@@ -149,9 +149,6 @@ const initCmd = new Command({
149
.option('https-proxy', {
150
describe: 'https proxy to be used in the runner',
151
})
152
- .option('non-interactive', {
153
- describe: 'setting this flag will make the installation non interactive',
154
- })
155
.option('verbose', {
156
describe: 'Print logs',
157
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "codefresh",
3
- "version": "0.70.8",
+ "version": "0.70.9",
4
"description": "Codefresh command line utility",
5
"main": "index.js",
6
"preferGlobal": true,
0 commit comments