File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
lib/interface/cli/commands/context/create/secret-store/types Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ const command = new Command({
2020 . option ( 'runtimes' , {
2121 describe : 'Names of the runtime-environment to be used as secret store' ,
2222 type : 'array' ,
23+ alias : 'runtime' ,
2324 default : [ '*' ] ,
2425 } )
2526 . option ( 'resource-type' , {
@@ -35,7 +36,7 @@ const command = new Command({
3536 handler : async ( argv ) => {
3637 let runtimes = [ ] ;
3738 if ( argv . runtime ) {
38- runtimes = argv . runtime ;
39+ runtimes = argv . runtimes ;
3940 }
4041 const data = {
4142 apiVersion : 'v1' ,
Original file line number Diff line number Diff line change 11{
22 "name" : " codefresh" ,
3- "version" : " 0.52.4 " ,
3+ "version" : " 0.52.5 " ,
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