@salesforce/cli 2.91.1 → 2.91.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
@@ -25,7 +25,7 @@ $ npm install -g @salesforce/cli
25
25
  $ sf COMMAND
26
26
  running command...
27
27
  $ sf (--version|-v)
28
- @salesforce/cli/2.91.1 linux-x64 node-v22.15.0
28
+ @salesforce/cli/2.91.3 linux-x64 node-v22.15.0
29
29
  $ sf --help [COMMAND]
30
30
  USAGE
31
31
  $ sf COMMAND
@@ -3832,7 +3832,7 @@ EXAMPLES
3832
3832
  $ sf org list auth
3833
3833
  ```
3834
3834
 
3835
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.122/src/commands/org/list/auth.ts)_
3835
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.123/src/commands/org/list/auth.ts)_
3836
3836
 
3837
3837
  ## `sf org list limits`
3838
3838
 
@@ -4132,7 +4132,7 @@ FLAG DESCRIPTIONS
4132
4132
  To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
4133
4133
  ```
4134
4134
 
4135
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.122/src/commands/org/login/access-token.ts)_
4135
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.123/src/commands/org/login/access-token.ts)_
4136
4136
 
4137
4137
  ## `sf org login device`
4138
4138
 
@@ -4192,7 +4192,7 @@ FLAG DESCRIPTIONS
4192
4192
  To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
4193
4193
  ```
4194
4194
 
4195
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.122/src/commands/org/login/device.ts)_
4195
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.123/src/commands/org/login/device.ts)_
4196
4196
 
4197
4197
  ## `sf org login jwt`
4198
4198
 
@@ -4283,7 +4283,7 @@ FLAG DESCRIPTIONS
4283
4283
  To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
4284
4284
  ```
4285
4285
 
4286
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.122/src/commands/org/login/jwt.ts)_
4286
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.123/src/commands/org/login/jwt.ts)_
4287
4287
 
4288
4288
  ## `sf org login sfdx-url`
4289
4289
 
@@ -4353,7 +4353,7 @@ EXAMPLES
4353
4353
  $ echo url | sf org login sfdx-url --sfdx-url-stdin
4354
4354
  ```
4355
4355
 
4356
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.122/src/commands/org/login/sfdx-url.ts)_
4356
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.123/src/commands/org/login/sfdx-url.ts)_
4357
4357
 
4358
4358
  ## `sf org login web`
4359
4359
 
@@ -4440,7 +4440,7 @@ FLAG DESCRIPTIONS
4440
4440
  To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
4441
4441
  ```
4442
4442
 
4443
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.122/src/commands/org/login/web.ts)_
4443
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.123/src/commands/org/login/web.ts)_
4444
4444
 
4445
4445
  ## `sf org logout`
4446
4446
 
@@ -4501,7 +4501,7 @@ FLAG DESCRIPTIONS
4501
4501
  All orgs includes Dev Hubs, sandboxes, DE orgs, and expired, deleted, and unknown-status scratch orgs.
4502
4502
  ```
4503
4503
 
4504
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.122/src/commands/org/logout.ts)_
4504
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.123/src/commands/org/logout.ts)_
4505
4505
 
4506
4506
  ## `sf org open`
4507
4507
 
@@ -4926,7 +4926,7 @@ FLAG DESCRIPTIONS
4926
4926
  Org-Dependent Unlocked Packages" in the Salesforce DX Developer Guide.
4927
4927
  ```
4928
4928
 
4929
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.13.4/src/commands/package/create.ts)_
4929
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.13.6/src/commands/package/create.ts)_
4930
4930
 
4931
4931
  ## `sf package delete`
4932
4932
 
@@ -4968,7 +4968,7 @@ EXAMPLES
4968
4968
  $ sf package delete --package 0Ho... --target-dev-hub devhub@example.com
4969
4969
  ```
4970
4970
 
4971
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.13.4/src/commands/package/delete.ts)_
4971
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.13.6/src/commands/package/delete.ts)_
4972
4972
 
4973
4973
  ## `sf package install`
4974
4974
 
@@ -5067,7 +5067,7 @@ FLAG DESCRIPTIONS
5067
5067
  - Delete: Delete all removed components that can be safely deleted, and deprecate the other components.
5068
5068
  ```
5069
5069
 
5070
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.13.4/src/commands/package/install.ts)_
5070
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.13.6/src/commands/package/install.ts)_
5071
5071
 
5072
5072
  ## `sf package install report`
5073
5073
 
@@ -5100,7 +5100,7 @@ EXAMPLES
5100
5100
  $ sf package install report --request-id 0Hf... --target-org me@example.com
5101
5101
  ```
5102
5102
 
5103
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.13.4/src/commands/package/install/report.ts)_
5103
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.13.6/src/commands/package/install/report.ts)_
5104
5104
 
5105
5105
  ## `sf package installed list`
5106
5106
 
@@ -5132,7 +5132,7 @@ EXAMPLES
5132
5132
  $ sf package installed list --target-org me@example.com
5133
5133
  ```
