@salesforce/cli 2.23.1 → 2.23.3

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.23.1 linux-x64 node-v20.10.0
27
+ @salesforce/cli/2.23.3 linux-x64 node-v20.10.0
28
28
  $ sf --help [COMMAND]
29
29
  USAGE
30
30
  $ sf COMMAND
@@ -215,7 +215,7 @@ EXAMPLES
215
215
  $ sf alias list
216
216
  ```
217
217
 
218
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.9/src/commands/alias/list.ts)_
218
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.10/src/commands/alias/list.ts)_
219
219
 
220
220
  ## `sf alias set`
221
221
 
@@ -263,7 +263,7 @@ EXAMPLES
263
263
  $ sf alias set my-scratch-org test-ss0xut7txzxf@example.com
264
264
  ```
265
265
 
266
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.9/src/commands/alias/set.ts)_
266
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.10/src/commands/alias/set.ts)_
267
267
 
268
268
  ## `sf alias unset`
269
269
 
@@ -302,7 +302,7 @@ EXAMPLES
302
302
  $ sf alias unset --all [--no-prompt]
303
303
  ```
304
304
 
305
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.9/src/commands/alias/unset.ts)_
305
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.10/src/commands/alias/unset.ts)_
306
306
 
307
307
  ## `sf analytics generate template`
308
308
 
@@ -868,7 +868,7 @@ DESCRIPTION
868
868
  list all the commands
869
869
  ```
870
870
 
871
- _See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/3.0.7/src/commands/commands.ts)_
871
+ _See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/3.0.8/src/commands/commands.ts)_
872
872
 
873
873
  ## `sf config get`
874
874
 
@@ -915,7 +915,7 @@ CONFIGURATION VARIABLES
915
915
  org-max-query-limit Maximum number of Salesforce records returned by a CLI command. Default: 10,000.
916
916
  ```
917
917
 
918
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.9/src/commands/config/get.ts)_
918
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.10/src/commands/config/get.ts)_
919
919
 
920
920
  ## `sf config list`
921
921
 
@@ -954,7 +954,7 @@ EXAMPLES
954
954
  $ sf config list
955
955
  ```
956
956
 
957
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.9/src/commands/config/list.ts)_
957
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.10/src/commands/config/list.ts)_
958
958
 
959
959
  ## `sf config set`
960
960
 
@@ -1021,7 +1021,7 @@ CONFIGURATION VARIABLES
1021
1021
  org-max-query-limit Maximum number of Salesforce records returned by a CLI command. Default: 10,000.
1022
1022
  ```
1023
1023
 
1024
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.9/src/commands/config/set.ts)_
1024
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.10/src/commands/config/set.ts)_
1025
1025
 
1026
1026
  ## `sf config unset`
1027
1027
 
@@ -1069,7 +1069,7 @@ CONFIGURATION VARIABLES
1069
1069
  org-max-query-limit Maximum number of Salesforce records returned by a CLI command. Default: 10,000.
1070
1070
  ```
1071
1071
 
1072
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.9/src/commands/config/unset.ts)_
1072
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.10/src/commands/config/unset.ts)_
1073
1073
 
1074
1074
  ## `sf data create record`
1075
1075
 
@@ -1124,7 +1124,7 @@ EXAMPLES
1124
1124
  TracedEntityId=01p17000000R6bLAAS"
1125
1125
  ```
1126
1126
 
1127
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.7/src/commands/data/create/record.ts)_
1127
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.8/src/commands/data/create/record.ts)_
1128
1128
 
1129
1129
  ## `sf data delete bulk`
1130
1130
 
@@ -1169,7 +1169,7 @@ EXAMPLES
1169
1169
  $ sf data delete bulk --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
1170
1170
  ```
1171
1171
 
1172
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.7/src/commands/data/delete/bulk.ts)_
1172
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.8/src/commands/data/delete/bulk.ts)_
1173
1173
 
1174
1174
  ## `sf data delete record`
1175
1175
 
@@ -1228,7 +1228,7 @@ EXAMPLES
1228
1228
  $ sf data delete record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
