@salesforce/cli 2.60.1 → 2.60.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.60.1 linux-x64 node-v20.17.0
27
+ @salesforce/cli/2.60.3 linux-x64 node-v20.17.0
28
28
  $ sf --help [COMMAND]
29
29
  USAGE
30
30
  $ sf COMMAND
@@ -1007,7 +1007,7 @@ DESCRIPTION
1007
1007
  List all sf commands.
1008
1008
  ```
1009
1009
 
1010
- _See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/4.0.14/src/commands/commands.ts)_
1010
+ _See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/4.0.15/src/commands/commands.ts)_
1011
1011
 
1012
1012
  ## `sf config get`
1013
1013
 
@@ -3413,7 +3413,7 @@ EXAMPLES
3413
3413
  $ sf org list auth
3414
3414
  ```
3415
3415
 
3416
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.57/src/commands/org/list/auth.ts)_
3416
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.58/src/commands/org/list/auth.ts)_
3417
3417
 
3418
3418
  ## `sf org list limits`
3419
3419
 
@@ -3713,7 +3713,7 @@ FLAG DESCRIPTIONS
3713
3713
  To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
3714
3714
  ```
3715
3715
 
3716
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.57/src/commands/org/login/access-token.ts)_
3716
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.58/src/commands/org/login/access-token.ts)_
3717
3717
 
3718
3718
  ## `sf org login device`
3719
3719
 
@@ -3773,7 +3773,7 @@ FLAG DESCRIPTIONS
3773
3773
  To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
3774
3774
  ```
3775
3775
 
3776
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.57/src/commands/org/login/device.ts)_
3776
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.58/src/commands/org/login/device.ts)_
3777
3777
 
3778
3778
  ## `sf org login jwt`
3779
3779
 
@@ -3864,7 +3864,7 @@ FLAG DESCRIPTIONS
3864
3864
  To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
3865
3865
  ```
3866
3866
 
3867
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.57/src/commands/org/login/jwt.ts)_
3867
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.58/src/commands/org/login/jwt.ts)_
3868
3868
 
3869
3869
  ## `sf org login sfdx-url`
3870
3870
 
@@ -3934,7 +3934,7 @@ EXAMPLES
3934
3934
  $ echo url | sf org login sfdx-url --sfdx-url-stdin
3935
3935
  ```
3936
3936
 
3937
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.57/src/commands/org/login/sfdx-url.ts)_
3937
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.58/src/commands/org/login/sfdx-url.ts)_
3938
3938
 
3939
3939
  ## `sf org login web`
3940
3940
 
@@ -4021,7 +4021,7 @@ FLAG DESCRIPTIONS
4021
4021
  To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
4022
4022
  ```
4023
4023
 
4024
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.57/src/commands/org/login/web.ts)_
4024
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.58/src/commands/org/login/web.ts)_
4025
4025
 
4026
4026
  ## `sf org logout`
4027
4027
 
@@ -4082,7 +4082,7 @@ FLAG DESCRIPTIONS
4082
4082
  All orgs includes Dev Hubs, sandboxes, DE orgs, and expired, deleted, and unknown-status scratch orgs.
4083
4083
  ```
4084
4084
 
4085
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.57/src/commands/org/logout.ts)_
4085
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.58/src/commands/org/logout.ts)_
4086
4086
 
4087
4087
  ## `sf org open`
4088
4088
 
@@ -4420,7 +4420,7 @@ FLAG DESCRIPTIONS
4420
4420
  Org-Dependent Unlocked Packages" in the Salesforce DX Developer Guide.
4421
4421
  ```
4422
4422
 
4423
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.4/src/commands/package/create.ts)_
4423
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.6/src/commands/package/create.ts)_
4424
4424
 
4425
4425
  ## `sf package delete`
4426
4426
 
@@ -4462,7 +4462,7 @@ EXAMPLES
4462
4462
  $ sf package delete --package 0Ho... --target-dev-hub devhub@example.com
4463
4463
  ```
4464
4464
 
4465
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.4/src/commands/package/delete.ts)_
4465
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.6/src/commands/package/delete.ts)_
4466
4466
 
4467
4467
  ## `sf package install`
4468
4468
 
@@ -4561,7 +4561,7 @@ FLAG DESCRIPTIONS
4561
4561
  - Delete: Delete all removed components that can be safely deleted, and deprecate the other components.
