Skip to content

Commit

Permalink
ci: [update] package.json + README.md
Browse files Browse the repository at this point in the history
Signed-off-by: devstudio-release <nickboldt+devstudio-release@gmail.com>
  • Loading branch information
devstudio-release committed Aug 29, 2023
1 parent 9e413a3 commit 343cdb9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.8.0-CI-97e8b-redhat/src/commands/cacert/export.ts)_
_See code: [src/commands/cacert/export.ts](https://github.com/redhat-developer/devspaces-chectl/blob/v3.8.0-GA-redhat/src/commands/cacert/export.ts)_

## `dsc dashboard:open`

Expand All @@ -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.8.0-CI-97e8b-redhat/src/commands/dashboard/open.ts)_
_See code: [src/commands/dashboard/open.ts](https://github.com/redhat-developer/devspaces-chectl/blob/v3.8.0-GA-redhat/src/commands/dashboard/open.ts)_

## `dsc help [COMMANDS]`

Expand Down Expand Up @@ -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.8.0-CI-97e8b-redhat/src/commands/server/debug.ts)_
_See code: [src/commands/server/debug.ts](https://github.com/redhat-developer/devspaces-chectl/blob/v3.8.0-GA-redhat/src/commands/server/debug.ts)_

## `dsc server:delete`

Expand Down Expand Up @@ -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.8.0-CI-97e8b-redhat/src/commands/server/delete.ts)_
_See code: [src/commands/server/delete.ts](https://github.com/redhat-developer/devspaces-chectl/blob/v3.8.0-GA-redhat/src/commands/server/delete.ts)_

## `dsc server:deploy`

Expand Down Expand Up @@ -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.8.0-CI-97e8b-redhat/src/commands/server/deploy.ts)_
_See code: [src/commands/server/deploy.ts](https://github.com/redhat-developer/devspaces-chectl/blob/v3.8.0-GA-redhat/src/commands/server/deploy.ts)_

## `dsc server:logs`

Expand All @@ -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.8.0-CI-97e8b-redhat/src/commands/server/logs.ts)_
_See code: [src/commands/server/logs.ts](https://github.com/redhat-developer/devspaces-chectl/blob/v3.8.0-GA-redhat/src/commands/server/logs.ts)_

## `dsc server:start`

Expand Down Expand Up @@ -374,7 +374,7 @@ OPTIONS
enable/disable telemetry
```

_See code: [src/commands/server/start.ts](https://github.com/redhat-developer/devspaces-chectl/blob/v3.8.0-CI-97e8b-redhat/src/commands/server/start.ts)_
_See code: [src/commands/server/start.ts](https://github.com/redhat-developer/devspaces-chectl/blob/v3.8.0-GA-redhat/src/commands/server/start.ts)_

## `dsc server:status`

Expand All @@ -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.8.0-CI-97e8b-redhat/src/commands/server/status.ts)_
_See code: [src/commands/server/status.ts](https://github.com/redhat-developer/devspaces-chectl/blob/v3.8.0-GA-redhat/src/commands/server/status.ts)_

## `dsc server:stop`

Expand All @@ -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.8.0-CI-97e8b-redhat/src/commands/server/stop.ts)_
_See code: [src/commands/server/stop.ts](https://github.com/redhat-developer/devspaces-chectl/blob/v3.8.0-GA-redhat/src/commands/server/stop.ts)_

## `dsc server:update`

Expand Down Expand Up @@ -513,7 +513,7 @@ EXAMPLES
dsc server:update --olm-channel stable --catalog-source-yaml PATH_TO_CATALOG_SOURCE_YAML
```

_See code: [src/commands/server/update.ts](https://github.com/redhat-developer/devspaces-chectl/blob/v3.8.0-CI-97e8b-redhat/src/commands/server/update.ts)_
_See code: [src/commands/server/update.ts](https://github.com/redhat-developer/devspaces-chectl/blob/v3.8.0-GA-redhat/src/commands/server/update.ts)_

## `dsc update [CHANNEL]`

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dsc",
"version": "3.8.0-CI-redhat",
"version": "3.8.0-GA-redhat",
"description": "Red Hat OpenShift Dev Spaces CLI",
"keywords": [
"oclif"
Expand Down

0 comments on commit 343cdb9

Please sign in to comment.