@salesforce/cli 2.62.2 → 2.62.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.62.2 linux-x64 node-v20.17.0
27
+ @salesforce/cli/2.62.3 linux-x64 node-v20.17.0
28
28
  $ sf --help [COMMAND]
29
29
  USAGE
30
30
  $ sf COMMAND
@@ -2286,7 +2286,7 @@ DESCRIPTION
2286
2286
  Display help for sf.
2287
2287
  ```
2288
2288
 
2289
- _See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.2.13/src/commands/help.ts)_
2289
+ _See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.2.14/src/commands/help.ts)_
2290
2290
 
2291
2291
  ## `sf info releasenotes display`
2292
2292
 
@@ -4485,7 +4485,7 @@ FLAG DESCRIPTIONS
4485
4485
  Org-Dependent Unlocked Packages" in the Salesforce DX Developer Guide.
4486
4486
  ```
4487
4487
 
4488
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.10/src/commands/package/create.ts)_
4488
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.11/src/commands/package/create.ts)_
4489
4489
 
4490
4490
  ## `sf package delete`
4491
4491
 
@@ -4527,7 +4527,7 @@ EXAMPLES
4527
4527
  $ sf package delete --package 0Ho... --target-dev-hub devhub@example.com
4528
4528
  ```
4529
4529
 
4530
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.10/src/commands/package/delete.ts)_
4530
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.11/src/commands/package/delete.ts)_
4531
4531
 
4532
4532
  ## `sf package install`
4533
4533
 
@@ -4626,7 +4626,7 @@ FLAG DESCRIPTIONS
4626
4626
  - Delete: Delete all removed components that can be safely deleted, and deprecate the other components.
4627
4627
  ```
4628
4628
 
4629
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.10/src/commands/package/install.ts)_
4629
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.11/src/commands/package/install.ts)_
4630
4630
 
4631
4631
  ## `sf package install report`
4632
4632
 
@@ -4659,7 +4659,7 @@ EXAMPLES
4659
4659
  $ sf package install report --request-id 0Hf... --target-org me@example.com
4660
4660
  ```
4661
4661
 
4662
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.10/src/commands/package/install/report.ts)_
4662
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.11/src/commands/package/install/report.ts)_
4663
4663
 
4664
4664
  ## `sf package installed list`
4665
4665
 
@@ -4691,7 +4691,7 @@ EXAMPLES
4691
4691
  $ sf package installed list --target-org me@example.com
4692
4692
  ```
4693
4693
 
4694
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.10/src/commands/package/installed/list.ts)_
4694
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.11/src/commands/package/installed/list.ts)_
4695
4695
 
4696
4696
  ## `sf package list`
4697
4697
 
@@ -4729,7 +4729,7 @@ EXAMPLES
4729
4729
  $ sf package list --target-dev-hub devhub@example.com --verbose
4730
4730
  ```
4731
4731
 
4732
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.10/src/commands/package/list.ts)_
4732
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.11/src/commands/package/list.ts)_
4733
4733
 
4734
4734
  ## `sf package uninstall`
4735
4735
 
@@ -4777,7 +4777,7 @@ EXAMPLES
4777
4777
  $ sf package uninstall --package "Undesirable Package Alias"
4778
4778
  ```
4779
4779
 
4780
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.10/src/commands/package/uninstall.ts)_
4780
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.11/src/commands/package/uninstall.ts)_
4781
4781
 
4782
4782
  ## `sf package uninstall report`
4783
4783
 
@@ -4810,7 +4810,7 @@ EXAMPLES
4810
4810
  $ sf package uninstall report --request-id 06y... --target-org me@example.com
4811
4811
  ```
4812
4812
 
4813
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.10/src/commands/package/uninstall/report.ts)_
4813
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.11/src/commands/package/uninstall/report.ts)_
4814
4814
 
4815
4815
  ## `sf package update`
4816
4816
 
@@ -4865,7 +4865,7 @@ FLAG DESCRIPTIONS
4865
4865
  associated with your package.
4866
4866
  ```
4867
4867
 
4868
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.10/src/commands/package/update.ts)_
4868
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.11/src/commands/package/update.ts)_
4869
4869
 
4870
4870
  ## `sf package version create`
4871
4871
 
@@ -5040,7 +5040,7 @@ FLAG DESCRIPTIONS
5040
5040
  periods of no output from commands.
5041
5041
  ```
5042
5042
 
5043
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.10/src/commands/package/version/create.ts)_
5043
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.11/src/commands/package/version/create.ts)_
5044
5044
 
5045
5045
  ## `sf package version create list`
5046
5046
 
@@ -5101,7 +5101,7 @@ EXAMPLES
5101
5101
  $ sf package version create list --created-last-days 0 --status Success
5102
5102
  ```
5103
5103
 
