@salesforce/cli 2.21.6 → 2.21.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 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.21.6 linux-x64 node-v20.10.0
27
+ @salesforce/cli/2.21.8 linux-x64 node-v20.10.0
28
28
  $ sf --help [COMMAND]
29
29
  USAGE
30
30
  $ sf COMMAND
@@ -3182,7 +3182,7 @@ EXAMPLES
3182
3182
  user3@my.org
3183
3183
  ```
3184
3184
 
3185
- _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.0.7/src/commands/force/user/password/generate.ts)_
3185
+ _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.1.0/src/commands/force/user/password/generate.ts)_
3186
3186
 
3187
3187
  ## `sf help [COMMANDS]`
3188
3188
 
@@ -3564,7 +3564,7 @@ EXAMPLES
3564
3564
  $ sf org assign permset --name DreamHouse --on-behalf-of user1@my.org --on-behalf-of user2 --on-behalf-of user
3565
3565
  ```
3566
3566
 
3567
- _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.0.7/src/commands/org/assign/permset.ts)_
3567
+ _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.1.0/src/commands/org/assign/permset.ts)_
3568
3568
 
3569
3569
  ## `sf org assign permsetlicense`
3570
3570
 
@@ -3608,7 +3608,7 @@ EXAMPLES
3608
3608
  user3
3609
3609
  ```
3610
3610
 
3611
- _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.0.7/src/commands/org/assign/permsetlicense.ts)_
3611
+ _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.1.0/src/commands/org/assign/permsetlicense.ts)_
3612
3612
 
3613
3613
  ## `sf org create sandbox`
3614
3614
 
@@ -3965,7 +3965,7 @@ FLAG DESCRIPTIONS
3965
3965
  might be different than what you specify in the definition file.
3966
3966
  ```
3967
3967
 
3968
- _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.0.7/src/commands/org/create/user.ts)_
3968
+ _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.1.0/src/commands/org/create/user.ts)_
3969
3969
 
3970
3970
  ## `sf org delete sandbox`
3971
3971
 
@@ -4171,7 +4171,7 @@ EXAMPLES
4171
4171
  $ sf org display user --target-org me@my.org --json
4172
4172
  ```
4173
4173
 
4174
- _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.0.7/src/commands/org/display/user.ts)_
4174
+ _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.1.0/src/commands/org/display/user.ts)_
4175
4175
 
4176
4176
  ## `sf org enable tracking`
4177
4177
 
@@ -4277,7 +4277,7 @@ EXAMPLES
4277
4277
  $ sf org generate password --on-behalf-of user1@my.org --on-behalf-of user2@my.org --on-behalf-of user3@my.org
4278
4278
  ```
4279
4279
 
4280
- _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.0.7/src/commands/org/generate/password.ts)_
4280
+ _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.1.0/src/commands/org/generate/password.ts)_
4281
4281
 
4282
4282
  ## `sf org list`
4283
4283
 
@@ -4586,7 +4586,7 @@ EXAMPLES
4586
4586
  $ sf org list users --target-org me@my.org
4587
4587
  ```
4588
4588
 
4589
- _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.0.7/src/commands/org/list/users.ts)_
4589
+ _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.1.0/src/commands/org/list/users.ts)_
4590
4590
 
4591
4591
  ## `sf org login access-token`
4592
4592
 
@@ -5230,7 +5230,7 @@ FLAG DESCRIPTIONS
5230
5230
  subscribers.
5231
5231
  ```
5232
5232
 
5233
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.7/src/commands/package1/version/create.ts)_
5233
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.10/src/commands/package1/version/create.ts)_
5234
5234
 
5235
5235
  ## `sf package1 version create get`
5236
5236
 
@@ -5262,7 +5262,7 @@ EXAMPLES
5262
5262
  $ sf package1 version create get --request-id 0HD... --target-org myorg@example.com
5263
5263
  ```
5264
5264
 
5265
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.7/src/commands/package1/version/create/get.ts)_
5265
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.10/src/commands/package1/version/create/get.ts)_
5266
5266
 
5267
5267
  ## `sf package1 version display`
5268
5268
 
@@ -5295,7 +5295,7 @@ EXAMPLES
5295
5295
  $ sf package1 version display --package-version-id 04t... --target-org myorg@example.com
5296
5296
  ```
5297
5297
 
5298
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.7/src/commands/package1/version/display.ts)_
5298
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.10/src/commands/package1/version/display.ts)_
5299
5299
 
5300
5300
  ## `sf package1 version list`
5301
5301
 
