# @oclif/plugin-version

An oclif command that shows the CLI version

[![Version](https://img.shields.io/npm/v/@oclif/plugin-version.svg)](https://npmjs.org/package/@oclif/plugin-version)
[![Downloads/week](https://img.shields.io/npm/dw/@oclif/plugin-version.svg)](https://npmjs.org/package/@oclif/plugin-version)
[![License](https://img.shields.io/npm/l/@oclif/plugin-update.svg)](https://github.com/oclif/plugin-version/blob/main/package.json)

<!-- commands -->
* [`@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/v2.2.32/src/commands/version.ts)_
<!-- commandsstop -->

# Contributing

See [contributing guide](./CONRTIBUTING.md)
