@salesforce/cli 2.13.9 → 2.14.0

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 CHANGED
@@ -24,7 +24,7 @@ $ npm install -g @salesforce/cli
24
24
  $ sf COMMAND
25
25
  running command...
26
26
  $ sf (--version|-v)
27
- @salesforce/cli/2.13.9 linux-x64 node-v18.18.0
27
+ @salesforce/cli/2.14.0 linux-x64 node-v18.18.0
28
28
  $ sf --help [COMMAND]
29
29
  USAGE
30
30
  $ sf COMMAND
@@ -1094,7 +1094,7 @@ EXAMPLES
1094
1094
  TracedEntityId=01p17000000R6bLAAS"
1095
1095
  ```
1096
1096
 
1097
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/2.5.16/src/commands/data/create/record.ts)_
1097
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/2.5.17/src/commands/data/create/record.ts)_
1098
1098
 
1099
1099
  ## `sf data delete bulk`
1100
1100
 
@@ -1106,10 +1106,10 @@ USAGE
1106
1106
 
1107
1107
  FLAGS
1108
1108
  -a, --async Run the command asynchronously.
1109
- -f, --file=<value> (required) CSV file that contains the IDs of the records to delete.
1109
+ -f, --file=<value> (required) CSV file that contains the IDs of the records to update or delete.
1110
1110
  -o, --target-org=<value> (required) Username or alias of the target org.
1111
1111
  -s, --sobject=<value> (required) API name of the Salesforce object, either standard or custom, that you want to
1112
- delete records from.
1112
+ update or delete records from.
1113
1113
  -w, --wait=<value> [default: [object Object]] Number of minutes to wait for the command to complete before
1114
1114
  displaying the results.
1115
1115
  --api-version=<value> Override the api version used for api requests made by this command
@@ -1138,7 +1138,7 @@ EXAMPLES
1138
1138
  $ sf data delete bulk --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
1139
1139
  ```
1140
1140
 
1141
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/2.5.16/src/commands/data/delete/bulk.ts)_
1141
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/2.5.17/src/commands/data/delete/bulk.ts)_
1142
1142
 
1143
1143
  ## `sf data delete record`
1144
1144
 
@@ -1196,7 +1196,7 @@ EXAMPLES
1196
1196
  $ sf data delete record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
1197
1197
  ```
1198
1198
 
1199
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/2.5.16/src/commands/data/delete/record.ts)_
1199
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/2.5.17/src/commands/data/delete/record.ts)_
1200
1200
 
1201
1201
  ## `sf data delete resume`
1202
1202
 
@@ -1233,7 +1233,7 @@ EXAMPLES
1233
1233
  $ sf data delete resume --use-most-recent --target-org my-scratch
1234
1234
  ```
1235
1235
 
1236
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/2.5.16/src/commands/data/delete/resume.ts)_
1236
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/2.5.17/src/commands/data/delete/resume.ts)_
1237
1237
 
1238
1238
  ## `sf data export tree`
1239
1239
 
@@ -1290,7 +1290,7 @@ EXAMPLES
1290
1290
  my-scratch
1291
1291
  ```
1292
1292
 
1293
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/2.5.16/src/commands/data/export/tree.ts)_
1293
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/2.5.17/src/commands/data/export/tree.ts)_
1294
1294
 
1295
1295
  ## `sf data get record`
1296
1296
 
@@ -1351,7 +1351,7 @@ EXAMPLES
1351
1351
  $ sf data get record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
1352
1352
  ```
1353
1353
 
1354
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/2.5.16/src/commands/data/get/record.ts)_
1354
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/2.5.17/src/commands/data/get/record.ts)_
1355
1355
 
1356
1356
  ## `sf data import tree`
1357
1357
 
@@ -1401,7 +1401,7 @@ EXAMPLES
1401
1401
  $ sf data import tree --plan Account-Contact-plan.json
1402
1402
  ```
1403
1403
 
1404
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/2.5.16/src/commands/data/import/tree.ts)_
1404
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/2.5.17/src/commands/data/import/tree.ts)_
1405
1405
 
1406
1406
  ## `sf data query`
1407
1407
 
@@ -1463,7 +1463,7 @@ EXAMPLES
1463
1463
  $ sf data query --query "SELECT Id FROM Contact" --bulk --wait 0
1464
1464
  ```
1465
1465
 