@@ -5332,7 +5332,7 @@ FLAG DESCRIPTIONS
5332
5332
  If not specified, shows all versions for all packages (managed and unmanaged) in the org.
5333
5333
  ```
5334
5334
 
5335
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.7/src/commands/package1/version/list.ts)_
5335
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.10/src/commands/package1/version/list.ts)_
5336
5336
 
5337
5337
  ## `sf package create`
5338
5338
 
@@ -5410,7 +5410,7 @@ FLAG DESCRIPTIONS
5410
5410
  Org-Dependent Unlocked Packages" in the Salesforce DX Developer Guide.
5411
5411
  ```
5412
5412
 
5413
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.7/src/commands/package/create.ts)_
5413
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.10/src/commands/package/create.ts)_
5414
5414
 
5415
5415
  ## `sf package delete`
5416
5416
 
@@ -5451,7 +5451,7 @@ EXAMPLES
5451
5451
  $ sf package delete --package 0Ho... --target-dev-hub devhub@example.com
5452
5452
  ```
5453
5453
 
5454
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.7/src/commands/package/delete.ts)_
5454
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.10/src/commands/package/delete.ts)_
5455
5455
 
5456
5456
  ## `sf package install`
5457
5457
 
@@ -5549,7 +5549,7 @@ FLAG DESCRIPTIONS
5549
5549
  specify DeprecateOnly or Delete only for unlocked package upgrades.
5550
5550
  ```
5551
5551
 
5552
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.7/src/commands/package/install.ts)_
5552
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.10/src/commands/package/install.ts)_
5553
5553
 
5554
5554
  ## `sf package install report`
5555
5555
 
@@ -5581,7 +5581,7 @@ EXAMPLES
5581
5581
  $ sf package install report --request-id 0Hf... --target-org me@example.com
5582
5582
  ```
5583
5583
 
5584
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.7/src/commands/package/install/report.ts)_
5584
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.10/src/commands/package/install/report.ts)_
5585
5585
 
5586
5586
  ## `sf package installed list`
5587
5587
 
@@ -5612,7 +5612,7 @@ EXAMPLES
5612
5612
  $ sf package installed list --target-org me@example.com
5613
5613
  ```
5614
5614
 
5615
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.7/src/commands/package/installed/list.ts)_
5615
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.10/src/commands/package/installed/list.ts)_
5616
5616
 
5617
5617
  ## `sf package list`
5618
5618
 
@@ -5649,7 +5649,7 @@ EXAMPLES
5649
5649
  $ sf package list --target-dev-hub devhub@example.com --verbose
5650
5650
  ```
5651
5651
 
5652
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.7/src/commands/package/list.ts)_
5652
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.10/src/commands/package/list.ts)_
5653
5653
 
5654
5654
  ## `sf package uninstall`
5655
5655
 
@@ -5696,7 +5696,7 @@ EXAMPLES
5696
5696
  $ sf package uninstall --package "Undesirable Package Alias"
5697
5697
  ```
5698
5698
 
5699
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.7/src/commands/package/uninstall.ts)_
5699
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.10/src/commands/package/uninstall.ts)_
5700
5700
 
5701
5701
  ## `sf package uninstall report`
5702
5702
 
@@ -5728,7 +5728,7 @@ EXAMPLES
5728
5728
  $ sf package uninstall report --request-id 06y... --target-org me@example.com
5729
5729
  ```
5730
5730
 
5731
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.7/src/commands/package/uninstall/report.ts)_
5731
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.10/src/commands/package/uninstall/report.ts)_
5732
5732
 
5733
5733
  ## `sf package update`
5734
5734
 
@@ -5782,7 +5782,7 @@ FLAG DESCRIPTIONS
5782
5782
  associated with your package.
5783
5783
  ```
5784
5784
 
5785
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.7/src/commands/package/update.ts)_
5785
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.10/src/commands/package/update.ts)_
5786
5786
 
5787
5787
  ## `sf package version create`
5788
5788
 
@@ -5937,7 +5937,7 @@ FLAG DESCRIPTIONS
5937
5937
  periods of no output from commands.
5938
5938
  ```
5939
5939
 
5940
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.7/src/commands/package/version/create.ts)_
5940
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.10/src/commands/package/version/create.ts)_
5941
5941
 
5942
5942
  ## `sf package version create list`
5943
5943
 
@@ -5997,7 +5997,7 @@ EXAMPLES
5997
5997
  $ sf package version create list --created-last-days 0 --status Success
5998
5998
  ```
5999
5999
 
6000
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.7/src/commands/package/version/create/list.ts)_
6000
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.10/src/commands/package/version/create/list.ts)_
6001
6001
 
