diff --git a/CHANGELOG.md b/CHANGELOG.md index 5bb7dfe..5405692 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 5cf0cf2..bf2f956 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,27 @@ An oclif command that shows the CLI version -# 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)_ diff --git a/package.json b/package.json index b23ff97..4835491 100644 --- a/package.json +++ b/package.json @@ -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": {