@salesforce/cli 2.40.2 → 2.40.4

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.40.2 linux-x64 node-v20.12.2
27
+ @salesforce/cli/2.40.4 linux-x64 node-v20.12.2
28
28
  $ sf --help [COMMAND]
29
29
  USAGE
30
30
  $ sf COMMAND
@@ -2435,7 +2435,7 @@ EXAMPLES
2435
2435
  $ sf org assign permset --name DreamHouse --on-behalf-of user1@my.org --on-behalf-of user2 --on-behalf-of user
2436
2436
  ```
2437
2437
 
2438
- _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.5.2/src/commands/org/assign/permset.ts)_
2438
+ _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.5.3/src/commands/org/assign/permset.ts)_
2439
2439
 
2440
2440
  ## `sf org assign permsetlicense`
2441
2441
 
@@ -2481,7 +2481,7 @@ EXAMPLES
2481
2481
  user3
2482
2482
  ```
2483
2483
 
2484
- _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.5.2/src/commands/org/assign/permsetlicense.ts)_
2484
+ _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.5.3/src/commands/org/assign/permsetlicense.ts)_
2485
2485
 
2486
2486
  ## `sf org create sandbox`
2487
2487
 
@@ -2860,7 +2860,7 @@ FLAG DESCRIPTIONS
2860
2860
  might be different than what you specify in the definition file.
2861
2861
  ```
2862
2862
 
2863
- _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.5.2/src/commands/org/create/user.ts)_
2863
+ _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.5.3/src/commands/org/create/user.ts)_
2864
2864
 
2865
2865
  ## `sf org delete sandbox`
2866
2866
 
@@ -3071,7 +3071,7 @@ EXAMPLES
3071
3071
  $ sf org display user --target-org me@my.org --json
3072
3072
  ```
3073
3073
 
3074
- _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.5.2/src/commands/org/display/user.ts)_
3074
+ _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.5.3/src/commands/org/display/user.ts)_
3075
3075
 
3076
3076
  ## `sf org enable tracking`
3077
3077
 
@@ -3180,7 +3180,7 @@ EXAMPLES
3180
3180
  $ sf org generate password --on-behalf-of user1@my.org --on-behalf-of user2@my.org --on-behalf-of user3@my.org
3181
3181
  ```
3182
3182
 
3183
- _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.5.2/src/commands/org/generate/password.ts)_
3183
+ _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.5.3/src/commands/org/generate/password.ts)_
3184
3184
 
3185
3185
  ## `sf org list`
3186
3186
 
@@ -3251,7 +3251,7 @@ EXAMPLES
3251
3251
  $ sf org list auth
3252
3252
  ```
3253
3253
 
3254
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.3/src/commands/org/list/auth.ts)_
3254
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.4/src/commands/org/list/auth.ts)_
3255
3255
 
3256
3256
  ## `sf org list limits`
3257
3257
 
@@ -3497,7 +3497,7 @@ EXAMPLES
3497
3497
  $ sf org list users --target-org me@my.org
3498
3498
  ```
3499
3499
 
3500
- _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.5.2/src/commands/org/list/users.ts)_
3500
+ _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.5.3/src/commands/org/list/users.ts)_
3501
3501
 
3502
3502
  ## `sf org login access-token`
3503
3503
 
@@ -3551,7 +3551,7 @@ FLAG DESCRIPTIONS
3551
3551
  To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
3552
3552
  ```
3553
3553
 
3554
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.3/src/commands/org/login/access-token.ts)_
3554
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.4/src/commands/org/login/access-token.ts)_
3555
3555
 
3556
3556
  ## `sf org login device`
3557
3557
 
@@ -3611,7 +3611,7 @@ FLAG DESCRIPTIONS
3611
3611
  To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
3612
3612
  ```
3613
3613
 
3614
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.3/src/commands/org/login/device.ts)_
3614
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.4/src/commands/org/login/device.ts)_
3615
3615
 
3616
3616
  ## `sf org login jwt`
3617
3617
 
@@ -3702,7 +3702,7 @@ FLAG DESCRIPTIONS
3702
3702
  To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
3703
3703
  ```
