@oclif/plugin-version 2.0.13 → 2.0.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -5,3 +5,31 @@ An oclif command that shows the CLI version
5
5
  [![Version](https://img.shields.io/npm/v/@oclif/plugin-version.svg)](https://npmjs.org/package/@oclif/plugin-version)
6
6
  [![Downloads/week](https://img.shields.io/npm/dw/@oclif/plugin-version.svg)](https://npmjs.org/package/@oclif/plugin-version)
7
7
  [![License](https://img.shields.io/npm/l/@oclif/plugin-update.svg)](https://github.com/oclif/plugin-version/blob/main/package.json)
8
+
9
+ <!-- commands -->
10
+ * [`@oclif/plugin-version version`](#oclifplugin-version-version)
11
+
12
+ ## `@oclif/plugin-version version`
13
+
14
+ ```
15
+ USAGE
16
+ $ @oclif/plugin-version version [--json] [--verbose]
17
+
18
+ FLAGS
19
+ --verbose Show additional information about the CLI.
20
+
21
+ GLOBAL FLAGS
22
+ --json Format output as json.
23
+
24
+ FLAG DESCRIPTIONS
25
+ --verbose Show additional information about the CLI.
26
+
27
+ Additionally shows the architecture, node version, operating system, and versions of plugins that the CLI is using.
28
+ ```
29
+
30
+ _See code: [src/commands/version.ts](https://github.com/oclif/plugin-version/blob/v2.0.15/src/commands/version.ts)_
31
+ <!-- commandsstop -->
32
+
33
+ # Contributing
34
+
35
+ See [contributing guide](./CONRTIBUTING.md)