File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
lib/interface/cli/commands/root Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ const get = new Command({
8
8
root : true ,
9
9
command : 'create' ,
10
10
description : 'Create a resource from a file or stdin' ,
11
- usage : 'Supported resources: \n\t\'context\'\n\t\'pipeline-v2 \'' ,
11
+ usage : 'Supported resources: \n\t\'context\'\n\t\'pipeline\'' ,
12
12
webDocs : {
13
13
description : 'Create a resource from a file, directory or url' ,
14
14
category : 'Operate On Resources' ,
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ const get = new Command({
9
9
root : true ,
10
10
command : 'delete' ,
11
11
description : 'Delete a resource by file or resource name' ,
12
- usage : 'Supported resources: \n\t\'Context\'\n\t\'Pipeline-v2 \'' ,
12
+ usage : 'Supported resources: \n\t\'Context\'\n\t\'Pipeline\'' ,
13
13
webDocs : {
14
14
description : 'Delete a resource from a file, directory or url' ,
15
15
category : 'Operate On Resources' ,
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ const annotate = new Command({
8
8
root : true ,
9
9
command : 'replace' ,
10
10
description : 'Replace a resource by filename' ,
11
- usage : 'Supported resources: \n\t\'Context\'\n\t\'Pipeline-v2 \'' ,
11
+ usage : 'Supported resources: \n\t\'Context\'\n\t\'Pipeline\'' ,
12
12
webDocs : {
13
13
description : 'Replace a resource from a file, directory or url' ,
14
14
category : 'Operate On Resources' ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " codefresh" ,
3
- "version" : " 0.8.62 " ,
3
+ "version" : " 0.8.63 " ,
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