1229
1229
  ```
1230
1230
 
1231
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.7/src/commands/data/delete/record.ts)_
1231
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.8/src/commands/data/delete/record.ts)_
1232
1232
 
1233
1233
  ## `sf data delete resume`
1234
1234
 
@@ -1265,7 +1265,7 @@ EXAMPLES
1265
1265
  $ sf data delete resume --use-most-recent --target-org my-scratch
1266
1266
  ```
1267
1267
 
1268
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.7/src/commands/data/delete/resume.ts)_
1268
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.8/src/commands/data/delete/resume.ts)_
1269
1269
 
1270
1270
  ## `sf data export tree`
1271
1271
 
@@ -1323,7 +1323,7 @@ EXAMPLES
1323
1323
  my-scratch
1324
1324
  ```
1325
1325
 
1326
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.7/src/commands/data/export/tree.ts)_
1326
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.8/src/commands/data/export/tree.ts)_
1327
1327
 
1328
1328
  ## `sf data get record`
1329
1329
 
@@ -1385,7 +1385,7 @@ EXAMPLES
1385
1385
  $ sf data get record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
1386
1386
  ```
1387
1387
 
1388
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.7/src/commands/data/get/record.ts)_
1388
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.8/src/commands/data/get/record.ts)_
1389
1389
 
1390
1390
  ## `sf data import tree`
1391
1391
 
@@ -1436,7 +1436,7 @@ EXAMPLES
1436
1436
  $ sf data import tree --plan Account-Contact-plan.json
1437
1437
  ```
1438
1438
 
1439
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.7/src/commands/data/import/tree.ts)_
1439
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.8/src/commands/data/import/tree.ts)_
1440
1440
 
1441
1441
  ## `sf data query`
1442
1442
 
@@ -1499,7 +1499,7 @@ EXAMPLES
1499
1499
  $ sf data query --query "SELECT Id FROM Contact" --bulk --wait 0
1500
1500
  ```
1501
1501
 
1502
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.7/src/commands/data/query.ts)_
1502
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.8/src/commands/data/query.ts)_
1503
1503
 
1504
1504
  ## `sf data query resume`
1505
1505
 
@@ -1535,7 +1535,7 @@ EXAMPLES
1535
1535
  $ sf data query resume --bulk-query-id 7500x000005BdFzXXX
1536
1536
  ```
1537
1537
 
1538
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.7/src/commands/data/query/resume.ts)_
1538
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.8/src/commands/data/query/resume.ts)_
1539
1539
 
1540
1540
  ## `sf data resume`
1541
1541
 
@@ -1571,7 +1571,7 @@ EXAMPLES
1571
1571
  $ sf data resume --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA
1572
1572
  ```
1573
1573
 
1574
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.7/src/commands/data/resume.ts)_
1574
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.8/src/commands/data/resume.ts)_
1575
1575
 
1576
1576
  ## `sf data update record`
1577
1577
 
@@ -1632,7 +1632,7 @@ EXAMPLES
1632
1632
  "ExpirationDate=2017-12-01T00:58:04.000+0000"
1633
1633
  ```
1634
1634
 
1635
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.7/src/commands/data/update/record.ts)_
1635
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.8/src/commands/data/update/record.ts)_
1636
1636
 
1637
1637
  ## `sf data upsert bulk`
1638
1638
 
@@ -1684,7 +1684,7 @@ EXAMPLES
1684
1684
  my-scratch
1685
1685
  ```
1686
1686
 
1687
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.7/src/commands/data/upsert/bulk.ts)_
1687
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.8/src/commands/data/upsert/bulk.ts)_
1688
1688
 
1689
1689
  ## `sf data upsert resume`
1690
1690
 
@@ -1721,7 +1721,7 @@ EXAMPLES
1721
1721
  $ sf data upsert resume --use-most-recent --target-org my-scratch
