https://github.com/oclif/plugin-version
a cli command that just shows the CLI version
https://github.com/oclif/plugin-version
Last synced: 3 months ago
JSON representation
a cli command that just shows the CLI version
- Host: GitHub
- URL: https://github.com/oclif/plugin-version
- Owner: oclif
- License: mit
- Created: 2018-01-19T16:30:43.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2026-05-02T07:21:20.000Z (3 months ago)
- Last Synced: 2026-05-02T07:24:01.973Z (3 months ago)
- Language: TypeScript
- Homepage:
- Size: 3.22 MB
- Stars: 7
- Watchers: 0
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# @oclif/plugin-version
An oclif command that shows the CLI version
[](https://npmjs.org/package/@oclif/plugin-version)
[](https://npmjs.org/package/@oclif/plugin-version)
[](https://github.com/oclif/plugin-version/blob/main/package.json)
- [`@oclif/plugin-version version`](#oclifplugin-version-version)
## `@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.2.43/src/commands/version.ts)_
# Contributing
See [contributing guide](./CONRTIBUTING.md)