@oclif/plugin-commands 3.3.0 → 3.3.1
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/npm-shrinkwrap.json +28 -28
- package/oclif.manifest.json +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -21,7 +21,7 @@ $ npm install -g @oclif/plugin-commands
|
|
|
21
21
|
$ oclif-example COMMAND
|
|
22
22
|
running command...
|
|
23
23
|
$ oclif-example (--version)
|
|
24
|
-
@oclif/plugin-commands/3.3.
|
|
24
|
+
@oclif/plugin-commands/3.3.1 linux-x64 node-v20.12.1
|
|
25
25
|
$ oclif-example --help [COMMAND]
|
|
26
26
|
USAGE
|
|
27
27
|
$ oclif-example COMMAND
|
|
@@ -65,7 +65,7 @@ DESCRIPTION
|
|
|
65
65
|
list all the commands
|
|
66
66
|
```
|
|
67
67
|
|
|
68
|
-
_See code: [src/commands/commands.ts](https://github.com/oclif/plugin-commands/blob/v3.3.
|
|
68
|
+
_See code: [src/commands/commands.ts](https://github.com/oclif/plugin-commands/blob/v3.3.1/src/commands/commands.ts)_
|
|
69
69
|
<!-- commandsstop -->
|
|
70
70
|
|
|
71
71
|
# Contributing
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@oclif/plugin-commands",
|
|
3
|
-
"version": "3.3.
|
|
3
|
+
"version": "3.3.1",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@oclif/plugin-commands",
|
|
9
|
-
"version": "3.3.
|
|
9
|
+
"version": "3.3.1",
|
|
10
10
|
"license": "MIT",
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@oclif/core": "^3.26.
|
|
12
|
+
"@oclif/core": "^3.26.2",
|
|
13
13
|
"lodash.pickby": "^4.6.0",
|
|
14
14
|
"lodash.sortby": "^4.7.0",
|
|
15
15
|
"lodash.template": "^4.5.0",
|
|
@@ -2551,9 +2551,9 @@
|
|
|
2551
2551
|
}
|
|
2552
2552
|
},
|
|
2553
2553
|
"node_modules/@inquirer/confirm/node_modules/@types/node": {
|
|
2554
|
-
"version": "20.12.
|
|
2555
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.12.
|
|
2556
|
-
"integrity": "sha512-
|
|
2554
|
+
"version": "20.12.5",
|
|
2555
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.12.5.tgz",
|
|
2556
|
+
"integrity": "sha512-BD+BjQ9LS/D8ST9p5uqBxghlN+S42iuNxjsUGjeZobe/ciXzk2qb1B6IXc6AnRLS+yFJRpN2IPEHMzwspfDJNw==",
|
|
2557
2557
|
"dev": true,
|
|
2558
2558
|
"license": "MIT",
|
|
2559
2559
|
"dependencies": {
|
|
@@ -2818,9 +2818,9 @@
|
|
|
2818
2818
|
}
|
|
2819
2819
|
},
|
|
2820
2820
|
"node_modules/@oclif/core": {
|
|
2821
|
-
"version": "3.26.
|
|
2822
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.26.
|
|
2823
|
-
"integrity": "sha512-
|
|
2821
|
+
"version": "3.26.2",
|
|
2822
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.26.2.tgz",
|
|
2823
|
+
"integrity": "sha512-Gpn21jKjcOx0TecI1wLJrY/65jtgJx5f1GzTc81oKvEpKes1b3Li2SMZygRaWRpcQ3wjN0d7lTPi8WwLsmTBjA==",
|
|
2824
2824
|
"license": "MIT",
|
|
2825
2825
|
"dependencies": {
|
|
2826
2826
|
"@types/cli-progress": "^3.11.5",
|
|
@@ -2839,7 +2839,7 @@
|
|
|
2839
2839
|
"indent-string": "^4.0.0",
|
|
2840
2840
|
"is-wsl": "^2.2.0",
|
|
2841
2841
|
"js-yaml": "^3.14.1",
|
|
2842
|
-
"minimatch": "^9.0.
|
|
2842
|
+
"minimatch": "^9.0.4",
|
|
2843
2843
|
"natural-orderby": "^2.0.3",
|
|
2844
2844
|
"object-treeify": "^1.1.33",
|
|
2845
2845
|
"password-prompt": "^1.1.3",
|
|
@@ -2879,9 +2879,9 @@
|
|
|
2879
2879
|
}
|
|
2880
2880
|
},
|
|
2881
2881
|
"node_modules/@oclif/core/node_modules/minimatch": {
|
|
2882
|
-
"version": "9.0.
|
|
2883
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.
|
|
2884
|
-
"integrity": "sha512-
|
|
2882
|
+
"version": "9.0.4",
|
|
2883
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz",
|
|
2884
|
+
"integrity": "sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==",
|
|
2885
2885
|
"license": "ISC",
|
|
2886
2886
|
"dependencies": {
|
|
2887
2887
|
"brace-expansion": "^2.0.1"
|
|
@@ -3897,9 +3897,9 @@
|
|
|
3897
3897
|
}
|
|
3898
3898
|
},
|
|
3899
3899
|
"node_modules/@types/cli-progress/node_modules/@types/node": {
|
|
3900
|
-
"version": "20.12.
|
|
3901
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.12.
|
|
3902
|
-
"integrity": "sha512-
|
|
3900
|
+
"version": "20.12.5",
|
|
3901
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.12.5.tgz",
|
|
3902
|
+
"integrity": "sha512-BD+BjQ9LS/D8ST9p5uqBxghlN+S42iuNxjsUGjeZobe/ciXzk2qb1B6IXc6AnRLS+yFJRpN2IPEHMzwspfDJNw==",
|
|
3903
3903
|
"license": "MIT",
|
|
3904
3904
|
"dependencies": {
|
|
3905
3905
|
"undici-types": "~5.26.4"
|
|
@@ -3998,9 +3998,9 @@
|
|
|
3998
3998
|
}
|
|
3999
3999
|
},
|
|
4000
4000
|
"node_modules/@types/mute-stream/node_modules/@types/node": {
|
|
4001
|
-
"version": "20.12.
|
|
4002
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.12.
|
|
4003
|
-
"integrity": "sha512-
|
|
4001
|
+
"version": "20.12.5",
|
|
4002
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.12.5.tgz",
|
|
4003
|
+
"integrity": "sha512-BD+BjQ9LS/D8ST9p5uqBxghlN+S42iuNxjsUGjeZobe/ciXzk2qb1B6IXc6AnRLS+yFJRpN2IPEHMzwspfDJNw==",
|
|
4004
4004
|
"dev": true,
|
|
4005
4005
|
"license": "MIT",
|
|
4006
4006
|
"dependencies": {
|
|
@@ -4008,9 +4008,9 @@
|
|
|
4008
4008
|
}
|
|
4009
4009
|
},
|
|
4010
4010
|
"node_modules/@types/node": {
|
|
4011
|
-
"version": "18.19.
|
|
4012
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.
|
|
4013
|
-
"integrity": "sha512-
|
|
4011
|
+
"version": "18.19.31",
|
|
4012
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.31.tgz",
|
|
4013
|
+
"integrity": "sha512-ArgCD39YpyyrtFKIqMDvjz79jto5fcI/SVUs2HwB+f0dAzq68yqOdyaSivLiLugSziTpNXLQrVb7RZFmdZzbhA==",
|
|
4014
4014
|
"dev": true,
|
|
4015
4015
|
"license": "MIT",
|
|
4016
4016
|
"dependencies": {
|
|
@@ -6606,9 +6606,9 @@
|
|
|
6606
6606
|
}
|
|
6607
6607
|
},
|
|
6608
6608
|
"node_modules/eslint-plugin-perfectionist/node_modules/minimatch": {
|
|
6609
|
-
"version": "9.0.
|
|
6610
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.
|
|
6611
|
-
"integrity": "sha512-
|
|
6609
|
+
"version": "9.0.4",
|
|
6610
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.4.tgz",
|
|
6611
|
+
"integrity": "sha512-KqWh+VchfxcMNRAJjj2tnsSJdNbHsVgnkBhTNrW7AjVo6OvLtxw8zfT9oLw1JSohlFzJ8jCoTgaoXvJ+kHt6fw==",
|
|
6612
6612
|
"dev": true,
|
|
6613
6613
|
"license": "ISC",
|
|
6614
6614
|
"dependencies": {
|
|
@@ -6963,9 +6963,9 @@
|
|
|
6963
6963
|
}
|
|
6964
6964
|
},
|
|
6965
6965
|
"node_modules/fancy-test/node_modules/@types/node": {
|
|
6966
|
-
"version": "20.12.
|
|
6967
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.12.
|
|
6968
|
-
"integrity": "sha512-
|
|
6966
|
+
"version": "20.12.5",
|
|
6967
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.12.5.tgz",
|
|
6968
|
+
"integrity": "sha512-BD+BjQ9LS/D8ST9p5uqBxghlN+S42iuNxjsUGjeZobe/ciXzk2qb1B6IXc6AnRLS+yFJRpN2IPEHMzwspfDJNw==",
|
|
6969
6969
|
"dev": true,
|
|
6970
6970
|
"license": "MIT",
|
|
6971
6971
|
"dependencies": {
|
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": "3.3.
|
|
4
|
+
"version": "3.3.1",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/oclif/plugin-commands/issues",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@oclif/core": "^3.26.
|
|
8
|
+
"@oclif/core": "^3.26.2",
|
|
9
9
|
"lodash.pickby": "^4.6.0",
|
|
10
10
|
"lodash.sortby": "^4.7.0",
|
|
11
11
|
"lodash.template": "^4.5.0",
|