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() {
6262
6363 return yargs // eslint-disable-line
6464 . env ( '' )
65- . options ( 'cfconfig' , {
65+ . option ( 'cfconfig' , {
6666 describe : `Custom path for authentication contexts config file (default: ${ DEFAULTS . CFCONFIG } )` ,
6767 global : false ,
6868 } )
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ const auth = new Command({
2020 } ,
2121 builder : ( yargs ) => {
2222 return yargs
23- . options ( 'cfconfig' , {
23+ . option ( 'cfconfig' , {
2424 describe : `Custom path for authentication contexts config file (default: '${ DEFAULTS . CFCONFIG } ')` ,
2525 global : true ,
2626 } )
Original file line number Diff line number Diff line change 11{
22 "name" : " codefresh" ,
3- "version" : " 0.17.1 " ,
3+ "version" : " 0.17.2 " ,
44 "description" : " Codefresh command line utility" ,
55 "main" : " index.js" ,
66 "preferGlobal" : true ,
You can’t perform that action at this time.
0 commit comments