diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c7016f3..f246874e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## [3.2.2](https://github.com/oclif/plugin-commands/compare/3.2.1...3.2.2) (2024-03-25) + ## [3.2.1](https://github.com/oclif/plugin-commands/compare/3.2.0...3.2.1) (2024-03-23) ### Bug Fixes diff --git a/README.md b/README.md index c27aeb38..5a8f3898 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,6 @@ plugin to show the list of all the commands - [@oclif/plugin-commands](#oclifplugin-commands) - [Usage](#usage) - [Commands](#commands) -- [Command Topics](#command-topics) - [Contributing](#contributing) @@ -24,7 +23,7 @@ $ npm install -g @oclif/plugin-commands $ oclif-example COMMAND running command... $ oclif-example (--version) -@oclif/plugin-commands/3.2.1 linux-x64 node-v18.19.1 +@oclif/plugin-commands/3.2.2 linux-x64 node-v18.19.1 $ oclif-example --help [COMMAND] USAGE $ oclif-example COMMAND @@ -37,9 +36,40 @@ USAGE -# Command Topics +- [`oclif-example commands`](#oclif-example-commands) -- [`oclif-example commands`](docs/commands.md) - list all the commands +## `oclif-example commands` + +list all the commands + +``` +USAGE + $ oclif-example commands [--json] [--deprecated] [-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] + --deprecated show deprecated commands + --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=