1722
1722
  ```
1723
1723
 
1724
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.7/src/commands/data/upsert/resume.ts)_
1724
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.8/src/commands/data/upsert/resume.ts)_
1725
1725
 
1726
1726
  ## `sf doctor`
1727
1727
 
@@ -1813,7 +1813,7 @@ EXAMPLES
1813
1813
  $ sf force data bulk delete --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
1814
1814
  ```
1815
1815
 
1816
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.7/src/commands/force/data/bulk/delete.ts)_
1816
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.8/src/commands/force/data/bulk/delete.ts)_
1817
1817
 
1818
1818
  ## `sf force data bulk status`
1819
1819
 
@@ -1849,7 +1849,7 @@ EXAMPLES
1849
1849
  $ sf force data bulk status --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA --target-org my-scratch
1850
1850
  ```
1851
1851
 
1852
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.7/src/commands/force/data/bulk/status.ts)_
1852
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.8/src/commands/force/data/bulk/status.ts)_
1853
1853
 
1854
1854
  ## `sf force data bulk upsert`
1855
1855
 
@@ -1906,7 +1906,7 @@ EXAMPLES
1906
1906
  --target-org my-scratch
1907
1907
  ```
1908
1908
 
1909
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.7/src/commands/force/data/bulk/upsert.ts)_
1909
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0.8/src/commands/force/data/bulk/upsert.ts)_
1910
1910
 
1911
1911
  ## `sf force mdapi deploy`
1912
1912
 
@@ -2106,7 +2106,7 @@ FLAG DESCRIPTIONS
2106
2106
  Indicates that you want verbose output from the deploy operation.
2107
2107
  ```
2108
2108
 
2109
- _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/3.0.6/src/commands/force/mdapi/deploy.ts)_
2109
+ _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/3.0.8/src/commands/force/mdapi/deploy.ts)_
2110
2110
 
2111
2111
  ## `sf force mdapi deploy cancel`
2112
2112
 
@@ -2150,7 +2150,7 @@ FLAG DESCRIPTIONS
2150
2150
  If the command continues to run after the wait period, the CLI returns control of the terminal window to you.
2151
2151
  ```
2152
2152
 
2153
- _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/3.0.6/src/commands/force/mdapi/deploy/cancel.ts)_
2153
+ _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/3.0.8/src/commands/force/mdapi/deploy/cancel.ts)_
2154
2154
 
2155
2155
  ## `sf force mdapi deploy report`
2156
2156
 
@@ -2222,7 +2222,7 @@ FLAG DESCRIPTIONS
2222
2222
  use the ID of the most recent metadata deployment.
2223
2223
  ```
2224
2224
 
2225
- _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/3.0.6/src/commands/force/mdapi/deploy/report.ts)_
2225
+ _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/3.0.8/src/commands/force/mdapi/deploy/report.ts)_
2226
2226
 
2227
2227
  ## `sf force mdapi retrieve`
2228
2228
 
@@ -2287,7 +2287,7 @@ FLAG DESCRIPTIONS
2287
2287
  By default, the CLI assumes the directory is structured for a set of packages.
2288
2288
  ```
2289
2289
 
2290
- _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/3.0.6/src/commands/force/mdapi/retrieve.ts)_
2290
+ _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/3.0.8/src/commands/force/mdapi/retrieve.ts)_
2291
2291
 
2292
2292
  ## `sf force mdapi retrieve report`
2293
2293
 
@@ -2342,7 +2342,7 @@ FLAG DESCRIPTIONS
2342
2342
  You must specify a --retrievetargetdir. Use with --wait to resume waiting.
2343
2343
  ```
2344
2344
 
2345
- _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/3.0.6/src/commands/force/mdapi/retrieve/report.ts)_
2345
+ _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/3.0.8/src/commands/force/mdapi/retrieve/report.ts)_
2346
2346
 
2347
2347
  ## `sf force org clone`
2348
2348
 
@@ -2776,7 +2776,7 @@ FLAG DESCRIPTIONS
2776
2776
  If you specify this parameter, don’t specify --metadata or --sourcepath.
2777
2777
  ```
2778
2778
 
