From e43ac4b360eb09b5bb7afd2e32dcd0248d8ce21e Mon Sep 17 00:00:00 2001 From: oren-codefresh Date: Tue, 21 Jul 2020 17:57:04 +0300 Subject: [PATCH] remove non init flag (#536) --- lib/interface/cli/commands/hybrid/init.cmd.js | 3 --- package.json | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/lib/interface/cli/commands/hybrid/init.cmd.js b/lib/interface/cli/commands/hybrid/init.cmd.js index d1b1d2828..56461160a 100644 --- a/lib/interface/cli/commands/hybrid/init.cmd.js +++ b/lib/interface/cli/commands/hybrid/init.cmd.js @@ -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', }) diff --git a/package.json b/package.json index 4fc12ddc1..99e089919 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codefresh", - "version": "0.70.8", + "version": "0.70.9", "description": "Codefresh command line utility", "main": "index.js", "preferGlobal": true,