@salesforce/plugin-command-reference 3.1.7 → 3.1.8
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 +29 -39
- package/oclif.lock +46 -15
- 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.8/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.8/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.8",
|
|
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.8",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@oclif/core": "^4",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"devDependencies": {
|
|
22
22
|
"@oclif/plugin-help": "^6.2.3",
|
|
23
23
|
"@salesforce/dev-scripts": "^10.2.2",
|
|
24
|
-
"@salesforce/plugin-auth": "^3.6.
|
|
24
|
+
"@salesforce/plugin-auth": "^3.6.28",
|
|
25
25
|
"@salesforce/plugin-user": "^3.5.17",
|
|
26
26
|
"@types/debug": "^4.1.12",
|
|
27
27
|
"eslint-plugin-sf-plugin": "^1.18.9",
|
|
@@ -2399,39 +2399,39 @@
|
|
|
2399
2399
|
"license": "BSD-3-Clause"
|
|
2400
2400
|
},
|
|
2401
2401
|
"node_modules/@inquirer/checkbox": {
|
|
2402
|
-
"version": "2.3.
|
|
2403
|
-
"resolved": "https://registry.npmjs.org/@inquirer/checkbox/-/checkbox-2.3.
|
|
2404
|
-
"integrity": "sha512-
|
|
2402
|
+
"version": "2.3.7",
|
|
2403
|
+
"resolved": "https://registry.npmjs.org/@inquirer/checkbox/-/checkbox-2.3.7.tgz",
|
|
2404
|
+
"integrity": "sha512-CWzAu56xue6x3+3YwVJZAru4L9rjoOtZ7f+pUL4jL0YATxg/DgfWAt6PFYw645VJhzhGR7bix5I/eqKQMZrQ+A==",
|
|
2405
2405
|
"dev": true,
|
|
2406
2406
|
"license": "MIT",
|
|
2407
2407
|
"dependencies": {
|
|
2408
|
-
"@inquirer/core": "^8.2.
|
|
2408
|
+
"@inquirer/core": "^8.2.4",
|
|
2409
2409
|
"@inquirer/figures": "^1.0.3",
|
|
2410
2410
|
"@inquirer/type": "^1.3.3",
|
|
2411
2411
|
"ansi-escapes": "^4.3.2",
|
|
2412
|
-
"
|
|
2412
|
+
"picocolors": "^1.0.1"
|
|
2413
2413
|
},
|
|
2414
2414
|
"engines": {
|
|
2415
2415
|
"node": ">=18"
|
|
2416
2416
|
}
|
|
2417
2417
|
},
|
|
2418
2418
|
"node_modules/@inquirer/checkbox/node_modules/@inquirer/core": {
|
|
2419
|
-
"version": "8.2.
|
|
2420
|
-
"resolved": "https://registry.npmjs.org/@inquirer/core/-/core-8.2.
|
|
2421
|
-
"integrity": "sha512-
|
|
2419
|
+
"version": "8.2.4",
|
|
2420
|
+
"resolved": "https://registry.npmjs.org/@inquirer/core/-/core-8.2.4.tgz",
|
|
2421
|
+
"integrity": "sha512-7vsXSfxtrrbwMTirfaKwPcjqJy7pzeuF/bP62yo1NQrRJ5HjmMlrhZml/Ljm9ODc1RnbhJlTeSnCkjtFddKjwA==",
|
|
2422
2422
|
"dev": true,
|
|
2423
2423
|
"license": "MIT",
|
|
2424
2424
|
"dependencies": {
|
|
2425
2425
|
"@inquirer/figures": "^1.0.3",
|
|
2426
2426
|
"@inquirer/type": "^1.3.3",
|
|
2427
2427
|
"@types/mute-stream": "^0.0.4",
|
|
2428
|
-
"@types/node": "^20.14.
|
|
2428
|
+
"@types/node": "^20.14.9",
|
|
2429
2429
|
"@types/wrap-ansi": "^3.0.0",
|
|
2430
2430
|
"ansi-escapes": "^4.3.2",
|
|
2431
|
-
"chalk": "^4.1.2",
|
|
2432
2431
|
"cli-spinners": "^2.9.2",
|
|
2433
2432
|
"cli-width": "^4.1.0",
|
|
2434
2433
|
"mute-stream": "^1.0.0",
|
|
2434
|
+
"picocolors": "^1.0.1",
|
|
2435
2435
|
"signal-exit": "^4.1.0",
|
|
2436
2436
|
"strip-ansi": "^6.0.1",
|
|
2437
2437
|
"wrap-ansi": "^6.2.0"
|
|
@@ -2441,31 +2441,21 @@
|
|
|
2441
2441
|
}
|
|
2442
2442
|
},
|
|
2443
2443
|
"node_modules/@inquirer/checkbox/node_modules/@types/node": {
|
|
2444
|
-
"version": "20.14.
|
|
2445
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.14.
|
|
2446
|
-
"integrity": "sha512-
|
|
2444
|
+
"version": "20.14.9",
|
|
2445
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.14.9.tgz",
|
|
2446
|
+
"integrity": "sha512-06OCtnTXtWOZBJlRApleWndH4JsRVs1pDCc8dLSQp+7PpUpX3ePdHyeNSFTeSe7FtKyQkrlPvHwJOW3SLd8Oyg==",
|
|
2447
2447
|
"dev": true,
|
|
2448
2448
|
"license": "MIT",
|
|
2449
2449
|
"dependencies": {
|
|
2450
2450
|
"undici-types": "~5.26.4"
|
|
2451
2451
|
}
|
|
2452
2452
|
},
|
|
2453
|
-
"node_modules/@inquirer/checkbox/node_modules/
|
|
2454
|
-
"version": "
|
|
2455
|
-
"resolved": "https://registry.npmjs.org/
|
|
2456
|
-
"integrity": "sha512-
|
|
2453
|
+
"node_modules/@inquirer/checkbox/node_modules/picocolors": {
|
|
2454
|
+
"version": "1.0.1",
|
|
2455
|
+
"resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.1.tgz",
|
|
2456
|
+
"integrity": "sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew==",
|
|
2457
2457
|
"dev": true,
|
|
2458
|
-
"license": "
|
|
2459
|
-
"dependencies": {
|
|
2460
|
-
"ansi-styles": "^4.1.0",
|
|
2461
|
-
"supports-color": "^7.1.0"
|
|
2462
|
-
},
|
|
2463
|
-
"engines": {
|
|
2464
|
-
"node": ">=10"
|
|
2465
|
-
},
|
|
2466
|
-
"funding": {
|
|
2467
|
-
"url": "https://github.com/chalk/chalk?sponsor=1"
|
|
2468
|
-
}
|
|
2458
|
+
"license": "ISC"
|
|
2469
2459
|
},
|
|
2470
2460
|
"node_modules/@inquirer/checkbox/node_modules/signal-exit": {
|
|
2471
2461
|
"version": "4.1.0",
|
|
@@ -3020,9 +3010,9 @@
|
|
|
3020
3010
|
}
|
|
3021
3011
|
},
|
|
3022
3012
|
"node_modules/@oclif/core": {
|
|
3023
|
-
"version": "4.0.
|
|
3024
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.
|
|
3025
|
-
"integrity": "sha512-
|
|
3013
|
+
"version": "4.0.7",
|
|
3014
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.7.tgz",
|
|
3015
|
+
"integrity": "sha512-sU4Dx+RXCWAkrMw8tQFYAL6VfcHYKLPxVC9iKfgTXr4aDhcCssDwrbgpx0Di1dnNxvQlDGUhuCEInZuIY/nNfw==",
|
|
3026
3016
|
"license": "MIT",
|
|
3027
3017
|
"dependencies": {
|
|
3028
3018
|
"ansi-escapes": "^4.3.2",
|
|
@@ -3437,19 +3427,19 @@
|
|
|
3437
3427
|
}
|
|
3438
3428
|
},
|
|
3439
3429
|
"node_modules/@salesforce/plugin-auth": {
|
|
3440
|
-
"version": "3.6.
|
|
3441
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.6.
|
|
3442
|
-
"integrity": "sha512-
|
|
3430
|
+
"version": "3.6.28",
|
|
3431
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.6.28.tgz",
|
|
3432
|
+
"integrity": "sha512-CEa2S/+dOgxOahvXrkXe+vDMOxBobTYnfqSdJ0jTuJQKYJskK2S8srQZNCBrfd6iGGO4VR6CpxzWYTnosQReTg==",
|
|
3443
3433
|
"dev": true,
|
|
3444
3434
|
"license": "BSD-3-Clause",
|
|
3445
3435
|
"dependencies": {
|
|
3446
|
-
"@inquirer/checkbox": "^2.3.
|
|
3436
|
+
"@inquirer/checkbox": "^2.3.7",
|
|
3447
3437
|
"@inquirer/select": "^2.3.5",
|
|
3448
3438
|
"@oclif/core": "^4",
|
|
3449
3439
|
"@salesforce/core": "^8.0.3",
|
|
3450
3440
|
"@salesforce/kit": "^3.1.6",
|
|
3451
3441
|
"@salesforce/plugin-info": "^3.3.5",
|
|
3452
|
-
"@salesforce/sf-plugins-core": "^11.1.
|
|
3442
|
+
"@salesforce/sf-plugins-core": "^11.1.2",
|
|
3453
3443
|
"@salesforce/ts-types": "^2.0.10",
|
|
3454
3444
|
"open": "^10.1.0"
|
|
3455
3445
|
},
|
package/oclif.lock
CHANGED
|
@@ -1198,16 +1198,16 @@
|
|
|
1198
1198
|
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-2.0.3.tgz#4a2868d75d6d6963e423bcf90b7fd1be343409d3"
|
|
1199
1199
|
integrity sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA==
|
|
1200
1200
|
|
|
1201
|
-
"@inquirer/checkbox@^2.3.
|
|
1202
|
-
version "2.3.
|
|
1203
|
-
resolved "https://registry.yarnpkg.com/@inquirer/checkbox/-/checkbox-2.3.
|
|
1204
|
-
integrity sha512-
|
|
1201
|
+
"@inquirer/checkbox@^2.3.7":
|
|
1202
|
+
version "2.3.7"
|
|
1203
|
+
resolved "https://registry.yarnpkg.com/@inquirer/checkbox/-/checkbox-2.3.7.tgz#17bf59db4fb025096e12b2b437b90c47257af91a"
|
|
1204
|
+
integrity sha512-CWzAu56xue6x3+3YwVJZAru4L9rjoOtZ7f+pUL4jL0YATxg/DgfWAt6PFYw645VJhzhGR7bix5I/eqKQMZrQ+A==
|
|
1205
1205
|
dependencies:
|
|
1206
|
-
"@inquirer/core" "^8.2.
|
|
1206
|
+
"@inquirer/core" "^8.2.4"
|
|
1207
1207
|
"@inquirer/figures" "^1.0.3"
|
|
1208
1208
|
"@inquirer/type" "^1.3.3"
|
|
1209
1209
|
ansi-escapes "^4.3.2"
|
|
1210
|
-
|
|
1210
|
+
picocolors "^1.0.1"
|
|
1211
1211
|
|
|
1212
1212
|
"@inquirer/confirm@^3.1.10", "@inquirer/confirm@^3.1.9":
|
|
1213
1213
|
version "3.1.10"
|
|
@@ -1255,6 +1255,25 @@
|
|
|
1255
1255
|
strip-ansi "^6.0.1"
|
|
1256
1256
|
wrap-ansi "^6.2.0"
|
|
1257
1257
|
|
|
1258
|
+
"@inquirer/core@^8.2.4":
|
|
1259
|
+
version "8.2.4"
|
|
1260
|
+
resolved "https://registry.yarnpkg.com/@inquirer/core/-/core-8.2.4.tgz#300de755849d3166d15127e2341cef6aa4bd031d"
|
|
1261
|
+
integrity sha512-7vsXSfxtrrbwMTirfaKwPcjqJy7pzeuF/bP62yo1NQrRJ5HjmMlrhZml/Ljm9ODc1RnbhJlTeSnCkjtFddKjwA==
|
|
1262
|
+
dependencies:
|
|
1263
|
+
"@inquirer/figures" "^1.0.3"
|
|
1264
|
+
"@inquirer/type" "^1.3.3"
|
|
1265
|
+
"@types/mute-stream" "^0.0.4"
|
|
1266
|
+
"@types/node" "^20.14.9"
|
|
1267
|
+
"@types/wrap-ansi" "^3.0.0"
|
|
1268
|
+
ansi-escapes "^4.3.2"
|
|
1269
|
+
cli-spinners "^2.9.2"
|
|
1270
|
+
cli-width "^4.1.0"
|
|
1271
|
+
mute-stream "^1.0.0"
|
|
1272
|
+
picocolors "^1.0.1"
|
|
1273
|
+
signal-exit "^4.1.0"
|
|
1274
|
+
strip-ansi "^6.0.1"
|
|
1275
|
+
wrap-ansi "^6.2.0"
|
|
1276
|
+
|
|
1258
1277
|
"@inquirer/figures@^1.0.3":
|
|
1259
1278
|
version "1.0.3"
|
|
1260
1279
|
resolved "https://registry.yarnpkg.com/@inquirer/figures/-/figures-1.0.3.tgz#1227cc980f88e6d6ab85abadbf164f5038041edd"
|
|
@@ -1437,9 +1456,9 @@
|
|
|
1437
1456
|
wrap-ansi "^7.0.0"
|
|
1438
1457
|
|
|
1439
1458
|
"@oclif/core@^4", "@oclif/core@^4.0.3", "@oclif/core@^4.0.6":
|
|
1440
|
-
version "4.0.
|
|
1441
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.
|
|
1442
|
-
integrity sha512-
|
|
1459
|
+
version "4.0.7"
|
|
1460
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.7.tgz#e624fa6e91ddcd84ebd0aa9e6efbe17b94f2dd1f"
|
|
1461
|
+
integrity sha512-sU4Dx+RXCWAkrMw8tQFYAL6VfcHYKLPxVC9iKfgTXr4aDhcCssDwrbgpx0Di1dnNxvQlDGUhuCEInZuIY/nNfw==
|
|
1443
1462
|
dependencies:
|
|
1444
1463
|
ansi-escapes "^4.3.2"
|
|
1445
1464
|
ansis "^3.1.1"
|
|
@@ -1584,18 +1603,18 @@
|
|
|
1584
1603
|
dependencies:
|
|
1585
1604
|
"@salesforce/ts-types" "^2.0.10"
|
|
1586
1605
|
|
|
1587
|
-
"@salesforce/plugin-auth@^3.6.
|
|
1588
|
-
version "3.6.
|
|
1589
|
-
resolved "https://registry.yarnpkg.com/@salesforce/plugin-auth/-/plugin-auth-3.6.
|
|
1590
|
-
integrity sha512-
|
|
1606
|
+
"@salesforce/plugin-auth@^3.6.28":
|
|
1607
|
+
version "3.6.28"
|
|
1608
|
+
resolved "https://registry.yarnpkg.com/@salesforce/plugin-auth/-/plugin-auth-3.6.28.tgz#bd56a321a4f4813c41586804991dda4090ea6830"
|
|
1609
|
+
integrity sha512-CEa2S/+dOgxOahvXrkXe+vDMOxBobTYnfqSdJ0jTuJQKYJskK2S8srQZNCBrfd6iGGO4VR6CpxzWYTnosQReTg==
|
|
1591
1610
|
dependencies:
|
|
1592
|
-
"@inquirer/checkbox" "^2.3.
|
|
1611
|
+
"@inquirer/checkbox" "^2.3.7"
|
|
1593
1612
|
"@inquirer/select" "^2.3.5"
|
|
1594
1613
|
"@oclif/core" "^4"
|
|
1595
1614
|
"@salesforce/core" "^8.0.3"
|
|
1596
1615
|
"@salesforce/kit" "^3.1.6"
|
|
1597
1616
|
"@salesforce/plugin-info" "^3.3.5"
|
|
1598
|
-
"@salesforce/sf-plugins-core" "^11.1.
|
|
1617
|
+
"@salesforce/sf-plugins-core" "^11.1.2"
|
|
1599
1618
|
"@salesforce/ts-types" "^2.0.10"
|
|
1600
1619
|
open "^10.1.0"
|
|
1601
1620
|
|
|
@@ -2320,6 +2339,13 @@
|
|
|
2320
2339
|
dependencies:
|
|
2321
2340
|
undici-types "~5.26.4"
|
|
2322
2341
|
|
|
2342
|
+
"@types/node@^20.14.9":
|
|
2343
|
+
version "20.14.9"
|
|
2344
|
+
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.14.9.tgz#12e8e765ab27f8c421a1820c99f5f313a933b420"
|
|
2345
|
+
integrity sha512-06OCtnTXtWOZBJlRApleWndH4JsRVs1pDCc8dLSQp+7PpUpX3ePdHyeNSFTeSe7FtKyQkrlPvHwJOW3SLd8Oyg==
|
|
2346
|
+
dependencies:
|
|
2347
|
+
undici-types "~5.26.4"
|
|
2348
|
+
|
|
2323
2349
|
"@types/normalize-package-data@^2.4.0":
|
|
2324
2350
|
version "2.4.1"
|
|
2325
2351
|
resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.1.tgz#d3357479a0fdfdd5907fe67e17e0a85c906e1301"
|
|
@@ -6074,6 +6100,11 @@ picocolors@^1.0.0:
|
|
|
6074
6100
|
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.0.tgz#cb5bdc74ff3f51892236eaf79d68bc44564ab81c"
|
|
6075
6101
|
integrity sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==
|
|
6076
6102
|
|
|
6103
|
+
picocolors@^1.0.1:
|
|
6104
|
+
version "1.0.1"
|
|
6105
|
+
resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.1.tgz#a8ad579b571952f0e5d25892de5445bcfe25aaa1"
|
|
6106
|
+
integrity sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew==
|
|
6107
|
+
|
|
6077
6108
|
picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.3.1:
|
|
6078
6109
|
version "2.3.1"
|
|
6079
6110
|
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"
|
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.8",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/salesforcecli/plugin-command-reference/issues",
|
|
7
7
|
"type": "module",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"devDependencies": {
|
|
19
19
|
"@oclif/plugin-help": "^6.2.3",
|
|
20
20
|
"@salesforce/dev-scripts": "^10.2.2",
|
|
21
|
-
"@salesforce/plugin-auth": "^3.6.
|
|
21
|
+
"@salesforce/plugin-auth": "^3.6.28",
|
|
22
22
|
"@salesforce/plugin-user": "^3.5.17",
|
|
23
23
|
"@types/debug": "^4.1.12",
|
|
24
24
|
"eslint-plugin-sf-plugin": "^1.18.9",
|