@salesforce/cli 2.69.8 → 2.69.10

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.69.8 linux-x64 node-v22.11.0
27
+ @salesforce/cli/2.69.10 linux-x64 node-v22.11.0
28
28
  $ sf --help [COMMAND]
29
29
  USAGE
30
30
  $ sf COMMAND
@@ -1083,7 +1083,7 @@ DESCRIPTION
1083
1083
  List all sf commands.
1084
1084
  ```
1085
1085
 
1086
- _See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/4.1.11/src/commands/commands.ts)_
1086
+ _See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/4.1.12/src/commands/commands.ts)_
1087
1087
 
1088
1088
  ## `sf config get`
1089
1089
 
@@ -3855,7 +3855,7 @@ EXAMPLES
3855
3855
  $ sf org list auth
3856
3856
  ```
3857
3857
 
3858
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.76/src/commands/org/list/auth.ts)_
3858
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.78/src/commands/org/list/auth.ts)_
3859
3859
 
3860
3860
  ## `sf org list limits`
3861
3861
 
@@ -4155,7 +4155,7 @@ FLAG DESCRIPTIONS
4155
4155
  To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
4156
4156
  ```
4157
4157
 
4158
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.76/src/commands/org/login/access-token.ts)_
4158
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.78/src/commands/org/login/access-token.ts)_
4159
4159
 
4160
4160
  ## `sf org login device`
4161
4161
 
@@ -4215,7 +4215,7 @@ FLAG DESCRIPTIONS
4215
4215
  To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
4216
4216
  ```
4217
4217
 
4218
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.76/src/commands/org/login/device.ts)_
4218
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.78/src/commands/org/login/device.ts)_
4219
4219
 
4220
4220
  ## `sf org login jwt`
4221
4221
 
@@ -4306,7 +4306,7 @@ FLAG DESCRIPTIONS
4306
4306
  To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
4307
4307
  ```
4308
4308
 
4309
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.76/src/commands/org/login/jwt.ts)_
4309
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.78/src/commands/org/login/jwt.ts)_
4310
4310
 
4311
4311
  ## `sf org login sfdx-url`
4312
4312
 
@@ -4376,7 +4376,7 @@ EXAMPLES
4376
4376
  $ echo url | sf org login sfdx-url --sfdx-url-stdin
4377
4377
  ```
4378
4378
 
4379
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.76/src/commands/org/login/sfdx-url.ts)_
4379
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.78/src/commands/org/login/sfdx-url.ts)_
4380
4380
 
4381
4381
  ## `sf org login web`
4382
4382
 
@@ -4463,7 +4463,7 @@ FLAG DESCRIPTIONS
4463
4463
  To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
4464
4464
  ```
4465
4465
 
4466
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.76/src/commands/org/login/web.ts)_
4466
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.78/src/commands/org/login/web.ts)_
4467
4467
 
4468
4468
  ## `sf org logout`
4469
4469
 
@@ -4524,7 +4524,7 @@ FLAG DESCRIPTIONS
4524
4524
  All orgs includes Dev Hubs, sandboxes, DE orgs, and expired, deleted, and unknown-status scratch orgs.
4525
4525
  ```
4526
4526
 
4527
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.76/src/commands/org/logout.ts)_
4527
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.78/src/commands/org/logout.ts)_
4528
4528
 
4529
4529
  ## `sf org open`
4530
4530
 
@@ -4917,7 +4917,7 @@ FLAG DESCRIPTIONS
4917
4917
  Org-Dependent Unlocked Packages" in the Salesforce DX Developer Guide.
4918
4918
  ```
4919
4919
 
4920
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.4/src/commands/package/create.ts)_
4920
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.5/src/commands/package/create.ts)_
4921
4921
 
4922
4922
  ## `sf package delete`
4923
4923
 
@@ -4959,7 +4959,7 @@ EXAMPLES
4959
4959
  $ sf package delete --package 0Ho... --target-dev-hub devhub@example.com
4960
4960
  ```
4961
4961
 
4962
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.4/src/commands/package/delete.ts)_
4962
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.5/src/commands/package/delete.ts)_
4963
4963
 
4964
4964
  ## `sf package install`
4965
4965
 
@@ -5058,7 +5058,7 @@ FLAG DESCRIPTIONS
5058
5058
  - Delete: Delete all removed components that can be safely deleted, and deprecate the other components.
