@salesforce/cli 2.110.16 → 2.110.18

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.110.16 linux-x64 node-v22.20.0
28
+ @salesforce/cli/2.110.18 linux-x64 node-v22.20.0
29
29
  $ sf --help [COMMAND]
30
30
  USAGE
31
31
  $ sf COMMAND
@@ -243,7 +243,7 @@ EXAMPLES
243
243
  $ sf agent activate --api-name Resort_Manager --target-org my-org
244
244
  ```
245
245
 
246
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.15/src/commands/agent/activate.ts)_
246
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.18/src/commands/agent/activate.ts)_
247
247
 
248
248
  ## `sf agent create`
249
249
 
@@ -305,7 +305,7 @@ EXAMPLES
305
305
  $ sf agent create --name "Resort Manager" --spec specs/resortManagerAgent.yaml --preview
306
306
  ```
307
307
 
308
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.15/src/commands/agent/create.ts)_
308
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.18/src/commands/agent/create.ts)_
309
309
 
310
310
  ## `sf agent deactivate`
311
311
 
@@ -345,7 +345,7 @@ EXAMPLES
345
345
  $ sf agent deactivate --api-name Resort_Manager --target-org my-org
346
346
  ```
347
347
 
348
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.15/src/commands/agent/deactivate.ts)_
348
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.18/src/commands/agent/deactivate.ts)_
349
349
 
350
350
  ## `sf agent generate agent-spec`
351
351
 
@@ -450,7 +450,7 @@ EXAMPLES
450
450
  $ sf agent generate agent-spec --tone formal --agent-user resortmanager@myorg.com
451
451
  ```
452
452
 
453
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.15/src/commands/agent/generate/agent-spec.ts)_
453
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.18/src/commands/agent/generate/agent-spec.ts)_
454
454
 
455
455
  ## `sf agent generate template`
456
456
 
@@ -498,7 +498,7 @@ EXAMPLES
498
498
  force-app/main/default/bots/My_Awesome_Agent/My_Awesome_Agent.bot-meta.xml --agent-version 1
499
499
  ```
500
500
 
501
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.15/src/commands/agent/generate/template.ts)_
501
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.18/src/commands/agent/generate/template.ts)_
502
502
 
503
503
  ## `sf agent generate test-spec`
504
504
 
@@ -559,7 +559,7 @@ EXAMPLES
559
559
  force-app//main/default/aiEvaluationDefinitions/Resort_Manager_Tests.aiEvaluationDefinition-meta.xml
560
560
  ```
561
561
 
562
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.15/src/commands/agent/generate/test-spec.ts)_
562
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.18/src/commands/agent/generate/test-spec.ts)_
563
563
 
564
564
  ## `sf agent preview`
565
565
 
@@ -623,7 +623,7 @@ EXAMPLES
623
623
  transcripts/my-preview
624
624
  ```
625
625
 
626
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.15/src/commands/agent/preview.ts)_
626
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.18/src/commands/agent/preview.ts)_
627
627
 
628
628
  ## `sf agent test create`
629
629
 
@@ -678,7 +678,7 @@ EXAMPLES
678
678
  $ sf agent test create --spec specs/Resort_Manager-testSpec.yaml --api-name Resort_Manager_Test --preview
679
679
  ```
680
680
 
681
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.15/src/commands/agent/test/create.ts)_
681
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.18/src/commands/agent/test/create.ts)_
682
682
 
683
683
  ## `sf agent test list`
684
684
 
@@ -713,7 +713,7 @@ EXAMPLES
713
713
  $ sf agent test list --target-org my-org
714
714
  ```
715
715
 
716
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.15/src/commands/agent/test/list.ts)_
716
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.18/src/commands/agent/test/list.ts)_
717
717
 
718
718
  ## `sf agent test results`
719
719
 
@@ -779,7 +779,7 @@ FLAG DESCRIPTIONS
779
779
  expression when using custom evaluations.
780
780
  ```
781
781
 
782
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.15/src/commands/agent/test/results.ts)_
782
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.18/src/commands/agent/test/results.ts)_
783
783
 