3704
3704
 
3705
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.3/src/commands/org/login/jwt.ts)_
3705
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.4/src/commands/org/login/jwt.ts)_
3706
3706
 
3707
3707
  ## `sf org login sfdx-url`
3708
3708
 
@@ -3767,7 +3767,7 @@ EXAMPLES
3767
3767
  $ echo url | sf org login sfdx-url --sfdx-url-stdin
3768
3768
  ```
3769
3769
 
3770
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.3/src/commands/org/login/sfdx-url.ts)_
3770
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.4/src/commands/org/login/sfdx-url.ts)_
3771
3771
 
3772
3772
  ## `sf org login web`
3773
3773
 
@@ -3854,7 +3854,7 @@ FLAG DESCRIPTIONS
3854
3854
  To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
3855
3855
  ```
3856
3856
 
3857
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.3/src/commands/org/login/web.ts)_
3857
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.4/src/commands/org/login/web.ts)_
3858
3858
 
3859
3859
  ## `sf org logout`
3860
3860
 
@@ -3915,7 +3915,7 @@ FLAG DESCRIPTIONS
3915
3915
  All orgs includes Dev Hubs, sandboxes, DE orgs, and expired, deleted, and unknown-status scratch orgs.
3916
3916
  ```
3917
3917
 
3918
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.3/src/commands/org/logout.ts)_
3918
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.4/src/commands/org/logout.ts)_
3919
3919
 
3920
3920
  ## `sf org open`
3921
3921
 
@@ -4241,7 +4241,7 @@ FLAG DESCRIPTIONS
4241
4241
  subscribers.
4242
4242
  ```
4243
4243
 
4244
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.0/src/commands/package1/version/create.ts)_
4244
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.1/src/commands/package1/version/create.ts)_
4245
4245
 
4246
4246
  ## `sf package1 version create get`
4247
4247
 
@@ -4274,7 +4274,7 @@ EXAMPLES
4274
4274
  $ sf package1 version create get --request-id 0HD... --target-org myorg@example.com
4275
4275
  ```
4276
4276
 
4277
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.0/src/commands/package1/version/create/get.ts)_
4277
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.1/src/commands/package1/version/create/get.ts)_
4278
4278
 
4279
4279
  ## `sf package1 version display`
4280
4280
 
@@ -4308,7 +4308,7 @@ EXAMPLES
4308
4308
  $ sf package1 version display --package-version-id 04t... --target-org myorg@example.com
4309
4309
  ```
4310
4310
 
4311
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.0/src/commands/package1/version/display.ts)_
4311
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.1/src/commands/package1/version/display.ts)_
4312
4312
 
4313
4313
  ## `sf package1 version list`
4314
4314
 
@@ -4346,7 +4346,7 @@ FLAG DESCRIPTIONS
4346
4346
  If not specified, shows all versions for all packages (managed and unmanaged) in the org.
4347
4347
  ```
4348
4348
 
4349
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.0/src/commands/package1/version/list.ts)_
4349
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.1/src/commands/package1/version/list.ts)_
4350
4350
 
4351
4351
  ## `sf package create`
4352
4352
 
@@ -4425,7 +4425,7 @@ FLAG DESCRIPTIONS
4425
4425
  Org-Dependent Unlocked Packages" in the Salesforce DX Developer Guide.
4426
4426
  ```
4427
4427
 
4428
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.0/src/commands/package/create.ts)_
4428
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.1/src/commands/package/create.ts)_
4429
4429
 
4430
4430
  ## `sf package delete`
4431
4431
 
@@ -4467,7 +4467,7 @@ EXAMPLES
4467
4467
  $ sf package delete --package 0Ho... --target-dev-hub devhub@example.com
4468
4468
  ```
4469
4469
 
4470
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.0/src/commands/package/delete.ts)_
4470
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.1/src/commands/package/delete.ts)_
4471
4471
 
4472
4472
  ## `sf package install`
4473
4473
 
@@ -4565,7 +4565,7 @@ FLAG DESCRIPTIONS
4565
4565
  specify DeprecateOnly or Delete only for unlocked package upgrades.
4566
4566
  ```
