Skip to content

Commit 5ed0fba

Browse files
author
Oleg Sucharevich
authored
do not require resource-name flag in secret-store contexts (#436)
1 parent c80d908 commit 5ed0fba

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

lib/interface/cli/commands/context/create/secret-store/types/kubernetes-runtime.cmd.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ const command = new Command({
2929
})
3030
.option('resource-name', {
3131
describe: 'Name of the resource in Kubernetes',
32-
required: true,
3332
});
3433
return yargs;
3534
},

lib/interface/cli/commands/context/create/secret-store/types/kubernetes.cmd.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ const command = new Command({
3333
})
3434
.option('resource-name', {
3535
describe: 'Name of the resource in Kubernetes',
36-
required: true,
3736
});
3837
return yargs;
3938
},

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codefresh",
3-
"version": "0.51.0",
3+
"version": "0.52.0",
44
"description": "Codefresh command line utility",
55
"main": "index.js",
66
"preferGlobal": true,

0 commit comments

Comments
 (0)