2779
- _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/3.0.6/src/commands/force/source/deploy.ts)_
2779
+ _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/3.0.8/src/commands/force/source/deploy.ts)_
2780
2780
 
2781
2781
  ## `sf force source deploy cancel`
2782
2782
 
@@ -2822,7 +2822,7 @@ FLAG DESCRIPTIONS
2822
2822
  If the command continues to run after the wait period, the CLI returns control of the terminal window to you.
2823
2823
  ```
2824
2824
 
2825
- _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/3.0.6/src/commands/force/source/deploy/cancel.ts)_
2825
+ _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/3.0.8/src/commands/force/source/deploy/cancel.ts)_
2826
2826
 
2827
2827
  ## `sf force source deploy report`
2828
2828
 
@@ -2886,7 +2886,7 @@ FLAG DESCRIPTIONS
2886
2886
  If the command continues to run after the wait period, the CLI returns control of the terminal window to you.
2887
2887
  ```
2888
2888
 
2889
- _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/3.0.6/src/commands/force/source/deploy/report.ts)_
2889
+ _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/3.0.8/src/commands/force/source/deploy/report.ts)_
2890
2890
 
2891
2891
  ## `sf force source pull`
2892
2892
 
@@ -2930,7 +2930,7 @@ FLAG DESCRIPTIONS
2930
2930
  If the command continues to run after the wait period, the CLI returns control of the terminal window to you.
2931
2931
  ```
2932
2932
 
2933
- _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/3.0.6/src/commands/force/source/pull.ts)_
2933
+ _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/3.0.8/src/commands/force/source/pull.ts)_
2934
2934
 
2935
2935
  ## `sf force source push`
2936
2936
 
@@ -2976,7 +2976,7 @@ FLAG DESCRIPTIONS
2976
2976
  If the command continues to run after the wait period, the CLI returns control of the terminal window to you.
2977
2977
  ```
2978
2978
 
2979
- _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/3.0.6/src/commands/force/source/push.ts)_
2979
+ _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/3.0.8/src/commands/force/source/push.ts)_
2980
2980
 
2981
2981
  ## `sf force source retrieve`
2982
2982
 
@@ -3102,7 +3102,7 @@ FLAG DESCRIPTIONS
3102
3102
  If you specify this parameter, don’t specify --metadata or --sourcepath.
3103
3103
  ```
3104
3104
 
3105
- _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/3.0.6/src/commands/force/source/retrieve.ts)_
3105
+ _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/3.0.8/src/commands/force/source/retrieve.ts)_
3106
3106
 
3107
3107
  ## `sf force source status`
3108
3108
 
@@ -3133,7 +3133,7 @@ EXAMPLES
3133
3133
  $ sf force source status --remote
3134
3134
  ```
3135
3135
 
3136
- _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/3.0.6/src/commands/force/source/status.ts)_
3136
+ _See code: [@salesforce/plugin-source](https://github.com/salesforcecli/plugin-source/blob/3.0.8/src/commands/force/source/status.ts)_
3137
3137
 
3138
3138
  ## `sf force user password generate`
3139
3139
 
@@ -3218,7 +3218,7 @@ DESCRIPTION
3218
3218
  Display help for sf.
3219
3219
  ```
3220
3220
 
3221
- _See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.0.8/src/commands/help.ts)_
3221
+ _See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.0.9/src/commands/help.ts)_
3222
3222
 
3223
3223
  ## `sf info releasenotes display`
3224
3224
 
@@ -5246,7 +5246,7 @@ FLAG DESCRIPTIONS
5246
5246
  subscribers.
5247
5247
  ```
5248
5248
 
5249
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.10/src/commands/package1/version/create.ts)_
5249
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.0.1/src/commands/package1/version/create.ts)_
5250
5250
 
5251
5251
  ## `sf package1 version create get`
5252
5252
 
@@ -5278,7 +5278,7 @@ EXAMPLES
5278
5278
  $ sf package1 version create get --request-id 0HD... --target-org myorg@example.com
