An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# @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)

- [`@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)