5134
5134
 
5135
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.13.4/src/commands/package/installed/list.ts)_
5135
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.13.6/src/commands/package/installed/list.ts)_
5136
5136
 
5137
5137
  ## `sf package list`
5138
5138
 
@@ -5170,7 +5170,7 @@ EXAMPLES
5170
5170
  $ sf package list --target-dev-hub devhub@example.com --verbose
5171
5171
  ```
5172
5172
 
5173
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.13.4/src/commands/package/list.ts)_
5173
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.13.6/src/commands/package/list.ts)_
5174
5174
 
5175
5175
  ## `sf package uninstall`
5176
5176
 
@@ -5218,7 +5218,7 @@ EXAMPLES
5218
5218
  $ sf package uninstall --package "Undesirable Package Alias"
5219
5219
  ```
5220
5220
 
5221
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.13.4/src/commands/package/uninstall.ts)_
5221
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.13.6/src/commands/package/uninstall.ts)_
5222
5222
 
5223
5223
  ## `sf package uninstall report`
5224
5224
 
@@ -5251,7 +5251,7 @@ EXAMPLES
5251
5251
  $ sf package uninstall report --request-id 06y... --target-org me@example.com
5252
5252
  ```
5253
5253
 
5254
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.13.4/src/commands/package/uninstall/report.ts)_
5254
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.13.6/src/commands/package/uninstall/report.ts)_
5255
5255
 
5256
5256
  ## `sf package update`
5257
5257
 
@@ -5306,7 +5306,7 @@ FLAG DESCRIPTIONS
5306
5306
  associated with your package.
5307
5307
  ```
5308
5308
 
5309
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.13.4/src/commands/package/update.ts)_
5309
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.13.6/src/commands/package/update.ts)_
5310
5310
 
5311
5311
  ## `sf package version create`
5312
5312
 
@@ -5481,7 +5481,7 @@ FLAG DESCRIPTIONS
5481
5481
  periods of no output from commands.
5482
5482
  ```
5483
5483
 
5484
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.13.4/src/commands/package/version/create.ts)_
5484
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.13.6/src/commands/package/version/create.ts)_
5485
5485
 
5486
5486
  ## `sf package version create list`
5487
5487
 
@@ -5542,7 +5542,7 @@ EXAMPLES
5542
5542
  $ sf package version create list --created-last-days 0 --status Success
5543
5543
  ```
5544
5544
 
5545
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.13.4/src/commands/package/version/create/list.ts)_
5545
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.13.6/src/commands/package/version/create/list.ts)_
5546
5546
 
5547
5547
  ## `sf package version create report`
5548
5548
 
@@ -5585,7 +5585,7 @@ EXAMPLES
5585
5585
  $ sf package version create report --package-create-request-id 08c... --target-dev-hub devhub@example.com
5586
5586
  ```
5587
5587
 
5588
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.13.4/src/commands/package/version/create/report.ts)_
5588
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.13.6/src/commands/package/version/create/report.ts)_
5589
5589
 
5590
5590
  ## `sf package version delete`
5591
5591
 
@@ -5626,7 +5626,7 @@ EXAMPLES
5626
5626
  $ sf package version delete --package 04t... --target-org devhub@example.com
5627
5627
  ```
5628
5628
 
5629
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.13.4/src/commands/package/version/delete.ts)_
5629
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.13.6/src/commands/package/version/delete.ts)_
5630
5630
 
5631
5631
  ## `sf package version displayancestry`
5632
5632
 
@@ -5686,7 +5686,7 @@ FLAG DESCRIPTIONS
5686
5686
  You can use the DOT code output in graph visualization software to create tree visualizations.
5687
5687
  ```
5688
5688
 
5689
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.13.4/src/commands/package/version/displayancestry.ts)_
5689
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.13.6/src/commands/package/version/displayancestry.ts)_
5690
5690
 
5691
5691
  ## `sf package version list`
5692
5692
 
@@ -5762,7 +5762,7 @@ EXAMPLES
5762
5762
  $ sf package version list --packages exp-mgr,exp-mgr-util --released --modified-last-days 0
5763
5763
  ```
5764
5764
 
5765
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.13.4/src/commands/package/version/list.ts)_
5765
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.13.6/src/commands/package/version/list.ts)_
5766
5766
 
5767
5767
  ## `sf package version promote`
5768
5768
 
@@ -5806,7 +5806,7 @@ EXAMPLES
5806
5806
  $ sf package version promote --package "Awesome Package Alias"
