@oclif/plugin-commands 3.0.1 → 3.0.3
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.lock +27 -65
- package/oclif.manifest.json +2 -1
- package/package.json +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/3.0.
|
|
23
|
+
@oclif/plugin-commands/3.0.3 linux-x64 node-v18.18.0
|
|
24
24
|
$ oclif-example --help [COMMAND]
|
|
25
25
|
USAGE
|
|
26
26
|
$ oclif-example COMMAND
|
|
@@ -63,5 +63,5 @@ DESCRIPTION
|
|
|
63
63
|
list all the commands
|
|
64
64
|
```
|
|
65
65
|
|
|
66
|
-
_See code: [src/commands/commands.ts](https://github.com/oclif/plugin-commands/blob/v3.0.
|
|
66
|
+
_See code: [src/commands/commands.ts](https://github.com/oclif/plugin-commands/blob/v3.0.3/src/commands/commands.ts)_
|
|
67
67
|
<!-- commandsstop -->
|
package/oclif.lock
CHANGED
|
@@ -688,41 +688,10 @@
|
|
|
688
688
|
wordwrap "^1.0.0"
|
|
689
689
|
wrap-ansi "^7.0.0"
|
|
690
690
|
|
|
691
|
-
"@oclif/core@^3.0.0-beta.19", "@oclif/core@^3.0.4":
|
|
692
|
-
version "3.
|
|
693
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.
|
|
694
|
-
integrity sha512-
|
|
695
|
-
dependencies:
|
|
696
|
-
ansi-escapes "^4.3.2"
|
|
697
|
-
ansi-styles "^4.3.0"
|
|
698
|
-
cardinal "^2.1.1"
|
|
699
|
-
chalk "^4.1.2"
|
|
700
|
-
clean-stack "^3.0.1"
|
|
701
|
-
cli-progress "^3.12.0"
|
|
702
|
-
debug "^4.3.4"
|
|
703
|
-
ejs "^3.1.8"
|
|
704
|
-
get-package-type "^0.1.0"
|
|
705
|
-
globby "^11.1.0"
|
|
706
|
-
hyperlinker "^1.0.0"
|
|
707
|
-
indent-string "^4.0.0"
|
|
708
|
-
is-wsl "^2.2.0"
|
|
709
|
-
js-yaml "^3.14.1"
|
|
710
|
-
natural-orderby "^2.0.3"
|
|
711
|
-
object-treeify "^1.1.33"
|
|
712
|
-
password-prompt "^1.1.2"
|
|
713
|
-
slice-ansi "^4.0.0"
|
|
714
|
-
string-width "^4.2.3"
|
|
715
|
-
strip-ansi "^6.0.1"
|
|
716
|
-
supports-color "^8.1.1"
|
|
717
|
-
supports-hyperlinks "^2.2.0"
|
|
718
|
-
widest-line "^3.1.0"
|
|
719
|
-
wordwrap "^1.0.0"
|
|
720
|
-
wrap-ansi "^7.0.0"
|
|
721
|
-
|
|
722
|
-
"@oclif/core@^3.0.9":
|
|
723
|
-
version "3.0.9"
|
|
724
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.0.9.tgz#655fcb2bf675b4ef0f673f2c4b39962b2c71cba8"
|
|
725
|
-
integrity sha512-rwM6MWQ47W8U0++aG+qK6aATDqBl5sn5nkUqR6YmnJ4clR455gMyjUnzEqhwlzw+YfDf2MBhxC8wDlhPTImfvQ==
|
|
691
|
+
"@oclif/core@^3.0.0-beta.19", "@oclif/core@^3.0.4", "@oclif/core@^3.2.1":
|
|
692
|
+
version "3.2.1"
|
|
693
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.2.1.tgz#94de6b9abdf97b00c95f3790bd60019d184b58af"
|
|
694
|
+
integrity sha512-QY9csFjADbRa4RH7wcKSvIowaGI+Kc5oFCODYrKy9nj3x/RPGXG9KJ2848+9ZWJKUxv3KPHBX9CULHwvrwpVdg==
|
|
726
695
|
dependencies:
|
|
727
696
|
ansi-escapes "^4.3.2"
|
|
728
697
|
ansi-styles "^4.3.0"
|
|
@@ -731,7 +700,7 @@
|
|
|
731
700
|
clean-stack "^3.0.1"
|
|
732
701
|
cli-progress "^3.12.0"
|
|
733
702
|
debug "^4.3.4"
|
|
734
|
-
ejs "^3.1.
|
|
703
|
+
ejs "^3.1.9"
|
|
735
704
|
get-package-type "^0.1.0"
|
|
736
705
|
globby "^11.1.0"
|
|
737
706
|
hyperlinker "^1.0.0"
|
|
@@ -981,10 +950,10 @@
|
|
|
981
950
|
"@types/node" "*"
|
|
982
951
|
"@types/responselike" "^1.0.0"
|
|
983
952
|
|
|
984
|
-
"@types/chai@*", "@types/chai@^4.3.
|
|
985
|
-
version "4.3.
|
|
986
|
-
resolved "https://registry.yarnpkg.com/@types/chai/-/chai-4.3.
|
|
987
|
-
integrity sha512-
|
|
953
|
+
"@types/chai@*", "@types/chai@^4.3.8":
|
|
954
|
+
version "4.3.8"
|
|
955
|
+
resolved "https://registry.yarnpkg.com/@types/chai/-/chai-4.3.8.tgz#aa200a264a3bc78ccfc1718eedbd3b9d5a591270"
|
|
956
|
+
integrity sha512-yW/qTM4mRBBcsA9Xw9FbcImYtFPY7sgr+G/O5RDYVmxiy9a+pE5FyoFUi8JYCZY5nicj8atrr1pcfPiYpeNGOA==
|
|
988
957
|
|
|
989
958
|
"@types/cli-progress@^3.11.0":
|
|
990
959
|
version "3.11.0"
|
|
@@ -1075,20 +1044,20 @@
|
|
|
1075
1044
|
dependencies:
|
|
1076
1045
|
nock "*"
|
|
1077
1046
|
|
|
1078
|
-
"@types/node@*", "@types/node
|
|
1079
|
-
version "15.14.9"
|
|
1080
|
-
resolved "https://registry.npmjs.org/@types/node/-/node-15.14.9.tgz#bc43c990c3c9be7281868bbc7b8fdd6e2b57adfa"
|
|
1081
|
-
integrity sha512-qjd88DrCxupx/kJD5yQgZdcYKZKSIGBVDIBE1/LTGcNm3d2Np/jxojkdePDdfnBHJc5W7vSMpbJ1aB7p/Py69A==
|
|
1082
|
-
|
|
1083
|
-
"@types/node@20.5.1":
|
|
1047
|
+
"@types/node@*", "@types/node@20.5.1":
|
|
1084
1048
|
version "20.5.1"
|
|
1085
1049
|
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.5.1.tgz#178d58ee7e4834152b0e8b4d30cbfab578b9bb30"
|
|
1086
1050
|
integrity sha512-4tT2UrL5LBqDwoed9wZ6N3umC4Yhz3W3FloMmiiG4JwmUJWpie0c7lcnUNd4gtMKuDEO4wRVS8B6Xa0uMRsMKg==
|
|
1087
1051
|
|
|
1052
|
+
"@types/node@^15.6.1":
|
|
1053
|
+
version "15.14.9"
|
|
1054
|
+
resolved "https://registry.npmjs.org/@types/node/-/node-15.14.9.tgz#bc43c990c3c9be7281868bbc7b8fdd6e2b57adfa"
|
|
1055
|
+
integrity sha512-qjd88DrCxupx/kJD5yQgZdcYKZKSIGBVDIBE1/LTGcNm3d2Np/jxojkdePDdfnBHJc5W7vSMpbJ1aB7p/Py69A==
|
|
1056
|
+
|
|
1088
1057
|
"@types/node@^18":
|
|
1089
|
-
version "18.18.
|
|
1090
|
-
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.18.
|
|
1091
|
-
integrity sha512-
|
|
1058
|
+
version "18.18.5"
|
|
1059
|
+
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.18.5.tgz#afc0fd975df946d6e1add5bbf98264225b212244"
|
|
1060
|
+
integrity sha512-4slmbtwV59ZxitY4ixUZdy1uRLf9eSIvBWPQxNjhHYWEtn0FryfKpyS2cvADYXTayWdKEIsJengncrVvkI4I6A==
|
|
1092
1061
|
|
|
1093
1062
|
"@types/normalize-package-data@^2.4.0":
|
|
1094
1063
|
version "2.4.1"
|
|
@@ -2344,10 +2313,10 @@ eastasianwidth@^0.2.0:
|
|
|
2344
2313
|
resolved "https://registry.yarnpkg.com/eastasianwidth/-/eastasianwidth-0.2.0.tgz#696ce2ec0aa0e6ea93a397ffcf24aa7840c827cb"
|
|
2345
2314
|
integrity sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==
|
|
2346
2315
|
|
|
2347
|
-
ejs@^3.1.6, ejs@^3.1.8:
|
|
2348
|
-
version "3.1.
|
|
2349
|
-
resolved "https://registry.yarnpkg.com/ejs/-/ejs-3.1.
|
|
2350
|
-
integrity sha512
|
|
2316
|
+
ejs@^3.1.6, ejs@^3.1.8, ejs@^3.1.9:
|
|
2317
|
+
version "3.1.9"
|
|
2318
|
+
resolved "https://registry.yarnpkg.com/ejs/-/ejs-3.1.9.tgz#03c9e8777fe12686a9effcef22303ca3d8eeb361"
|
|
2319
|
+
integrity sha512-rC+QVNMJWv+MtPgkt0y+0rVEIdbtxVADApW9JXrUVlzHetgcyczP/E7DJmWJ4fJCZF2cPcBk0laWO9ZHMG3DmQ==
|
|
2351
2320
|
dependencies:
|
|
2352
2321
|
jake "^10.8.5"
|
|
2353
2322
|
|
|
@@ -4578,14 +4547,7 @@ minimatch@5.0.1:
|
|
|
4578
4547
|
dependencies:
|
|
4579
4548
|
brace-expansion "^2.0.1"
|
|
4580
4549
|
|
|
4581
|
-
minimatch@^3.0.4:
|
|
4582
|
-
version "3.0.4"
|
|
4583
|
-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.0.4.tgz#5166e286457f03306064be5497e8dbb0c3d32083"
|
|
4584
|
-
integrity sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==
|
|
4585
|
-
dependencies:
|
|
4586
|
-
brace-expansion "^1.1.7"
|
|
4587
|
-
|
|
4588
|
-
minimatch@^3.0.5, minimatch@^3.1.2:
|
|
4550
|
+
minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.2:
|
|
4589
4551
|
version "3.1.2"
|
|
4590
4552
|
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
|
|
4591
4553
|
integrity sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==
|
|
@@ -4808,10 +4770,10 @@ no-case@^3.0.4:
|
|
|
4808
4770
|
lower-case "^2.0.2"
|
|
4809
4771
|
tslib "^2.0.3"
|
|
4810
4772
|
|
|
4811
|
-
nock@*, nock@^13.3.3:
|
|
4812
|
-
version "13.3.
|
|
4813
|
-
resolved "https://registry.yarnpkg.com/nock/-/nock-13.3.
|
|
4814
|
-
integrity sha512-
|
|
4773
|
+
nock@*, nock@^13.3.3, nock@^13.3.4:
|
|
4774
|
+
version "13.3.4"
|
|
4775
|
+
resolved "https://registry.yarnpkg.com/nock/-/nock-13.3.4.tgz#4ed3ed1465a75c87833044a881dbdd6546337e8d"
|
|
4776
|
+
integrity sha512-DDpmn5oLEdCTclEqweOT4U7bEpuoifBMFUXem9sA4turDAZ5tlbrEoWqCorwXey8CaAw44mst5JOQeVNiwtkhw==
|
|
4815
4777
|
dependencies:
|
|
4816
4778
|
debug "^4.1.0"
|
|
4817
4779
|
json-stringify-safe "^5.0.1"
|
package/oclif.manifest.json
CHANGED
|
@@ -110,6 +110,7 @@
|
|
|
110
110
|
}
|
|
111
111
|
},
|
|
112
112
|
"hasDynamicHelp": false,
|
|
113
|
+
"hiddenAliases": [],
|
|
113
114
|
"id": "commands",
|
|
114
115
|
"pluginAlias": "@oclif/plugin-commands",
|
|
115
116
|
"pluginName": "@oclif/plugin-commands",
|
|
@@ -128,5 +129,5 @@
|
|
|
128
129
|
]
|
|
129
130
|
}
|
|
130
131
|
},
|
|
131
|
-
"version": "3.0.
|
|
132
|
+
"version": "3.0.3"
|
|
132
133
|
}
|
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.0.
|
|
4
|
+
"version": "3.0.3",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/oclif/plugin-commands/issues",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@oclif/core": "^3.
|
|
8
|
+
"@oclif/core": "^3.2.1",
|
|
9
9
|
"lodash.pickby": "^4.6.0",
|
|
10
10
|
"lodash.sortby": "^4.7.0",
|
|
11
11
|
"lodash.template": "^4.5.0",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"@oclif/plugin-help": "^5.2.20",
|
|
17
17
|
"@oclif/prettier-config": "^0.2.1",
|
|
18
18
|
"@oclif/test": "^3.0.2",
|
|
19
|
-
"@types/chai": "^4.3.
|
|
19
|
+
"@types/chai": "^4.3.8",
|
|
20
20
|
"@types/lodash.pickby": "^4.6.7",
|
|
21
21
|
"@types/lodash.sortby": "^4.7.7",
|
|
22
22
|
"@types/lodash.template": "^4.5.1",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"husky": "^8.0.3",
|
|
35
35
|
"lint-staged": "^14.0.1",
|
|
36
36
|
"mocha": "^10.2.0",
|
|
37
|
-
"nock": "^13.3.
|
|
37
|
+
"nock": "^13.3.4",
|
|
38
38
|
"nyc": "^15.1.0",
|
|
39
39
|
"oclif": "^4.0.2",
|
|
40
40
|
"prettier": "^3.0.3",
|