784
784
  ## `sf agent test resume`
785
785
 
@@ -852,7 +852,7 @@ FLAG DESCRIPTIONS
852
852
  expression when using custom evaluations.
853
853
  ```
854
854
 
855
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.15/src/commands/agent/test/resume.ts)_
855
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.18/src/commands/agent/test/resume.ts)_
856
856
 
857
857
  ## `sf agent test run`
858
858
 
@@ -926,7 +926,7 @@ FLAG DESCRIPTIONS
926
926
  expression when using custom evaluations.
927
927
  ```
928
928
 
929
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.15/src/commands/agent/test/run.ts)_
929
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.18/src/commands/agent/test/run.ts)_
930
930
 
931
931
  ## `sf alias list`
932
932
 
@@ -1798,7 +1798,7 @@ EXAMPLES
1798
1798
  $ sf autocomplete --refresh-cache
1799
1799
  ```
1800
1800
 
1801
- _See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/3.2.36/src/commands/autocomplete/index.ts)_
1801
+ _See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/3.2.37/src/commands/autocomplete/index.ts)_
1802
1802
 
1803
1803
  ## `sf commands`
1804
1804
 
@@ -1827,7 +1827,7 @@ DESCRIPTION
1827
1827
  List all sf commands.
1828
1828
  ```
1829
1829
 
1830
- _See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/4.1.34/src/commands/commands.ts)_
1830
+ _See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/4.1.35/src/commands/commands.ts)_
1831
1831
 
1832
1832
  ## `sf config get`
1833
1833
 
@@ -3165,7 +3165,7 @@ EXAMPLES
3165
3165
  $ sf doctor --plugin @salesforce/plugin-source
3166
3166
  ```
3167
3167
 
3168
- _See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.89/src/commands/doctor.ts)_
3168
+ _See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.93/src/commands/doctor.ts)_
3169
3169
 
3170
3170
  ## `sf force data bulk delete`
3171
3171
 
@@ -3367,7 +3367,7 @@ EXAMPLES
3367
3367
  $ sf info releasenotes display --version latest
3368
3368
  ```
3369
3369
 
3370
- _See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.89/src/commands/info/releasenotes/display.ts)_
3370
+ _See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.93/src/commands/info/releasenotes/display.ts)_
3371
3371
 
3372
3372
  ## `sf lightning generate app`
3373
3373
 
@@ -4053,7 +4053,7 @@ FLAG DESCRIPTIONS
4053
4053
  You can specify either --source-sandbox-name or --source-id when cloning an existing sandbox, but not both.
4054
4054
  ```
4055
4055
 
4056
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.32/src/commands/org/create/sandbox.ts)_
4056
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.37/src/commands/org/create/sandbox.ts)_
4057
4057
 
4058
4058
  ## `sf org create scratch`
4059
4059
 
@@ -4235,7 +4235,7 @@ FLAG DESCRIPTIONS
4235
4235
  Omit this flag to have Salesforce generate a unique username for your org.
4236
4236
  ```
4237
4237
 
4238
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.32/src/commands/org/create/scratch.ts)_
4238
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.37/src/commands/org/create/scratch.ts)_
4239
4239
 
4240
4240
  ## `sf org create user`
4241
4241
 
@@ -4389,7 +4389,7 @@ EXAMPLES
4389
4389
  $ sf org delete sandbox --target-org my-sandbox --no-prompt
4390
4390
  ```
4391
4391
 
4392
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.32/src/commands/org/delete/sandbox.ts)_
4392
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.37/src/commands/org/delete/sandbox.ts)_
4393
4393
 
4394
4394
  ## `sf org delete scratch`
4395
4395
 
@@ -4433,7 +4433,7 @@ EXAMPLES
4433
4433
  $ sf org delete scratch --target-org my-scratch-org --no-prompt
4434
4434
  ```
4435
4435
 
4436
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.32/src/commands/org/delete/scratch.ts)_
4436
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.37/src/commands/org/delete/scratch.ts)_
4437
4437
 
4438
4438
  ## `sf org disable tracking`
4439
4439
 
