diff --git a/README.md b/README.md index 8ea8d23d2..60cf7a9eb 100644 --- a/README.md +++ b/README.md @@ -94,18 +94,8 @@ USAGE # Commands * [`chectl autocomplete [SHELL]`](#chectl-autocomplete-shell) -* [`chectl cacert:export`](#chectl-cacertexport) * [`chectl commands`](#chectl-commands) -* [`chectl dashboard:open`](#chectl-dashboardopen) * [`chectl help [COMMANDS]`](#chectl-help-commands) -* [`chectl server:debug`](#chectl-serverdebug) -* [`chectl server:delete`](#chectl-serverdelete) -* [`chectl server:deploy`](#chectl-serverdeploy) -* [`chectl server:logs`](#chectl-serverlogs) -* [`chectl server:start`](#chectl-serverstart) -* [`chectl server:status`](#chectl-serverstatus) -* [`chectl server:stop`](#chectl-serverstop) -* [`chectl server:update`](#chectl-serverupdate) * [`chectl update [CHANNEL]`](#chectl-update-channel) * [`chectl version`](#chectl-version) @@ -140,38 +130,6 @@ EXAMPLES _See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/v2.3.9/src/commands/autocomplete/index.ts)_ -## `chectl cacert:export` - -Retrieves Eclipse Che self-signed certificate - -``` -USAGE - $ chectl cacert:export [-h] [-n ] [--telemetry on|off] [-d ] - -FLAGS - -d, --destination= - Destination where to store Eclipse Che self-signed CA certificate. - If the destination is a file (might not exist), then the certificate will be saved there in PEM format. - If the destination is a directory, then cheCA.crt file will be created there with Eclipse Che certificate in PEM - format. - If this option is omitted, then Eclipse Che certificate will be stored in a user's temporary directory as cheCA.crt. - - -h, --help - Show CLI help. - - -n, --chenamespace= - Eclipse Che Kubernetes namespace. - - --telemetry=