@oclif/plugin-version 2.0.14 → 2.0.16
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 +28 -0
- package/npm-shrinkwrap.json +1979 -7886
- package/oclif.lock +1272 -3658
- package/oclif.manifest.json +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -5,3 +5,31 @@ An oclif command that shows the CLI version
|
|
|
5
5
|
[](https://npmjs.org/package/@oclif/plugin-version)
|
|
6
6
|
[](https://npmjs.org/package/@oclif/plugin-version)
|
|
7
7
|
[](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.16/src/commands/version.ts)_
|
|
31
|
+
<!-- commandsstop -->
|
|
32
|
+
|
|
33
|
+
# Contributing
|
|
34
|
+
|
|
35
|
+
See [contributing guide](./CONRTIBUTING.md)
|