5279
5279
  ```
5280
5280
 
5281
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.10/src/commands/package1/version/create/get.ts)_
5281
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.0.1/src/commands/package1/version/create/get.ts)_
5282
5282
 
5283
5283
  ## `sf package1 version display`
5284
5284
 
@@ -5311,7 +5311,7 @@ EXAMPLES
5311
5311
  $ sf package1 version display --package-version-id 04t... --target-org myorg@example.com
5312
5312
  ```
5313
5313
 
5314
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.10/src/commands/package1/version/display.ts)_
5314
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.0.1/src/commands/package1/version/display.ts)_
5315
5315
 
5316
5316
  ## `sf package1 version list`
5317
5317
 
@@ -5348,7 +5348,7 @@ FLAG DESCRIPTIONS
5348
5348
  If not specified, shows all versions for all packages (managed and unmanaged) in the org.
5349
5349
  ```
5350
5350
 
5351
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.10/src/commands/package1/version/list.ts)_
5351
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.0.1/src/commands/package1/version/list.ts)_
5352
5352
 
5353
5353
  ## `sf package create`
5354
5354
 
@@ -5426,7 +5426,7 @@ FLAG DESCRIPTIONS
5426
5426
  Org-Dependent Unlocked Packages" in the Salesforce DX Developer Guide.
5427
5427
  ```
5428
5428
 
5429
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.10/src/commands/package/create.ts)_
5429
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.0.1/src/commands/package/create.ts)_
5430
5430
 
5431
5431
  ## `sf package delete`
5432
5432
 
@@ -5467,7 +5467,7 @@ EXAMPLES
5467
5467
  $ sf package delete --package 0Ho... --target-dev-hub devhub@example.com
5468
5468
  ```
5469
5469
 
5470
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.10/src/commands/package/delete.ts)_
5470
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.0.1/src/commands/package/delete.ts)_
5471
5471
 
5472
5472
  ## `sf package install`
5473
5473
 
@@ -5565,7 +5565,7 @@ FLAG DESCRIPTIONS
5565
5565
  specify DeprecateOnly or Delete only for unlocked package upgrades.
5566
5566
  ```
5567
5567
 
5568
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.10/src/commands/package/install.ts)_
5568
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.0.1/src/commands/package/install.ts)_
5569
5569
 
5570
5570
  ## `sf package install report`
5571
5571
 
@@ -5597,7 +5597,7 @@ EXAMPLES
5597
5597
  $ sf package install report --request-id 0Hf... --target-org me@example.com
5598
5598
  ```
5599
5599
 
5600
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.10/src/commands/package/install/report.ts)_
5600
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.0.1/src/commands/package/install/report.ts)_
5601
5601
 
5602
5602
  ## `sf package installed list`
5603
5603
 
@@ -5628,7 +5628,7 @@ EXAMPLES
5628
5628
  $ sf package installed list --target-org me@example.com
5629
5629
  ```
5630
5630
 
5631
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.10/src/commands/package/installed/list.ts)_
5631
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.0.1/src/commands/package/installed/list.ts)_
5632
5632
 
5633
5633
  ## `sf package list`
5634
5634
 
@@ -5665,7 +5665,7 @@ EXAMPLES
5665
5665
  $ sf package list --target-dev-hub devhub@example.com --verbose
5666
5666
  ```
5667
5667
 
5668
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.10/src/commands/package/list.ts)_
5668
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.0.1/src/commands/package/list.ts)_
5669
5669
 
5670
5670
  ## `sf package uninstall`
5671
5671
 
@@ -5712,7 +5712,7 @@ EXAMPLES
5712
5712
  $ sf package uninstall --package "Undesirable Package Alias"
5713
5713
  ```
5714
5714
 
5715
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.10/src/commands/package/uninstall.ts)_
5715
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.0.1/src/commands/package/uninstall.ts)_
5716
5716
 
5717
5717
  ## `sf package uninstall report`
5718
5718
 
@@ -5744,7 +5744,7 @@ EXAMPLES
5744
5744
  $ sf package uninstall report --request-id 06y... --target-org me@example.com
