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({
88 root : true ,
99 command : 'create' ,
1010 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\'' ,
1212 webDocs : {
1313 description : 'Create a resource from a file, directory or url' ,
1414 category : 'Operate On Resources' ,
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ const get = new Command({
99 root : true ,
1010 command : 'delete' ,
1111 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\'' ,
1313 webDocs : {
1414 description : 'Delete a resource from a file, directory or url' ,
1515 category : 'Operate On Resources' ,
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ const annotate = new Command({
88 root : true ,
99 command : 'replace' ,
1010 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\'' ,
1212 webDocs : {
1313 description : 'Replace a resource from a file, directory or url' ,
1414 category : 'Operate On Resources' ,
Original file line number Diff line number Diff line change 11{
22 "name" : " codefresh" ,
3- "version" : " 0.8.62 " ,
3+ "version" : " 0.8.63 " ,
44 "description" : " Codefresh command line utility" ,
55 "main" : " index.js" ,
66 "preferGlobal" : true ,
You can’t perform that action at this time.
0 commit comments