File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ async function startCommandLine() {
62
62
63
63
return yargs // eslint-disable-line
64
64
. env ( '' )
65
- . options ( 'cfconfig' , {
65
+ . option ( 'cfconfig' , {
66
66
describe : `Custom path for authentication contexts config file (default: ${ DEFAULTS . CFCONFIG } )` ,
67
67
global : false ,
68
68
} )
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ const auth = new Command({
20
20
} ,
21
21
builder : ( yargs ) => {
22
22
return yargs
23
- . options ( 'cfconfig' , {
23
+ . option ( 'cfconfig' , {
24
24
describe : `Custom path for authentication contexts config file (default: '${ DEFAULTS . CFCONFIG } ')` ,
25
25
global : true ,
26
26
} )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " codefresh" ,
3
- "version" : " 0.17.1 " ,
3
+ "version" : " 0.17.2 " ,
4
4
"description" : " Codefresh command line utility" ,
5
5
"main" : " index.js" ,
6
6
"preferGlobal" : true ,
You can’t perform that action at this time.
0 commit comments