6002
6002
  ## `sf package version create report`
6003
6003
 
@@ -6039,7 +6039,7 @@ EXAMPLES
6039
6039
  $ sf package version create report --package-create-request-id 08c... --target-dev-hub devhub@example.com
6040
6040
  ```
6041
6041
 
6042
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.7/src/commands/package/version/create/report.ts)_
6042
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.10/src/commands/package/version/create/report.ts)_
6043
6043
 
6044
6044
  ## `sf package version delete`
6045
6045
 
@@ -6077,7 +6077,7 @@ EXAMPLES
6077
6077
  $ sf package version delete --package 04t... --target-org devhub@example.com
6078
6078
  ```
6079
6079
 
6080
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.7/src/commands/package/version/delete.ts)_
6080
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.10/src/commands/package/version/delete.ts)_
6081
6081
 
6082
6082
  ## `sf package version displayancestry`
6083
6083
 
@@ -6135,7 +6135,7 @@ FLAG DESCRIPTIONS
6135
6135
  You can use the DOT code output in graph visualization software to create tree visualizations.
6136
6136
  ```
6137
6137
 
6138
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.7/src/commands/package/version/displayancestry.ts)_
6138
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.10/src/commands/package/version/displayancestry.ts)_
6139
6139
 
6140
6140
  ## `sf package version list`
6141
6141
 
@@ -6203,7 +6203,7 @@ EXAMPLES
6203
6203
  $ sf package version list --packages exp-mgr,exp-mgr-util --released --modified-last-days 0
6204
6204
  ```
6205
6205
 
6206
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.7/src/commands/package/version/list.ts)_
6206
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.10/src/commands/package/version/list.ts)_
6207
6207
 
6208
6208
  ## `sf package version promote`
6209
6209
 
@@ -6246,7 +6246,7 @@ EXAMPLES
6246
6246
  $ sf package version promote --package "Awesome Package Alias"
6247
6247
  ```
6248
6248
 
6249
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.7/src/commands/package/version/promote.ts)_
6249
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.10/src/commands/package/version/promote.ts)_
6250
6250
 
6251
6251
  ## `sf package version report`
6252
6252
 
@@ -6285,7 +6285,7 @@ EXAMPLES
6285
6285
  $ sf package version report --package "Your Package Alias" --target-dev-hub devhub@example.com
6286
6286
  ```
6287
6287
 
6288
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.7/src/commands/package/version/report.ts)_
6288
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.10/src/commands/package/version/report.ts)_
6289
6289
 
6290
6290
  ## `sf package version update`
6291
6291
 
@@ -6337,7 +6337,7 @@ EXAMPLES
6337
6337
  $ sf package version update --package 04t... --version-description "New Package Version Description"
6338
6338
  ```
6339
6339
 
6340
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.7/src/commands/package/version/update.ts)_
6340
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/1.27.10/src/commands/package/version/update.ts)_
6341
6341
 
6342
6342
  ## `sf plugins`
6343
6343
 
@@ -6360,7 +6360,7 @@ EXAMPLES
6360
6360
  $ sf plugins
6361
6361
  ```
6362
6362
 
6363
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.8/src/commands/plugins/index.ts)_
6363
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.9/src/commands/plugins/index.ts)_
6364
6364
 
6365
6365
  ## `sf plugins discover`
6366
6366
 
@@ -6377,7 +6377,7 @@ EXAMPLES
6377
6377
  $ sf plugins discover
6378
6378
  ```
6379
6379
 
6380
- _See code: [@salesforce/plugin-marketplace](https://github.com/salesforcecli/plugin-template-sf/blob/1.0.9/src/commands/plugins/discover.ts)_
6380
+ _See code: [@salesforce/plugin-marketplace](https://github.com/salesforcecli/plugin-template-sf/blob/1.0.10/src/commands/plugins/discover.ts)_
6381
6381
 
6382
6382
  ## `sf plugins:inspect PLUGIN...`
6383
6383
 
@@ -6404,7 +6404,7 @@ EXAMPLES
6404
6404
  $ sf plugins inspect myplugin
6405
6405
  ```
6406
6406
 
6407
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.8/src/commands/plugins/inspect.ts)_
6407
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.9/src/commands/plugins/inspect.ts)_
6408
6408
 
6409
6409
  ## `sf plugins:install PLUGIN...`
6410
6410
 
@@ -6448,7 +6448,7 @@ EXAMPLES
6448
6448
  $ sf plugins install someuser/someplugin