1466
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/2.5.16/src/commands/data/query.ts)_
1466
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/2.5.17/src/commands/data/query.ts)_
1467
1467
 
1468
1468
  ## `sf data query resume`
1469
1469
 
@@ -1499,7 +1499,7 @@ EXAMPLES
1499
1499
  $ sf data query resume --bulk-query-id 7500x000005BdFzXXX
1500
1500
  ```
1501
1501
 
1502
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/2.5.16/src/commands/data/query/resume.ts)_
1502
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/2.5.17/src/commands/data/query/resume.ts)_
1503
1503
 
1504
1504
  ## `sf data resume`
1505
1505
 
@@ -1534,7 +1534,7 @@ EXAMPLES
1534
1534
  $ sf data resume --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA
1535
1535
  ```
1536
1536
 
1537
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/2.5.16/src/commands/data/resume.ts)_
1537
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/2.5.17/src/commands/data/resume.ts)_
1538
1538
 
1539
1539
  ## `sf data update record`
1540
1540
 
@@ -1562,7 +1562,7 @@ DESCRIPTION
1562
1562
  Updates a single record of a Salesforce or Tooling API object.
1563
1563
 
1564
1564
  Specify the record you want to update with either its ID or with a list of field-value pairs that identify the record.
1565
- If your list of fields identifies more than one record, the delete fails; the error displays how many records were
1565
+ If your list of fields identifies more than one record, the update fails; the error displays how many records were
1566
1566
  found.
1567
1567
 
1568
1568
  When using field-value pairs for both identifying the record and specifiyng the new field values, use the format
@@ -1594,7 +1594,7 @@ EXAMPLES
1594
1594
  "ExpirationDate=2017-12-01T00:58:04.000+0000"
1595
1595
  ```
1596
1596
 
1597
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/2.5.16/src/commands/data/update/record.ts)_
1597
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/2.5.17/src/commands/data/update/record.ts)_
1598
1598
 
1599
1599
  ## `sf data upsert bulk`
1600
1600
 
@@ -1607,11 +1607,11 @@ USAGE
1607
1607
 
1608
1608
  FLAGS
1609
1609
  -a, --async Run the command asynchronously.
1610
- -f, --file=<value> (required) CSV file that contains the IDs of the records to delete.
1610
+ -f, --file=<value> (required) CSV file that contains the IDs of the records to update or delete.
1611
1611
  -i, --external-id=<value> (required) Name of the external ID field, or the Id field.
1612
1612
  -o, --target-org=<value> (required) Username or alias of the target org.
1613
1613
  -s, --sobject=<value> (required) API name of the Salesforce object, either standard or custom, that you want to
1614
- delete records from.
1614
+ update or delete records from.
1615
1615
  -w, --wait=<value> [default: [object Object]] Number of minutes to wait for the command to complete before
1616
1616
  displaying the results.
1617
1617
  --api-version=<value> Override the api version used for api requests made by this command
@@ -1645,7 +1645,7 @@ EXAMPLES
1645
1645
  my-scratch
1646
1646
  ```
1647
1647
 
1648
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/2.5.16/src/commands/data/upsert/bulk.ts)_
1648
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/2.5.17/src/commands/data/upsert/bulk.ts)_
1649
1649
 
1650
1650
  ## `sf data upsert resume`
1651
1651
 
@@ -1682,7 +1682,7 @@ EXAMPLES
1682
1682
  $ sf data upsert resume --use-most-recent --target-org my-scratch
1683
1683
  ```
1684
1684
 
1685
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/2.5.16/src/commands/data/upsert/resume.ts)_
1685
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/2.5.17/src/commands/data/upsert/resume.ts)_
1686
1686
 
1687
1687
  ## `sf doctor`
1688
1688
 
@@ -1773,7 +1773,7 @@ EXAMPLES
1773
1773
  $ sf force data bulk delete --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
1774
1774
  ```
1775
1775
 
1776
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/2.5.16/src/commands/force/data/bulk/delete.ts)_
1776
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/2.5.17/src/commands/force/data/bulk/delete.ts)_
1777
1777
 
1778
1778
  ## `sf force data bulk status`
1779
1779
 
@@ -1808,7 +1808,7 @@ EXAMPLES
1808
1808
  $ sf force data bulk status --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA --target-org my-scratch
