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({
13
13
description : 'apply changes to runtime-environments resource' ,
14
14
usage : 'Use apply to patch an existing context' ,
15
15
webDocs : {
16
- category : 'Runtime-Environments (On Prem) ' ,
16
+ category : 'Runtime-Environments' ,
17
17
title : 'Apply Runtime-Environments' ,
18
18
weight : 90 ,
19
19
} ,
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ const command = new Command({
37
37
parent : createRoot ,
38
38
description : 'Create a runtime environment' ,
39
39
webDocs : {
40
- category : 'Runtime-Environments (On Prem) ' ,
40
+ category : 'Runtime-Environments' ,
41
41
title : 'Create Runtime-Environments' ,
42
42
weight : 100 ,
43
43
} ,
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ const command = new Command({
13
13
parent : diffRoot ,
14
14
description : 'Show diff between two runtime environments configuration' ,
15
15
webDocs : {
16
- category : 'Runtime-Environments (On Prem) ' ,
16
+ category : 'Runtime-Environments' ,
17
17
title : 'Diff Runtime-Environments' ,
18
18
} ,
19
19
builder : ( yargs ) => {
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ 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 (On Prem) ' ,
17
+ category : 'System Runtime-Environments' ,
18
18
title : 'Apply System Runtime-Environments' ,
19
19
weight : 90 ,
20
20
} ,
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ 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 (On Prem) ' ,
17
+ category : 'System Runtime-Environments' ,
18
18
title : 'Diff System Runtime-Environments' ,
19
19
} ,
20
20
builder : ( yargs ) => {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " codefresh" ,
3
- "version" : " 0.9.6 " ,
3
+ "version" : " 0.9.7 " ,
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