5059
5059
  ```
5060
5060
 
5061
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.4/src/commands/package/install.ts)_
5061
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.5/src/commands/package/install.ts)_
5062
5062
 
5063
5063
  ## `sf package install report`
5064
5064
 
@@ -5091,7 +5091,7 @@ EXAMPLES
5091
5091
  $ sf package install report --request-id 0Hf... --target-org me@example.com
5092
5092
  ```
5093
5093
 
5094
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.4/src/commands/package/install/report.ts)_
5094
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.5/src/commands/package/install/report.ts)_
5095
5095
 
5096
5096
  ## `sf package installed list`
5097
5097
 
@@ -5123,7 +5123,7 @@ EXAMPLES
5123
5123
  $ sf package installed list --target-org me@example.com
5124
5124
  ```
5125
5125
 
5126
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.4/src/commands/package/installed/list.ts)_
5126
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.5/src/commands/package/installed/list.ts)_
5127
5127
 
5128
5128
  ## `sf package list`
5129
5129
 
@@ -5161,7 +5161,7 @@ EXAMPLES
5161
5161
  $ sf package list --target-dev-hub devhub@example.com --verbose
5162
5162
  ```
5163
5163
 
5164
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.4/src/commands/package/list.ts)_
5164
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.5/src/commands/package/list.ts)_
5165
5165
 
5166
5166
  ## `sf package uninstall`
5167
5167
 
@@ -5209,7 +5209,7 @@ EXAMPLES
5209
5209
  $ sf package uninstall --package "Undesirable Package Alias"
5210
5210
  ```
5211
5211
 
5212
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.4/src/commands/package/uninstall.ts)_
5212
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.5/src/commands/package/uninstall.ts)_
5213
5213
 
5214
5214
  ## `sf package uninstall report`
5215
5215
 
@@ -5242,7 +5242,7 @@ EXAMPLES
5242
5242
  $ sf package uninstall report --request-id 06y... --target-org me@example.com
5243
5243
  ```
5244
5244
 
5245
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.4/src/commands/package/uninstall/report.ts)_
5245
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.5/src/commands/package/uninstall/report.ts)_
5246
5246
 
5247
5247
  ## `sf package update`
5248
5248
 
@@ -5297,7 +5297,7 @@ FLAG DESCRIPTIONS
5297
5297
  associated with your package.
5298
5298
  ```
5299
5299
 
5300
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.4/src/commands/package/update.ts)_
5300
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.5/src/commands/package/update.ts)_
5301
5301
 
5302
5302
  ## `sf package version create`
5303
5303
 
@@ -5472,7 +5472,7 @@ FLAG DESCRIPTIONS
5472
5472
  periods of no output from commands.
5473
5473
  ```
5474
5474
 
5475
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.4/src/commands/package/version/create.ts)_
5475
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.5/src/commands/package/version/create.ts)_
5476
5476
 
5477
5477
  ## `sf package version create list`
5478
5478
 
@@ -5533,7 +5533,7 @@ EXAMPLES
5533
5533
  $ sf package version create list --created-last-days 0 --status Success
5534
5534
  ```
5535
5535
 
5536
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.4/src/commands/package/version/create/list.ts)_
5536
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.5/src/commands/package/version/create/list.ts)_
5537
5537
 
5538
5538
  ## `sf package version create report`
5539
5539
 
@@ -5576,7 +5576,7 @@ EXAMPLES
5576
5576
  $ sf package version create report --package-create-request-id 08c... --target-dev-hub devhub@example.com
5577
5577
  ```
5578
5578
 
5579
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.4/src/commands/package/version/create/report.ts)_
5579
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.5/src/commands/package/version/create/report.ts)_
5580
5580
 
5581
5581
  ## `sf package version delete`
5582
5582
 
@@ -5617,7 +5617,7 @@ EXAMPLES
5617
5617
  $ sf package version delete --package 04t... --target-org devhub@example.com
5618
5618
  ```
5619
5619
 
5620
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.4/src/commands/package/version/delete.ts)_
5620
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.5/src/commands/package/version/delete.ts)_
5621
5621
 
5622
5622
  ## `sf package version displayancestry`
5623
5623
 
@@ -5677,7 +5677,7 @@ FLAG DESCRIPTIONS
5677
5677
  You can use the DOT code output in graph visualization software to create tree visualizations.
5678
5678
  ```