4567
4567
 
4568
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.0/src/commands/package/install.ts)_
4568
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.1/src/commands/package/install.ts)_
4569
4569
 
4570
4570
  ## `sf package install report`
4571
4571
 
@@ -4598,7 +4598,7 @@ EXAMPLES
4598
4598
  $ sf package install report --request-id 0Hf... --target-org me@example.com
4599
4599
  ```
4600
4600
 
4601
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.0/src/commands/package/install/report.ts)_
4601
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.1/src/commands/package/install/report.ts)_
4602
4602
 
4603
4603
  ## `sf package installed list`
4604
4604
 
@@ -4630,7 +4630,7 @@ EXAMPLES
4630
4630
  $ sf package installed list --target-org me@example.com
4631
4631
  ```
4632
4632
 
4633
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.0/src/commands/package/installed/list.ts)_
4633
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.1/src/commands/package/installed/list.ts)_
4634
4634
 
4635
4635
  ## `sf package list`
4636
4636
 
@@ -4668,7 +4668,7 @@ EXAMPLES
4668
4668
  $ sf package list --target-dev-hub devhub@example.com --verbose
4669
4669
  ```
4670
4670
 
4671
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.0/src/commands/package/list.ts)_
4671
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.1/src/commands/package/list.ts)_
4672
4672
 
4673
4673
  ## `sf package uninstall`
4674
4674
 
@@ -4716,7 +4716,7 @@ EXAMPLES
4716
4716
  $ sf package uninstall --package "Undesirable Package Alias"
4717
4717
  ```
4718
4718
 
4719
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.0/src/commands/package/uninstall.ts)_
4719
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.1/src/commands/package/uninstall.ts)_
4720
4720
 
4721
4721
  ## `sf package uninstall report`
4722
4722
 
@@ -4749,7 +4749,7 @@ EXAMPLES
4749
4749
  $ sf package uninstall report --request-id 06y... --target-org me@example.com
4750
4750
  ```
4751
4751
 
4752
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.0/src/commands/package/uninstall/report.ts)_
4752
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.1/src/commands/package/uninstall/report.ts)_
4753
4753
 
4754
4754
  ## `sf package update`
4755
4755
 
@@ -4804,7 +4804,7 @@ FLAG DESCRIPTIONS
4804
4804
  associated with your package.
4805
4805
  ```
4806
4806
 
4807
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.0/src/commands/package/update.ts)_
4807
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.1/src/commands/package/update.ts)_
4808
4808
 
4809
4809
  ## `sf package version create`
4810
4810
 
@@ -4959,7 +4959,7 @@ FLAG DESCRIPTIONS
4959
4959
  periods of no output from commands.
4960
4960
  ```
4961
4961
 
4962
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.0/src/commands/package/version/create.ts)_
4962
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.1/src/commands/package/version/create.ts)_
4963
4963
 
4964
4964
  ## `sf package version create list`
4965
4965
 
@@ -5020,7 +5020,7 @@ EXAMPLES
5020
5020
  $ sf package version create list --created-last-days 0 --status Success
5021
5021
  ```
5022
5022
 
5023
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.0/src/commands/package/version/create/list.ts)_
5023
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.1/src/commands/package/version/create/list.ts)_
5024
5024
 
5025
5025
  ## `sf package version create report`
5026
5026
 
@@ -5063,7 +5063,7 @@ EXAMPLES
5063
5063
  $ sf package version create report --package-create-request-id 08c... --target-dev-hub devhub@example.com
5064
5064
  ```
5065
5065
 
5066
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.0/src/commands/package/version/create/report.ts)_
5066
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.1/src/commands/package/version/create/report.ts)_
5067
5067
 
5068
5068
  ## `sf package version delete`
5069
5069
 
@@ -5102,7 +5102,7 @@ EXAMPLES
5102
5102
  $ sf package version delete --package 04t... --target-org devhub@example.com
5103
5103
  ```