@@ -4472,7 +4472,7 @@ EXAMPLES
4472
4472
  $ sf org disable tracking
4473
4473
  ```
4474
4474
 
4475
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.32/src/commands/org/disable/tracking.ts)_
4475
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.37/src/commands/org/disable/tracking.ts)_
4476
4476
 
4477
4477
  ## `sf org display`
4478
4478
 
@@ -4517,7 +4517,7 @@ EXAMPLES
4517
4517
  $ sf org display --target-org TestOrg1 --verbose
4518
4518
  ```
4519
4519
 
4520
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.32/src/commands/org/display.ts)_
4520
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.37/src/commands/org/display.ts)_
4521
4521
 
4522
4522
  ## `sf org display user`
4523
4523
 
@@ -4598,7 +4598,7 @@ EXAMPLES
4598
4598
  $ sf org enable tracking
4599
4599
  ```
4600
4600
 
4601
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.32/src/commands/org/enable/tracking.ts)_
4601
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.37/src/commands/org/enable/tracking.ts)_
4602
4602
 
4603
4603
  ## `sf org generate password`
4604
4604
 
@@ -4704,7 +4704,7 @@ EXAMPLES
4704
4704
  $ sf org list --clean
4705
4705
  ```
4706
4706
 
4707
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.32/src/commands/org/list.ts)_
4707
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.37/src/commands/org/list.ts)_
4708
4708
 
4709
4709
  ## `sf org list auth`
4710
4710
 
@@ -4736,7 +4736,7 @@ EXAMPLES
4736
4736
  $ sf org list auth
4737
4737
  ```
4738
4738
 
4739
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.9.9/src/commands/org/list/auth.ts)_
4739
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.9.13/src/commands/org/list/auth.ts)_
4740
4740
 
4741
4741
  ## `sf org list limits`
4742
4742
 
@@ -4843,7 +4843,7 @@ FLAG DESCRIPTIONS
4843
4843
  Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
4844
4844
  ```
4845
4845
 
4846
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.32/src/commands/org/list/metadata.ts)_
4846
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.37/src/commands/org/list/metadata.ts)_
4847
4847
 
4848
4848
  ## `sf org list metadata-types`
4849
4849
 
@@ -4898,7 +4898,7 @@ FLAG DESCRIPTIONS
4898
4898
  Override the api version used for api requests made by this command
4899
4899
  ```
4900
4900
 
4901
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.32/src/commands/org/list/metadata-types.ts)_
4901
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.37/src/commands/org/list/metadata-types.ts)_
4902
4902
 
4903
4903
  ## `sf org list sobject record-counts`
4904
4904
 
@@ -5036,7 +5036,7 @@ FLAG DESCRIPTIONS
5036
5036
  To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
5037
5037
  ```
5038
5038
 
5039
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.9.9/src/commands/org/login/access-token.ts)_
5039
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.9.13/src/commands/org/login/access-token.ts)_
5040
5040
 
5041
5041
  ## `sf org login jwt`
5042
5042
 
@@ -5127,7 +5127,7 @@ FLAG DESCRIPTIONS
5127
5127
  To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
5128
5128
  ```
5129
5129
 
5130
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.9.9/src/commands/org/login/jwt.ts)_
5130
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.9.13/src/commands/org/login/jwt.ts)_
5131
5131
 
5132
5132
  ## `sf org login sfdx-url`
5133
5133
 
@@ -5197,7 +5197,7 @@ EXAMPLES
5197
5197
  $ echo url | sf org login sfdx-url --sfdx-url-stdin
5198
5198
  ```
5199
5199
 
5200
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.9.9/src/commands/org/login/sfdx-url.ts)_
5200
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.9.13/src/commands/org/login/sfdx-url.ts)_
5201
5201
 
5202
5202
  ## `sf org login web`
5203
5203
 
@@ -5302,7 +5302,7 @@ FLAG DESCRIPTIONS
5302
5302
  To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