5679
5679
 
5680
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.4/src/commands/package/version/displayancestry.ts)_
5680
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.5/src/commands/package/version/displayancestry.ts)_
5681
5681
 
5682
5682
  ## `sf package version list`
5683
5683
 
@@ -5753,7 +5753,7 @@ EXAMPLES
5753
5753
  $ sf package version list --packages exp-mgr,exp-mgr-util --released --modified-last-days 0
5754
5754
  ```
5755
5755
 
5756
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.4/src/commands/package/version/list.ts)_
5756
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.5/src/commands/package/version/list.ts)_
5757
5757
 
5758
5758
  ## `sf package version promote`
5759
5759
 
@@ -5797,7 +5797,7 @@ EXAMPLES
5797
5797
  $ sf package version promote --package "Awesome Package Alias"
5798
5798
  ```
5799
5799
 
5800
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.4/src/commands/package/version/promote.ts)_
5800
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.5/src/commands/package/version/promote.ts)_
5801
5801
 
5802
5802
  ## `sf package version report`
5803
5803
 
@@ -5837,7 +5837,7 @@ EXAMPLES
5837
5837
  $ sf package version report --package "Your Package Alias" --target-dev-hub devhub@example.com
5838
5838
  ```
5839
5839
 
5840
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.4/src/commands/package/version/report.ts)_
5840
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.5/src/commands/package/version/report.ts)_
5841
5841
 
5842
5842
  ## `sf package version update`
5843
5843
 
@@ -5890,7 +5890,7 @@ EXAMPLES
5890
5890
  $ sf package version update --package 04t... --version-description "New Package Version Description"
5891
5891
  ```
5892
5892
 
5893
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.4/src/commands/package/version/update.ts)_
5893
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.5/src/commands/package/version/update.ts)_
5894
5894
 
5895
5895
  ## `sf package1 version create`
5896
5896
 
@@ -5957,7 +5957,7 @@ FLAG DESCRIPTIONS
5957
5957
  subscribers.
5958
5958
  ```
5959
5959
 
5960
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.4/src/commands/package1/version/create.ts)_
5960
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.5/src/commands/package1/version/create.ts)_
5961
5961
 
5962
5962
  ## `sf package1 version create get`
5963
5963
 
@@ -5990,7 +5990,7 @@ EXAMPLES
5990
5990
  $ sf package1 version create get --request-id 0HD... --target-org myorg@example.com
5991
5991
  ```
5992
5992
 
5993
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.4/src/commands/package1/version/create/get.ts)_
5993
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.5/src/commands/package1/version/create/get.ts)_
5994
5994
 
5995
5995
  ## `sf package1 version display`
5996
5996
 
@@ -6024,7 +6024,7 @@ EXAMPLES
6024
6024
  $ sf package1 version display --package-version-id 04t... --target-org myorg@example.com
6025
6025
  ```
6026
6026
 
6027
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.4/src/commands/package1/version/display.ts)_
6027
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.5/src/commands/package1/version/display.ts)_
6028
6028
 
6029
6029
  ## `sf package1 version list`
6030
6030
 
@@ -6062,7 +6062,7 @@ FLAG DESCRIPTIONS
6062
6062
  If not specified, shows all versions for all packages (managed and unmanaged) in the org.
6063
6063
  ```
6064
6064
 
6065
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.4/src/commands/package1/version/list.ts)_
6065
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.5/src/commands/package1/version/list.ts)_
6066
6066
 
6067
6067
  ## `sf plugins`
6068
6068
 
@@ -6085,7 +6085,7 @@ EXAMPLES
6085
6085
  $ sf plugins
6086
6086
  ```
6087
6087
 
6088
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.17/src/commands/plugins/index.ts)_
6088
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.19/src/commands/plugins/index.ts)_
6089
6089
 
6090
6090
  ## `sf plugins discover`
6091
6091
 
@@ -6130,7 +6130,7 @@ EXAMPLES
6130
6130
  $ sf plugins inspect @salesforce/plugin-packaging
6131
6131
  ```
6132
6132
 
6133
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.17/src/commands/plugins/inspect.ts)_
6133
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.19/src/commands/plugins/inspect.ts)_
6134
6134
 
6135
6135
  ## `sf plugins install PLUGIN`
6136
6136
 
@@ -6179,7 +6179,7 @@ EXAMPLES
6179
6179
  $ sf plugins install someuser/someplugin