5104
5104
 
5105
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.0/src/commands/package/version/delete.ts)_
5105
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.1/src/commands/package/version/delete.ts)_
5106
5106
 
5107
5107
  ## `sf package version displayancestry`
5108
5108
 
@@ -5162,7 +5162,7 @@ FLAG DESCRIPTIONS
5162
5162
  You can use the DOT code output in graph visualization software to create tree visualizations.
5163
5163
  ```
5164
5164
 
5165
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.0/src/commands/package/version/displayancestry.ts)_
5165
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.1/src/commands/package/version/displayancestry.ts)_
5166
5166
 
5167
5167
  ## `sf package version list`
5168
5168
 
@@ -5231,7 +5231,7 @@ EXAMPLES
5231
5231
  $ sf package version list --packages exp-mgr,exp-mgr-util --released --modified-last-days 0
5232
5232
  ```
5233
5233
 
5234
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.0/src/commands/package/version/list.ts)_
5234
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.1/src/commands/package/version/list.ts)_
5235
5235
 
5236
5236
  ## `sf package version promote`
5237
5237
 
@@ -5275,7 +5275,7 @@ EXAMPLES
5275
5275
  $ sf package version promote --package "Awesome Package Alias"
5276
5276
  ```
5277
5277
 
5278
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.0/src/commands/package/version/promote.ts)_
5278
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.1/src/commands/package/version/promote.ts)_
5279
5279
 
5280
5280
  ## `sf package version report`
5281
5281
 
@@ -5315,7 +5315,7 @@ EXAMPLES
5315
5315
  $ sf package version report --package "Your Package Alias" --target-dev-hub devhub@example.com
5316
5316
  ```
5317
5317
 
5318
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.0/src/commands/package/version/report.ts)_
5318
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.1/src/commands/package/version/report.ts)_
5319
5319
 
5320
5320
  ## `sf package version update`
5321
5321
 
@@ -5368,7 +5368,7 @@ EXAMPLES
5368
5368
  $ sf package version update --package 04t... --version-description "New Package Version Description"
5369
5369
  ```
5370
5370
 
5371
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.0/src/commands/package/version/update.ts)_
5371
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.4.1/src/commands/package/version/update.ts)_
5372
5372
 
5373
5373
  ## `sf plugins`
5374
5374
 
@@ -5391,7 +5391,7 @@ EXAMPLES
5391
5391
  $ sf plugins
5392
5392
  ```
5393
5393
 
5394
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.15/src/commands/plugins/index.ts)_
5394
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.16/src/commands/plugins/index.ts)_
5395
5395
 
5396
5396
  ## `sf plugins discover`
5397
5397
 
@@ -5436,7 +5436,7 @@ EXAMPLES
5436
5436
  $ sf plugins inspect @salesforce/plugin-packaging
5437
5437
  ```
5438
5438
 
5439
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.15/src/commands/plugins/inspect.ts)_
5439
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.16/src/commands/plugins/inspect.ts)_
5440
5440
 
5441
5441
  ## `sf plugins install PLUGIN`
5442
5442
 
@@ -5485,7 +5485,7 @@ EXAMPLES
5485
5485
  $ sf plugins install someuser/someplugin
5486
5486
  ```
5487
5487
 
5488
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.15/src/commands/plugins/install.ts)_
5488
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.16/src/commands/plugins/install.ts)_
5489
5489
 
5490
5490
  ## `sf plugins link PATH`
5491
5491
 
@@ -5515,7 +5515,7 @@ EXAMPLES
5515
5515
  $ sf plugins link @salesforce/plugin-packaging
5516
5516
  ```
5517
5517
 
5518
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.15/src/commands/plugins/link.ts)_
5518
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.16/src/commands/plugins/link.ts)_
5519
5519
 
5520
5520
  ## `sf plugins reset`
5521
5521
 
@@ -5530,7 +5530,7 @@ FLAGS
5530
5530
  --reinstall Reinstall all plugins after uninstalling.
5531
5531
  ```
