From 4e5a21b8e326ea8a27656448747676ca3320c437 Mon Sep 17 00:00:00 2001 From: devstudio-release Date: Tue, 7 Feb 2023 10:53:52 -0500 Subject: [PATCH] ci: [update] package.json + README.md Signed-off-by: devstudio-release --- README.md | 20 ++++++++++---------- package.json | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 92c5411b..46d7d0cf 100644 --- a/README.md +++ b/README.md @@ -114,7 +114,7 @@ OPTIONS Enable or disable telemetry. This flag skips a prompt and enable/disable telemetry ``` -_See code: [src/commands/cacert/export.ts](https://github.com/redhat-developer/devspaces-chectl/blob/v3.4.0-CI-603d-redhat/src/commands/cacert/export.ts)_ +_See code: [src/commands/cacert/export.ts](https://github.com/redhat-developer/devspaces-chectl/blob/v3.4.0-GA-redhat/src/commands/cacert/export.ts)_ ## `dsc dashboard:open` @@ -130,7 +130,7 @@ OPTIONS --telemetry=on|off Enable or disable telemetry. This flag skips a prompt and enable/disable telemetry ``` -_See code: [src/commands/dashboard/open.ts](https://github.com/redhat-developer/devspaces-chectl/blob/v3.4.0-CI-603d-redhat/src/commands/dashboard/open.ts)_ +_See code: [src/commands/dashboard/open.ts](https://github.com/redhat-developer/devspaces-chectl/blob/v3.4.0-GA-redhat/src/commands/dashboard/open.ts)_ ## `dsc help [COMMAND]` @@ -165,7 +165,7 @@ OPTIONS --telemetry=on|off Enable or disable telemetry. This flag skips a prompt and enable/disable telemetry ``` -_See code: [src/commands/server/debug.ts](https://github.com/redhat-developer/devspaces-chectl/blob/v3.4.0-CI-603d-redhat/src/commands/server/debug.ts)_ +_See code: [src/commands/server/debug.ts](https://github.com/redhat-developer/devspaces-chectl/blob/v3.4.0-GA-redhat/src/commands/server/debug.ts)_ ## `dsc server:delete` @@ -193,7 +193,7 @@ OPTIONS --telemetry=on|off Enable or disable telemetry. This flag skips a prompt and enable/disable telemetry ``` -_See code: [src/commands/server/delete.ts](https://github.com/redhat-developer/devspaces-chectl/blob/v3.4.0-CI-603d-redhat/src/commands/server/delete.ts)_ +_See code: [src/commands/server/delete.ts](https://github.com/redhat-developer/devspaces-chectl/blob/v3.4.0-GA-redhat/src/commands/server/delete.ts)_ ## `dsc server:deploy` @@ -322,7 +322,7 @@ OPTIONS persistent volume(s) storage class name to use to store Red Hat OpenShift Dev Spaces workspaces data ``` -_See code: [src/commands/server/deploy.ts](https://github.com/redhat-developer/devspaces-chectl/blob/v3.4.0-CI-603d-redhat/src/commands/server/deploy.ts)_ +_See code: [src/commands/server/deploy.ts](https://github.com/redhat-developer/devspaces-chectl/blob/v3.4.0-GA-redhat/src/commands/server/deploy.ts)_ ## `dsc server:logs` @@ -340,7 +340,7 @@ OPTIONS --telemetry=on|off Enable or disable telemetry. This flag skips a prompt and enable/disable telemetry ``` -_See code: [src/commands/server/logs.ts](https://github.com/redhat-developer/devspaces-chectl/blob/v3.4.0-CI-603d-redhat/src/commands/server/logs.ts)_ +_See code: [src/commands/server/logs.ts](https://github.com/redhat-developer/devspaces-chectl/blob/v3.4.0-GA-redhat/src/commands/server/logs.ts)_ ## `dsc server:start` @@ -374,7 +374,7 @@ OPTIONS enable/disable telemetry ``` -_See code: [src/commands/server/start.ts](https://github.com/redhat-developer/devspaces-chectl/blob/v3.4.0-CI-603d-redhat/src/commands/server/start.ts)_ +_See code: [src/commands/server/start.ts](https://github.com/redhat-developer/devspaces-chectl/blob/v3.4.0-GA-redhat/src/commands/server/start.ts)_ ## `dsc server:status` @@ -390,7 +390,7 @@ OPTIONS --telemetry=on|off Enable or disable telemetry. This flag skips a prompt and enable/disable telemetry ``` -_See code: [src/commands/server/status.ts](https://github.com/redhat-developer/devspaces-chectl/blob/v3.4.0-CI-603d-redhat/src/commands/server/status.ts)_ +_See code: [src/commands/server/status.ts](https://github.com/redhat-developer/devspaces-chectl/blob/v3.4.0-GA-redhat/src/commands/server/status.ts)_ ## `dsc server:stop` @@ -407,7 +407,7 @@ OPTIONS --telemetry=on|off Enable or disable telemetry. This flag skips a prompt and enable/disable telemetry ``` -_See code: [src/commands/server/stop.ts](https://github.com/redhat-developer/devspaces-chectl/blob/v3.4.0-CI-603d-redhat/src/commands/server/stop.ts)_ +_See code: [src/commands/server/stop.ts](https://github.com/redhat-developer/devspaces-chectl/blob/v3.4.0-GA-redhat/src/commands/server/stop.ts)_ ## `dsc server:update` @@ -455,7 +455,7 @@ EXAMPLES dsc server:update --che-operator-cr-patch-yaml patch.yaml ``` -_See code: [src/commands/server/update.ts](https://github.com/redhat-developer/devspaces-chectl/blob/v3.4.0-CI-603d-redhat/src/commands/server/update.ts)_ +_See code: [src/commands/server/update.ts](https://github.com/redhat-developer/devspaces-chectl/blob/v3.4.0-GA-redhat/src/commands/server/update.ts)_ ## `dsc update [CHANNEL]` diff --git a/package.json b/package.json index a79d7220..d262babd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dsc", - "version": "3.4.0-CI-redhat", + "version": "3.4.0-GA-redhat", "description": "Red Hat OpenShift Dev Spaces CLI", "keywords": [ "oclif"