@salesforce/plugin-command-reference 3.1.88 → 3.1.89
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 +18 -18
- package/oclif.lock +14 -14
- 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.89/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.89/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.89",
|
|
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.89",
|
|
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.42",
|
|
23
23
|
"@salesforce/dev-scripts": "^11.0.4",
|
|
24
24
|
"@salesforce/plugin-auth": "^3.9.26",
|
|
25
25
|
"@salesforce/plugin-user": "^3.8.2",
|
|
@@ -3520,9 +3520,9 @@
|
|
|
3520
3520
|
}
|
|
3521
3521
|
},
|
|
3522
3522
|
"node_modules/@oclif/core": {
|
|
3523
|
-
"version": "4.10.
|
|
3524
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.10.
|
|
3525
|
-
"integrity": "sha512-
|
|
3523
|
+
"version": "4.10.5",
|
|
3524
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.10.5.tgz",
|
|
3525
|
+
"integrity": "sha512-qcdCF7NrdWPfme6Kr34wwljRCXbCVpL1WVxiNy0Ep6vbWKjxAjFQwuhqkoyL0yjI+KdwtLcOCGn5z2yzdijc8w==",
|
|
3526
3526
|
"license": "MIT",
|
|
3527
3527
|
"dependencies": {
|
|
3528
3528
|
"ansi-escapes": "^4.3.2",
|
|
@@ -3535,7 +3535,7 @@
|
|
|
3535
3535
|
"indent-string": "^4.0.0",
|
|
3536
3536
|
"is-wsl": "^2.2.0",
|
|
3537
3537
|
"lilconfig": "^3.1.3",
|
|
3538
|
-
"minimatch": "^10.2.
|
|
3538
|
+
"minimatch": "^10.2.5",
|
|
3539
3539
|
"semver": "^7.7.3",
|
|
3540
3540
|
"string-width": "^4.2.3",
|
|
3541
3541
|
"supports-color": "^8",
|
|
@@ -3585,12 +3585,12 @@
|
|
|
3585
3585
|
}
|
|
3586
3586
|
},
|
|
3587
3587
|
"node_modules/@oclif/core/node_modules/minimatch": {
|
|
3588
|
-
"version": "10.2.
|
|
3589
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.
|
|
3590
|
-
"integrity": "sha512-
|
|
3588
|
+
"version": "10.2.5",
|
|
3589
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.5.tgz",
|
|
3590
|
+
"integrity": "sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==",
|
|
3591
3591
|
"license": "BlueOak-1.0.0",
|
|
3592
3592
|
"dependencies": {
|
|
3593
|
-
"brace-expansion": "^5.0.
|
|
3593
|
+
"brace-expansion": "^5.0.5"
|
|
3594
3594
|
},
|
|
3595
3595
|
"engines": {
|
|
3596
3596
|
"node": "18 || 20 || >=22"
|
|
@@ -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.42",
|
|
3636
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.42.tgz",
|
|
3637
|
+
"integrity": "sha512-ureMjpO1qnxBaOuMITOE579nxLhD50esi3f0K5pat4Y0sBG5dT+ELaane8iaBwiJHmF5hxma8jSpvi1QTpCVxw==",
|
|
3638
3638
|
"dev": true,
|
|
3639
3639
|
"license": "MIT",
|
|
3640
3640
|
"dependencies": {
|
|
@@ -12238,13 +12238,13 @@
|
|
|
12238
12238
|
}
|
|
12239
12239
|
},
|
|
12240
12240
|
"node_modules/oclif/node_modules/minimatch": {
|
|
12241
|
-
"version": "10.2.
|
|
12242
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.
|
|
12243
|
-
"integrity": "sha512-
|
|
12241
|
+
"version": "10.2.5",
|
|
12242
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.5.tgz",
|
|
12243
|
+
"integrity": "sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==",
|
|
12244
12244
|
"dev": true,
|
|
12245
12245
|
"license": "BlueOak-1.0.0",
|
|
12246
12246
|
"dependencies": {
|
|
12247
|
-
"brace-expansion": "^5.0.
|
|
12247
|
+
"brace-expansion": "^5.0.5"
|
|
12248
12248
|
},
|
|
12249
12249
|
"engines": {
|
|
12250
12250
|
"node": "18 || 20 || >=22"
|
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.10.
|
|
1418
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.10.
|
|
1419
|
-
integrity sha512-
|
|
1417
|
+
version "4.10.5"
|
|
1418
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.10.5.tgz#bcf7c5bb783849ccdce2fd2b5d691a247082ba51"
|
|
1419
|
+
integrity sha512-qcdCF7NrdWPfme6Kr34wwljRCXbCVpL1WVxiNy0Ep6vbWKjxAjFQwuhqkoyL0yjI+KdwtLcOCGn5z2yzdijc8w==
|
|
1420
1420
|
dependencies:
|
|
1421
1421
|
ansi-escapes "^4.3.2"
|
|
1422
1422
|
ansis "^3.17.0"
|
|
@@ -1428,7 +1428,7 @@
|
|
|
1428
1428
|
indent-string "^4.0.0"
|
|
1429
1429
|
is-wsl "^2.2.0"
|
|
1430
1430
|
lilconfig "^3.1.3"
|
|
1431
|
-
minimatch "^10.2.
|
|
1431
|
+
minimatch "^10.2.5"
|
|
1432
1432
|
semver "^7.7.3"
|
|
1433
1433
|
string-width "^4.2.3"
|
|
1434
1434
|
supports-color "^8"
|
|
@@ -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.42":
|
|
1441
|
+
version "6.2.42"
|
|
1442
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.2.42.tgz#88984372e1a0521c5a80bc048a33cc2c8432eda7"
|
|
1443
|
+
integrity sha512-ureMjpO1qnxBaOuMITOE579nxLhD50esi3f0K5pat4Y0sBG5dT+ELaane8iaBwiJHmF5hxma8jSpvi1QTpCVxw==
|
|
1444
1444
|
dependencies:
|
|
1445
1445
|
"@oclif/core" "^4"
|
|
1446
1446
|
|
|
@@ -2865,7 +2865,7 @@ brace-expansion@^4.0.0:
|
|
|
2865
2865
|
dependencies:
|
|
2866
2866
|
balanced-match "^3.0.0"
|
|
2867
2867
|
|
|
2868
|
-
brace-expansion@^5.0.
|
|
2868
|
+
brace-expansion@^5.0.5:
|
|
2869
2869
|
version "5.0.5"
|
|
2870
2870
|
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-5.0.5.tgz#dcc3a37116b79f3e1b46db994ced5d570e930fdb"
|
|
2871
2871
|
integrity sha512-VZznLgtwhn+Mact9tfiwx64fA9erHH/MCXEUfB/0bX/6Fz6ny5EGTXYltMocqg4xFAQZtnO3DHWWXi8RiuN7cQ==
|
|
@@ -5803,12 +5803,12 @@ minimatch@9.0.3:
|
|
|
5803
5803
|
dependencies:
|
|
5804
5804
|
brace-expansion "^2.0.1"
|
|
5805
5805
|
|
|
5806
|
-
minimatch@^10.2.4:
|
|
5807
|
-
version "10.2.
|
|
5808
|
-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.2.
|
|
5809
|
-
integrity sha512-
|
|
5806
|
+
minimatch@^10.2.4, minimatch@^10.2.5:
|
|
5807
|
+
version "10.2.5"
|
|
5808
|
+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.2.5.tgz#bd48687a0be38ed2961399105600f832095861d1"
|
|
5809
|
+
integrity sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==
|
|
5810
5810
|
dependencies:
|
|
5811
|
-
brace-expansion "^5.0.
|
|
5811
|
+
brace-expansion "^5.0.5"
|
|
5812
5812
|
|
|
5813
5813
|
minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
|
|
5814
5814
|
version "3.1.2"
|
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.89",
|
|
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.42",
|
|
20
20
|
"@salesforce/dev-scripts": "^11.0.4",
|
|
21
21
|
"@salesforce/plugin-auth": "^3.9.26",
|
|
22
22
|
"@salesforce/plugin-user": "^3.8.2",
|