Skip to content

oclif/plugin-version

Repository files navigation

@oclif/plugin-version

An oclif command that shows the CLI version

Version Downloads/week License

@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

Contributing

See contributing guide