We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a47b7c commit 32424dfCopy full SHA for 32424df
lib/interface/cli/commands/tokens/create.cmd.js
@@ -21,7 +21,7 @@ const command = new Command({
21
describe: 'name of the token subject',
22
required: true,
23
})
24
- .options('type', {
+ .option('type', {
25
describe: 'Type of the subject',
26
default: 'runtime-environment',
27
options: ['runtime-environment'],
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "codefresh",
3
- "version": "0.9.13",
+ "version": "0.9.14",
4
"description": "Codefresh command line utility",
5
"main": "index.js",
6
"preferGlobal": true,
0 commit comments