@salesforce/plugin-command-reference 3.1.93 → 3.1.95
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 +9 -9
- package/oclif.lock +7 -7
- package/oclif.manifest.json +1 -1
- package/package.json +2 -2
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.95/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.95/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.95",
|
|
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.95",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@oclif/core": "^4",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"handlebars": "^4.7.9"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
|
-
"@oclif/plugin-help": "^6.2.
|
|
22
|
+
"@oclif/plugin-help": "^6.2.45",
|
|
23
23
|
"@salesforce/dev-scripts": "^11.0.4",
|
|
24
24
|
"@salesforce/plugin-auth": "^3.9.26",
|
|
25
25
|
"@salesforce/plugin-user": "^3.8.3",
|
|
@@ -3520,9 +3520,9 @@
|
|
|
3520
3520
|
}
|
|
3521
3521
|
},
|
|
3522
3522
|
"node_modules/@oclif/core": {
|
|
3523
|
-
"version": "4.
|
|
3524
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.
|
|
3525
|
-
"integrity": "sha512-
|
|
3523
|
+
"version": "4.11.0",
|
|
3524
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.11.0.tgz",
|
|
3525
|
+
"integrity": "sha512-nTkRMgxFlIKQIIYGvhO2JMsLSQ1aHPHblHfFgxgoBrGK8Ao/8wxc4eNOIv/+t8dMXliZd7mREVr6la4aXXXg5A==",
|
|
3526
3526
|
"license": "MIT",
|
|
3527
3527
|
"dependencies": {
|
|
3528
3528
|
"ansi-escapes": "^4.3.2",
|
|
@@ -3632,9 +3632,9 @@
|
|
|
3632
3632
|
}
|
|
3633
3633
|
},
|
|
3634
3634
|
"node_modules/@oclif/plugin-help": {
|
|
3635
|
-
"version": "6.2.
|
|
3636
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.
|
|
3637
|
-
"integrity": "sha512-
|
|
3635
|
+
"version": "6.2.45",
|
|
3636
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.45.tgz",
|
|
3637
|
+
"integrity": "sha512-avWOKYmjANtyu8ipju/kopIIrSrbS/scJjiZTpBp/HKEHNm46v5riOo5LQj6MZ4bYJVQEoyHPg/2Seig5Ilkjw==",
|
|
3638
3638
|
"dev": true,
|
|
3639
3639
|
"license": "MIT",
|
|
3640
3640
|
"dependencies": {
|
package/oclif.lock
CHANGED
|
@@ -1414,9 +1414,9 @@
|
|
|
1414
1414
|
wrap-ansi "^7.0.0"
|
|
1415
1415
|
|
|
1416
1416
|
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.10.2", "@oclif/core@^4.5.2":
|
|
1417
|
-
version "4.
|
|
1418
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.
|
|
1419
|
-
integrity sha512-
|
|
1417
|
+
version "4.11.0"
|
|
1418
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.11.0.tgz#262102cbdabfe0f83eba5381a4ffcd34d779921a"
|
|
1419
|
+
integrity sha512-nTkRMgxFlIKQIIYGvhO2JMsLSQ1aHPHblHfFgxgoBrGK8Ao/8wxc4eNOIv/+t8dMXliZd7mREVr6la4aXXXg5A==
|
|
1420
1420
|
dependencies:
|
|
1421
1421
|
ansi-escapes "^4.3.2"
|
|
1422
1422
|
ansis "^3.17.0"
|
|
@@ -1437,10 +1437,10 @@
|
|
|
1437
1437
|
wordwrap "^1.0.0"
|
|
1438
1438
|
wrap-ansi "^7.0.0"
|
|
1439
1439
|
|
|
1440
|
-
"@oclif/plugin-help@^6.2.38", "@oclif/plugin-help@^6.2.
|
|
1441
|
-
version "6.2.
|
|
1442
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.2.
|
|
1443
|
-
integrity sha512-
|
|
1440
|
+
"@oclif/plugin-help@^6.2.38", "@oclif/plugin-help@^6.2.45":
|
|
1441
|
+
version "6.2.45"
|
|
1442
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.2.45.tgz#26bdb2df07881e2147e735bbdd32b6d797ee9f52"
|
|
1443
|
+
integrity sha512-avWOKYmjANtyu8ipju/kopIIrSrbS/scJjiZTpBp/HKEHNm46v5riOo5LQj6MZ4bYJVQEoyHPg/2Seig5Ilkjw==
|
|
1444
1444
|
dependencies:
|
|
1445
1445
|
"@oclif/core" "^4"
|
|
1446
1446
|
|
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.95",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/salesforcecli/plugin-command-reference/issues",
|
|
7
7
|
"type": "module",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"handlebars": "^4.7.9"
|
|
17
17
|
},
|
|
18
18
|
"devDependencies": {
|
|
19
|
-
"@oclif/plugin-help": "^6.2.
|
|
19
|
+
"@oclif/plugin-help": "^6.2.45",
|
|
20
20
|
"@salesforce/dev-scripts": "^11.0.4",
|
|
21
21
|
"@salesforce/plugin-auth": "^3.9.26",
|
|
22
22
|
"@salesforce/plugin-user": "^3.8.3",
|