5104
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.10/src/commands/package/version/create/list.ts)_
5104
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.11/src/commands/package/version/create/list.ts)_
5105
5105
 
5106
5106
  ## `sf package version create report`
5107
5107
 
@@ -5144,7 +5144,7 @@ EXAMPLES
5144
5144
  $ sf package version create report --package-create-request-id 08c... --target-dev-hub devhub@example.com
5145
5145
  ```
5146
5146
 
5147
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.10/src/commands/package/version/create/report.ts)_
5147
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.11/src/commands/package/version/create/report.ts)_
5148
5148
 
5149
5149
  ## `sf package version delete`
5150
5150
 
@@ -5185,7 +5185,7 @@ EXAMPLES
5185
5185
  $ sf package version delete --package 04t... --target-org devhub@example.com
5186
5186
  ```
5187
5187
 
5188
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.10/src/commands/package/version/delete.ts)_
5188
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.11/src/commands/package/version/delete.ts)_
5189
5189
 
5190
5190
  ## `sf package version displayancestry`
5191
5191
 
@@ -5245,7 +5245,7 @@ FLAG DESCRIPTIONS
5245
5245
  You can use the DOT code output in graph visualization software to create tree visualizations.
5246
5246
  ```
5247
5247
 
5248
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.10/src/commands/package/version/displayancestry.ts)_
5248
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.11/src/commands/package/version/displayancestry.ts)_
5249
5249
 
5250
5250
  ## `sf package version list`
5251
5251
 
@@ -5321,7 +5321,7 @@ EXAMPLES
5321
5321
  $ sf package version list --packages exp-mgr,exp-mgr-util --released --modified-last-days 0
5322
5322
  ```
5323
5323
 
5324
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.10/src/commands/package/version/list.ts)_
5324
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.11/src/commands/package/version/list.ts)_
5325
5325
 
5326
5326
  ## `sf package version promote`
5327
5327
 
@@ -5365,7 +5365,7 @@ EXAMPLES
5365
5365
  $ sf package version promote --package "Awesome Package Alias"
5366
5366
  ```
5367
5367
 
5368
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.10/src/commands/package/version/promote.ts)_
5368
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.11/src/commands/package/version/promote.ts)_
5369
5369
 
5370
5370
  ## `sf package version report`
5371
5371
 
@@ -5405,7 +5405,7 @@ EXAMPLES
5405
5405
  $ sf package version report --package "Your Package Alias" --target-dev-hub devhub@example.com
5406
5406
  ```
5407
5407
 
5408
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.10/src/commands/package/version/report.ts)_
5408
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.11/src/commands/package/version/report.ts)_
5409
5409
 
5410
5410
  ## `sf package version update`
5411
5411
 
@@ -5458,7 +5458,7 @@ EXAMPLES
5458
5458
  $ sf package version update --package 04t... --version-description "New Package Version Description"
5459
5459
  ```
5460
5460
 
5461
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.10/src/commands/package/version/update.ts)_
5461
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.11/src/commands/package/version/update.ts)_
5462
5462
 
5463
5463
  ## `sf package1 version create`
5464
5464
 
@@ -5525,7 +5525,7 @@ FLAG DESCRIPTIONS
5525
5525
  subscribers.
5526
5526
  ```
5527
5527
 
5528
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.10/src/commands/package1/version/create.ts)_
5528
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.11/src/commands/package1/version/create.ts)_
5529
5529
 
5530
5530
  ## `sf package1 version create get`
5531
5531
 
@@ -5558,7 +5558,7 @@ EXAMPLES
5558
5558
  $ sf package1 version create get --request-id 0HD... --target-org myorg@example.com
5559
5559
  ```
5560
5560
 
5561
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.10/src/commands/package1/version/create/get.ts)_
5561
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.11/src/commands/package1/version/create/get.ts)_
5562
5562
 
5563
5563
  ## `sf package1 version display`
5564
5564
 
@@ -5592,7 +5592,7 @@ EXAMPLES
5592
5592
  $ sf package1 version display --package-version-id 04t... --target-org myorg@example.com
5593
5593
  ```
5594
5594
 
5595
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.10/src/commands/package1/version/display.ts)_
5595
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.11/src/commands/package1/version/display.ts)_
5596
5596
 
5597
5597
  ## `sf package1 version list`
5598
5598
 
@@ -5630,7 +5630,7 @@ FLAG DESCRIPTIONS
5630
5630
  If not specified, shows all versions for all packages (managed and unmanaged) in the org.
5631
5631
  ```
5632
5632
 
5633
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.10/src/commands/package1/version/list.ts)_
5633
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.8.11/src/commands/package1/version/list.ts)_
5634
5634
 
5635
5635
  ## `sf plugins`
5636
5636
 
@@ -5653,7 +5653,7 @@ EXAMPLES
5653
5653
  $ sf plugins
5654
5654
  ```
