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 3dee6d1 commit 3166c11Copy full SHA for 3166c11
lib/interface/cli/commad-line-interface.js
@@ -60,7 +60,7 @@ async function startCommandLine() {
60
});
61
62
return yargs // eslint-disable-line
63
- .env('')
+ .env('CF_ARG_') // this means that every process.env.CF_ARG_* will be passed to argv
64
.option('cfconfig', {
65
describe: `Custom path for authentication contexts config file (default: ${DEFAULTS.CFCONFIG})`,
66
global: false,
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "codefresh",
3
- "version": "0.19.1",
+ "version": "0.19.2",
4
"description": "Codefresh command line utility",
5
"main": "index.js",
6
"preferGlobal": true,
0 commit comments