From 07bdc0799021be20255efee8bebaa1bc03bc5045 Mon Sep 17 00:00:00 2001 From: devstudio-release Date: Wed, 17 May 2023 15:01:51 -0400 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 091cdadc..821e9ee4 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.6.0-CI-df26-redhat/src/commands/cacert/export.ts)_ +_See code: [src/commands/cacert/export.ts](https://github.com/redhat-developer/devspaces-chectl/blob/v3.6.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.6.0-CI-df26-redhat/src/commands/dashboard/open.ts)_ +_See code: [src/commands/dashboard/open.ts](https://github.com/redhat-developer/devspaces-chectl/blob/v3.6.0-GA-redhat/src/commands/dashboard/open.ts)_ ## `dsc help [COMMANDS]` @@ -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.6.0-CI-df26-redhat/src/commands/server/debug.ts)_ +_See code: [src/commands/server/debug.ts](https://github.com/redhat-developer/devspaces-chectl/blob/v3.6.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.6.0-CI-df26-redhat/src/commands/server/delete.ts)_ +_See code: [src/commands/server/delete.ts](https://github.com/redhat-developer/devspaces-chectl/blob/v3.6.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.6.0-CI-df26-redhat/src/commands/server/deploy.ts)_ +_See code: [src/commands/server/deploy.ts](https://github.com/redhat-developer/devspaces-chectl/blob/v3.6.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.6.0-CI-df26-redhat/src/commands/server/logs.ts)_ +_See code: [src/commands/server/logs.ts](https://github.com/redhat-developer/devspaces-chectl/blob/v3.6.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.6.0-CI-df26-redhat/src/commands/server/start.ts)_ +_See code: [src/commands/server/start.ts](https://github.com/redhat-developer/devspaces-chectl/blob/v3.6.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.6.0-CI-df26-redhat/src/commands/server/status.ts)_ +_See code: [src/commands/server/status.ts](https://github.com/redhat-developer/devspaces-chectl/blob/v3.6.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.6.0-CI-df26-redhat/src/commands/server/stop.ts)_ +_See code: [src/commands/server/stop.ts](https://github.com/redhat-developer/devspaces-chectl/blob/v3.6.0-GA-redhat/src/commands/server/stop.ts)_ ## `dsc server:update` @@ -454,7 +454,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.6.0-CI-df26-redhat/src/commands/server/update.ts)_ +_See code: [src/commands/server/update.ts](https://github.com/redhat-developer/devspaces-chectl/blob/v3.6.0-GA-redhat/src/commands/server/update.ts)_ ## `dsc update [CHANNEL]` diff --git a/package.json b/package.json index 908cda5b..334deb57 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dsc", - "version": "3.6.0-CI-redhat", + "version": "3.6.0-GA-redhat", "description": "Red Hat OpenShift Dev Spaces CLI", "keywords": [ "oclif"