5655
5655
 
5656
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.12/src/commands/plugins/index.ts)_
5656
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.14/src/commands/plugins/index.ts)_
5657
5657
 
5658
5658
  ## `sf plugins discover`
5659
5659
 
@@ -5698,7 +5698,7 @@ EXAMPLES
5698
5698
  $ sf plugins inspect @salesforce/plugin-packaging
5699
5699
  ```
5700
5700
 
5701
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.12/src/commands/plugins/inspect.ts)_
5701
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.14/src/commands/plugins/inspect.ts)_
5702
5702
 
5703
5703
  ## `sf plugins install PLUGIN`
5704
5704
 
@@ -5747,7 +5747,7 @@ EXAMPLES
5747
5747
  $ sf plugins install someuser/someplugin
5748
5748
  ```
5749
5749
 
5750
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.12/src/commands/plugins/install.ts)_
5750
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.14/src/commands/plugins/install.ts)_
5751
5751
 
5752
5752
  ## `sf plugins link PATH`
5753
5753
 
@@ -5778,7 +5778,7 @@ EXAMPLES
5778
5778
  $ sf plugins link @salesforce/plugin-packaging
5779
5779
  ```
5780
5780
 
5781
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.12/src/commands/plugins/link.ts)_
5781
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.14/src/commands/plugins/link.ts)_
5782
5782
 
5783
5783
  ## `sf plugins reset`
5784
5784
 
@@ -5793,7 +5793,7 @@ FLAGS
5793
5793
  --reinstall Reinstall all plugins after uninstalling.
5794
5794
  ```
5795
5795
 
5796
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.12/src/commands/plugins/reset.ts)_
5796
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.14/src/commands/plugins/reset.ts)_
5797
5797
 
5798
5798
  ## `sf plugins trust verify`
5799
5799
 
@@ -5850,7 +5850,7 @@ EXAMPLES
5850
5850
  $ sf plugins uninstall @salesforce/plugin-packaging
5851
5851
  ```
5852
5852
 
5853
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.12/src/commands/plugins/uninstall.ts)_
5853
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.14/src/commands/plugins/uninstall.ts)_
5854
5854
 
5855
5855
  ## `sf plugins update`
5856
5856
 
@@ -5868,7 +5868,7 @@ DESCRIPTION
5868
5868
  Update installed plugins.
5869
5869
  ```
5870
5870
 
5871
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.12/src/commands/plugins/update.ts)_
5871
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.14/src/commands/plugins/update.ts)_
5872
5872
 
5873
5873
  ## `sf project convert mdapi`
5874
5874
 
@@ -5931,7 +5931,7 @@ FLAG DESCRIPTIONS
5931
5931
  If you specify this parameter, don’t specify --metadata or --source-dir.
5932
5932
  ```
5933
5933
 
5934
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.16/src/commands/project/convert/mdapi.ts)_
5934
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.17/src/commands/project/convert/mdapi.ts)_
5935
5935
 
5936
5936
  ## `sf project convert source`
5937
5937
 
@@ -6004,7 +6004,7 @@ FLAG DESCRIPTIONS
6004
6004
  Override the api version used for api requests made by this command
6005
6005
  ```
6006
6006
 
6007
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.16/src/commands/project/convert/source.ts)_
6007
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.17/src/commands/project/convert/source.ts)_
6008
6008
 
6009
6009
  ## `sf project convert source-behavior`
6010
6010
 
@@ -6062,7 +6062,7 @@ EXAMPLES
6062
6062
  $ sf project convert source-behavior --behavior decomposePermissionSetBeta --dry-run --preserve-temp-dir
6063
6063
  ```
6064
6064
 
6065
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.16/src/commands/project/convert/source-behavior.ts)_
6065
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.17/src/commands/project/convert/source-behavior.ts)_
6066
6066
 
6067
6067
  ## `sf project delete source`
6068
6068
 
@@ -6202,7 +6202,7 @@ FLAG DESCRIPTIONS
6202
6202
  - Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
6203
6203
  ```
6204
6204
 
6205
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.16/src/commands/project/delete/source.ts)_
6205
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.17/src/commands/project/delete/source.ts)_
6206
6206
 
6207
6207
  ## `sf project delete tracking`
6208
6208
 
@@ -6239,7 +6239,7 @@ EXAMPLES
6239
6239
  $ sf project delete tracking --target-org my-scratch
6240
6240
  ```
6241
6241
 
6242
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.16/src/commands/project/delete/tracking.ts)_
6242
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.17/src/commands/project/delete/tracking.ts)_
6243
6243
 
6244
6244
  ## `sf project deploy cancel`
6245
6245
 
@@ -6311,7 +6311,7 @@ FLAG DESCRIPTIONS
6311
6311
  project deploy report".
6312
6312
  ```