1809
1809
  ```
1810
1810
 
1811
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/2.5.16/src/commands/force/data/bulk/status.ts)_
1811
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/2.5.17/src/commands/force/data/bulk/status.ts)_
1812
1812
 
1813
1813
  ## `sf force data bulk upsert`
1814
1814
 
@@ -1864,7 +1864,7 @@ EXAMPLES
1864
1864
  --target-org my-scratch
1865
1865
  ```
1866
1866
 
1867
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/2.5.16/src/commands/force/data/bulk/upsert.ts)_
1867
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/2.5.17/src/commands/force/data/bulk/upsert.ts)_
1868
1868
 
1869
1869
  ## `sf force mdapi deploy`
1870
1870
 
@@ -5248,7 +5248,7 @@ EXAMPLES
5248
5248
  $ sf plugins trust verify --npm @scope/npmName
5249
5249
  ```
5250
5250
 
5251
- _See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/2.6.18/src/commands/plugins/trust/verify.ts)_
5251
+ _See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/2.6.19/src/commands/plugins/trust/verify.ts)_
5252
5252
 
5253
5253
  ## `sf plugins:uninstall PLUGIN...`
5254
5254
 
@@ -7108,7 +7108,7 @@ DESCRIPTION
7108
7108
  Once you select a command, hit enter and it will show the help for that command.
7109
7109
  ```
7110
7110
 
