diff --git a/README.md b/README.md index b98ebf615..f93d89c6a 100644 --- a/README.md +++ b/README.md @@ -98,6 +98,7 @@ USAGE * [`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) @@ -174,6 +175,38 @@ DESCRIPTION _See code: [src/commands/cacert/export.ts](https://github.com/che-incubator/chectl/blob/v0.0.2/src/commands/cacert/export.ts)_ +## `chectl commands` + +list all the commands + +``` +USAGE + $ chectl commands [--json] [-h] [--hidden] [--tree] [--columns | -x] [--filter ] [--no-header + | [--csv | --no-truncate]] [--output csv|json|yaml | | ] [--sort ] + +FLAGS + -h, --help Show CLI help. + -x, --extended show extra columns + --columns= only show provided columns (comma-separated) + --csv output is csv format [alias: --output=csv] + --filter= filter property by partial string matching, ex: name=foo + --hidden show hidden commands + --no-header hide table header from output + --no-truncate do not truncate output to fit screen + --output=