5807
5807
  ```
5808
5808
 
5809
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.13.4/src/commands/package/version/promote.ts)_
5809
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.13.6/src/commands/package/version/promote.ts)_
5810
5810
 
5811
5811
  ## `sf package version report`
5812
5812
 
@@ -5846,7 +5846,7 @@ EXAMPLES
5846
5846
  $ sf package version report --package "Your Package Alias" --target-dev-hub devhub@example.com
5847
5847
  ```
5848
5848
 
5849
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.13.4/src/commands/package/version/report.ts)_
5849
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.13.6/src/commands/package/version/report.ts)_
5850
5850
 
5851
5851
  ## `sf package version update`
5852
5852
 
@@ -5899,7 +5899,7 @@ EXAMPLES
5899
5899
  $ sf package version update --package 04t... --version-description "New Package Version Description"
5900
5900
  ```
5901
5901
 
5902
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.13.4/src/commands/package/version/update.ts)_
5902
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.13.6/src/commands/package/version/update.ts)_
5903
5903
 
5904
5904
  ## `sf package1 version create`
5905
5905
 
@@ -5966,7 +5966,7 @@ FLAG DESCRIPTIONS
5966
5966
  subscribers.
5967
5967
  ```
5968
5968
 
5969
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.13.4/src/commands/package1/version/create.ts)_
5969
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.13.6/src/commands/package1/version/create.ts)_
5970
5970
 
5971
5971
  ## `sf package1 version create get`
5972
5972
 
@@ -5999,7 +5999,7 @@ EXAMPLES
5999
5999
  $ sf package1 version create get --request-id 0HD... --target-org myorg@example.com
6000
6000
  ```
6001
6001
 
6002
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.13.4/src/commands/package1/version/create/get.ts)_
6002
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.13.6/src/commands/package1/version/create/get.ts)_
6003
6003
 
6004
6004
  ## `sf package1 version display`
6005
6005
 
@@ -6033,7 +6033,7 @@ EXAMPLES
6033
6033
  $ sf package1 version display --package-version-id 04t... --target-org myorg@example.com
6034
6034
  ```
6035
6035
 
6036
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.13.4/src/commands/package1/version/display.ts)_
6036
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.13.6/src/commands/package1/version/display.ts)_
6037
6037
 
6038
6038
  ## `sf package1 version list`
6039
6039
 
@@ -6071,7 +6071,7 @@ FLAG DESCRIPTIONS
6071
6071
  If not specified, shows all versions for all packages (managed and unmanaged) in the org.
6072
6072
  ```
6073
6073
 
6074
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.13.4/src/commands/package1/version/list.ts)_
6074
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.13.6/src/commands/package1/version/list.ts)_
6075
6075
 
6076
6076
  ## `sf plugins`
6077
6077
 
@@ -6263,7 +6263,7 @@ EXAMPLES
6263
6263
  $ sf plugins trust verify --npm @scope/npmName
6264
6264
  ```
6265
6265
 
6266
- _See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.7.93/src/commands/plugins/trust/verify.ts)_
6266
+ _See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.7.94/src/commands/plugins/trust/verify.ts)_
6267
6267
 
6268
6268
  ## `sf plugins uninstall [PLUGIN]`
6269
6269
 
@@ -6372,7 +6372,7 @@ FLAG DESCRIPTIONS
6372
6372
  If you specify this flag, don’t specify --metadata or --source-dir.
6373
6373
  ```
6374
6374
 
6375
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.15/src/commands/project/convert/mdapi.ts)_
6375
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.17/src/commands/project/convert/mdapi.ts)_
6376
6376
 
6377
6377
  ## `sf project convert source`
6378
6378
 
@@ -6445,7 +6445,7 @@ FLAG DESCRIPTIONS
6445
6445
  Override the api version used for api requests made by this command
6446
6446
  ```
6447
6447
 
6448
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.15/src/commands/project/convert/source.ts)_
6448
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.17/src/commands/project/convert/source.ts)_
6449
6449
 
6450
6450
  ## `sf project convert source-behavior`
6451
6451
 
@@ -6504,7 +6504,7 @@ EXAMPLES
6504
6504
  $ sf project convert source-behavior --behavior decomposePermissionSetBeta --dry-run --preserve-temp-dir
6505
6505
  ```
6506
6506
 
6507
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.15/src/commands/project/convert/source-behavior.ts)_
6507
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.17/src/commands/project/convert/source-behavior.ts)_
6508
6508
 
6509
6509
  ## `sf project delete source`
6510
6510
 
@@ -6644,7 +6644,7 @@ FLAG DESCRIPTIONS
6644
6644
  - Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
6645
6645
  ```
6646
6646
 
6647
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.15/src/commands/project/delete/source.ts)_
6647
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.17/src/commands/project/delete/source.ts)_
6648
6648
 
6649
6649
  ## `sf project delete tracking`
6650
6650
 
@@ -6681,7 +6681,7 @@ EXAMPLES
6681
6681
  $ sf project delete tracking --target-org my-scratch