6180
6180
  ```
6181
6181
 
6182
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.17/src/commands/plugins/install.ts)_
6182
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.19/src/commands/plugins/install.ts)_
6183
6183
 
6184
6184
  ## `sf plugins link PATH`
6185
6185
 
@@ -6210,7 +6210,7 @@ EXAMPLES
6210
6210
  $ sf plugins link @salesforce/plugin-packaging
6211
6211
  ```
6212
6212
 
6213
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.17/src/commands/plugins/link.ts)_
6213
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.19/src/commands/plugins/link.ts)_
6214
6214
 
6215
6215
  ## `sf plugins reset`
6216
6216
 
@@ -6225,7 +6225,7 @@ FLAGS
6225
6225
  --reinstall Reinstall all plugins after uninstalling.
6226
6226
  ```
6227
6227
 
6228
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.17/src/commands/plugins/reset.ts)_
6228
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.19/src/commands/plugins/reset.ts)_
6229
6229
 
6230
6230
  ## `sf plugins trust verify`
6231
6231
 
@@ -6282,7 +6282,7 @@ EXAMPLES
6282
6282
  $ sf plugins uninstall @salesforce/plugin-packaging
6283
6283
  ```
6284
6284
 
6285
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.17/src/commands/plugins/uninstall.ts)_
6285
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.19/src/commands/plugins/uninstall.ts)_
6286
6286
 
6287
6287
  ## `sf plugins update`
6288
6288
 
@@ -6300,7 +6300,7 @@ DESCRIPTION
6300
6300
  Update installed plugins.
6301
6301
  ```
6302
6302
 
6303
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.17/src/commands/plugins/update.ts)_
6303
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.19/src/commands/plugins/update.ts)_
6304
6304
 
6305
6305
  ## `sf project convert mdapi`
6306
6306
 
@@ -6363,7 +6363,7 @@ FLAG DESCRIPTIONS
6363
6363
  If you specify this flag, don’t specify --metadata or --source-dir.
6364
6364
  ```
6365
6365
 
6366
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.15/src/commands/project/convert/mdapi.ts)_
6366
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.17/src/commands/project/convert/mdapi.ts)_
6367
6367
 
6368
6368
  ## `sf project convert source`
6369
6369
 
@@ -6436,7 +6436,7 @@ FLAG DESCRIPTIONS
6436
6436
  Override the api version used for api requests made by this command
6437
6437
  ```
6438
6438
 
6439
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.15/src/commands/project/convert/source.ts)_
6439
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.17/src/commands/project/convert/source.ts)_
6440
6440
 
6441
6441
  ## `sf project convert source-behavior`
6442
6442
 
@@ -6494,7 +6494,7 @@ EXAMPLES
6494
6494
  $ sf project convert source-behavior --behavior decomposePermissionSetBeta --dry-run --preserve-temp-dir
6495
6495
  ```
6496
6496
 
6497
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.15/src/commands/project/convert/source-behavior.ts)_
6497
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.17/src/commands/project/convert/source-behavior.ts)_
6498
6498
 
6499
6499
  ## `sf project delete source`
6500
6500
 
@@ -6634,7 +6634,7 @@ FLAG DESCRIPTIONS
6634
6634
  - Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
6635
6635
  ```
6636
6636
 
6637
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.15/src/commands/project/delete/source.ts)_
6637
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.17/src/commands/project/delete/source.ts)_
6638
6638
 
6639
6639
  ## `sf project delete tracking`
6640
6640
 
@@ -6671,7 +6671,7 @@ EXAMPLES
6671
6671
  $ sf project delete tracking --target-org my-scratch
6672
6672
  ```
6673
6673
 
6674
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.15/src/commands/project/delete/tracking.ts)_
6674
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.17/src/commands/project/delete/tracking.ts)_
6675
6675
 
6676
6676
  ## `sf project deploy cancel`
6677
6677
 
@@ -6743,7 +6743,7 @@ FLAG DESCRIPTIONS
6743
6743
  project deploy report".
6744
6744
  ```
6745
6745
 
6746
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.15/src/commands/project/deploy/cancel.ts)_
6746
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.17/src/commands/project/deploy/cancel.ts)_
6747
6747
 
6748
6748
  ## `sf project deploy preview`
6749
6749
 
@@ -6826,7 +6826,7 @@ FLAG DESCRIPTIONS
6826
6826
  All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
6827
6827
  ```