4562
4562
  ```
4563
4563
 
4564
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.4/src/commands/package/install.ts)_
4564
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.6/src/commands/package/install.ts)_
4565
4565
 
4566
4566
  ## `sf package install report`
4567
4567
 
@@ -4594,7 +4594,7 @@ EXAMPLES
4594
4594
  $ sf package install report --request-id 0Hf... --target-org me@example.com
4595
4595
  ```
4596
4596
 
4597
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.4/src/commands/package/install/report.ts)_
4597
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.6/src/commands/package/install/report.ts)_
4598
4598
 
4599
4599
  ## `sf package installed list`
4600
4600
 
@@ -4626,7 +4626,7 @@ EXAMPLES
4626
4626
  $ sf package installed list --target-org me@example.com
4627
4627
  ```
4628
4628
 
4629
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.4/src/commands/package/installed/list.ts)_
4629
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.6/src/commands/package/installed/list.ts)_
4630
4630
 
4631
4631
  ## `sf package list`
4632
4632
 
@@ -4664,7 +4664,7 @@ EXAMPLES
4664
4664
  $ sf package list --target-dev-hub devhub@example.com --verbose
4665
4665
  ```
4666
4666
 
4667
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.4/src/commands/package/list.ts)_
4667
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.6/src/commands/package/list.ts)_
4668
4668
 
4669
4669
  ## `sf package uninstall`
4670
4670
 
@@ -4712,7 +4712,7 @@ EXAMPLES
4712
4712
  $ sf package uninstall --package "Undesirable Package Alias"
4713
4713
  ```
4714
4714
 
4715
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.4/src/commands/package/uninstall.ts)_
4715
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.6/src/commands/package/uninstall.ts)_
4716
4716
 
4717
4717
  ## `sf package uninstall report`
4718
4718
 
@@ -4745,7 +4745,7 @@ EXAMPLES
4745
4745
  $ sf package uninstall report --request-id 06y... --target-org me@example.com
4746
4746
  ```
4747
4747
 
4748
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.4/src/commands/package/uninstall/report.ts)_
4748
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.6/src/commands/package/uninstall/report.ts)_
4749
4749
 
4750
4750
  ## `sf package update`
4751
4751
 
@@ -4800,7 +4800,7 @@ FLAG DESCRIPTIONS
4800
4800
  associated with your package.
4801
4801
  ```
4802
4802
 
4803
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.4/src/commands/package/update.ts)_
4803
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.6/src/commands/package/update.ts)_
4804
4804
 
4805
4805
  ## `sf package version create`
4806
4806
 
@@ -4975,7 +4975,7 @@ FLAG DESCRIPTIONS
4975
4975
  periods of no output from commands.
4976
4976
  ```
4977
4977
 
4978
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.4/src/commands/package/version/create.ts)_
4978
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.6/src/commands/package/version/create.ts)_
4979
4979
 
4980
4980
  ## `sf package version create list`
4981
4981
 
@@ -5036,7 +5036,7 @@ EXAMPLES
5036
5036
  $ sf package version create list --created-last-days 0 --status Success
5037
5037
  ```
5038
5038
 
5039
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.4/src/commands/package/version/create/list.ts)_
5039
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.6/src/commands/package/version/create/list.ts)_
5040
5040
 
5041
5041
  ## `sf package version create report`
5042
5042
 
@@ -5079,7 +5079,7 @@ EXAMPLES
5079
5079
  $ sf package version create report --package-create-request-id 08c... --target-dev-hub devhub@example.com
5080
5080
  ```
5081
5081
 
5082
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.4/src/commands/package/version/create/report.ts)_
5082
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.6/src/commands/package/version/create/report.ts)_
5083
5083
 
5084
5084
  ## `sf package version delete`
5085
5085
 
@@ -5120,7 +5120,7 @@ EXAMPLES
5120
5120
  $ sf package version delete --package 04t... --target-org devhub@example.com
5121
5121
  ```
5122
5122
 
5123
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.4/src/commands/package/version/delete.ts)_
5123
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.6/src/commands/package/version/delete.ts)_
5124
5124
 
5125
5125
  ## `sf package version displayancestry`
5126
5126
 
@@ -5180,7 +5180,7 @@ FLAG DESCRIPTIONS
5180
5180
  You can use the DOT code output in graph visualization software to create tree visualizations.
5181
5181
  ```
5182
5182
 
5183
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.4/src/commands/package/version/displayancestry.ts)_
5183
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.6/src/commands/package/version/displayancestry.ts)_
5184
5184
 
5185
5185
  ## `sf package version list`
5186
5186
 
@@ -5256,7 +5256,7 @@ EXAMPLES
5256
5256
  $ sf package version list --packages exp-mgr,exp-mgr-util --released --modified-last-days 0