6682
6682
  ```
6683
6683
 
6684
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.15/src/commands/project/delete/tracking.ts)_
6684
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.17/src/commands/project/delete/tracking.ts)_
6685
6685
 
6686
6686
  ## `sf project deploy cancel`
6687
6687
 
@@ -6753,7 +6753,7 @@ FLAG DESCRIPTIONS
6753
6753
  project deploy report".
6754
6754
  ```
6755
6755
 
6756
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.15/src/commands/project/deploy/cancel.ts)_
6756
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.17/src/commands/project/deploy/cancel.ts)_
6757
6757
 
6758
6758
  ## `sf project deploy preview`
6759
6759
 
@@ -6836,7 +6836,7 @@ FLAG DESCRIPTIONS
6836
6836
  All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
6837
6837
  ```
6838
6838
 
6839
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.15/src/commands/project/deploy/preview.ts)_
6839
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.17/src/commands/project/deploy/preview.ts)_
6840
6840
 
6841
6841
  ## `sf project deploy quick`
6842
6842
 
@@ -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.22.15/src/commands/project/deploy/quick.ts)_
6932
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.17/src/commands/project/deploy/quick.ts)_
6933
6933
 
6934
6934
  ## `sf project deploy report`
6935
6935
 
@@ -7021,7 +7021,7 @@ FLAG DESCRIPTIONS
7021
7021
  --coverage-formatters lcov --coverage-formatters clover
7022
7022
  ```
7023
7023
 
7024
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.15/src/commands/project/deploy/report.ts)_
7024
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.17/src/commands/project/deploy/report.ts)_
7025
7025
 
7026
7026
  ## `sf project deploy resume`
7027
7027
 
@@ -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/3.22.15/src/commands/project/deploy/resume.ts)_
7121
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.17/src/commands/project/deploy/resume.ts)_
7122
7122
 
7123
7123
  ## `sf project deploy start`
7124
7124
 
@@ -7371,7 +7371,7 @@ ERROR CODES
7371
7371
  Canceling (69) The deploy is being canceled.
7372
7372
  ```
7373
7373
 
7374
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.15/src/commands/project/deploy/start.ts)_
7374
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.17/src/commands/project/deploy/start.ts)_
7375
7375
 
7376
7376
  ## `sf project deploy validate`
7377
7377
 
@@ -7561,7 +7561,7 @@ ERROR CODES
7561
7561
  Canceling (69) The deploy is being canceled.
7562
7562
  ```
7563
7563
 
7564
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.15/src/commands/project/deploy/validate.ts)_
7564
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.17/src/commands/project/deploy/validate.ts)_
7565
7565
 
7566
7566
  ## `sf project generate`
7567
7567
 
@@ -7762,7 +7762,7 @@ EXAMPLES
7762
7762
  $ sf project generate manifest --from-org test@myorg.com --excluded-metadata StandardValueSet
7763
7763
  ```
7764
7764
 
7765
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.15/src/commands/project/generate/manifest.ts)_
7765
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.17/src/commands/project/generate/manifest.ts)_
7766
7766
 
7767
7767
  ## `sf project list ignored`
7768
7768
 
@@ -7804,7 +7804,7 @@ EXAMPLES
7804
7804
  $ sf project list ignored --source-dir package.xml
7805
7805
  ```
7806
7806
 
7807
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.15/src/commands/project/list/ignored.ts)_
7807
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.17/src/commands/project/list/ignored.ts)_
7808
7808
 
7809
7809
  ## `sf project reset tracking`
7810
7810
 
@@ -7853,7 +7853,7 @@ EXAMPLES
7853
7853
  $ sf project reset tracking --revision 30
7854
7854
  ```
7855
7855
 
7856
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.15/src/commands/project/reset/tracking.ts)_
7856
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.17/src/commands/project/reset/tracking.ts)_
7857
7857
 
7858
7858
  ## `sf project retrieve preview`
7859
7859
 
@@ -7907,7 +7907,7 @@ FLAG DESCRIPTIONS
7907
7907
  production orgs.
7908
7908
  ```
7909
7909
 
7910
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.15/src/commands/project/retrieve/preview.ts)_
7910
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.17/src/commands/project/retrieve/preview.ts)_
7911
7911
 
7912
7912
  ## `sf project retrieve start`
7913
7913
 
@@ -8088,7 +8088,7 @@ ENVIRONMENT VARIABLES
8088
8088
  SF_USE_PROGRESS_BAR Set to false to disable the progress bar when running the metadata deploy command.
8089
8089
  ```
8090
8090
 
8091
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.15/src/commands/project/retrieve/start.ts)_
8091
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.22.17/src/commands/project/retrieve/start.ts)_
8092
8092
 
8093
8093
  ## `sf schema generate field`
8094
8094