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({
14
14
onPremCommand : true ,
15
15
usage : 'Use apply to patch an existing context' ,
16
16
webDocs : {
17
- category : 'System Runtime-Environments' ,
18
17
title : 'Apply System Runtime-Environments' ,
19
18
weight : 90 ,
20
19
} ,
Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ const command = new Command({
13
13
description : 'Delete a runtime-environment' ,
14
14
onPremCommand : true ,
15
15
webDocs : {
16
- category : 'System Runtime-Environments' ,
17
16
title : 'Delete System Runtime-Environments' ,
18
17
} ,
19
18
builder : ( yargs ) => {
Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ const command = new Command({
14
14
description : 'Show diff between two runtime environments configuration' ,
15
15
onPremCommand : true ,
16
16
webDocs : {
17
- category : 'System Runtime-Environments' ,
18
17
title : 'Diff System Runtime-Environments' ,
19
18
} ,
20
19
builder : ( yargs ) => {
Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ const command = new Command({
17
17
description : 'Get a runtime environments configuration' ,
18
18
onPremCommand : true ,
19
19
webDocs : {
20
- category : 'System Runtime-Environments' ,
21
20
title : 'Get System Runtime-Environments' ,
22
21
} ,
23
22
builder : ( yargs ) => {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " codefresh" ,
3
- "version" : " 0.9.10 " ,
3
+ "version" : " 0.9.11 " ,
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