File tree Expand file tree Collapse file tree 5 files changed +1
-5
lines changed
lib/interface/cli/commands/systemRuntimeEnvironments Expand file tree Collapse file tree 5 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ const command = new Command({
1414 onPremCommand : true ,
1515 usage : 'Use apply to patch an existing context' ,
1616 webDocs : {
17- category : 'System Runtime-Environments' ,
1817 title : 'Apply System Runtime-Environments' ,
1918 weight : 90 ,
2019 } ,
Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ const command = new Command({
1313 description : 'Delete a runtime-environment' ,
1414 onPremCommand : true ,
1515 webDocs : {
16- category : 'System Runtime-Environments' ,
1716 title : 'Delete System Runtime-Environments' ,
1817 } ,
1918 builder : ( yargs ) => {
Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ const command = new Command({
1414 description : 'Show diff between two runtime environments configuration' ,
1515 onPremCommand : true ,
1616 webDocs : {
17- category : 'System Runtime-Environments' ,
1817 title : 'Diff System Runtime-Environments' ,
1918 } ,
2019 builder : ( yargs ) => {
Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ const command = new Command({
1717 description : 'Get a runtime environments configuration' ,
1818 onPremCommand : true ,
1919 webDocs : {
20- category : 'System Runtime-Environments' ,
2120 title : 'Get System Runtime-Environments' ,
2221 } ,
2322 builder : ( yargs ) => {
Original file line number Diff line number Diff line change 11{
22 "name" : " codefresh" ,
3- "version" : " 0.9.10 " ,
3+ "version" : " 0.9.11 " ,
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