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({
20
20
. option ( 'runtimes' , {
21
21
describe : 'Names of the runtime-environment to be used as secret store' ,
22
22
type : 'array' ,
23
+ alias : 'runtime' ,
23
24
default : [ '*' ] ,
24
25
} )
25
26
. option ( 'resource-type' , {
@@ -35,7 +36,7 @@ const command = new Command({
35
36
handler : async ( argv ) => {
36
37
let runtimes = [ ] ;
37
38
if ( argv . runtime ) {
38
- runtimes = argv . runtime ;
39
+ runtimes = argv . runtimes ;
39
40
}
40
41
const data = {
41
42
apiVersion : 'v1' ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " codefresh" ,
3
- "version" : " 0.52.4 " ,
3
+ "version" : " 0.52.5 " ,
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