@digigov/cli 0.6.5-navlist.alpha.2 → 0.6.5
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 +2 -2
- package/oclif.manifest.json +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -19,7 +19,7 @@ $ npm install -g @digigov/cli
|
|
|
19
19
|
$ digigov COMMAND
|
|
20
20
|
running command...
|
|
21
21
|
$ digigov (-v|--version|version)
|
|
22
|
-
@digigov/cli/0.6.5
|
|
22
|
+
@digigov/cli/0.6.5 darwin-arm64 node-v16.14.2
|
|
23
23
|
$ digigov --help [COMMAND]
|
|
24
24
|
USAGE
|
|
25
25
|
$ digigov COMMAND
|
|
@@ -44,7 +44,7 @@ EXAMPLE
|
|
|
44
44
|
hello world from ./src/hello.ts!
|
|
45
45
|
```
|
|
46
46
|
|
|
47
|
-
_See code: [src/commands/hello.ts](https://github.com/tooling/cli/blob/v0.6.5
|
|
47
|
+
_See code: [src/commands/hello.ts](https://github.com/tooling/cli/blob/v0.6.5/src/commands/hello.ts)_
|
|
48
48
|
|
|
49
49
|
## `digigov help [COMMAND]`
|
|
50
50
|
|
package/oclif.manifest.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":"0.6.5
|
|
1
|
+
{"version":"0.6.5","commands":{"hello":{"id":"hello","description":"describe the command here","pluginName":"@digigov/cli","pluginType":"core","aliases":[],"examples":["$ digigov hello\nhello world from ./src/hello.ts!\n"],"flags":{},"args":[{"name":"file"}]}}}
|
package/package.json
CHANGED