6313
6313
 
6314
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.16/src/commands/project/deploy/cancel.ts)_
6314
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.17/src/commands/project/deploy/cancel.ts)_
6315
6315
 
6316
6316
  ## `sf project deploy preview`
6317
6317
 
@@ -6394,7 +6394,7 @@ FLAG DESCRIPTIONS
6394
6394
  All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
6395
6395
  ```
6396
6396
 
6397
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.16/src/commands/project/deploy/preview.ts)_
6397
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.17/src/commands/project/deploy/preview.ts)_
6398
6398
 
6399
6399
  ## `sf project deploy quick`
6400
6400
 
@@ -6487,7 +6487,7 @@ ERROR CODES
6487
6487
  Canceling (69) The deploy is being canceled.
6488
6488
  ```
6489
6489
 
6490
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.16/src/commands/project/deploy/quick.ts)_
6490
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.17/src/commands/project/deploy/quick.ts)_
6491
6491
 
6492
6492
  ## `sf project deploy report`
6493
6493
 
@@ -6579,7 +6579,7 @@ FLAG DESCRIPTIONS
6579
6579
  --coverage-formatters lcov --coverage-formatters clover
6580
6580
  ```
6581
6581
 
6582
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.16/src/commands/project/deploy/report.ts)_
6582
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.17/src/commands/project/deploy/report.ts)_
6583
6583
 
6584
6584
  ## `sf project deploy resume`
6585
6585
 
@@ -6676,7 +6676,7 @@ ERROR CODES
6676
6676
  Canceling (69) The deploy is being canceled.
6677
6677
  ```
6678
6678
 
6679
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.16/src/commands/project/deploy/resume.ts)_
6679
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.17/src/commands/project/deploy/resume.ts)_
6680
6680
 
6681
6681
  ## `sf project deploy start`
6682
6682
 
@@ -6929,7 +6929,7 @@ ERROR CODES
6929
6929
  Canceling (69) The deploy is being canceled.
6930
6930
  ```
6931
6931
 
6932
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.16/src/commands/project/deploy/start.ts)_
6932
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.17/src/commands/project/deploy/start.ts)_
6933
6933
 
6934
6934
  ## `sf project deploy validate`
6935
6935
 
@@ -7119,7 +7119,7 @@ ERROR CODES
7119
7119
  Canceling (69) The deploy is being canceled.
7120
7120
  ```
7121
7121
 
7122
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.16/src/commands/project/deploy/validate.ts)_
7122
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.17/src/commands/project/deploy/validate.ts)_
7123
7123
 
7124
7124
  ## `sf project generate`
7125
7125
 
@@ -7301,7 +7301,7 @@ EXAMPLES
7301
7301
  $ sf project generate manifest --from-org test@myorg.com --include-packages unlocked
7302
7302
  ```
7303
7303
 
7304
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.16/src/commands/project/generate/manifest.ts)_
7304
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.17/src/commands/project/generate/manifest.ts)_
7305
7305
 
7306
7306
  ## `sf project list ignored`
7307
7307
 
@@ -7343,7 +7343,7 @@ EXAMPLES
7343
7343
  $ sf project list ignored --source-dir package.xml
7344
7344
  ```
7345
7345
 
7346
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.16/src/commands/project/list/ignored.ts)_
7346
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.17/src/commands/project/list/ignored.ts)_
7347
7347
 
7348
7348
  ## `sf project reset tracking`
7349
7349
 
@@ -7392,7 +7392,7 @@ EXAMPLES
7392
7392
  $ sf project reset tracking --revision 30
7393
7393
  ```
7394
7394
 
7395
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.16/src/commands/project/reset/tracking.ts)_
7395
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.17/src/commands/project/reset/tracking.ts)_
7396
7396
 
7397
7397
  ## `sf project retrieve preview`
7398
7398
 
@@ -7446,7 +7446,7 @@ FLAG DESCRIPTIONS
7446
7446
  production orgs.
7447
7447
  ```
7448
7448
 
7449
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.16/src/commands/project/retrieve/preview.ts)_
7449
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.17/src/commands/project/retrieve/preview.ts)_
7450
7450
 
7451
7451
  ## `sf project retrieve start`
7452
7452
 
@@ -7623,7 +7623,7 @@ ENVIRONMENT VARIABLES
7623
7623
  SF_USE_PROGRESS_BAR Set to false to disable the progress bar when running the metadata deploy command.
7624
7624
  ```
7625
7625
 
7626
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.16/src/commands/project/retrieve/start.ts)_
7626
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.12.17/src/commands/project/retrieve/start.ts)_
7627
7627
 
7628
7628
  ## `sf schema generate field`
7629
7629