Skip to content

Commit ef8ff50

Browse files
ci: [update] package.json + README.md
Signed-off-by: devstudio-release <[email protected]>
1 parent 81a8396 commit ef8ff50

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ OPTIONS
114114
Enable or disable telemetry. This flag skips a prompt and enable/disable telemetry
115115
```
116116

117-
_See code: [src/commands/cacert/export.ts](https://github.com/redhat-developer/devspaces-chectl/blob/v3.5.0-CI-f84d0-redhat/src/commands/cacert/export.ts)_
117+
_See code: [src/commands/cacert/export.ts](https://github.com/redhat-developer/devspaces-chectl/blob/v3.5.0-GA-redhat/src/commands/cacert/export.ts)_
118118

119119
## `dsc dashboard:open`
120120

@@ -130,7 +130,7 @@ OPTIONS
130130
--telemetry=on|off Enable or disable telemetry. This flag skips a prompt and enable/disable telemetry
131131
```
132132

133-
_See code: [src/commands/dashboard/open.ts](https://github.com/redhat-developer/devspaces-chectl/blob/v3.5.0-CI-f84d0-redhat/src/commands/dashboard/open.ts)_
133+
_See code: [src/commands/dashboard/open.ts](https://github.com/redhat-developer/devspaces-chectl/blob/v3.5.0-GA-redhat/src/commands/dashboard/open.ts)_
134134

135135
## `dsc help [COMMANDS]`
136136

@@ -165,7 +165,7 @@ OPTIONS
165165
--telemetry=on|off Enable or disable telemetry. This flag skips a prompt and enable/disable telemetry
166166
```
167167

168-
_See code: [src/commands/server/debug.ts](https://github.com/redhat-developer/devspaces-chectl/blob/v3.5.0-CI-f84d0-redhat/src/commands/server/debug.ts)_
168+
_See code: [src/commands/server/debug.ts](https://github.com/redhat-developer/devspaces-chectl/blob/v3.5.0-GA-redhat/src/commands/server/debug.ts)_
169169

170170
## `dsc server:delete`
171171

@@ -193,7 +193,7 @@ OPTIONS
193193
--telemetry=on|off Enable or disable telemetry. This flag skips a prompt and enable/disable telemetry
194194
```
195195

196-
_See code: [src/commands/server/delete.ts](https://github.com/redhat-developer/devspaces-chectl/blob/v3.5.0-CI-f84d0-redhat/src/commands/server/delete.ts)_
196+
_See code: [src/commands/server/delete.ts](https://github.com/redhat-developer/devspaces-chectl/blob/v3.5.0-GA-redhat/src/commands/server/delete.ts)_
197197

198198
## `dsc server:deploy`
199199

@@ -325,7 +325,7 @@ OPTIONS
325325
persistent volume(s) storage class name to use to store Red Hat OpenShift Dev Spaces workspaces data
326326
```
327327

328-
_See code: [src/commands/server/deploy.ts](https://github.com/redhat-developer/devspaces-chectl/blob/v3.5.0-CI-f84d0-redhat/src/commands/server/deploy.ts)_
328+
_See code: [src/commands/server/deploy.ts](https://github.com/redhat-developer/devspaces-chectl/blob/v3.5.0-GA-redhat/src/commands/server/deploy.ts)_
329329

330330
## `dsc server:logs`
331331

@@ -343,7 +343,7 @@ OPTIONS
343343
--telemetry=on|off Enable or disable telemetry. This flag skips a prompt and enable/disable telemetry
344344
```
345345

346-
_See code: [src/commands/server/logs.ts](https://github.com/redhat-developer/devspaces-chectl/blob/v3.5.0-CI-f84d0-redhat/src/commands/server/logs.ts)_
346+
_See code: [src/commands/server/logs.ts](https://github.com/redhat-developer/devspaces-chectl/blob/v3.5.0-GA-redhat/src/commands/server/logs.ts)_
347347

348348
## `dsc server:start`
349349

@@ -377,7 +377,7 @@ OPTIONS
377377
enable/disable telemetry
378378
```
379379

380-
_See code: [src/commands/server/start.ts](https://github.com/redhat-developer/devspaces-chectl/blob/v3.5.0-CI-f84d0-redhat/src/commands/server/start.ts)_
380+
_See code: [src/commands/server/start.ts](https://github.com/redhat-developer/devspaces-chectl/blob/v3.5.0-GA-redhat/src/commands/server/start.ts)_
381381

382382
## `dsc server:status`
383383

@@ -393,7 +393,7 @@ OPTIONS
393393
--telemetry=on|off Enable or disable telemetry. This flag skips a prompt and enable/disable telemetry
394394
```
395395

396-
_See code: [src/commands/server/status.ts](https://github.com/redhat-developer/devspaces-chectl/blob/v3.5.0-CI-f84d0-redhat/src/commands/server/status.ts)_
396+
_See code: [src/commands/server/status.ts](https://github.com/redhat-developer/devspaces-chectl/blob/v3.5.0-GA-redhat/src/commands/server/status.ts)_
397397

398398
## `dsc server:stop`
399399

@@ -410,7 +410,7 @@ OPTIONS
410410
--telemetry=on|off Enable or disable telemetry. This flag skips a prompt and enable/disable telemetry
411411
```
412412

413-
_See code: [src/commands/server/stop.ts](https://github.com/redhat-developer/devspaces-chectl/blob/v3.5.0-CI-f84d0-redhat/src/commands/server/stop.ts)_
413+
_See code: [src/commands/server/stop.ts](https://github.com/redhat-developer/devspaces-chectl/blob/v3.5.0-GA-redhat/src/commands/server/stop.ts)_
414414

415415
## `dsc server:update`
416416

@@ -458,7 +458,7 @@ EXAMPLES
458458
dsc server:update --che-operator-cr-patch-yaml patch.yaml
459459
```
460460

461-
_See code: [src/commands/server/update.ts](https://github.com/redhat-developer/devspaces-chectl/blob/v3.5.0-CI-f84d0-redhat/src/commands/server/update.ts)_
461+
_See code: [src/commands/server/update.ts](https://github.com/redhat-developer/devspaces-chectl/blob/v3.5.0-GA-redhat/src/commands/server/update.ts)_
462462

463463
## `dsc update [CHANNEL]`
464464

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dsc",
3-
"version": "3.5.0-CI-redhat",
3+
"version": "3.5.0-GA-redhat",
44
"description": "Red Hat OpenShift Dev Spaces CLI",
55
"keywords": [
66
"oclif"

0 commit comments

Comments
 (0)