5532
5532
 
5533
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.15/src/commands/plugins/reset.ts)_
5533
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.16/src/commands/plugins/reset.ts)_
5534
5534
 
5535
5535
  ## `sf plugins trust verify`
5536
5536
 
@@ -5587,7 +5587,7 @@ EXAMPLES
5587
5587
  $ sf plugins uninstall @salesforce/plugin-packaging
5588
5588
  ```
5589
5589
 
5590
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.15/src/commands/plugins/uninstall.ts)_
5590
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.16/src/commands/plugins/uninstall.ts)_
5591
5591
 
5592
5592
  ## `sf plugins update`
5593
5593
 
@@ -5605,7 +5605,7 @@ DESCRIPTION
5605
5605
  Update installed plugins.
5606
5606
  ```
5607
5607
 
5608
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.15/src/commands/plugins/update.ts)_
5608
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.16/src/commands/plugins/update.ts)_
5609
5609
 
5610
5610
  ## `sf project convert mdapi`
5611
5611
 
@@ -5668,7 +5668,7 @@ FLAG DESCRIPTIONS
5668
5668
  If you specify this parameter, don’t specify --metadata or --source-dir.
5669
5669
  ```
5670
5670
 
5671
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.7/src/commands/project/convert/mdapi.ts)_
5671
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.8/src/commands/project/convert/mdapi.ts)_
5672
5672
 
5673
5673
  ## `sf project convert source`
5674
5674
 
@@ -5680,7 +5680,7 @@ USAGE
5680
5680
  [-p <value> | -x <value> | -m <value>]
5681
5681
 
5682
5682
  FLAGS
5683
- -d, --output-dir=<value> [default: metadataPackage_1713989224406] Output directory to store the Metadata
5683
+ -d, --output-dir=<value> [default: metadataPackage_1714196931136] Output directory to store the Metadata
5684
5684
  API–formatted files in.
5685
5685
  -m, --metadata=<value>... Metadata component names to convert.
5686
5686
  -n, --package-name=<value> Name of the package to associate with the metadata-formatted files.
@@ -5741,7 +5741,7 @@ FLAG DESCRIPTIONS
5741
5741
  Override the api version used for api requests made by this command
5742
5742
  ```
5743
5743
 
5744
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.7/src/commands/project/convert/source.ts)_
5744
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.8/src/commands/project/convert/source.ts)_
5745
5745
 
5746
5746
  ## `sf project delete source`
5747
5747
 
@@ -5881,7 +5881,7 @@ FLAG DESCRIPTIONS
5881
5881
  - Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
5882
5882
  ```
5883
5883
 
5884
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.7/src/commands/project/delete/source.ts)_
5884
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.8/src/commands/project/delete/source.ts)_
5885
5885
 
5886
5886
  ## `sf project delete tracking`
5887
5887
 
@@ -5918,7 +5918,7 @@ EXAMPLES
5918
5918
  $ sf project delete tracking --target-org my-scratch
5919
5919
  ```
5920
5920
 
5921
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.7/src/commands/project/delete/tracking.ts)_
5921
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.8/src/commands/project/delete/tracking.ts)_
5922
5922
 
5923
5923
  ## `sf project deploy cancel`
5924
5924
 
@@ -5994,7 +5994,7 @@ FLAG DESCRIPTIONS
5994
5994
  project deploy report".
5995
5995
  ```
5996
5996
 
5997
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.7/src/commands/project/deploy/cancel.ts)_
5997
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.8/src/commands/project/deploy/cancel.ts)_
5998
5998
 
5999
5999
  ## `sf project deploy preview`
6000
6000
 
@@ -6080,7 +6080,7 @@ FLAG DESCRIPTIONS
6080
6080
  All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
6081
6081
  ```
6082
6082
 
6083
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.7/src/commands/project/deploy/preview.ts)_
6083
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.8/src/commands/project/deploy/preview.ts)_
6084
6084
 
6085
6085
  ## `sf project deploy quick`
6086
6086
 