5303
5303
  ```
5304
5304
 
5305
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.9.9/src/commands/org/login/web.ts)_
5305
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.9.13/src/commands/org/login/web.ts)_
5306
5306
 
5307
5307
  ## `sf org logout`
5308
5308
 
@@ -5368,7 +5368,7 @@ FLAG DESCRIPTIONS
5368
5368
  All orgs includes Dev Hubs, sandboxes, DE orgs, and expired, deleted, and unknown-status scratch orgs.
5369
5369
  ```
5370
5370
 
5371
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.9.9/src/commands/org/logout.ts)_
5371
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.9.13/src/commands/org/logout.ts)_
5372
5372
 
5373
5373
  ## `sf org open`
5374
5374
 
@@ -5444,7 +5444,7 @@ EXAMPLES
5444
5444
  $ sf org open --source-file force-app/main/default/bots/Coral_Cloud_Agent/Coral_Cloud_Agent.bot-meta.xml
5445
5445
  ```
5446
5446
 
5447
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.32/src/commands/org/open.ts)_
5447
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.37/src/commands/org/open.ts)_
5448
5448
 
5449
5449
  ## `sf org open agent`
5450
5450
 
@@ -5495,7 +5495,7 @@ EXAMPLES
5495
5495
  $ sf org open agent --target-org MyTestOrg1 --browser firefox --api-name Coral_Cloud_Agent
5496
5496
  ```
5497
5497
 
5498
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.32/src/commands/org/open/agent.ts)_
5498
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.37/src/commands/org/open/agent.ts)_
5499
5499
 
5500
5500
  ## `sf org refresh sandbox`
5501
5501
 
@@ -5598,7 +5598,7 @@ FLAG DESCRIPTIONS
5598
5598
  You can specify either --source-sandbox-name or --source-id when refreshing an existing sandbox, but not both.
5599
5599
  ```
5600
5600
 
5601
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.32/src/commands/org/refresh/sandbox.ts)_
5601
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.37/src/commands/org/refresh/sandbox.ts)_
5602
5602
 
5603
5603
  ## `sf org resume sandbox`
5604
5604
 
@@ -5661,7 +5661,7 @@ FLAG DESCRIPTIONS
5661
5661
  returns the job ID. To resume checking the sandbox creation, rerun this command.
5662
5662
  ```
5663
5663
 
5664
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.32/src/commands/org/resume/sandbox.ts)_
5664
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.37/src/commands/org/resume/sandbox.ts)_
5665
5665
 
5666
5666
  ## `sf org resume scratch`
5667
5667
 
@@ -5714,7 +5714,7 @@ FLAG DESCRIPTIONS
5714
5714
  returns the job ID. To resume checking the scratch creation, rerun this command.
5715
5715
  ```
5716
5716
 
5717
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.32/src/commands/org/resume/scratch.ts)_
5717
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.37/src/commands/org/resume/scratch.ts)_
5718
5718
 
5719
5719
  ## `sf package convert`
5720
5720
 
@@ -7625,7 +7625,7 @@ FLAG DESCRIPTIONS
7625
7625
  If you specify this flag, don’t specify --metadata or --source-dir.
7626
7626
  ```
7627
7627
 
7628
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.3/src/commands/project/convert/mdapi.ts)_
7628
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.5/src/commands/project/convert/mdapi.ts)_
7629
7629
 
7630
7630
  ## `sf project convert source`
7631
7631
 
@@ -7698,7 +7698,7 @@ FLAG DESCRIPTIONS
7698
7698
  Override the api version used for api requests made by this command
7699
7699
  ```
7700
7700
 
7701
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.3/src/commands/project/convert/source.ts)_
7701
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.5/src/commands/project/convert/source.ts)_
7702
7702
 
7703
7703
  ## `sf project convert source-behavior`
7704
7704
 
@@ -7757,7 +7757,7 @@ EXAMPLES
7757
7757
  $ sf project convert source-behavior --behavior decomposePermissionSetBeta --dry-run --preserve-temp-dir
7758
7758
  ```
7759
7759
 
7760
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.3/src/commands/project/convert/source-behavior.ts)_
7760
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.5/src/commands/project/convert/source-behavior.ts)_
7761
7761
 
7762
7762
  ## `sf project delete source`
7763
7763
 