5745
5745
  ```
5746
5746
 
5747
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.10/src/commands/package/uninstall/report.ts)_
5747
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.0.1/src/commands/package/uninstall/report.ts)_
5748
5748
 
5749
5749
  ## `sf package update`
5750
5750
 
@@ -5798,7 +5798,7 @@ FLAG DESCRIPTIONS
5798
5798
  associated with your package.
5799
5799
  ```
5800
5800
 
5801
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.10/src/commands/package/update.ts)_
5801
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.0.1/src/commands/package/update.ts)_
5802
5802
 
5803
5803
  ## `sf package version create`
5804
5804
 
@@ -5953,7 +5953,7 @@ FLAG DESCRIPTIONS
5953
5953
  periods of no output from commands.
5954
5954
  ```
5955
5955
 
5956
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.10/src/commands/package/version/create.ts)_
5956
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.0.1/src/commands/package/version/create.ts)_
5957
5957
 
5958
5958
  ## `sf package version create list`
5959
5959
 
@@ -6013,7 +6013,7 @@ EXAMPLES
6013
6013
  $ sf package version create list --created-last-days 0 --status Success
6014
6014
  ```
6015
6015
 
6016
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.10/src/commands/package/version/create/list.ts)_
6016
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.0.1/src/commands/package/version/create/list.ts)_
6017
6017
 
6018
6018
  ## `sf package version create report`
6019
6019
 
@@ -6055,7 +6055,7 @@ EXAMPLES
6055
6055
  $ sf package version create report --package-create-request-id 08c... --target-dev-hub devhub@example.com
6056
6056
  ```
6057
6057
 
6058
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.10/src/commands/package/version/create/report.ts)_
6058
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.0.1/src/commands/package/version/create/report.ts)_
6059
6059
 
6060
6060
  ## `sf package version delete`
6061
6061
 
@@ -6093,7 +6093,7 @@ EXAMPLES
6093
6093
  $ sf package version delete --package 04t... --target-org devhub@example.com
6094
6094
  ```
6095
6095
 
6096
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.10/src/commands/package/version/delete.ts)_
6096
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.0.1/src/commands/package/version/delete.ts)_
6097
6097
 
6098
6098
  ## `sf package version displayancestry`
6099
6099
 
@@ -6151,7 +6151,7 @@ FLAG DESCRIPTIONS
6151
6151
  You can use the DOT code output in graph visualization software to create tree visualizations.
6152
6152
  ```
6153
6153
 
6154
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.10/src/commands/package/version/displayancestry.ts)_
6154
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.0.1/src/commands/package/version/displayancestry.ts)_
6155
6155
 
6156
6156
  ## `sf package version list`
6157
6157
 
@@ -6219,7 +6219,7 @@ EXAMPLES
6219
6219
  $ sf package version list --packages exp-mgr,exp-mgr-util --released --modified-last-days 0
6220
6220
  ```
6221
6221
 
6222
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.10/src/commands/package/version/list.ts)_
6222
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.0.1/src/commands/package/version/list.ts)_
6223
6223
 
6224
6224
  ## `sf package version promote`
6225
6225
 
@@ -6262,7 +6262,7 @@ EXAMPLES
6262
6262
  $ sf package version promote --package "Awesome Package Alias"
6263
6263
  ```
6264
6264
 
6265
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.10/src/commands/package/version/promote.ts)_
6265
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.0.1/src/commands/package/version/promote.ts)_
6266
6266
 
6267
6267
  ## `sf package version report`
6268
6268
 
@@ -6301,7 +6301,7 @@ EXAMPLES
6301
6301
  $ sf package version report --package "Your Package Alias" --target-dev-hub devhub@example.com
6302
6302
  ```
6303
6303
 
6304
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.10/src/commands/package/version/report.ts)_
6304
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.0.1/src/commands/package/version/report.ts)_
6305
6305
 
6306
6306
  ## `sf package version update`
6307
6307
 
@@ -6353,7 +6353,7 @@ EXAMPLES
6353
6353
  $ sf package version update --package 04t... --version-description "New Package Version Description"
