@salesforce/plugin-command-reference 3.1.24 → 3.1.26
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 +14 -14
- package/oclif.lock +13 -13
- 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.26/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.26/src/commands/jit/install.ts)_
|
|
155
155
|
|
|
156
156
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-command-reference",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.26",
|
|
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.26",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@oclif/core": "^4",
|
|
13
|
-
"@salesforce/core": "^8.
|
|
13
|
+
"@salesforce/core": "^8.5.7",
|
|
14
14
|
"@salesforce/kit": "^3.2.3",
|
|
15
15
|
"@salesforce/sf-plugins-core": "^11.3.5",
|
|
16
16
|
"@salesforce/ts-types": "^2.0.11",
|
|
@@ -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",
|
|
@@ -3059,9 +3059,9 @@
|
|
|
3059
3059
|
}
|
|
3060
3060
|
},
|
|
3061
3061
|
"node_modules/@salesforce/core": {
|
|
3062
|
-
"version": "8.5.
|
|
3063
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.5.
|
|
3064
|
-
"integrity": "sha512-
|
|
3062
|
+
"version": "8.5.7",
|
|
3063
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.5.7.tgz",
|
|
3064
|
+
"integrity": "sha512-HY2ztRT2QACgWrbze+v+B6L4q+RT9FdswXhVQRssf8ZeJH/kqFnF4U640i+dAFChs9mGGCS2zmm6BTREiwg2LA==",
|
|
3065
3065
|
"license": "BSD-3-Clause",
|
|
3066
3066
|
"dependencies": {
|
|
3067
3067
|
"@jsforce/jsforce-node": "^3.4.1",
|
|
@@ -3076,7 +3076,7 @@
|
|
|
3076
3076
|
"js2xmlparser": "^4.0.1",
|
|
3077
3077
|
"jsonwebtoken": "9.0.2",
|
|
3078
3078
|
"jszip": "3.10.1",
|
|
3079
|
-
"pino": "^9.
|
|
3079
|
+
"pino": "^9.4.0",
|
|
3080
3080
|
"pino-abstract-transport": "^1.2.0",
|
|
3081
3081
|
"pino-pretty": "^11.2.2",
|
|
3082
3082
|
"proper-lockfile": "^4.1.2",
|
|
@@ -10949,9 +10949,9 @@
|
|
|
10949
10949
|
}
|
|
10950
10950
|
},
|
|
10951
10951
|
"node_modules/pino": {
|
|
10952
|
-
"version": "9.
|
|
10953
|
-
"resolved": "https://registry.npmjs.org/pino/-/pino-9.
|
|
10954
|
-
"integrity": "sha512-
|
|
10952
|
+
"version": "9.4.0",
|
|
10953
|
+
"resolved": "https://registry.npmjs.org/pino/-/pino-9.4.0.tgz",
|
|
10954
|
+
"integrity": "sha512-nbkQb5+9YPhQRz/BeQmrWpEknAaqjpAqRK8NwJpmrX/JHu7JuZC5G1CeAwJDJfGes4h+YihC6in3Q2nGb+Y09w==",
|
|
10955
10955
|
"license": "MIT",
|
|
10956
10956
|
"dependencies": {
|
|
10957
10957
|
"atomic-sleep": "^1.0.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"
|
|
@@ -1508,10 +1508,10 @@
|
|
|
1508
1508
|
resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33"
|
|
1509
1509
|
integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==
|
|
1510
1510
|
|
|
1511
|
-
"@salesforce/core@^8.
|
|
1512
|
-
version "8.5.
|
|
1513
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.5.
|
|
1514
|
-
integrity sha512-
|
|
1511
|
+
"@salesforce/core@^8.4.0", "@salesforce/core@^8.5.1", "@salesforce/core@^8.5.2", "@salesforce/core@^8.5.4", "@salesforce/core@^8.5.7":
|
|
1512
|
+
version "8.5.7"
|
|
1513
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.5.7.tgz#18c98ba383f7030f7e5420677bbd108d1d93dcc3"
|
|
1514
|
+
integrity sha512-HY2ztRT2QACgWrbze+v+B6L4q+RT9FdswXhVQRssf8ZeJH/kqFnF4U640i+dAFChs9mGGCS2zmm6BTREiwg2LA==
|
|
1515
1515
|
dependencies:
|
|
1516
1516
|
"@jsforce/jsforce-node" "^3.4.1"
|
|
1517
1517
|
"@salesforce/kit" "^3.2.2"
|
|
@@ -1525,7 +1525,7 @@
|
|
|
1525
1525
|
js2xmlparser "^4.0.1"
|
|
1526
1526
|
jsonwebtoken "9.0.2"
|
|
1527
1527
|
jszip "3.10.1"
|
|
1528
|
-
pino "^9.
|
|
1528
|
+
pino "^9.4.0"
|
|
1529
1529
|
pino-abstract-transport "^1.2.0"
|
|
1530
1530
|
pino-pretty "^11.2.2"
|
|
1531
1531
|
proper-lockfile "^4.1.2"
|
|
@@ -6115,10 +6115,10 @@ pino-std-serializers@^7.0.0:
|
|
|
6115
6115
|
resolved "https://registry.yarnpkg.com/pino-std-serializers/-/pino-std-serializers-7.0.0.tgz#7c625038b13718dbbd84ab446bd673dc52259e3b"
|
|
6116
6116
|
integrity sha512-e906FRY0+tV27iq4juKzSYPbUj2do2X2JX4EzSca1631EB2QJQUqGbDuERal7LCtOpxl6x3+nvo9NPZcmjkiFA==
|
|
6117
6117
|
|
|
6118
|
-
pino@^9.
|
|
6119
|
-
version "9.
|
|
6120
|
-
resolved "https://registry.yarnpkg.com/pino/-/pino-9.
|
|
6121
|
-
integrity sha512-
|
|
6118
|
+
pino@^9.4.0:
|
|
6119
|
+
version "9.4.0"
|
|
6120
|
+
resolved "https://registry.yarnpkg.com/pino/-/pino-9.4.0.tgz#e4600ff199efc744856a5b3b71c53e38998eae5a"
|
|
6121
|
+
integrity sha512-nbkQb5+9YPhQRz/BeQmrWpEknAaqjpAqRK8NwJpmrX/JHu7JuZC5G1CeAwJDJfGes4h+YihC6in3Q2nGb+Y09w==
|
|
6122
6122
|
dependencies:
|
|
6123
6123
|
atomic-sleep "^1.0.0"
|
|
6124
6124
|
fast-redact "^3.1.1"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
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.26",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/salesforcecli/plugin-command-reference/issues",
|
|
7
7
|
"type": "module",
|
|
8
8
|
"dependencies": {
|
|
9
9
|
"@oclif/core": "^4",
|
|
10
|
-
"@salesforce/core": "^8.
|
|
10
|
+
"@salesforce/core": "^8.5.7",
|
|
11
11
|
"@salesforce/kit": "^3.2.3",
|
|
12
12
|
"@salesforce/sf-plugins-core": "^11.3.5",
|
|
13
13
|
"@salesforce/ts-types": "^2.0.11",
|