@@ -7897,7 +7897,7 @@ FLAG DESCRIPTIONS
7897
7897
  - Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
7898
7898
  ```
7899
7899
 
7900
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.3/src/commands/project/delete/source.ts)_
7900
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.5/src/commands/project/delete/source.ts)_
7901
7901
 
7902
7902
  ## `sf project delete tracking`
7903
7903
 
@@ -7934,7 +7934,7 @@ EXAMPLES
7934
7934
  $ sf project delete tracking --target-org my-scratch
7935
7935
  ```
7936
7936
 
7937
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.3/src/commands/project/delete/tracking.ts)_
7937
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.5/src/commands/project/delete/tracking.ts)_
7938
7938
 
7939
7939
  ## `sf project deploy cancel`
7940
7940
 
@@ -8006,7 +8006,7 @@ FLAG DESCRIPTIONS
8006
8006
  project deploy report".
8007
8007
  ```
8008
8008
 
8009
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.3/src/commands/project/deploy/cancel.ts)_
8009
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.5/src/commands/project/deploy/cancel.ts)_
8010
8010
 
8011
8011
  ## `sf project deploy preview`
8012
8012
 
@@ -8089,7 +8089,7 @@ FLAG DESCRIPTIONS
8089
8089
  All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
8090
8090
  ```
8091
8091
 
8092
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.3/src/commands/project/deploy/preview.ts)_
8092
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.5/src/commands/project/deploy/preview.ts)_
8093
8093
 
8094
8094
  ## `sf project deploy quick`
8095
8095
 
@@ -8182,7 +8182,7 @@ ERROR CODES
8182
8182
  Canceling (69) The deploy is being canceled.
8183
8183
  ```
8184
8184
 
8185
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.3/src/commands/project/deploy/quick.ts)_
8185
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.5/src/commands/project/deploy/quick.ts)_
8186
8186
 
8187
8187
  ## `sf project deploy report`
8188
8188
 
@@ -8274,7 +8274,7 @@ FLAG DESCRIPTIONS
8274
8274
  --coverage-formatters lcov --coverage-formatters clover
8275
8275
  ```
8276
8276
 
8277
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.3/src/commands/project/deploy/report.ts)_
8277
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.5/src/commands/project/deploy/report.ts)_
8278
8278
 
8279
8279
  ## `sf project deploy resume`
8280
8280
 
@@ -8371,7 +8371,7 @@ ERROR CODES
8371
8371
  Canceling (69) The deploy is being canceled.
8372
8372
  ```
8373
8373
 
8374
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.3/src/commands/project/deploy/resume.ts)_
8374
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.5/src/commands/project/deploy/resume.ts)_
8375
8375
 
8376
8376
  ## `sf project deploy start`
8377
8377
 
@@ -8624,7 +8624,7 @@ ERROR CODES
8624
8624
  Canceling (69) The deploy is being canceled.
8625
8625
  ```
8626
8626
 
8627
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.3/src/commands/project/deploy/start.ts)_
8627
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.5/src/commands/project/deploy/start.ts)_
8628
8628
 
8629
8629
  ## `sf project deploy validate`
8630
8630
 
@@ -8814,7 +8814,7 @@ ERROR CODES
8814
8814
  Canceling (69) The deploy is being canceled.
8815
8815
  ```
8816
8816
 
8817
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.3/src/commands/project/deploy/validate.ts)_
8817
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.5/src/commands/project/deploy/validate.ts)_
8818
8818
 
8819
8819
  ## `sf project generate`
8820
8820
 
@@ -9015,7 +9015,7 @@ EXAMPLES
9015
9015
  $ sf project generate manifest --from-org test@myorg.com --excluded-metadata StandardValueSet
9016
9016
  ```
9017
9017
 
9018
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.3/src/commands/project/generate/manifest.ts)_
9018
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.5/src/commands/project/generate/manifest.ts)_
9019
9019
 
9020
9020
  ## `sf project list ignored`
9021
9021
 
@@ -9057,7 +9057,7 @@ EXAMPLES
9057
9057
  $ sf project list ignored --source-dir package.xml
