Skip to content

Commit

Permalink
chore(release): 3.2.1 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-cli-bot committed Mar 23, 2024
1 parent b61948f commit 0271a84
Show file tree
Hide file tree
Showing 4 changed files with 49 additions and 40 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [3.2.1](https://github.com/oclif/plugin-commands/compare/3.2.0...3.2.1) (2024-03-23)

### Bug Fixes

- **deps:** bump @oclif/core from 3.25.2 to 3.26.0 ([#631](https://github.com/oclif/plugin-commands/issues/631)) ([b61948f](https://github.com/oclif/plugin-commands/commit/b61948f8b1c927a0684c9d08f12b725ebe16a84e))

# [3.2.0](https://github.com/oclif/plugin-commands/compare/3.1.7...3.2.0) (2024-03-06)

### Features
Expand Down
43 changes: 4 additions & 39 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ plugin to show the list of all the commands
- [@oclif/plugin-commands](#oclifplugin-commands)
- [Usage](#usage)
- [Commands](#commands)
- [`oclif-example commands`](#oclif-example-commands)
- [Command Topics](#command-topics)
- [Contributing](#contributing)
<!-- tocstop -->

Expand All @@ -24,7 +24,7 @@ $ npm install -g @oclif/plugin-commands
$ oclif-example COMMAND
running command...
$ oclif-example (--version)
@oclif/plugin-commands/3.2.0 linux-x64 node-v18.19.1
@oclif/plugin-commands/3.2.1 linux-x64 node-v18.19.1
$ oclif-example --help [COMMAND]
USAGE
$ oclif-example COMMAND
Expand All @@ -37,44 +37,9 @@ USAGE

<!-- commands -->

- [@oclif/plugin-commands](#oclifplugin-commands)
- [Usage](#usage)
- [Commands](#commands)
- [`oclif-example commands`](#oclif-example-commands)
- [Contributing](#contributing)

## `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
```
# Command Topics

_See code: [src/commands/commands.ts](https://github.com/oclif/plugin-commands/blob/3.2.0/src/commands/commands.ts)_
- [`oclif-example commands`](docs/commands.md) - list all the commands

<!-- commandsstop -->

Expand Down
38 changes: 38 additions & 0 deletions docs/commands.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# `oclif-example commands`

list all the commands

- [`oclif-example commands`](#oclif-example-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.1/src/commands/commands.ts)_
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.0",
"version": "3.2.1",
"author": "Salesforce",
"bugs": "https://github.com/oclif/plugin-commands/issues",
"dependencies": {
Expand Down

0 comments on commit 0271a84

Please sign in to comment.