Skip to content

Commit a1096d8

Browse files
remove sys-re from cli docs + update version (#256)
1 parent f57489a commit a1096d8

File tree

5 files changed

+1
-5
lines changed

5 files changed

+1
-5
lines changed

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

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

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

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

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

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

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

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

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.10",
3+
"version": "0.9.11",
44
"description": "Codefresh command line utility",
55
"main": "index.js",
66
"preferGlobal": true,

0 commit comments

Comments
 (0)