Skip to content

Commit 652d407

Browse files
committed
Fix runtime environment documentation
1 parent 49ecaf5 commit 652d407

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

lib/interface/cli/commands/runtimeEnvironments/apply.cmd.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
},

lib/interface/cli/commands/runtimeEnvironments/create.cmd.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
},

lib/interface/cli/commands/runtimeEnvironments/diff.cmd.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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) => {

lib/interface/cli/commands/systemRuntimeEnvironments/apply.cmd.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
},

lib/interface/cli/commands/systemRuntimeEnvironments/diff.cmd.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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) => {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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,

0 commit comments

Comments
 (0)