File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
lib/interface/cli/commands
systemRuntimeEnvironments Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ const command = new Command({
1313 description : 'apply changes to runtime-environments resource' ,
1414 usage : 'Use apply to patch an existing context' ,
1515 webDocs : {
16- category : 'Runtime-Environments (On Prem) ' ,
16+ category : 'Runtime-Environments' ,
1717 title : 'Apply Runtime-Environments' ,
1818 weight : 90 ,
1919 } ,
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ const command = new Command({
3737 parent : createRoot ,
3838 description : 'Create a runtime environment' ,
3939 webDocs : {
40- category : 'Runtime-Environments (On Prem) ' ,
40+ category : 'Runtime-Environments' ,
4141 title : 'Create Runtime-Environments' ,
4242 weight : 100 ,
4343 } ,
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ const command = new Command({
1313 parent : diffRoot ,
1414 description : 'Show diff between two runtime environments configuration' ,
1515 webDocs : {
16- category : 'Runtime-Environments (On Prem) ' ,
16+ category : 'Runtime-Environments' ,
1717 title : 'Diff Runtime-Environments' ,
1818 } ,
1919 builder : ( yargs ) => {
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ const command = new Command({
1414 onPremCommand : true ,
1515 usage : 'Use apply to patch an existing context' ,
1616 webDocs : {
17- category : 'System Runtime-Environments (On Prem) ' ,
17+ category : 'System Runtime-Environments' ,
1818 title : 'Apply System Runtime-Environments' ,
1919 weight : 90 ,
2020 } ,
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ const command = new Command({
1414 description : 'Show diff between two runtime environments configuration' ,
1515 onPremCommand : true ,
1616 webDocs : {
17- category : 'System Runtime-Environments (On Prem) ' ,
17+ category : 'System Runtime-Environments' ,
1818 title : 'Diff System Runtime-Environments' ,
1919 } ,
2020 builder : ( yargs ) => {
Original file line number Diff line number Diff line change 11{
22 "name" : " codefresh" ,
3- "version" : " 0.9.6 " ,
3+ "version" : " 0.9.7 " ,
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