6354
6354
  ```
6355
6355
 
6356
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.10/src/commands/package/version/update.ts)_
6356
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.0.1/src/commands/package/version/update.ts)_
6357
6357
 
6358
6358
  ## `sf plugins`
6359
6359
 
@@ -6528,12 +6528,12 @@ DESCRIPTION
6528
6528
  Verifies the digital signature on an npm package matches the signature and key stored at the expected URLs.
6529
6529
 
6530
6530
  EXAMPLES
6531
- $ sf plugins trust verify --npm @scope/npmName --registry http://my.repo.org:4874
6531
+ $ sf plugins trust verify --npm @scope/npmName --registry https://npm.pkg.github.com
6532
6532
 
6533
6533
  $ sf plugins trust verify --npm @scope/npmName
6534
6534
  ```
6535
6535
 
6536
- _See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.2.0/src/commands/plugins/trust/verify.ts)_
6536
+ _See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.2.1/src/commands/plugins/trust/verify.ts)_
6537
6537
 
6538
6538
  ## `sf plugins:uninstall PLUGIN...`
6539
6539
 
@@ -6641,7 +6641,7 @@ FLAG DESCRIPTIONS
6641
6641
  If you specify this parameter, don’t specify --metadata or --source-dir.
6642
6642
  ```
6643
6643
 
6644
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.6/src/commands/project/convert/mdapi.ts)_
6644
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.11/src/commands/project/convert/mdapi.ts)_
6645
6645
 
6646
6646
  ## `sf project convert source`
6647
6647
 
@@ -6653,7 +6653,7 @@ USAGE
6653
6653
  <value> | -m <value>]
6654
6654
 
6655
6655
  FLAGS
6656
- -d, --output-dir=<value> [default: metadataPackage_1702100842353] Output directory to store the Metadata
6656
+ -d, --output-dir=<value> [default: metadataPackage_1702727224668] Output directory to store the Metadata
6657
6657
  API–formatted files in.
6658
6658
  -m, --metadata=<value>... Metadata component names to convert.
6659
6659
  -n, --package-name=<value> Name of the package to associate with the metadata-formatted files.
@@ -6713,7 +6713,7 @@ FLAG DESCRIPTIONS
6713
6713
  Override the api version used for api requests made by this command
6714
6714
  ```
6715
6715
 
6716
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.6/src/commands/project/convert/source.ts)_
6716
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.11/src/commands/project/convert/source.ts)_
6717
6717
 
6718
6718
  ## `sf project delete source`
6719
6719
 
@@ -6852,7 +6852,7 @@ FLAG DESCRIPTIONS
6852
6852
  - Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
6853
6853
  ```
6854
6854
 
6855
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.6/src/commands/project/delete/source.ts)_
6855
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.11/src/commands/project/delete/source.ts)_
6856
6856
 
6857
6857
  ## `sf project delete tracking`
6858
6858
 
@@ -6888,7 +6888,7 @@ EXAMPLES
6888
6888
  $ sf project delete tracking --target-org my-scratch
6889
6889
  ```
6890
6890
 
6891
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.6/src/commands/project/delete/tracking.ts)_
6891
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.11/src/commands/project/delete/tracking.ts)_
6892
6892
 
6893
6893
  ## `sf project deploy cancel`
6894
6894
 
@@ -6958,7 +6958,7 @@ FLAG DESCRIPTIONS
6958
6958
  project deploy report".
6959
6959
  ```
6960
6960
 
6961
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.6/src/commands/project/deploy/cancel.ts)_
6961
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.11/src/commands/project/deploy/cancel.ts)_
6962
6962
 
6963
6963
  ## `sf project deploy preview`
6964
6964
 
@@ -7041,7 +7041,7 @@ FLAG DESCRIPTIONS
7041
7041
  All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
7042
7042
  ```
7043
7043
 
7044
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.6/src/commands/project/deploy/preview.ts)_
7044
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.11/src/commands/project/deploy/preview.ts)_
7045
7045
 
7046
7046
  ## `sf project deploy quick`
7047
7047
 
