Skip to content

Commit da6e22d

Browse files
author
yaroslav-codefresh
committed
fix choices for ctx
1 parent 74bd6b0 commit da6e22d

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

lib/interface/cli/commands/context/get.cmd.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,10 @@ const command = new Command({
2222
})
2323
.option('type', {
2424
describe: 'Context type',
25-
choices: ['config', 'secret', 'helm-repository', 'yaml', 'secret-yaml', 'git'],
25+
choices: [
26+
'config', 'git.bitbucket-server', 'git.bitbucket', 'git.github', 'git.gitlab',
27+
'git.stash', 'helm-repository', 'secret-yaml', 'secret', 'storage.gc', 'storage.s3', 'yaml',
28+
],
2629
})
2730
.option('decrypt', {
2831
describe: 'Either to show decoded credentials or not',

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

0 commit comments

Comments
 (0)