5257
5257
  ```
5258
5258
 
5259
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.4/src/commands/package/version/list.ts)_
5259
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.6/src/commands/package/version/list.ts)_
5260
5260
 
5261
5261
  ## `sf package version promote`
5262
5262
 
@@ -5300,7 +5300,7 @@ EXAMPLES
5300
5300
  $ sf package version promote --package "Awesome Package Alias"
5301
5301
  ```
5302
5302
 
5303
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.4/src/commands/package/version/promote.ts)_
5303
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.6/src/commands/package/version/promote.ts)_
5304
5304
 
5305
5305
  ## `sf package version report`
5306
5306
 
@@ -5340,7 +5340,7 @@ EXAMPLES
5340
5340
  $ sf package version report --package "Your Package Alias" --target-dev-hub devhub@example.com
5341
5341
  ```
5342
5342
 
5343
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.4/src/commands/package/version/report.ts)_
5343
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.6/src/commands/package/version/report.ts)_
5344
5344
 
5345
5345
  ## `sf package version update`
5346
5346
 
@@ -5393,7 +5393,7 @@ EXAMPLES
5393
5393
  $ sf package version update --package 04t... --version-description "New Package Version Description"
5394
5394
  ```
5395
5395
 
5396
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.4/src/commands/package/version/update.ts)_
5396
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.6/src/commands/package/version/update.ts)_
5397
5397
 
5398
5398
  ## `sf package1 version create`
5399
5399
 
@@ -5460,7 +5460,7 @@ FLAG DESCRIPTIONS
5460
5460
  subscribers.
5461
5461
  ```
5462
5462
 
5463
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.4/src/commands/package1/version/create.ts)_
5463
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.6/src/commands/package1/version/create.ts)_
5464
5464
 
5465
5465
  ## `sf package1 version create get`
5466
5466
 
@@ -5493,7 +5493,7 @@ EXAMPLES
5493
5493
  $ sf package1 version create get --request-id 0HD... --target-org myorg@example.com
5494
5494
  ```
5495
5495
 
5496
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.4/src/commands/package1/version/create/get.ts)_
5496
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.6/src/commands/package1/version/create/get.ts)_
5497
5497
 
5498
5498
  ## `sf package1 version display`
5499
5499
 
@@ -5527,7 +5527,7 @@ EXAMPLES
5527
5527
  $ sf package1 version display --package-version-id 04t... --target-org myorg@example.com
5528
5528
  ```
5529
5529
 
5530
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.4/src/commands/package1/version/display.ts)_
5530
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.6/src/commands/package1/version/display.ts)_
5531
5531
 
5532
5532
  ## `sf package1 version list`
5533
5533
 
@@ -5565,7 +5565,7 @@ FLAG DESCRIPTIONS
5565
5565
  If not specified, shows all versions for all packages (managed and unmanaged) in the org.
5566
5566
  ```
5567
5567
 
5568
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.4/src/commands/package1/version/list.ts)_
5568
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.6/src/commands/package1/version/list.ts)_
5569
5569
 
5570
5570
  ## `sf plugins`
5571
5571
 
@@ -5588,7 +5588,7 @@ EXAMPLES
5588
5588
  $ sf plugins
5589
5589
  ```
5590
5590
 
5591
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.7/src/commands/plugins/index.ts)_
5591
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.8/src/commands/plugins/index.ts)_
5592
5592
 
5593
5593
  ## `sf plugins discover`
5594
5594
 
@@ -5633,7 +5633,7 @@ EXAMPLES
5633
5633
  $ sf plugins inspect @salesforce/plugin-packaging
5634
5634
  ```
5635
5635
 
5636
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.7/src/commands/plugins/inspect.ts)_
5636
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.8/src/commands/plugins/inspect.ts)_
5637
5637
 
5638
5638
  ## `sf plugins install PLUGIN`
5639
5639
 
@@ -5682,7 +5682,7 @@ EXAMPLES
5682
5682
  $ sf plugins install someuser/someplugin
5683
5683
  ```
5684
5684
 
5685
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.7/src/commands/plugins/install.ts)_
5685
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.8/src/commands/plugins/install.ts)_
5686
5686
 
5687
5687
  ## `sf plugins link PATH`
5688
5688
 
@@ -5712,7 +5712,7 @@ EXAMPLES
5712
5712
  $ sf plugins link @salesforce/plugin-packaging
5713
5713
  ```
5714
5714
 
