@salesforce/plugin-command-reference 3.1.24 → 3.1.25
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 +6 -6
- package/oclif.lock +4 -4
- package/oclif.manifest.json +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -130,7 +130,7 @@ EXAMPLES
|
|
|
130
130
|
$ sf commandreference generate --all --config-path /path/to/plugin --output-dir ./docs
|
|
131
131
|
```
|
|
132
132
|
|
|
133
|
-
_See code: [src/commands/commandreference/generate.ts](https://github.com/salesforcecli/plugin-command-reference/blob/3.1.
|
|
133
|
+
_See code: [src/commands/commandreference/generate.ts](https://github.com/salesforcecli/plugin-command-reference/blob/3.1.25/src/commands/commandreference/generate.ts)_
|
|
134
134
|
|
|
135
135
|
## `sf jit install`
|
|
136
136
|
|
|
@@ -151,6 +151,6 @@ EXAMPLES
|
|
|
151
151
|
$ sf jit install
|
|
152
152
|
```
|
|
153
153
|
|
|
154
|
-
_See code: [src/commands/jit/install.ts](https://github.com/salesforcecli/plugin-command-reference/blob/3.1.
|
|
154
|
+
_See code: [src/commands/jit/install.ts](https://github.com/salesforcecli/plugin-command-reference/blob/3.1.25/src/commands/jit/install.ts)_
|
|
155
155
|
|
|
156
156
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-command-reference",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.25",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/plugin-command-reference",
|
|
9
|
-
"version": "3.1.
|
|
9
|
+
"version": "3.1.25",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@oclif/core": "^4",
|
|
@@ -2927,16 +2927,16 @@
|
|
|
2927
2927
|
}
|
|
2928
2928
|
},
|
|
2929
2929
|
"node_modules/@oclif/core": {
|
|
2930
|
-
"version": "4.0.
|
|
2931
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.
|
|
2932
|
-
"integrity": "sha512-
|
|
2930
|
+
"version": "4.0.22",
|
|
2931
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.22.tgz",
|
|
2932
|
+
"integrity": "sha512-aXM2O4g7f+kPNzhhOfqGOVRVYDxTVrH7Y720MuH0Twq5WHMxI4XwntnyBaRscoCPG6FWhItZLtiZxsvaUdupGg==",
|
|
2933
2933
|
"license": "MIT",
|
|
2934
2934
|
"dependencies": {
|
|
2935
2935
|
"ansi-escapes": "^4.3.2",
|
|
2936
2936
|
"ansis": "^3.3.2",
|
|
2937
2937
|
"clean-stack": "^3.0.1",
|
|
2938
2938
|
"cli-spinners": "^2.9.2",
|
|
2939
|
-
"debug": "^4.3.
|
|
2939
|
+
"debug": "^4.3.7",
|
|
2940
2940
|
"ejs": "^3.1.10",
|
|
2941
2941
|
"get-package-type": "^0.1.0",
|
|
2942
2942
|
"globby": "^11.1.0",
|
package/oclif.lock
CHANGED
|
@@ -1453,15 +1453,15 @@
|
|
|
1453
1453
|
fastq "^1.6.0"
|
|
1454
1454
|
|
|
1455
1455
|
"@oclif/core@^4", "@oclif/core@^4.0.19":
|
|
1456
|
-
version "4.0.
|
|
1457
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.
|
|
1458
|
-
integrity sha512-
|
|
1456
|
+
version "4.0.22"
|
|
1457
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.22.tgz#acb233c0c18ff4f365caca15e29e2807a4325709"
|
|
1458
|
+
integrity sha512-aXM2O4g7f+kPNzhhOfqGOVRVYDxTVrH7Y720MuH0Twq5WHMxI4XwntnyBaRscoCPG6FWhItZLtiZxsvaUdupGg==
|
|
1459
1459
|
dependencies:
|
|
1460
1460
|
ansi-escapes "^4.3.2"
|
|
1461
1461
|
ansis "^3.3.2"
|
|
1462
1462
|
clean-stack "^3.0.1"
|
|
1463
1463
|
cli-spinners "^2.9.2"
|
|
1464
|
-
debug "^4.3.
|
|
1464
|
+
debug "^4.3.7"
|
|
1465
1465
|
ejs "^3.1.10"
|
|
1466
1466
|
get-package-type "^0.1.0"
|
|
1467
1467
|
globby "^11.1.0"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-command-reference",
|
|
3
3
|
"description": "Generate the Salesforce CLI command reference guide",
|
|
4
|
-
"version": "3.1.
|
|
4
|
+
"version": "3.1.25",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/salesforcecli/plugin-command-reference/issues",
|
|
7
7
|
"type": "module",
|