9058
9058
  ```
9059
9059
 
9060
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.3/src/commands/project/list/ignored.ts)_
9060
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.5/src/commands/project/list/ignored.ts)_
9061
9061
 
9062
9062
  ## `sf project reset tracking`
9063
9063
 
@@ -9106,7 +9106,7 @@ EXAMPLES
9106
9106
  $ sf project reset tracking --revision 30
9107
9107
  ```
9108
9108
 
9109
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.3/src/commands/project/reset/tracking.ts)_
9109
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.5/src/commands/project/reset/tracking.ts)_
9110
9110
 
9111
9111
  ## `sf project retrieve preview`
9112
9112
 
@@ -9160,7 +9160,7 @@ FLAG DESCRIPTIONS
9160
9160
  production orgs.
9161
9161
  ```
9162
9162
 
9163
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.3/src/commands/project/retrieve/preview.ts)_
9163
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.5/src/commands/project/retrieve/preview.ts)_
9164
9164
 
9165
9165
  ## `sf project retrieve start`
9166
9166
 
@@ -9341,7 +9341,7 @@ ENVIRONMENT VARIABLES
9341
9341
  SF_USE_PROGRESS_BAR Set to false to disable the progress bar when running the metadata deploy command.
9342
9342
  ```
9343
9343
 
9344
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.3/src/commands/project/retrieve/start.ts)_
9344
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.23.5/src/commands/project/retrieve/start.ts)_
9345
9345
 
9346
9346
  ## `sf schema generate field`
9347
9347
 
@@ -9395,7 +9395,7 @@ FLAG DESCRIPTIONS
9395
9395
  If you don't specify this flag, the command prompts you to choose from your local objects.
9396
9396
  ```
9397
9397
 
9398
- _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.73/src/commands/schema/generate/field.ts)_
9398
+ _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.76/src/commands/schema/generate/field.ts)_
9399
9399
 
9400
9400
  ## `sf schema generate platformevent`
9401
9401
 
@@ -9427,7 +9427,7 @@ EXAMPLES
9427
9427
  $ sf schema generate platformevent --label "My Platform Event"
9428
9428
  ```
9429
9429
 
9430
- _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.73/src/commands/schema/generate/platformevent.ts)_
9430
+ _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.76/src/commands/schema/generate/platformevent.ts)_
9431
9431
 
9432
9432
  ## `sf schema generate sobject`
9433
9433
 
@@ -9484,7 +9484,7 @@ FLAG DESCRIPTIONS
9484
9484
  - Streaming API: With Bulk API and Sharing, classifies the custom object as an Enterprise Application object.
9485
9485
  ```
9486
9486
 
9487
- _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.73/src/commands/schema/generate/sobject.ts)_
9487
+ _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.76/src/commands/schema/generate/sobject.ts)_
9488
9488
 
9489
9489
  ## `sf schema generate tab`
9490
9490
 
@@ -9532,7 +9532,7 @@ FLAG DESCRIPTIONS
9532
9532
  The API name for a custom object always ends in `__c`, such as `MyObject__c`.
9533
9533
  ```
9534
9534
 
9535
- _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.73/src/commands/schema/generate/tab.ts)_
9535
+ _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.76/src/commands/schema/generate/tab.ts)_
9536
9536
 
9537
9537
  ## `sf search`
9538
9538
 
@@ -9734,7 +9734,7 @@ EXAMPLES
9734
9734
  $ sf update --available
9735
9735
  ```
9736
9736
 
9737
- _See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.7.10/src/commands/update.ts)_
9737
+ _See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.7.11/src/commands/update.ts)_
9738
9738
 
9739
9739
  ## `sf version`
9740
9740
 
@@ -9754,7 +9754,7 @@ FLAG DESCRIPTIONS
9754
9754
  Additionally shows the architecture, node version, operating system, and versions of plugins that the CLI is using.
9755
9755
  ```
9756
9756
 
9757
- _See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/2.2.33/src/commands/version.ts)_
9757
+ _See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/2.2.34/src/commands/version.ts)_
9758
9758
 
9759
9759
  ## `sf visualforce generate component`
9760
9760