@@ -7134,7 +7134,7 @@ ERROR CODES
7134
7134
  Canceling (69) The deploy is being canceled.
7135
7135
  ```
7136
7136
 
7137
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.6/src/commands/project/deploy/quick.ts)_
7137
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.11/src/commands/project/deploy/quick.ts)_
7138
7138
 
7139
7139
  ## `sf project deploy report`
7140
7140
 
@@ -7229,7 +7229,7 @@ FLAG DESCRIPTIONS
7229
7229
  --coverage-formatters lcov --coverage-formatters clover
7230
7230
  ```
7231
7231
 
7232
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.6/src/commands/project/deploy/report.ts)_
7232
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.11/src/commands/project/deploy/report.ts)_
7233
7233
 
7234
7234
  ## `sf project deploy resume`
7235
7235
 
@@ -7325,7 +7325,7 @@ ERROR CODES
7325
7325
  Canceling (69) The deploy is being canceled.
7326
7326
  ```
7327
7327
 
7328
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.6/src/commands/project/deploy/resume.ts)_
7328
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.11/src/commands/project/deploy/resume.ts)_
7329
7329
 
7330
7330
  ## `sf project deploy start`
7331
7331
 
@@ -7554,7 +7554,7 @@ ERROR CODES
7554
7554
  Canceling (69) The deploy is being canceled.
7555
7555
  ```
7556
7556
 
7557
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.6/src/commands/project/deploy/start.ts)_
7557
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.11/src/commands/project/deploy/start.ts)_
7558
7558
 
7559
7559
  ## `sf project deploy validate`
7560
7560
 
@@ -7733,7 +7733,7 @@ ERROR CODES
7733
7733
  Canceling (69) The deploy is being canceled.
7734
7734
  ```
7735
7735
 
7736
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.6/src/commands/project/deploy/validate.ts)_
7736
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.11/src/commands/project/deploy/validate.ts)_
7737
7737
 
7738
7738
  ## `sf project generate`
7739
7739
 
@@ -7912,7 +7912,7 @@ EXAMPLES
7912
7912
  $ sf project generate manifest --from-org test@myorg.com --include-packages unlocked
7913
7913
  ```
7914
7914
 
7915
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.6/src/commands/project/generate/manifest.ts)_
7915
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.11/src/commands/project/generate/manifest.ts)_
7916
7916
 
7917
7917
  ## `sf project list ignored`
7918
7918
 
@@ -7953,7 +7953,7 @@ EXAMPLES
7953
7953
  $ sf project list ignored --source-dir package.xml
7954
7954
  ```
7955
7955
 
7956
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.6/src/commands/project/list/ignored.ts)_
7956
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.11/src/commands/project/list/ignored.ts)_
7957
7957
 
7958
7958
  ## `sf project reset tracking`
7959
7959
 
@@ -8001,7 +8001,7 @@ EXAMPLES
8001
8001
  $ sf project reset tracking --revision 30
8002
8002
  ```
8003
8003
 
8004
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.6/src/commands/project/reset/tracking.ts)_
8004
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.11/src/commands/project/reset/tracking.ts)_
8005
8005
 
8006
8006
  ## `sf project retrieve preview`
8007
8007
 
@@ -8057,7 +8057,7 @@ FLAG DESCRIPTIONS
8057
8057
  Overrides your default org.
8058
8058
  ```
8059
8059
 
8060
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.6/src/commands/project/retrieve/preview.ts)_
8060
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.11/src/commands/project/retrieve/preview.ts)_
8061
8061
 
8062
8062
  ## `sf project retrieve start`
8063
8063
 
@@ -8211,7 +8211,7 @@ ENVIRONMENT VARIABLES
8211
8211
  SF_USE_PROGRESS_BAR Set to false to disable the progress bar when running the metadata deploy command.
8212
8212
  ```
8213
8213
 
8214
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.6/src/commands/project/retrieve/start.ts)_
8214
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.11/src/commands/project/retrieve/start.ts)_
8215
8215
 
8216
8216
  ## `sf schema generate field`
8217
8217