7111
- _See code: [@oclif/plugin-search](https://github.com/oclif/plugin-search/blob/0.0.23/src/commands/search.ts)_
7111
+ _See code: [@oclif/plugin-search](https://github.com/oclif/plugin-search/blob/0.0.24/src/commands/search.ts)_
7112
7112
 
7113
7113
  ## `sf sobject describe`
7114
7114
 
@@ -33,7 +33,7 @@ async function determineCommand(config, matches) {
33
33
  return command.id;
34
34
  }
35
35
  const hook = async function ({ config, matches, argv }) {
36
- const command = await determineCommand(config, matches);
36
+ const command = await determineCommand(config, matches.filter((m) => !m.hidden));
37
37
  if (argv.includes('--help') || argv.includes('-h')) {
38
38
  const Help = await loadHelpClass(config);
39
39
  // eslint-disable-next-line @typescript-eslint/no-unsafe-argument
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
- "version": "2.13.9",
3
+ "version": "2.14.0",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/cli",
9
- "version": "2.13.9",
9
+ "version": "2.14.0",
10
10
  "hasInstallScript": true,
11
11
  "license": "BSD-3-Clause",
12
12
  "dependencies": {
@@ -14,9 +14,9 @@
14
14
  "@oclif/plugin-autocomplete": "2.3.9",
15
15
  "@oclif/plugin-commands": "2.2.28",
16
16
  "@oclif/plugin-help": "5.2.20",
17
- "@oclif/plugin-not-found": "2.4.3",
17
+ "@oclif/plugin-not-found": "3.0.1",
18
18
  "@oclif/plugin-plugins": "3.9.1",
19
- "@oclif/plugin-search": "0.0.23",
19
+ "@oclif/plugin-search": "0.0.24",
20
20
  "@oclif/plugin-update": "3.2.4",
21
21
  "@oclif/plugin-version": "2.0.1",
22
22
  "@oclif/plugin-warn-if-update-available": "2.1.1",
@@ -24,7 +24,7 @@
24
24
  "@salesforce/core": "^5.2.0",
25
25
  "@salesforce/plugin-apex": "2.3.19",
26
26
  "@salesforce/plugin-auth": "2.8.20",
27
- "@salesforce/plugin-data": "2.5.16",
27
+ "@salesforce/plugin-data": "2.5.17",
28
28
  "@salesforce/plugin-deploy-retrieve": "1.19.0",
29
29
  "@salesforce/plugin-info": "2.6.49",
30
30
  "@salesforce/plugin-limits": "2.3.38",
@@ -37,7 +37,7 @@
37
37
  "@salesforce/plugin-source": "2.10.40",
38
38
  "@salesforce/plugin-telemetry": "2.3.6",
39
39
  "@salesforce/plugin-templates": "55.5.14",
40
- "@salesforce/plugin-trust": "2.6.18",
40
+ "@salesforce/plugin-trust": "2.6.19",
41
41
  "@salesforce/plugin-user": "2.3.36",
42
42
  "@salesforce/sf-plugins-core": "4.0.0",
43
43
  "debug": "^4.3.4"
@@ -2423,26 +2423,25 @@
2423
2423
  }
2424
2424
  },
2425
2425
  "node_modules/@oclif/plugin-not-found": {
2426
- "version": "2.4.3",
2427
- "resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-2.4.3.tgz",
2428
- "integrity": "sha512-nIyaR4y692frwh7wIHZ3fb+2L6XEecQwRDIb4zbEam0TvaVmBQWZoColQyWA84ljFBPZ8XWiQyTz+ixSwdRkqg==",
2426
+ "version": "3.0.1",
2427
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.0.1.tgz",
2428
+ "integrity": "sha512-5tbLvxwb7bNkQn5M9F4nE43QttlrL/oHm6SeTqstvstyquJs3u251Iy2uGPP1tF7lZAvD/VMrsZ3tznTe4SoJg==",
2429
2429
  "license": "MIT",
2430
2430
  "dependencies": {
2431
- "@oclif/core": "^2.15.0",
2432
- "chalk": "^4",
2431
+ "@oclif/core": "^3.0.5",
2432
+ "chalk": "^5.3.0",
2433
2433
  "fast-levenshtein": "^3.0.0"
2434
2434
  },
2435
2435
  "engines": {
2436
- "node": ">=12.0.0"
2436
+ "node": ">=18.0.0"
2437
2437
  }
2438
2438
  },
2439
2439
  "node_modules/@oclif/plugin-not-found/node_modules/@oclif/core": {
2440
- "version": "2.15.0",
2441
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-2.15.0.tgz",
2442
- "integrity": "sha512-fNEMG5DzJHhYmI3MgpByTvltBOMyFcnRIUMxbiz2ai8rhaYgaTHMG3Q38HcosfIvtw9nCjxpcQtC8MN8QtVCcA==",
2440
+ "version": "3.0.6",
2441
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.0.6.tgz",
2442
+ "integrity": "sha512-tBe72CDHkst4bpbL1wVspleFnIkwNYgNeXI5dWyWP+Z0Rk4HUe3AdZzqndbm8a9n1OG5l4SOm0O4Qmp60gmsQQ==",
2443
2443
  "license": "MIT",
2444
2444
  "dependencies": {
2445
- "@types/cli-progress": "^3.11.0",
2446
2445
  "ansi-escapes": "^4.3.2",
2447
2446
  "ansi-styles": "^4.3.0",
2448
2447
  "cardinal": "^2.1.1",
@@ -2465,14 +2464,52 @@
2465
2464
  "strip-ansi": "^6.0.1",
2466
2465
  "supports-color": "^8.1.1",
2467
2466
  "supports-hyperlinks": "^2.2.0",
2468
- "ts-node": "^10.9.1",
2469
- "tslib": "^2.5.0",
2470
2467
  "widest-line": "^3.1.0",
2471
2468
  "wordwrap": "^1.0.0",
2472
2469
  "wrap-ansi": "^7.0.0"
2473
2470
  },
2474
2471
  "engines": {
2475
- "node": ">=14.0.0"
2472
+ "node": ">=18.0.0"
2473
+ }
2474
+ },
2475
+ "node_modules/@oclif/plugin-not-found/node_modules/@oclif/core/node_modules/chalk": {
2476
+ "version": "4.1.2",
2477
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
2478
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
2479
+ "license": "MIT",
2480
+ "dependencies": {
2481
+ "ansi-styles": "^4.1.0",
2482
+ "supports-color": "^7.1.0"
2483
+ },
2484
+ "engines": {
2485
+ "node": ">=10"
2486
+ },
2487
+ "funding": {
2488
+ "url": "https://github.com/chalk/chalk?sponsor=1"
2489
+ }
2490
+ },
2491
+ "node_modules/@oclif/plugin-not-found/node_modules/@oclif/core/node_modules/chalk/node_modules/supports-color": {
2492
+ "version": "7.2.0",
2493
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
2494
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
2495
+ "license": "MIT",
2496
+ "dependencies": {
2497
+ "has-flag": "^4.0.0"
2498
+ },
2499
+ "engines": {
2500
+ "node": ">=8"
2501
+ }
2502
+ },
2503
+ "node_modules/@oclif/plugin-not-found/node_modules/chalk": {
2504
+ "version": "5.3.0",
2505
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz",
2506
+ "integrity": "sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==",
2507
+ "license": "MIT",
2508
+ "engines": {
2509
+ "node": "^12.17.0 || ^14.13 || >=16.0.0"
2510
+ },
2511
+ "funding": {
2512
+ "url": "https://github.com/chalk/chalk?sponsor=1"
2476
2513
  }
2477
2514
  },
2478
2515
  "node_modules/@oclif/plugin-not-found/node_modules/supports-color": {
@@ -2593,9 +2630,9 @@
2593
2630
  }
2594
2631
  },
2595
2632
  "node_modules/@oclif/plugin-search": {
2596
- "version": "0.0.23",
2597
- "resolved": "https://registry.npmjs.org/@oclif/plugin-search/-/plugin-search-0.0.23.tgz",
2598
- "integrity": "sha512-KkRbglnDIAr6ycEIr82VyA8iKhrSj53CL7Ou5pSpshlrQZUD7HM0TGATXC4td504Ga6o8b3qE7YZwSuC4B+FtQ==",
2633
+ "version": "0.0.24",
2634
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-search/-/plugin-search-0.0.24.tgz",
2635
+ "integrity": "sha512-DIn3yT7lIRCe/YtWnV3QzlNd3UsckSO8BFVZ5dGSFAEroJVK5jP/i7G3+a4TBoFiL87gzbJUcbNdlNVkhjos3Q==",
2599
2636
  "license": "MIT",
2600
2637
  "dependencies": {
2601
2638
  "@oclif/core": "^2.9.3",
@@ -2767,9 +2804,9 @@
2767
2804
  }
2768
2805
  },
2769
2806
  "node_modules/@oclif/plugin-version/node_modules/@oclif/core": {
2770
- "version": "3.0.5",
2771
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.0.5.tgz",
2772
- "integrity": "sha512-P2zr0viYDHxP3Q0+9z4Lr2g5xsLN5i/QmQTPxgCW7RJu8BB608RMm8xk/K60vW/vjwJdM7Zz1GZtGWltCvRq4Q==",
2807
+ "version": "3.0.6",
2808
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.0.6.tgz",
2809
+ "integrity": "sha512-tBe72CDHkst4bpbL1wVspleFnIkwNYgNeXI5dWyWP+Z0Rk4HUe3AdZzqndbm8a9n1OG5l4SOm0O4Qmp60gmsQQ==",
2773
2810
  "license": "MIT",
2774
2811
  "dependencies": {
2775
2812
  "ansi-escapes": "^4.3.2",
@@ -4117,9 +4154,9 @@
4117
4154
  }
4118
4155
  },
4119
4156
  "node_modules/@salesforce/plugin-data": {
4120
- "version": "2.5.16",
4121
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-2.5.16.tgz",
4122
- "integrity": "sha512-xKmGRVG8q45PYJGhgUIX/VPI0V+wC3y5KpuPovtS/+SGZ4QECbLoM+LR7JbWBZy0YOkXaJg9aN9mRdlN6PIUHg==",
4157
+ "version": "2.5.17",
4158
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-2.5.17.tgz",
4159
+ "integrity": "sha512-bcvTg7BqDDPvhcBGSEZ8GQ5EneKRzOAKHzL/L5HDdloKD9ZHdqHn42jmdjsSjZ4kWO905MZCCp5ySfilMW2jfA==",
4123
4160
  "license": "BSD-3-Clause",
4124
4161
  "dependencies": {
4125
4162
  "@oclif/core": "^2.15.0",
@@ -5538,9 +5575,9 @@
5538
5575
  }
5539
5576
  },
5540
5577
  "node_modules/@salesforce/plugin-trust": {
5541
- "version": "2.6.18",
5542
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-2.6.18.tgz",
5543
- "integrity": "sha512-N8PdEpJv6i+txwC9lxwJjz6Yjb9Jfc8Azi0+WJSMi0Pn1H3J99YWYHk2UeGfEfv0OiQoC1yWT7AGEPfHczh6Dg==",
5578
+ "version": "2.6.19",
5579
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-2.6.19.tgz",
5580
+ "integrity": "sha512-OKr5DFvc7aHk0AiUvQXWEKX2MISebClW/aOHz9GkWqU5gZfGMLbBeyieBoOCcaA5ESq8FAB4GZbDNVshba33qg==",
5544
5581
  "license": "BSD-3-Clause",
5545
5582
  "dependencies": {
5546
5583
  "@oclif/core": "^2.15.0",
@@ -5750,9 +5787,9 @@
5750
5787
  }
5751
5788
  },
5752
5789
  "node_modules/@salesforce/sf-plugins-core/node_modules/@oclif/core": {
5753
- "version": "3.0.5",
5754
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.0.5.tgz",
5755
- "integrity": "sha512-P2zr0viYDHxP3Q0+9z4Lr2g5xsLN5i/QmQTPxgCW7RJu8BB608RMm8xk/K60vW/vjwJdM7Zz1GZtGWltCvRq4Q==",
5790
+ "version": "3.0.6",
5791
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.0.6.tgz",
5792
+ "integrity": "sha512-tBe72CDHkst4bpbL1wVspleFnIkwNYgNeXI5dWyWP+Z0Rk4HUe3AdZzqndbm8a9n1OG5l4SOm0O4Qmp60gmsQQ==",
5756
5793
  "license": "MIT",
5757
5794
  "dependencies": {
5758
5795
  "ansi-escapes": "^4.3.2",
@@ -19856,9 +19893,9 @@
19856
19893
  }
19857
19894
  },
19858
19895
  "node_modules/oclif/node_modules/@oclif/core": {
19859
- "version": "3.0.5",
19860
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.0.5.tgz",
19861
- "integrity": "sha512-P2zr0viYDHxP3Q0+9z4Lr2g5xsLN5i/QmQTPxgCW7RJu8BB608RMm8xk/K60vW/vjwJdM7Zz1GZtGWltCvRq4Q==",
19896
+ "version": "3.0.6",
19897
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-3.0.6.tgz",
19898
+ "integrity": "sha512-tBe72CDHkst4bpbL1wVspleFnIkwNYgNeXI5dWyWP+Z0Rk4HUe3AdZzqndbm8a9n1OG5l4SOm0O4Qmp60gmsQQ==",
19862
19899
  "dev": true,
19863
19900
  "license": "MIT",
19864
19901
  "dependencies": {
@@ -19892,6 +19929,61 @@
19892
19929
  "node": ">=18.0.0"
19893
19930
  }
19894
19931
  },
19932
+ "node_modules/oclif/node_modules/@oclif/plugin-not-found": {
19933
+ "version": "2.4.3",
19934
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-2.4.3.tgz",
19935
+ "integrity": "sha512-nIyaR4y692frwh7wIHZ3fb+2L6XEecQwRDIb4zbEam0TvaVmBQWZoColQyWA84ljFBPZ8XWiQyTz+ixSwdRkqg==",
19936
+ "dev": true,
19937
+ "license": "MIT",
19938
+ "dependencies": {
19939
+ "@oclif/core": "^2.15.0",
19940
+ "chalk": "^4",
19941
+ "fast-levenshtein": "^3.0.0"
19942
+ },
19943
+ "engines": {
19944
+ "node": ">=12.0.0"
19945
+ }
19946
+ },
19947
+ "node_modules/oclif/node_modules/@oclif/plugin-not-found/node_modules/@oclif/core": {
19948
+ "version": "2.15.0",
19949
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-2.15.0.tgz",
19950
+ "integrity": "sha512-fNEMG5DzJHhYmI3MgpByTvltBOMyFcnRIUMxbiz2ai8rhaYgaTHMG3Q38HcosfIvtw9nCjxpcQtC8MN8QtVCcA==",
19951
+ "dev": true,
19952
+ "license": "MIT",
19953
+ "dependencies": {
19954
+ "@types/cli-progress": "^3.11.0",
19955
+ "ansi-escapes": "^4.3.2",
19956
+ "ansi-styles": "^4.3.0",
19957
+ "cardinal": "^2.1.1",
19958
+ "chalk": "^4.1.2",
19959
+ "clean-stack": "^3.0.1",
19960
+ "cli-progress": "^3.12.0",
19961
+ "debug": "^4.3.4",
19962
+ "ejs": "^3.1.8",
19963
+ "get-package-type": "^0.1.0",
19964
+ "globby": "^11.1.0",
19965
+ "hyperlinker": "^1.0.0",
19966
+ "indent-string": "^4.0.0",
19967
+ "is-wsl": "^2.2.0",
19968
+ "js-yaml": "^3.14.1",
19969
+ "natural-orderby": "^2.0.3",
19970
+ "object-treeify": "^1.1.33",
19971
+ "password-prompt": "^1.1.2",
19972
+ "slice-ansi": "^4.0.0",
19973
+ "string-width": "^4.2.3",
19974
+ "strip-ansi": "^6.0.1",
19975
+ "supports-color": "^8.1.1",
19976
+ "supports-hyperlinks": "^2.2.0",
19977
+ "ts-node": "^10.9.1",
19978
+ "tslib": "^2.5.0",
19979
+ "widest-line": "^3.1.0",
19980
+ "wordwrap": "^1.0.0",
19981
+ "wrap-ansi": "^7.0.0"
19982
+ },
19983
+ "engines": {
19984
+ "node": ">=14.0.0"
19985
+ }
19986
+ },
19895
19987
  "node_modules/oclif/node_modules/supports-color": {
19896
19988
  "version": "8.1.1",
19897
19989
  "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
@@ -1425,7 +1425,7 @@
1425
1425
  "type": "option",
1426
1426
  "char": "l",
1427
1427
  "summary": "Deployment Apex testing level.",
1428
- "description": "Valid values are:\n\n- NoTestRun — No tests are run. This test level applies only to deployments to development environments, such as sandbox, Developer Edition, or trial orgs. This test level is the default for development environments.\n\n- RunSpecifiedTests — Runs only the tests that you specify with the --run-tests flag. Code coverage requirements differ from the default coverage requirements when using this test level. Executed tests must comprise a minimum of 75% code coverage for each class and trigger in the deployment package. This coverage is computed for each class and trigger individually and is different than the overall coverage percentage.\n\n- RunLocalTests — All tests in your org are run, except the ones that originate from installed managed and unlocked packages. This test level is the default for production deployments that include Apex classes or triggers.\n\n- RunAllTestsInOrg — All tests in your org are run, including tests of managed packages.\n\nIf you don’t specify a test level, the default behavior depends on the contents of your deployment package. For more information, see [Running Tests in a Deployment](https://developer.salesforce.com/docs/atlas.en-us.api_meta.meta/api_meta/meta_deploy_running_tests.htm) in the \"Metadata API Developer Guide\".",
1428
+ "description": "Valid values are:\n\n- NoTestRun — No tests are run. This test level applies only to deployments to development environments, such as sandbox, Developer Edition, or trial orgs. This test level is the default for development environments.\n\n- RunSpecifiedTests — Runs only the tests that you specify with the --tests flag. Code coverage requirements differ from the default coverage requirements when using this test level. Executed tests must comprise a minimum of 75% code coverage for each class and trigger in the deployment package. This coverage is computed for each class and trigger individually and is different than the overall coverage percentage.\n\n- RunLocalTests — All tests in your org are run, except the ones that originate from installed managed and unlocked packages. This test level is the default for production deployments that include Apex classes or triggers.\n\n- RunAllTestsInOrg — All tests in your org are run, including tests of managed packages.\n\nIf you don’t specify a test level, the default behavior depends on the contents of your deployment package. For more information, see [Running Tests in a Deployment](https://developer.salesforce.com/docs/atlas.en-us.api_meta.meta/api_meta/meta_deploy_running_tests.htm) in the \"Metadata API Developer Guide\".",
1429
1429
  "multiple": false,
1430
1430
  "options": [
1431
1431
  "NoTestRun",
@@ -1551,7 +1551,7 @@
1551
1551
  "type": "option",
1552
1552
  "char": "l",
1553
1553
  "summary": "Deployment Apex testing level.",
1554
- "description": "Valid values are:\n\n- NoTestRun — No tests are run. This test level applies only to deployments to development environments, such as sandbox, Developer Edition, or trial orgs. This test level is the default for development environments.\n\n- RunSpecifiedTests — Runs only the tests that you specify with the --run-tests flag. Code coverage requirements differ from the default coverage requirements when using this test level. Executed tests must comprise a minimum of 75% code coverage for each class and trigger in the deployment package. This coverage is computed for each class and trigger individually and is different than the overall coverage percentage.\n\n- RunLocalTests — All tests in your org are run, except the ones that originate from installed managed and unlocked packages. This test level is the default for production deployments that include Apex classes or triggers.\n\n- RunAllTestsInOrg — All tests in your org are run, including tests of managed packages.\n\nIf you don’t specify a test level, the default behavior depends on the contents of your deployment package. For more information, see [Running Tests in a Deployment](https://developer.salesforce.com/docs/atlas.en-us.api_meta.meta/api_meta/meta_deploy_running_tests.htm) in the \"Metadata API Developer Guide\".",
1554
+ "description": "Valid values are:\n\n- NoTestRun — No tests are run. This test level applies only to deployments to development environments, such as sandbox, Developer Edition, or trial orgs. This test level is the default for development environments.\n\n- RunSpecifiedTests — Runs only the tests that you specify with the --tests flag. Code coverage requirements differ from the default coverage requirements when using this test level. Executed tests must comprise a minimum of 75% code coverage for each class and trigger in the deployment package. This coverage is computed for each class and trigger individually and is different than the overall coverage percentage.\n\n- RunLocalTests — All tests in your org are run, except the ones that originate from installed managed and unlocked packages. This test level is the default for production deployments that include Apex classes or triggers.\n\n- RunAllTestsInOrg — All tests in your org are run, including tests of managed packages.\n\nIf you don’t specify a test level, the default behavior depends on the contents of your deployment package. For more information, see [Running Tests in a Deployment](https://developer.salesforce.com/docs/atlas.en-us.api_meta.meta/api_meta/meta_deploy_running_tests.htm) in the \"Metadata API Developer Guide\".",
1555
1555
  "multiple": false,
1556
1556
  "options": [
1557
1557
  "NoTestRun",
@@ -6594,5 +6594,5 @@
6594
6594
  ]
6595
6595
  }
6596
6596
  },
6597
- "version": "2.13.9"
6597
+ "version": "2.14.0"
6598
6598
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
3
  "description": "The Salesforce CLI",
4
- "version": "2.13.9",
4
+ "version": "2.14.0",
5
5
  "author": "Salesforce",
6
6
  "bin": {
7
7
  "sf": "./bin/run.js",
@@ -74,7 +74,7 @@
74
74
  "@salesforce/plugin-custom-metadata": "2.2.7",
75
75
  "@salesforce/plugin-community": "2.4.5",
76
76
  "@salesforce/plugin-dev": "1.2.0",
77
- "@salesforce/plugin-devops-center": "1.2.2",
77
+ "@salesforce/plugin-devops-center": "1.2.3",
78
78
  "@salesforce/plugin-env": "2.2.6",
79
79
  "@salesforce/plugin-functions": "1.22.3",
80
80
  "@salesforce/plugin-packaging": "1.26.3",
@@ -126,9 +126,9 @@
126
126
  "@oclif/plugin-autocomplete": "2.3.9",
127
127
  "@oclif/plugin-commands": "2.2.28",
128
128
  "@oclif/plugin-help": "5.2.20",
129
- "@oclif/plugin-not-found": "2.4.3",
129
+ "@oclif/plugin-not-found": "3.0.1",
130
130
  "@oclif/plugin-plugins": "3.9.1",
131
- "@oclif/plugin-search": "0.0.23",
131
+ "@oclif/plugin-search": "0.0.24",
132
132
  "@oclif/plugin-update": "3.2.4",
133
133
  "@oclif/plugin-version": "2.0.1",
134
134
  "@oclif/plugin-warn-if-update-available": "2.1.1",
@@ -136,7 +136,7 @@
136
136
  "@salesforce/core": "^5.2.0",
137
137
  "@salesforce/plugin-apex": "2.3.19",
138
138
  "@salesforce/plugin-auth": "2.8.20",
139
- "@salesforce/plugin-data": "2.5.16",
139
+ "@salesforce/plugin-data": "2.5.17",
140
140
  "@salesforce/plugin-deploy-retrieve": "1.19.0",
141
141
  "@salesforce/plugin-info": "2.6.49",
142
142
  "@salesforce/plugin-limits": "2.3.38",
@@ -149,7 +149,7 @@
149
149
  "@salesforce/plugin-source": "2.10.40",
150
150
  "@salesforce/plugin-telemetry": "2.3.6",
151
151
  "@salesforce/plugin-templates": "55.5.14",
152
- "@salesforce/plugin-trust": "2.6.18",
152
+ "@salesforce/plugin-trust": "2.6.19",
153
153
  "@salesforce/plugin-user": "2.3.36",
154
154
  "@salesforce/sf-plugins-core": "4.0.0",
155
155
  "debug": "^4.3.4"