Skip to content

Commit

Permalink
chore(release): 3.2.2 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-cli-bot committed Mar 25, 2024
1 parent 1e90052 commit b59e771
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 5 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
38 changes: 34 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
<!-- tocstop -->

Expand All @@ -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
Expand All @@ -37,9 +36,40 @@ USAGE

<!-- commands -->

# 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 <value> | -x] [--filter
<value>] [--no-header | [--csv | --no-truncate]] [--output csv|json|yaml | | ] [--sort <value>]
FLAGS
-h, --help Show CLI help.
-x, --extended show extra columns
--columns=<value> only show provided columns (comma-separated)
--csv output is csv format [alias: --output=csv]
--deprecated show deprecated commands
--filter=<value> 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=<option> output in a more machine friendly format
<options: csv|json|yaml>
--sort=<value> property to sort by (prepend '-' for descending)
--tree show tree of commands
GLOBAL FLAGS
--json Format output as json.
DESCRIPTION
list all the commands
```

_See code: [src/commands/commands.ts](https://github.com/oclif/plugin-commands/blob/3.2.2/src/commands/commands.ts)_

<!-- commandsstop -->

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@oclif/plugin-commands",
"description": "plugin to show the list of all the commands",
"version": "3.2.1",
"version": "3.2.2",
"author": "Salesforce",
"bugs": "https://github.com/oclif/plugin-commands/issues",
"dependencies": {
Expand Down

0 comments on commit b59e771

Please sign in to comment.