@oclif/plugin-commands 2.2.5 → 2.2.6
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 +2 -2
- package/yarn.lock +4 -4
package/README.md
CHANGED
|
@@ -20,7 +20,7 @@ $ npm install -g @oclif/plugin-commands
|
|
|
20
20
|
$ oclif-example COMMAND
|
|
21
21
|
running command...
|
|
22
22
|
$ oclif-example (--version)
|
|
23
|
-
@oclif/plugin-commands/2.2.
|
|
23
|
+
@oclif/plugin-commands/2.2.6 linux-x64 node-v18.13.0
|
|
24
24
|
$ oclif-example --help [COMMAND]
|
|
25
25
|
USAGE
|
|
26
26
|
$ oclif-example COMMAND
|
|
@@ -61,5 +61,5 @@ DESCRIPTION
|
|
|
61
61
|
list all the commands
|
|
62
62
|
```
|
|
63
63
|
|
|
64
|
-
_See code: [src/commands/commands.ts](https://github.com/oclif/plugin-commands/blob/v2.2.
|
|
64
|
+
_See code: [src/commands/commands.ts](https://github.com/oclif/plugin-commands/blob/v2.2.6/src/commands/commands.ts)_
|
|
65
65
|
<!-- commandsstop -->
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@oclif/plugin-commands",
|
|
3
3
|
"description": "plugin to show the list of all the commands",
|
|
4
|
-
"version": "2.2.
|
|
4
|
+
"version": "2.2.6",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/oclif/plugin-commands/issues",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@oclif/core": "^2.0.
|
|
8
|
+
"@oclif/core": "^2.0.8",
|
|
9
9
|
"lodash": "^4.17.11"
|
|
10
10
|
},
|
|
11
11
|
"devDependencies": {
|
package/yarn.lock
CHANGED
|
@@ -401,10 +401,10 @@
|
|
|
401
401
|
supports-color "^8.1.1"
|
|
402
402
|
tslib "^2"
|
|
403
403
|
|
|
404
|
-
"@oclif/core@^2.0.3", "@oclif/core@^2.0.
|
|
405
|
-
version "2.0.
|
|
406
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.0.
|
|
407
|
-
integrity sha512-
|
|
404
|
+
"@oclif/core@^2.0.3", "@oclif/core@^2.0.8":
|
|
405
|
+
version "2.0.8"
|
|
406
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.0.8.tgz#81c79f051ffb326b7c9999463ae9547a7e799316"
|
|
407
|
+
integrity sha512-jt06vEZfpazkR0C8vYuVMKmsxjky52y1B1oFGPnCa6/17qH+PByd5knQP6/QbRoE5OT9RAf4zzpxx2wcihVslw==
|
|
408
408
|
dependencies:
|
|
409
409
|
"@types/cli-progress" "^3.11.0"
|
|
410
410
|
ansi-escapes "^4.3.2"
|