6449
6449
  ```
6450
6450
 
6451
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.8/src/commands/plugins/install.ts)_
6451
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.9/src/commands/plugins/install.ts)_
6452
6452
 
6453
6453
  ## `sf plugins:link PLUGIN`
6454
6454
 
@@ -6478,7 +6478,7 @@ EXAMPLES
6478
6478
  $ sf plugins link myplugin
6479
6479
  ```
6480
6480
 
6481
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.8/src/commands/plugins/link.ts)_
6481
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.9/src/commands/plugins/link.ts)_
6482
6482
 
6483
6483
  ## `sf plugins reset`
6484
6484
 
@@ -6489,7 +6489,7 @@ USAGE
6489
6489
  $ sf plugins reset
6490
6490
  ```
6491
6491
 
6492
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.8/src/commands/plugins/reset.ts)_
6492
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.9/src/commands/plugins/reset.ts)_
6493
6493
 
6494
6494
  ## `sf plugins trust verify`
6495
6495
 
@@ -6517,7 +6517,7 @@ EXAMPLES
6517
6517
  $ sf plugins trust verify --npm @scope/npmName
6518
6518
  ```
6519
6519
 
6520
- _See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.1.1/src/commands/plugins/trust/verify.ts)_
6520
+ _See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.1.2/src/commands/plugins/trust/verify.ts)_
6521
6521
 
6522
6522
  ## `sf plugins:uninstall PLUGIN...`
6523
6523
 
@@ -6545,7 +6545,7 @@ EXAMPLES
6545
6545
  $ sf plugins uninstall myplugin
6546
6546
  ```
6547
6547
 
6548
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.8/src/commands/plugins/uninstall.ts)_
6548
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.9/src/commands/plugins/uninstall.ts)_
6549
6549
 
6550
6550
  ## `sf plugins update`
6551
6551
 
@@ -6563,7 +6563,7 @@ DESCRIPTION
6563
6563
  Update installed plugins.
6564
6564
  ```
6565
6565
 
6566
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.8/src/commands/plugins/update.ts)_
6566
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/4.1.9/src/commands/plugins/update.ts)_
6567
6567
 
6568
6568
  ## `sf project convert mdapi`
6569
6569
 
@@ -6625,7 +6625,7 @@ FLAG DESCRIPTIONS
6625
6625
  If you specify this parameter, don’t specify --metadata or --source-dir.
6626
6626
  ```
6627
6627
 
6628
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.2/src/commands/project/convert/mdapi.ts)_
6628
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.3/src/commands/project/convert/mdapi.ts)_
6629
6629
 
6630
6630
  ## `sf project convert source`
6631
6631
 
@@ -6637,7 +6637,7 @@ USAGE
6637
6637
  <value> | -m <value>]
6638
6638
 
6639
6639
  FLAGS
6640
- -d, --output-dir=<value> [default: metadataPackage_1701517627112] Output directory to store the Metadata
6640
+ -d, --output-dir=<value> [default: metadataPackage_1701818497484] Output directory to store the Metadata
6641
6641
  API–formatted files in.
6642
6642
  -m, --metadata=<value>... Metadata component names to convert.
6643
6643
  -n, --package-name=<value> Name of the package to associate with the metadata-formatted files.
@@ -6697,7 +6697,7 @@ FLAG DESCRIPTIONS
6697
6697
  Override the api version used for api requests made by this command
6698
6698
  ```
6699
6699
 
6700
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.2/src/commands/project/convert/source.ts)_
6700
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.3/src/commands/project/convert/source.ts)_
6701
6701
 
6702
6702
  ## `sf project delete source`
6703
6703
 
@@ -6836,7 +6836,7 @@ FLAG DESCRIPTIONS
6836
6836
  - Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
6837
6837
  ```
6838
6838
 
6839
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.2/src/commands/project/delete/source.ts)_
6839
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.3/src/commands/project/delete/source.ts)_
6840
6840
 
6841
6841
  ## `sf project delete tracking`
6842
6842
 
@@ -6872,7 +6872,7 @@ EXAMPLES
6872
6872
  $ sf project delete tracking --target-org my-scratch
6873
6873
  ```
6874
6874
 
6875
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.2/src/commands/project/delete/tracking.ts)_
6875
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.3/src/commands/project/delete/tracking.ts)_
6876
6876
 
6877
6877
  ## `sf project deploy cancel`
6878
6878
 
@@ -6942,7 +6942,7 @@ FLAG DESCRIPTIONS
6942
6942
  project deploy report".