@@ -6177,7 +6177,7 @@ ERROR CODES
6177
6177
  Canceling (69) The deploy is being canceled.
6178
6178
  ```
6179
6179
 
6180
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.7/src/commands/project/deploy/quick.ts)_
6180
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.8/src/commands/project/deploy/quick.ts)_
6181
6181
 
6182
6182
  ## `sf project deploy report`
6183
6183
 
@@ -6273,7 +6273,7 @@ FLAG DESCRIPTIONS
6273
6273
  --coverage-formatters lcov --coverage-formatters clover
6274
6274
  ```
6275
6275
 
6276
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.7/src/commands/project/deploy/report.ts)_
6276
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.8/src/commands/project/deploy/report.ts)_
6277
6277
 
6278
6278
  ## `sf project deploy resume`
6279
6279
 
@@ -6370,7 +6370,7 @@ ERROR CODES
6370
6370
  Canceling (69) The deploy is being canceled.
6371
6371
  ```
6372
6372
 
6373
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.7/src/commands/project/deploy/resume.ts)_
6373
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.8/src/commands/project/deploy/resume.ts)_
6374
6374
 
6375
6375
  ## `sf project deploy start`
6376
6376
 
@@ -6608,7 +6608,7 @@ ERROR CODES
6608
6608
  Canceling (69) The deploy is being canceled.
6609
6609
  ```
6610
6610
 
6611
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.7/src/commands/project/deploy/start.ts)_
6611
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.8/src/commands/project/deploy/start.ts)_
6612
6612
 
6613
6613
  ## `sf project deploy validate`
6614
6614
 
@@ -6800,7 +6800,7 @@ ERROR CODES
6800
6800
  Canceling (69) The deploy is being canceled.
6801
6801
  ```
6802
6802
 
6803
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.7/src/commands/project/deploy/validate.ts)_
6803
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.8/src/commands/project/deploy/validate.ts)_
6804
6804
 
6805
6805
  ## `sf project generate`
6806
6806
 
@@ -6981,7 +6981,7 @@ EXAMPLES
6981
6981
  $ sf project generate manifest --from-org test@myorg.com --include-packages unlocked
6982
6982
  ```
6983
6983
 
6984
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.7/src/commands/project/generate/manifest.ts)_
6984
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.8/src/commands/project/generate/manifest.ts)_
6985
6985
 
6986
6986
  ## `sf project list ignored`
6987
6987
 
@@ -7023,7 +7023,7 @@ EXAMPLES
7023
7023
  $ sf project list ignored --source-dir package.xml
7024
7024
  ```
7025
7025
 
7026
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.7/src/commands/project/list/ignored.ts)_
7026
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.8/src/commands/project/list/ignored.ts)_
7027
7027
 
7028
7028
  ## `sf project reset tracking`
7029
7029
 
@@ -7072,7 +7072,7 @@ EXAMPLES
7072
7072
  $ sf project reset tracking --revision 30
7073
7073
  ```
7074
7074
 
7075
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.7/src/commands/project/reset/tracking.ts)_
7075
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.8/src/commands/project/reset/tracking.ts)_
7076
7076
 
7077
7077
  ## `sf project retrieve preview`
7078
7078
 
@@ -7129,7 +7129,7 @@ FLAG DESCRIPTIONS
7129
7129
  Overrides your default org.
7130
7130
  ```
7131
7131
 
7132
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.7/src/commands/project/retrieve/preview.ts)_
7132
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.8/src/commands/project/retrieve/preview.ts)_
7133
7133
 
7134
7134
  ## `sf project retrieve start`
7135
7135
 
@@ -7288,7 +7288,7 @@ ENVIRONMENT VARIABLES
7288
7288
  SF_USE_PROGRESS_BAR Set to false to disable the progress bar when running the metadata deploy command.
7289
7289
  ```
7290
7290
 
7291
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.7/src/commands/project/retrieve/start.ts)_
7291
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.8/src/commands/project/retrieve/start.ts)_
7292
7292
 
7293
7293
  ## `sf schema generate field`
7294
7294