6828
6828
 
6829
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.15/src/commands/project/deploy/preview.ts)_
6829
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.17/src/commands/project/deploy/preview.ts)_
6830
6830
 
6831
6831
  ## `sf project deploy quick`
6832
6832
 
@@ -6919,7 +6919,7 @@ ERROR CODES
6919
6919
  Canceling (69) The deploy is being canceled.
6920
6920
  ```
6921
6921
 
6922
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.15/src/commands/project/deploy/quick.ts)_
6922
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.17/src/commands/project/deploy/quick.ts)_
6923
6923
 
6924
6924
  ## `sf project deploy report`
6925
6925
 
@@ -7011,7 +7011,7 @@ FLAG DESCRIPTIONS
7011
7011
  --coverage-formatters lcov --coverage-formatters clover
7012
7012
  ```
7013
7013
 
7014
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.15/src/commands/project/deploy/report.ts)_
7014
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.17/src/commands/project/deploy/report.ts)_
7015
7015
 
7016
7016
  ## `sf project deploy resume`
7017
7017
 
@@ -7108,7 +7108,7 @@ ERROR CODES
7108
7108
  Canceling (69) The deploy is being canceled.
7109
7109
  ```
7110
7110
 
7111
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.15/src/commands/project/deploy/resume.ts)_
7111
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.17/src/commands/project/deploy/resume.ts)_
7112
7112
 
7113
7113
  ## `sf project deploy start`
7114
7114
 
@@ -7361,7 +7361,7 @@ ERROR CODES
7361
7361
  Canceling (69) The deploy is being canceled.
7362
7362
  ```
7363
7363
 
7364
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.15/src/commands/project/deploy/start.ts)_
7364
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.17/src/commands/project/deploy/start.ts)_
7365
7365
 
7366
7366
  ## `sf project deploy validate`
7367
7367
 
@@ -7551,7 +7551,7 @@ ERROR CODES
7551
7551
  Canceling (69) The deploy is being canceled.
7552
7552
  ```
7553
7553
 
7554
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.15/src/commands/project/deploy/validate.ts)_
7554
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.17/src/commands/project/deploy/validate.ts)_
7555
7555
 
7556
7556
  ## `sf project generate`
7557
7557
 
@@ -7733,7 +7733,7 @@ EXAMPLES
7733
7733
  $ sf project generate manifest --from-org test@myorg.com --include-packages unlocked
7734
7734
  ```
7735
7735
 
7736
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.15/src/commands/project/generate/manifest.ts)_
7736
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.17/src/commands/project/generate/manifest.ts)_
7737
7737
 
7738
7738
  ## `sf project list ignored`
7739
7739
 
@@ -7775,7 +7775,7 @@ EXAMPLES
7775
7775
  $ sf project list ignored --source-dir package.xml
7776
7776
  ```
7777
7777
 
7778
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.15/src/commands/project/list/ignored.ts)_
7778
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.17/src/commands/project/list/ignored.ts)_
7779
7779
 
7780
7780
  ## `sf project reset tracking`
7781
7781
 
@@ -7824,7 +7824,7 @@ EXAMPLES
7824
7824
  $ sf project reset tracking --revision 30
7825
7825
  ```
7826
7826
 
7827
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.15/src/commands/project/reset/tracking.ts)_
7827
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.17/src/commands/project/reset/tracking.ts)_
7828
7828
 
7829
7829
  ## `sf project retrieve preview`
7830
7830
 
@@ -7878,7 +7878,7 @@ FLAG DESCRIPTIONS
7878
7878
  production orgs.
7879
7879
  ```
7880
7880
 
7881
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.15/src/commands/project/retrieve/preview.ts)_
7881
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.17/src/commands/project/retrieve/preview.ts)_
7882
7882
 
7883
7883
  ## `sf project retrieve start`
7884
7884
 
@@ -8055,7 +8055,7 @@ ENVIRONMENT VARIABLES
8055
8055
  SF_USE_PROGRESS_BAR Set to false to disable the progress bar when running the metadata deploy command.
8056
8056
  ```
8057
8057
 
8058
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.15/src/commands/project/retrieve/start.ts)_
8058
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.15.17/src/commands/project/retrieve/start.ts)_
8059
8059
 
8060
8060
  ## `sf schema generate field`
8061
8061