6943
6943
  ```
6944
6944
 
6945
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.2/src/commands/project/deploy/cancel.ts)_
6945
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.3/src/commands/project/deploy/cancel.ts)_
6946
6946
 
6947
6947
  ## `sf project deploy preview`
6948
6948
 
@@ -7025,7 +7025,7 @@ FLAG DESCRIPTIONS
7025
7025
  All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
7026
7026
  ```
7027
7027
 
7028
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.2/src/commands/project/deploy/preview.ts)_
7028
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.3/src/commands/project/deploy/preview.ts)_
7029
7029
 
7030
7030
  ## `sf project deploy quick`
7031
7031
 
@@ -7118,7 +7118,7 @@ ERROR CODES
7118
7118
  Canceling (69) The deploy is being canceled.
7119
7119
  ```
7120
7120
 
7121
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.2/src/commands/project/deploy/quick.ts)_
7121
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.3/src/commands/project/deploy/quick.ts)_
7122
7122
 
7123
7123
  ## `sf project deploy report`
7124
7124
 
@@ -7213,7 +7213,7 @@ FLAG DESCRIPTIONS
7213
7213
  --coverage-formatters lcov --coverage-formatters clover
7214
7214
  ```
7215
7215
 
7216
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.2/src/commands/project/deploy/report.ts)_
7216
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.3/src/commands/project/deploy/report.ts)_
7217
7217
 
7218
7218
  ## `sf project deploy resume`
7219
7219
 
@@ -7309,7 +7309,7 @@ ERROR CODES
7309
7309
  Canceling (69) The deploy is being canceled.
7310
7310
  ```
7311
7311
 
7312
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.2/src/commands/project/deploy/resume.ts)_
7312
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.3/src/commands/project/deploy/resume.ts)_
7313
7313
 
7314
7314
  ## `sf project deploy start`
7315
7315
 
@@ -7538,7 +7538,7 @@ ERROR CODES
7538
7538
  Canceling (69) The deploy is being canceled.
7539
7539
  ```
7540
7540
 
7541
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.2/src/commands/project/deploy/start.ts)_
7541
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.3/src/commands/project/deploy/start.ts)_
7542
7542
 
7543
7543
  ## `sf project deploy validate`
7544
7544
 
@@ -7717,7 +7717,7 @@ ERROR CODES
7717
7717
  Canceling (69) The deploy is being canceled.
7718
7718
  ```
7719
7719
 
7720
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.2/src/commands/project/deploy/validate.ts)_
7720
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.3/src/commands/project/deploy/validate.ts)_
7721
7721
 
7722
7722
  ## `sf project generate`
7723
7723
 
@@ -7896,7 +7896,7 @@ EXAMPLES
7896
7896
  $ sf project generate manifest --from-org test@myorg.com --include-packages unlocked
7897
7897
  ```
7898
7898
 
7899
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.2/src/commands/project/generate/manifest.ts)_
7899
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.3/src/commands/project/generate/manifest.ts)_
7900
7900
 
7901
7901
  ## `sf project list ignored`
7902
7902
 
@@ -7937,7 +7937,7 @@ EXAMPLES
7937
7937
  $ sf project list ignored --source-dir package.xml
7938
7938
  ```
7939
7939
 
7940
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.2/src/commands/project/list/ignored.ts)_
7940
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.3/src/commands/project/list/ignored.ts)_
7941
7941
 
7942
7942
  ## `sf project reset tracking`
7943
7943
 
@@ -7985,7 +7985,7 @@ EXAMPLES
7985
7985
  $ sf project reset tracking --revision 30
7986
7986
  ```
7987
7987
 
7988
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.2/src/commands/project/reset/tracking.ts)_
7988
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.3/src/commands/project/reset/tracking.ts)_
7989
7989
 
7990
7990
  ## `sf project retrieve preview`
7991
7991
 
@@ -8040,7 +8040,7 @@ FLAG DESCRIPTIONS
8040
8040
  Overrides your default org.
8041
8041
  ```
8042
8042
 
8043
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.2/src/commands/project/retrieve/preview.ts)_
8043
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.3/src/commands/project/retrieve/preview.ts)_
8044
8044
 
8045
8045
  ## `sf project retrieve start`
8046
8046
 
@@ -8194,7 +8194,7 @@ ENVIRONMENT VARIABLES
8194
8194
  SF_USE_PROGRESS_BAR Set to false to disable the progress bar when running the metadata deploy command.
8195
8195
  ```
8196
8196
 
8197
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.2/src/commands/project/retrieve/start.ts)_
8197
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/2.2.3/src/commands/project/retrieve/start.ts)_
8198
8198
 
8199
8199
  ## `sf schema generate field`
8200
8200