5715
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.7/src/commands/plugins/link.ts)_
5715
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.8/src/commands/plugins/link.ts)_
5716
5716
 
5717
5717
  ## `sf plugins reset`
5718
5718
 
@@ -5727,7 +5727,7 @@ FLAGS
5727
5727
  --reinstall Reinstall all plugins after uninstalling.
5728
5728
  ```
5729
5729
 
5730
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.7/src/commands/plugins/reset.ts)_
5730
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.8/src/commands/plugins/reset.ts)_
5731
5731
 
5732
5732
  ## `sf plugins trust verify`
5733
5733
 
@@ -5756,7 +5756,7 @@ EXAMPLES
5756
5756
  $ sf plugins trust verify --npm @scope/npmName
5757
5757
  ```
5758
5758
 
5759
- _See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.7.27/src/commands/plugins/trust/verify.ts)_
5759
+ _See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.7.28/src/commands/plugins/trust/verify.ts)_
5760
5760
 
5761
5761
  ## `sf plugins uninstall [PLUGIN]`
5762
5762
 
@@ -5784,7 +5784,7 @@ EXAMPLES
5784
5784
  $ sf plugins uninstall @salesforce/plugin-packaging
5785
5785
  ```
5786
5786
 
5787
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.7/src/commands/plugins/uninstall.ts)_
5787
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.8/src/commands/plugins/uninstall.ts)_
5788
5788
 
5789
5789
  ## `sf plugins update`
5790
5790
 
@@ -5802,7 +5802,7 @@ DESCRIPTION
5802
5802
  Update installed plugins.
5803
5803
  ```
5804
5804
 
5805
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.7/src/commands/plugins/update.ts)_
5805
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.8/src/commands/plugins/update.ts)_
5806
5806
 
5807
5807
  ## `sf project convert mdapi`
5808
5808
 
@@ -5865,7 +5865,7 @@ FLAG DESCRIPTIONS
5865
5865
  If you specify this parameter, don’t specify --metadata or --source-dir.
5866
5866
  ```
5867
5867
 
5868
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.7/src/commands/project/convert/mdapi.ts)_
5868
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.10/src/commands/project/convert/mdapi.ts)_
5869
5869
 
5870
5870
  ## `sf project convert source`
5871
5871
 
@@ -5938,7 +5938,7 @@ FLAG DESCRIPTIONS
5938
5938
  Override the api version used for api requests made by this command
5939
5939
  ```
5940
5940
 
5941
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.7/src/commands/project/convert/source.ts)_
5941
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.10/src/commands/project/convert/source.ts)_
5942
5942
 
5943
5943
  ## `sf project convert source-behavior`
5944
5944
 
@@ -5995,7 +5995,7 @@ EXAMPLES
5995
5995
  $ sf project convert source-behavior --behavior decomposePermissionSetBeta --dry-run --preserve-temp-dir
5996
5996
  ```
5997
5997
 
5998
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.7/src/commands/project/convert/source-behavior.ts)_
5998
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.10/src/commands/project/convert/source-behavior.ts)_
5999
5999
 
6000
6000
  ## `sf project delete source`
6001
6001
 
@@ -6135,7 +6135,7 @@ FLAG DESCRIPTIONS
6135
6135
  - Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
6136
6136
  ```
6137
6137
 
6138
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.7/src/commands/project/delete/source.ts)_
6138
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.10/src/commands/project/delete/source.ts)_
6139
6139
 
6140
6140
  ## `sf project delete tracking`
6141
6141
 
@@ -6172,7 +6172,7 @@ EXAMPLES
6172
6172
  $ sf project delete tracking --target-org my-scratch
6173
6173
  ```
6174
6174
 
6175
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.7/src/commands/project/delete/tracking.ts)_
6175
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.10/src/commands/project/delete/tracking.ts)_
6176
6176
 
6177
6177
  ## `sf project deploy cancel`
6178
6178
 
@@ -6244,7 +6244,7 @@ FLAG DESCRIPTIONS
6244
6244
  project deploy report".
6245
6245
  ```
6246
6246
 
6247
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.7/src/commands/project/deploy/cancel.ts)_
6247
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.10/src/commands/project/deploy/cancel.ts)_
6248
6248
 
6249
6249
  ## `sf project deploy preview`
6250
6250
 
@@ -6327,7 +6327,7 @@ FLAG DESCRIPTIONS
6327
6327
  All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
