Skip to content

Commit

Permalink
chore(release): 2.0.16 [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 e91b5aa commit 703464e
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [2.0.16](https://github.com/oclif/plugin-version/compare/2.0.15...2.0.16) (2024-03-25)

### Bug Fixes

- remove docs directory ([e91b5aa](https://github.com/oclif/plugin-version/commit/e91b5aa6edf9a85af493faa6a83ec517452f3567))

## [2.0.15](https://github.com/oclif/plugin-version/compare/2.0.14...2.0.15) (2024-03-24)

### Bug Fixes
Expand Down
22 changes: 20 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,27 @@ An oclif command that shows the CLI version

<!-- commands -->

# Command Topics
- [`@oclif/plugin-version version`](#oclifplugin-version-version)

- [`@oclif/plugin-version version`](docs/version.md)
## `@oclif/plugin-version version`

```
USAGE
$ @oclif/plugin-version version [--json] [--verbose]
FLAGS
--verbose Show additional information about the CLI.
GLOBAL FLAGS
--json Format output as json.
FLAG DESCRIPTIONS
--verbose Show additional information about the CLI.
Additionally shows the architecture, node version, operating system, and versions of plugins that the CLI is using.
```

_See code: [src/commands/version.ts](https://github.com/oclif/plugin-version/blob/2.0.16/src/commands/version.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-version",
"description": "A command that shows the CLI version",
"version": "2.0.15",
"version": "2.0.16",
"author": "Salesforce",
"bugs": "https://github.com/oclif/plugin-version/issues",
"dependencies": {
Expand Down

0 comments on commit 703464e

Please sign in to comment.