A command that shows the CLI version
npm install @oclif/plugin-versionAn oclif command that shows the CLI version



* @oclif/plugin-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_