6328
6328
  ```
6329
6329
 
6330
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.7/src/commands/project/deploy/preview.ts)_
6330
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.10/src/commands/project/deploy/preview.ts)_
6331
6331
 
6332
6332
  ## `sf project deploy quick`
6333
6333
 
@@ -6420,7 +6420,7 @@ ERROR CODES
6420
6420
  Canceling (69) The deploy is being canceled.
6421
6421
  ```
6422
6422
 
6423
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.7/src/commands/project/deploy/quick.ts)_
6423
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.10/src/commands/project/deploy/quick.ts)_
6424
6424
 
6425
6425
  ## `sf project deploy report`
6426
6426
 
@@ -6512,7 +6512,7 @@ FLAG DESCRIPTIONS
6512
6512
  --coverage-formatters lcov --coverage-formatters clover
6513
6513
  ```
6514
6514
 
6515
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.7/src/commands/project/deploy/report.ts)_
6515
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.10/src/commands/project/deploy/report.ts)_
6516
6516
 
6517
6517
  ## `sf project deploy resume`
6518
6518
 
@@ -6609,7 +6609,7 @@ ERROR CODES
6609
6609
  Canceling (69) The deploy is being canceled.
6610
6610
  ```
6611
6611
 
6612
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.7/src/commands/project/deploy/resume.ts)_
6612
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.10/src/commands/project/deploy/resume.ts)_
6613
6613
 
6614
6614
  ## `sf project deploy start`
6615
6615
 
@@ -6862,7 +6862,7 @@ ERROR CODES
6862
6862
  Canceling (69) The deploy is being canceled.
6863
6863
  ```
6864
6864
 
6865
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.7/src/commands/project/deploy/start.ts)_
6865
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.10/src/commands/project/deploy/start.ts)_
6866
6866
 
6867
6867
  ## `sf project deploy validate`
6868
6868
 
@@ -7052,7 +7052,7 @@ ERROR CODES
7052
7052
  Canceling (69) The deploy is being canceled.
7053
7053
  ```
7054
7054
 
7055
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.7/src/commands/project/deploy/validate.ts)_
7055
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.10/src/commands/project/deploy/validate.ts)_
7056
7056
 
7057
7057
  ## `sf project generate`
7058
7058
 
@@ -7234,7 +7234,7 @@ EXAMPLES
7234
7234
  $ sf project generate manifest --from-org test@myorg.com --include-packages unlocked
7235
7235
  ```
7236
7236
 
7237
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.7/src/commands/project/generate/manifest.ts)_
7237
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.10/src/commands/project/generate/manifest.ts)_
7238
7238
 
7239
7239
  ## `sf project list ignored`
7240
7240
 
@@ -7276,7 +7276,7 @@ EXAMPLES
7276
7276
  $ sf project list ignored --source-dir package.xml
7277
7277
  ```
7278
7278
 
7279
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.7/src/commands/project/list/ignored.ts)_
7279
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.10/src/commands/project/list/ignored.ts)_
7280
7280
 
7281
7281
  ## `sf project reset tracking`
7282
7282
 
@@ -7325,7 +7325,7 @@ EXAMPLES
7325
7325
  $ sf project reset tracking --revision 30
7326
7326
  ```
7327
7327
 
7328
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.7/src/commands/project/reset/tracking.ts)_
7328
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.10/src/commands/project/reset/tracking.ts)_
7329
7329
 
7330
7330
  ## `sf project retrieve preview`
7331
7331
 
@@ -7379,7 +7379,7 @@ FLAG DESCRIPTIONS
7379
7379
  production orgs.
7380
7380
  ```
7381
7381
 
7382
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.7/src/commands/project/retrieve/preview.ts)_
7382
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.10/src/commands/project/retrieve/preview.ts)_
7383
7383
 
7384
7384
  ## `sf project retrieve start`
7385
7385
 
@@ -7556,7 +7556,7 @@ ENVIRONMENT VARIABLES
7556
7556
  SF_USE_PROGRESS_BAR Set to false to disable the progress bar when running the metadata deploy command.
7557
7557
  ```
7558
7558
 
7559
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.7/src/commands/project/retrieve/start.ts)_
7559
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.10/src/commands/project/retrieve/start.ts)_
7560
7560
 
7561
7561
  ## `sf schema generate field`
7562
7562
 
@@ -7948,7 +7948,7 @@ EXAMPLES
7948
7948
  $ sf update --available
7949
7949
  ```
7950
7950
 
7951
- _See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.5.6/src/commands/update.ts)_
7951
+ _See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.5.7/src/commands/update.ts)_
7952
7952
 
7953
7953
  ## `sf version`
7954
7954