Skip to content

Commit 32424df

Browse files
author
yaroslav-codefresh
committed
fix docs generation for create token command + update version
1 parent 7a47b7c commit 32424df

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/interface/cli/commands/tokens/create.cmd.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const command = new Command({
2121
describe: 'name of the token subject',
2222
required: true,
2323
})
24-
.options('type', {
24+
.option('type', {
2525
describe: 'Type of the subject',
2626
default: 'runtime-environment',
2727
options: ['runtime-environment'],

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.9.13",
3+
"version": "0.9.14",
44
"description": "Codefresh command line utility",
55
"main": "index.js",
66
"preferGlobal": true,

0 commit comments

Comments
 (0)