@salesforce/cli 2.150.0 → 2.150.1

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.150.0 linux-x64 node-v24.19.0
28
+ @salesforce/cli/2.150.1 linux-x64 node-v24.19.0
29
29
  $ sf --help [COMMAND]
30
30
  USAGE
31
31
  $ sf COMMAND
@@ -2748,7 +2748,7 @@ EXAMPLES
2748
2748
  $ sf alias list
2749
2749
  ```
2750
2750
 
2751
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/3.0.5/src/commands/alias/list.ts)_
2751
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/3.0.6/src/commands/alias/list.ts)_
2752
2752
 
2753
2753
  ## `sf alias set`
2754
2754
 
@@ -2797,7 +2797,7 @@ EXAMPLES
2797
2797
  $ sf alias set my-scratch-org test-ss0xut7txzxf@example.com
2798
2798
  ```
2799
2799
 
2800
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/3.0.5/src/commands/alias/set.ts)_
2800
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/3.0.6/src/commands/alias/set.ts)_
2801
2801
 
2802
2802
  ## `sf alias unset`
2803
2803
 
@@ -2837,7 +2837,7 @@ EXAMPLES
2837
2837
  $ sf alias unset --all [--no-prompt]
2838
2838
  ```
2839
2839
 
2840
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/3.0.5/src/commands/alias/unset.ts)_
2840
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/3.0.6/src/commands/alias/unset.ts)_
2841
2841
 
2842
2842
  ## `sf apex get log`
2843
2843
 
@@ -2893,7 +2893,7 @@ FLAG DESCRIPTIONS
2893
2893
  directory.
2894
2894
  ```
2895
2895
 
2896
- _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/4.1.0/src/commands/apex/get/log.ts)_
2896
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/4.1.1/src/commands/apex/get/log.ts)_
2897
2897
 
2898
2898
  ## `sf apex get test`
2899
2899
 
@@ -2953,7 +2953,7 @@ EXAMPLES
2953
2953
  me@myorg'
2954
2954
  ```
2955
2955
 
2956
- _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/4.1.0/src/commands/apex/get/test.ts)_
2956
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/4.1.1/src/commands/apex/get/test.ts)_
2957
2957
 
2958
2958
  ## `sf apex list log`
2959
2959
 
@@ -2993,7 +2993,7 @@ EXAMPLES
2993
2993
  $ sf apex list log --target-org me@my.org
2994
2994
  ```
2995
2995
 
2996
- _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/4.1.0/src/commands/apex/list/log.ts)_
2996
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/4.1.1/src/commands/apex/list/log.ts)_
2997
2997
 
2998
2998
  ## `sf apex run`
2999
2999
 
@@ -3040,7 +3040,7 @@ EXAMPLES
3040
3040
  $ sf apex run
3041
3041
  ```
3042
3042
 
3043
- _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/4.1.0/src/commands/apex/run.ts)_
3043
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/4.1.1/src/commands/apex/run.ts)_
3044
3044
 
3045
3045
  ## `sf apex run test`
3046
3046
 
@@ -3187,7 +3187,7 @@ FLAG DESCRIPTIONS
3187
3187
  --tests Test1 --tests Test2
3188
3188
  ```
3189
3189
 
3190
- _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/4.1.0/src/commands/apex/run/test.ts)_
3190
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/4.1.1/src/commands/apex/run/test.ts)_
3191
3191
 
3192
3192
  ## `sf apex tail log`
3193
3193
 
@@ -3230,7 +3230,7 @@ EXAMPLES
3230
3230
  $ sf apex tail log --color --skip-trace-flag
3231
3231
  ```
3232
3232
 
3233
- _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/4.1.0/src/commands/apex/tail/log.ts)_
3233
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/4.1.1/src/commands/apex/tail/log.ts)_
3234
3234
 
3235
3235
  ## `sf api request graphql`
3236
3236
 
@@ -3502,7 +3502,7 @@ CONFIGURATION VARIABLES
3502
3502
  org-capitalize-record-types Whether record types are capitalized on scratch org creation.
3503
3503
  ```
3504
3504
 
3505
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/3.0.5/src/commands/config/get.ts)_
3505
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/3.0.6/src/commands/config/get.ts)_
3506
3506
 
3507
3507
  ## `sf config list`
3508
3508
 
@@ -3542,7 +3542,7 @@ EXAMPLES
3542
3542
  $ sf config list
3543
3543
  ```
3544
3544
 
3545
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/3.0.5/src/commands/config/list.ts)_
3545
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/3.0.6/src/commands/config/list.ts)_
3546
3546
 
3547
3547
  ## `sf config set`
3548
3548
 
@@ -3611,7 +3611,7 @@ CONFIGURATION VARIABLES
3611
3611
  org-capitalize-record-types Whether record types are capitalized on scratch org creation.
3612
3612
  ```
3613
3613
 
3614
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/3.0.5/src/commands/config/set.ts)_
3614
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/3.0.6/src/commands/config/set.ts)_
3615
3615
 
3616
3616
  ## `sf config unset`
3617
3617
 
@@ -3661,7 +3661,7 @@ CONFIGURATION VARIABLES
3661
3661
  org-capitalize-record-types Whether record types are capitalized on scratch org creation.
3662
3662
  ```
3663
3663
 
3664
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/3.0.5/src/commands/config/unset.ts)_
3664
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/3.0.6/src/commands/config/unset.ts)_
3665
3665
 
3666
3666
  ## `sf data bulk results`
3667
3667
 
@@ -3706,7 +3706,7 @@ EXAMPLES
3706
3706
  $ sf data bulk results --job-id 7507i000fake341G --target-org my-scratch
3707
3707
  ```
3708
3708
 
3709
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.5/src/commands/data/bulk/results.ts)_
3709
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.6/src/commands/data/bulk/results.ts)_
3710
3710
 
3711
3711
  ## `sf data create file`
3712
3712
 
@@ -3755,7 +3755,7 @@ EXAMPLES
3755
3755
  $ sf data create file --file path/to/astro.png --parent-id a03fakeLoJWPIA3
3756
3756
  ```
3757
3757
 
3758
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.5/src/commands/data/create/file.ts)_
3758
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.6/src/commands/data/create/file.ts)_
3759
3759
 
3760
3760
  ## `sf data create record`
3761
3761
 
@@ -3814,7 +3814,7 @@ EXAMPLES
3814
3814
  TracedEntityId=01p17000000R6bLAAS"
3815
3815
  ```
3816
3816
 
3817
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.5/src/commands/data/create/record.ts)_
3817
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.6/src/commands/data/create/record.ts)_
3818
3818
 
3819
3819
  ## `sf data delete bulk`
3820
3820
 
@@ -3873,7 +3873,7 @@ FLAG DESCRIPTIONS
3873
3873
  and can be enabled only by a system administrator.
3874
3874
  ```
3875
3875
 
3876
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.5/src/commands/data/delete/bulk.ts)_
3876
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.6/src/commands/data/delete/bulk.ts)_
3877
3877
 
3878
3878
  ## `sf data delete record`
3879
3879
 
@@ -3934,7 +3934,7 @@ EXAMPLES
3934
3934
  $ sf data delete record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
3935
3935
  ```
3936
3936
 
3937
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.5/src/commands/data/delete/record.ts)_
3937
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.6/src/commands/data/delete/record.ts)_
3938
3938
 
3939
3939
  ## `sf data delete resume`
3940
3940
 
@@ -3973,7 +3973,7 @@ EXAMPLES
3973
3973
  $ sf data delete resume --use-most-recent --target-org my-scratch
3974
3974
  ```
3975
3975
 
3976
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.5/src/commands/data/delete/resume.ts)_
3976
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.6/src/commands/data/delete/resume.ts)_
3977
3977
 
3978
3978
  ## `sf data export bulk`
3979
3979
 
@@ -4040,7 +4040,7 @@ EXAMPLES
4040
4040
  --result-format json --wait 10 --all-rows
4041
4041
  ```
4042
4042
 
4043
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.5/src/commands/data/export/bulk.ts)_
4043
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.6/src/commands/data/export/bulk.ts)_
4044
4044
 
4045
4045
  ## `sf data export resume`
4046
4046
 
@@ -4079,7 +4079,7 @@ EXAMPLES
4079
4079
  $ sf data export resume --use-most-recent
4080
4080
  ```
4081
4081
 
4082
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.5/src/commands/data/export/resume.ts)_
4082
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.6/src/commands/data/export/resume.ts)_
4083
4083
 
4084
4084
  ## `sf data export tree`
4085
4085
 
@@ -4139,7 +4139,7 @@ EXAMPLES
4139
4139
  my-scratch
4140
4140
  ```
4141
4141
 
4142
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.5/src/commands/data/export/tree.ts)_
4142
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.6/src/commands/data/export/tree.ts)_
4143
4143
 
4144
4144
  ## `sf data get record`
4145
4145
 
@@ -4203,7 +4203,7 @@ EXAMPLES
4203
4203
  $ sf data get record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
4204
4204
  ```
4205
4205
 
4206
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.5/src/commands/data/get/record.ts)_
4206
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.6/src/commands/data/get/record.ts)_
4207
4207
 
4208
4208
  ## `sf data import bulk`
4209
4209
 
@@ -4255,7 +4255,7 @@ EXAMPLES
4255
4255
  $ sf data import bulk --file accounts.csv --sobject Account --wait 10 --target-org my-scratch
4256
4256
  ```
4257
4257
 
4258
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.5/src/commands/data/import/bulk.ts)_
4258
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.6/src/commands/data/import/bulk.ts)_
4259
4259
 
4260
4260
  ## `sf data import resume`
4261
4261
 
@@ -4291,7 +4291,7 @@ EXAMPLES
4291
4291
  $ sf data import resume --use-most-recent --target-org my-scratch
4292
4292
  ```
4293
4293
 
4294
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.5/src/commands/data/import/resume.ts)_
4294
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.6/src/commands/data/import/resume.ts)_
4295
4295
 
4296
4296
  ## `sf data import tree`
4297
4297
 
@@ -4355,7 +4355,7 @@ FLAG DESCRIPTIONS
4355
4355
  - files(array) - Files: An array of files paths to load
4356
4356
  ```
4357
4357
 
4358
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.5/src/commands/data/import/tree.ts)_
4358
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.6/src/commands/data/import/tree.ts)_
4359
4359
 
4360
4360
  ## `sf data query`
4361
4361
 
@@ -4408,7 +4408,7 @@ EXAMPLES
4408
4408
  $ sf data query --query "SELECT Name FROM ApexTrigger" --use-tooling-api
4409
4409
  ```
4410
4410
 
4411
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.5/src/commands/data/query.ts)_
4411
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.6/src/commands/data/query.ts)_
4412
4412
 
4413
4413
  ## `sf data resume`
4414
4414
 
@@ -4445,7 +4445,7 @@ EXAMPLES
4445
4445
  $ sf data resume --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA
4446
4446
  ```
4447
4447
 
4448
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.5/src/commands/data/resume.ts)_
4448
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.6/src/commands/data/resume.ts)_
4449
4449
 
4450
4450
  ## `sf data search`
4451
4451
 
@@ -4495,7 +4495,7 @@ EXAMPLES
4495
4495
  $ sf data search --file query.txt --target-org my-scratch --result-format csv
4496
4496
  ```
4497
4497
 
4498
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.5/src/commands/data/search.ts)_
4498
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.6/src/commands/data/search.ts)_
4499
4499
 
4500
4500
  ## `sf data update bulk`
4501
4501
 
@@ -4550,7 +4550,7 @@ EXAMPLES
4550
4550
  $ sf data update bulk --file accounts.csv --sobject Account --wait 10 --target-org my-scratch
4551
4551
  ```
4552
4552
 
4553
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.5/src/commands/data/update/bulk.ts)_
4553
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.6/src/commands/data/update/bulk.ts)_
4554
4554
 
4555
4555
  ## `sf data update record`
4556
4556
 
@@ -4614,7 +4614,7 @@ EXAMPLES
4614
4614
  "ExpirationDate=2017-12-01T00:58:04.000+0000"
4615
4615
  ```
4616
4616
 
4617
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.5/src/commands/data/update/record.ts)_
4617
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.6/src/commands/data/update/record.ts)_
4618
4618
 
4619
4619
  ## `sf data update resume`
4620
4620
 
@@ -4653,7 +4653,7 @@ EXAMPLES
4653
4653
  $ sf data update resume --use-most-recent
4654
4654
  ```
4655
4655
 
4656
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.5/src/commands/data/update/resume.ts)_
4656
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.6/src/commands/data/update/resume.ts)_
4657
4657
 
4658
4658
  ## `sf data upsert bulk`
4659
4659
 
@@ -4709,7 +4709,7 @@ EXAMPLES
4709
4709
  my-scratch
4710
4710
  ```
4711
4711
 
4712
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.5/src/commands/data/upsert/bulk.ts)_
4712
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.6/src/commands/data/upsert/bulk.ts)_
4713
4713
 
4714
4714
  ## `sf data upsert resume`
4715
4715
 
@@ -4748,7 +4748,7 @@ EXAMPLES
4748
4748
  $ sf data upsert resume --use-most-recent --target-org my-scratch
4749
4749
  ```
4750
4750
 
4751
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.5/src/commands/data/upsert/resume.ts)_
4751
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.6/src/commands/data/upsert/resume.ts)_
4752
4752
 
4753
4753
  ## `sf doctor`
4754
4754
 
@@ -4843,7 +4843,7 @@ EXAMPLES
4843
4843
  $ sf force data bulk delete --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
4844
4844
  ```
4845
4845
 
4846
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.5/src/commands/force/data/bulk/delete.ts)_
4846
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.6/src/commands/force/data/bulk/delete.ts)_
4847
4847
 
4848
4848
  ## `sf force data bulk status`
4849
4849
 
@@ -4880,7 +4880,7 @@ EXAMPLES
4880
4880
  $ sf force data bulk status --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA --target-org my-scratch
4881
4881
  ```
4882
4882
 
4883
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.5/src/commands/force/data/bulk/status.ts)_
4883
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.6/src/commands/force/data/bulk/status.ts)_
4884
4884
 
4885
4885
  ## `sf force data bulk upsert`
4886
4886
 
@@ -4938,7 +4938,7 @@ EXAMPLES
4938
4938
  --target-org my-scratch
4939
4939
  ```
4940
4940
 
4941
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.5/src/commands/force/data/bulk/upsert.ts)_
4941
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.6/src/commands/force/data/bulk/upsert.ts)_
4942
4942
 
4943
4943
  ## `sf help [COMMAND]`
4944
4944
 
@@ -5046,7 +5046,7 @@ EXAMPLES
5046
5046
  $ sf logic get test --test-run-id <test run id> --result-format junit --target-org my-scratch
5047
5047
  ```
5048
5048
 
5049
- _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/4.1.0/src/commands/logic/get/test.ts)_
5049
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/4.1.1/src/commands/logic/get/test.ts)_
5050
5050
 
5051
5051
  ## `sf logic run test`
5052
5052
 
@@ -5168,7 +5168,7 @@ FLAG DESCRIPTIONS
5168
5168
  --tests Test1 --tests Test2
5169
5169
  ```
5170
5170
 
5171
- _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/4.1.0/src/commands/logic/run/test.ts)_
5171
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/4.1.1/src/commands/logic/run/test.ts)_
5172
5172
 
5173
5173
  ## `sf org assign permset`
5174
5174
 
@@ -5214,7 +5214,7 @@ EXAMPLES
5214
5214
  $ sf org assign permset --name DreamHouse --on-behalf-of user1@my.org --on-behalf-of user2 --on-behalf-of user
5215
5215
  ```
5216
5216
 
5217
- _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/5.0.1/src/commands/org/assign/permset.ts)_
5217
+ _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/5.0.2/src/commands/org/assign/permset.ts)_
5218
5218
 
5219
5219
  ## `sf org assign permsetlicense`
5220
5220
 
@@ -5261,7 +5261,7 @@ EXAMPLES
5261
5261
  user3
5262
5262
  ```
5263
5263
 
5264
- _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/5.0.1/src/commands/org/assign/permsetlicense.ts)_
5264
+ _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/5.0.2/src/commands/org/assign/permsetlicense.ts)_
5265
5265
 
5266
5266
  ## `sf org auth show-access-token`
5267
5267
 
@@ -5304,7 +5304,7 @@ EXAMPLES
5304
5304
  $ sf org auth show-access-token --target-org my-org --json
5305
5305
  ```
5306
5306
 
5307
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.9/src/commands/org/auth/show-access-token.ts)_
5307
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.10/src/commands/org/auth/show-access-token.ts)_
5308
5308
 
5309
5309
  ## `sf org auth show-sfdx-auth-url`
5310
5310
 
@@ -5348,7 +5348,7 @@ EXAMPLES
5348
5348
  $ sf org auth show-sfdx-auth-url --target-org my-org --json
5349
5349
  ```
5350
5350
 
5351
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.9/src/commands/org/auth/show-sfdx-auth-url.ts)_
5351
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.10/src/commands/org/auth/show-sfdx-auth-url.ts)_
5352
5352
 
5353
5353
  ## `sf org auth show-user-password`
5354
5354
 
@@ -5395,7 +5395,7 @@ EXAMPLES
5395
5395
  $ sf org auth show-user-password --target-org my-org --json
5396
5396
  ```
5397
5397
 
5398
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.9/src/commands/org/auth/show-user-password.ts)_
5398
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.10/src/commands/org/auth/show-user-password.ts)_
5399
5399
 
5400
5400
  ## `sf org create agent-user`
5401
5401
 
@@ -5473,7 +5473,7 @@ FLAG DESCRIPTIONS
5473
5473
  "agent.user.<GUID>@your-org-domain.com".
5474
5474
  ```
5475
5475
 
5476
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.9/src/commands/org/create/agent-user.ts)_
5476
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.10/src/commands/org/create/agent-user.ts)_
5477
5477
 
5478
5478
  ## `sf org create sandbox`
5479
5479
 
@@ -5607,7 +5607,7 @@ FLAG DESCRIPTIONS
5607
5607
  You can specify either --source-sandbox-name or --source-id when cloning an existing sandbox, but not both.
5608
5608
  ```
5609
5609
 
5610
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.9/src/commands/org/create/sandbox.ts)_
5610
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.10/src/commands/org/create/sandbox.ts)_
5611
5611
 
5612
5612
  ## `sf org create scratch`
5613
5613
 
@@ -5789,7 +5789,7 @@ FLAG DESCRIPTIONS
5789
5789
  Omit this flag to have Salesforce generate a unique username for your org.
5790
5790
  ```
5791
5791
 
5792
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.9/src/commands/org/create/scratch.ts)_
5792
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.10/src/commands/org/create/scratch.ts)_
5793
5793
 
5794
5794
  ## `sf org create user`
5795
5795
 
@@ -5897,7 +5897,7 @@ FLAG DESCRIPTIONS
5897
5897
  might be different than what you specify in the definition file.
5898
5898
  ```
5899
5899
 
5900
- _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/5.0.1/src/commands/org/create/user.ts)_
5900
+ _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/5.0.2/src/commands/org/create/user.ts)_
5901
5901
 
5902
5902
  ## `sf org delete sandbox`
5903
5903
 
@@ -5943,7 +5943,7 @@ EXAMPLES
5943
5943
  $ sf org delete sandbox --target-org my-sandbox --no-prompt
5944
5944
  ```
5945
5945
 
5946
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.9/src/commands/org/delete/sandbox.ts)_
5946
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.10/src/commands/org/delete/sandbox.ts)_
5947
5947
 
5948
5948
  ## `sf org delete scratch`
5949
5949
 
@@ -5987,7 +5987,7 @@ EXAMPLES
5987
5987
  $ sf org delete scratch --target-org my-scratch-org --no-prompt
5988
5988
  ```
5989
5989
 
5990
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.9/src/commands/org/delete/scratch.ts)_
5990
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.10/src/commands/org/delete/scratch.ts)_
5991
5991
 
5992
5992
  ## `sf org disable tracking`
5993
5993
 
@@ -6026,7 +6026,7 @@ EXAMPLES
6026
6026
  $ sf org disable tracking
6027
6027
  ```
6028
6028
 
6029
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.9/src/commands/org/disable/tracking.ts)_
6029
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.10/src/commands/org/disable/tracking.ts)_
6030
6030
 
6031
6031
  ## `sf org display`
6032
6032
 
@@ -6071,7 +6071,7 @@ EXAMPLES
6071
6071
  $ sf org display --target-org TestOrg1 --verbose
6072
6072
  ```
6073
6073
 
6074
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.9/src/commands/org/display.ts)_
6074
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.10/src/commands/org/display.ts)_
6075
6075
 
6076
6076
  ## `sf org display user`
6077
6077
 
@@ -6109,7 +6109,7 @@ EXAMPLES
6109
6109
  $ sf org display user --target-org me@my.org --json
6110
6110
  ```
6111
6111
 
6112
- _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/5.0.1/src/commands/org/display/user.ts)_
6112
+ _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/5.0.2/src/commands/org/display/user.ts)_
6113
6113
 
6114
6114
  ## `sf org enable tracking`
6115
6115
 
@@ -6151,7 +6151,7 @@ EXAMPLES
6151
6151
  $ sf org enable tracking
6152
6152
  ```
6153
6153
 
6154
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.9/src/commands/org/enable/tracking.ts)_
6154
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.10/src/commands/org/enable/tracking.ts)_
6155
6155
 
6156
6156
  ## `sf org generate password`
6157
6157
 
@@ -6215,7 +6215,7 @@ EXAMPLES
6215
6215
  $ sf org generate password --on-behalf-of user1@my.org --on-behalf-of user2@my.org --on-behalf-of user3@my.org
6216
6216
  ```
6217
6217
 
6218
- _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/5.0.1/src/commands/org/generate/password.ts)_
6218
+ _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/5.0.2/src/commands/org/generate/password.ts)_
6219
6219
 
6220
6220
  ## `sf org list`
6221
6221
 
@@ -6254,7 +6254,7 @@ EXAMPLES
6254
6254
  $ sf org list --clean
6255
6255
  ```
6256
6256
 
6257
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.9/src/commands/org/list.ts)_
6257
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.10/src/commands/org/list.ts)_
6258
6258
 
6259
6259
  ## `sf org list auth`
6260
6260
 
@@ -6326,7 +6326,7 @@ EXAMPLES
6326
6326
  $ sf org list limits --target-org my-scratch-org
6327
6327
  ```
6328
6328
 
6329
- _See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/4.0.3/src/commands/org/list/limits.ts)_
6329
+ _See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/4.0.4/src/commands/org/list/limits.ts)_
6330
6330
 
6331
6331
  ## `sf org list metadata`
6332
6332
 
@@ -6393,7 +6393,7 @@ FLAG DESCRIPTIONS
6393
6393
  Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
6394
6394
  ```
6395
6395
 
6396
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.9/src/commands/org/list/metadata.ts)_
6396
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.10/src/commands/org/list/metadata.ts)_
6397
6397
 
6398
6398
  ## `sf org list metadata-types`
6399
6399
 
@@ -6448,7 +6448,7 @@ FLAG DESCRIPTIONS
6448
6448
  Override the api version used for api requests made by this command
6449
6449
  ```
6450
6450
 
6451
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.9/src/commands/org/list/metadata-types.ts)_
6451
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.10/src/commands/org/list/metadata-types.ts)_
6452
6452
 
6453
6453
  ## `sf org list sobject record-counts`
6454
6454
 
@@ -6494,7 +6494,7 @@ EXAMPLES
6494
6494
  $ sf org list sobject record-counts --sobject Account --sobject Lead --target-org my-scratch-org
6495
6495
  ```
6496
6496
 
6497
- _See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/4.0.3/src/commands/org/list/sobject/record-counts.ts)_
6497
+ _See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/4.0.4/src/commands/org/list/sobject/record-counts.ts)_
6498
6498
 
6499
6499
  ## `sf org list users`
6500
6500
 
@@ -6532,7 +6532,7 @@ EXAMPLES
6532
6532
  $ sf org list users --target-org me@my.org
6533
6533
  ```
6534
6534
 
6535
- _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/5.0.1/src/commands/org/list/users.ts)_
6535
+ _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/5.0.2/src/commands/org/list/users.ts)_
6536
6536
 
6537
6537
  ## `sf org login access-token`
6538
6538
 
@@ -6997,7 +6997,7 @@ EXAMPLES
6997
6997
  $ sf org open --source-file force-app/main/default/bots/Coral_Cloud_Agent/Coral_Cloud_Agent.bot-meta.xml
6998
6998
  ```
6999
6999
 
7000
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.9/src/commands/org/open.ts)_
7000
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.10/src/commands/org/open.ts)_
7001
7001
 
7002
7002
  ## `sf org open agent`
7003
7003
 
@@ -7061,7 +7061,7 @@ EXAMPLES
7061
7061
  $ sf org open agent --authoring-bundle Coral_Cloud_Agent --version 1
7062
7062
  ```
7063
7063
 
7064
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.9/src/commands/org/open/agent.ts)_
7064
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.10/src/commands/org/open/agent.ts)_
7065
7065
 
7066
7066
  ## `sf org open authoring-bundle`
7067
7067
 
@@ -7107,7 +7107,7 @@ EXAMPLES
7107
7107
  $ sf org open authoring-bundle --target-org MyTestOrg1 --browser firefox
7108
7108
  ```
7109
7109
 
7110
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.9/src/commands/org/open/authoring-bundle.ts)_
7110
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.10/src/commands/org/open/authoring-bundle.ts)_
7111
7111
 
7112
7112
  ## `sf org refresh sandbox`
7113
7113
 
@@ -7210,7 +7210,7 @@ FLAG DESCRIPTIONS
7210
7210
  You can specify either --source-sandbox-name or --source-id when refreshing an existing sandbox, but not both.
7211
7211
  ```
7212
7212
 
7213
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.9/src/commands/org/refresh/sandbox.ts)_
7213
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.10/src/commands/org/refresh/sandbox.ts)_
7214
7214
 
7215
7215
  ## `sf org resume sandbox`
7216
7216
 
@@ -7273,7 +7273,7 @@ FLAG DESCRIPTIONS
7273
7273
  returns the job ID. To resume checking the sandbox creation, rerun this command.
7274
7274
  ```
7275
7275
 
7276
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.9/src/commands/org/resume/sandbox.ts)_
7276
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.10/src/commands/org/resume/sandbox.ts)_
7277
7277
 
7278
7278
  ## `sf org resume scratch`
7279
7279
 
@@ -7326,7 +7326,7 @@ FLAG DESCRIPTIONS
7326
7326
  returns the job ID. To resume checking the scratch creation, rerun this command.
7327
7327
  ```
7328
7328
 
7329
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.9/src/commands/org/resume/scratch.ts)_
7329
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.10/src/commands/org/resume/scratch.ts)_
7330
7330
 
7331
7331
  ## `sf package convert`
7332
7332
 
@@ -7423,7 +7423,7 @@ FLAG DESCRIPTIONS
7423
7423
  --installation-key-bypass flag is required.
7424
7424
  ```
7425
7425
 
7426
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.5/src/commands/package/convert.ts)_
7426
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.6/src/commands/package/convert.ts)_
7427
7427
 
7428
7428
  ## `sf package create`
7429
7429
 
@@ -7502,7 +7502,7 @@ FLAG DESCRIPTIONS
7502
7502
  Org-Dependent Unlocked Packages" in the Salesforce DX Developer Guide.
7503
7503
  ```
7504
7504
 
7505
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.5/src/commands/package/create.ts)_
7505
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.6/src/commands/package/create.ts)_
7506
7506
 
7507
7507
  ## `sf package delete`
7508
7508
 
@@ -7544,7 +7544,7 @@ EXAMPLES
7544
7544
  $ sf package delete --package 0Ho... --target-dev-hub devhub@example.com
7545
7545
  ```
7546
7546
 
7547
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.5/src/commands/package/delete.ts)_
7547
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.6/src/commands/package/delete.ts)_
7548
7548
 
7549
7549
  ## `sf package install`
7550
7550
 
@@ -7643,7 +7643,7 @@ FLAG DESCRIPTIONS
7643
7643
  - Delete: Delete removed components, except for custom objects and custom fields, that don't have dependencies.
7644
7644
  ```
7645
7645
 
7646
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.5/src/commands/package/install.ts)_
7646
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.6/src/commands/package/install.ts)_
7647
7647
 
7648
7648
  ## `sf package install report`
7649
7649
 
@@ -7676,7 +7676,7 @@ EXAMPLES
7676
7676
  $ sf package install report --request-id 0Hf... --target-org me@example.com
7677
7677
  ```
7678
7678
 
7679
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.5/src/commands/package/install/report.ts)_
7679
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.6/src/commands/package/install/report.ts)_
7680
7680
 
7681
7681
  ## `sf package installed list`
7682
7682
 
@@ -7708,7 +7708,7 @@ EXAMPLES
7708
7708
  $ sf package installed list --target-org me@example.com
7709
7709
  ```
7710
7710
 
7711
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.5/src/commands/package/installed/list.ts)_
7711
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.6/src/commands/package/installed/list.ts)_
7712
7712
 
7713
7713
  ## `sf package list`
7714
7714
 
@@ -7746,7 +7746,7 @@ EXAMPLES
7746
7746
  $ sf package list --target-dev-hub devhub@example.com --verbose
7747
7747
  ```
7748
7748
 
7749
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.5/src/commands/package/list.ts)_
7749
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.6/src/commands/package/list.ts)_
7750
7750
 
7751
7751
  ## `sf package push-upgrade abort`
7752
7752
 
@@ -7785,7 +7785,7 @@ EXAMPLES
7785
7785
  $ sf package push-upgrade abort --push-request-id 0DV... --target-dev-hub devhub@example.com
7786
7786
  ```
7787
7787
 
7788
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.5/src/commands/package/push-upgrade/abort.ts)_
7788
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.6/src/commands/package/push-upgrade/abort.ts)_
7789
7789
 
7790
7790
  ## `sf package push-upgrade list`
7791
7791
 
@@ -7844,7 +7844,7 @@ EXAMPLES
7844
7844
  $ sf package push-upgrade list --package 033xyz –-status Failed
7845
7845
  ```
7846
7846
 
7847
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.5/src/commands/package/push-upgrade/list.ts)_
7847
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.6/src/commands/package/push-upgrade/list.ts)_
7848
7848
 
7849
7849
  ## `sf package push-upgrade report`
7850
7850
 
@@ -7886,7 +7886,7 @@ EXAMPLES
7886
7886
  $ sf package push-upgrade report --push-request-id 0DV... --target-dev-hub devhub@example.com
7887
7887
  ```
7888
7888
 
7889
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.5/src/commands/package/push-upgrade/report.ts)_
7889
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.6/src/commands/package/push-upgrade/report.ts)_
7890
7890
 
7891
7891
  ## `sf package push-upgrade schedule`
7892
7892
 
@@ -7973,7 +7973,7 @@ FLAG DESCRIPTIONS
7973
7973
  Overrides the value of the target-dev-hub configuration variable, if set.
7974
7974
  ```
7975
7975
 
7976
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.5/src/commands/package/push-upgrade/schedule.ts)_
7976
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.6/src/commands/package/push-upgrade/schedule.ts)_
7977
7977
 
7978
7978
  ## `sf package uninstall`
7979
7979
 
@@ -8021,7 +8021,7 @@ EXAMPLES
8021
8021
  $ sf package uninstall --package "Undesirable Package Alias"
8022
8022
  ```
8023
8023
 
8024
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.5/src/commands/package/uninstall.ts)_
8024
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.6/src/commands/package/uninstall.ts)_
8025
8025
 
8026
8026
  ## `sf package uninstall report`
8027
8027
 
@@ -8054,7 +8054,7 @@ EXAMPLES
8054
8054
  $ sf package uninstall report --request-id 06y... --target-org me@example.com
8055
8055
  ```
8056
8056
 
8057
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.5/src/commands/package/uninstall/report.ts)_
8057
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.6/src/commands/package/uninstall/report.ts)_
8058
8058
 
8059
8059
  ## `sf package update`
8060
8060
 
@@ -8122,7 +8122,7 @@ FLAG DESCRIPTIONS
8122
8122
  the Installed Packages page. Only released package versions can be set as the recommended version.
8123
8123
  ```
8124
8124
 
8125
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.5/src/commands/package/update.ts)_
8125
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.6/src/commands/package/update.ts)_
8126
8126
 
8127
8127
  ## `sf package version create`
8128
8128
 
@@ -8299,7 +8299,7 @@ FLAG DESCRIPTIONS
8299
8299
  periods of no output from commands.
8300
8300
  ```
8301
8301
 
8302
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.5/src/commands/package/version/create.ts)_
8302
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.6/src/commands/package/version/create.ts)_
8303
8303
 
8304
8304
  ## `sf package version create list`
8305
8305
 
@@ -8360,7 +8360,7 @@ EXAMPLES
8360
8360
  $ sf package version create list --created-last-days 0 --status Success
8361
8361
  ```
8362
8362
 
8363
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.5/src/commands/package/version/create/list.ts)_
8363
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.6/src/commands/package/version/create/list.ts)_
8364
8364
 
8365
8365
  ## `sf package version create report`
8366
8366
 
@@ -8403,7 +8403,7 @@ EXAMPLES
8403
8403
  $ sf package version create report --package-create-request-id 08c... --target-dev-hub devhub@example.com
8404
8404
  ```
8405
8405
 
8406
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.5/src/commands/package/version/create/report.ts)_
8406
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.6/src/commands/package/version/create/report.ts)_
8407
8407
 
8408
8408
  ## `sf package version delete`
8409
8409
 
@@ -8444,7 +8444,7 @@ EXAMPLES
8444
8444
  $ sf package version delete --package 04t... --target-org devhub@example.com
8445
8445
  ```
8446
8446
 
8447
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.5/src/commands/package/version/delete.ts)_
8447
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.6/src/commands/package/version/delete.ts)_
8448
8448
 
8449
8449
  ## `sf package version displayancestry`
8450
8450
 
@@ -8504,7 +8504,7 @@ FLAG DESCRIPTIONS
8504
8504
  You can use the DOT code output in graph visualization software to create tree visualizations.
8505
8505
  ```
8506
8506
 
8507
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.5/src/commands/package/version/displayancestry.ts)_
8507
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.6/src/commands/package/version/displayancestry.ts)_
8508
8508
 
8509
8509
  ## `sf package version displaydependencies`
8510
8510
 
@@ -8571,7 +8571,7 @@ FLAG DESCRIPTIONS
8571
8571
  package, which must be installed last.
8572
8572
  ```
8573
8573
 
8574
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.5/src/commands/package/version/displaydependencies.ts)_
8574
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.6/src/commands/package/version/displaydependencies.ts)_
8575
8575
 
8576
8576
  ## `sf package version list`
8577
8577
 
@@ -8647,7 +8647,7 @@ EXAMPLES
8647
8647
  $ sf package version list --packages exp-mgr,exp-mgr-util --released --modified-last-days 0
8648
8648
  ```
8649
8649
 
8650
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.5/src/commands/package/version/list.ts)_
8650
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.6/src/commands/package/version/list.ts)_
8651
8651
 
8652
8652
  ## `sf package version promote`
8653
8653
 
@@ -8691,7 +8691,7 @@ EXAMPLES
8691
8691
  $ sf package version promote --package "Awesome Package Alias"
8692
8692
  ```
8693
8693
 
8694
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.5/src/commands/package/version/promote.ts)_
8694
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.6/src/commands/package/version/promote.ts)_
8695
8695
 
8696
8696
  ## `sf package version report`
8697
8697
 
@@ -8731,7 +8731,7 @@ EXAMPLES
8731
8731
  $ sf package version report --package "Your Package Alias" --target-dev-hub devhub@example.com
8732
8732
  ```
8733
8733
 
8734
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.5/src/commands/package/version/report.ts)_
8734
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.6/src/commands/package/version/report.ts)_
8735
8735
 
8736
8736
  ## `sf package version retrieve`
8737
8737
 
@@ -8776,7 +8776,7 @@ EXAMPLES
8776
8776
  $ sf package version retrieve --package 04tXXX --output-dir my-directory/ --target-dev-hub devhub@example.com
8777
8777
  ```
8778
8778
 
8779
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.5/src/commands/package/version/retrieve.ts)_
8779
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.6/src/commands/package/version/retrieve.ts)_
8780
8780
 
8781
8781
  ## `sf package version update`
8782
8782
 
@@ -8829,7 +8829,7 @@ EXAMPLES
8829
8829
  $ sf package version update --package 04t... --version-description "New Package Version Description"
8830
8830
  ```
8831
8831
 
8832
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.5/src/commands/package/version/update.ts)_
8832
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.6/src/commands/package/version/update.ts)_
8833
8833
 
8834
8834
  ## `sf package1 version create`
8835
8835
 
@@ -8896,7 +8896,7 @@ FLAG DESCRIPTIONS
8896
8896
  subscribers.
8897
8897
  ```
8898
8898
 
8899
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.5/src/commands/package1/version/create.ts)_
8899
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.6/src/commands/package1/version/create.ts)_
8900
8900
 
8901
8901
  ## `sf package1 version create get`
8902
8902
 
@@ -8929,7 +8929,7 @@ EXAMPLES
8929
8929
  $ sf package1 version create get --request-id 0HD... --target-org myorg@example.com
8930
8930
  ```
8931
8931
 
8932
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.5/src/commands/package1/version/create/get.ts)_
8932
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.6/src/commands/package1/version/create/get.ts)_
8933
8933
 
8934
8934
  ## `sf package1 version display`
8935
8935
 
@@ -8963,7 +8963,7 @@ EXAMPLES
8963
8963
  $ sf package1 version display --package-version-id 04t... --target-org myorg@example.com
8964
8964
  ```
8965
8965
 
8966
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.5/src/commands/package1/version/display.ts)_
8966
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.6/src/commands/package1/version/display.ts)_
8967
8967
 
8968
8968
  ## `sf package1 version list`
8969
8969
 
@@ -9001,7 +9001,7 @@ FLAG DESCRIPTIONS
9001
9001
  If not specified, shows all versions for all packages (managed and unmanaged) in the org.
9002
9002
  ```
9003
9003
 
9004
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.5/src/commands/package1/version/list.ts)_
9004
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/3.0.6/src/commands/package1/version/list.ts)_
9005
9005
 
9006
9006
  ## `sf plugins`
9007
9007
 
@@ -9024,7 +9024,7 @@ EXAMPLES
9024
9024
  $ sf plugins
9025
9025
  ```
9026
9026
 
9027
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.5.0/src/commands/plugins/index.ts)_
9027
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.5.1/src/commands/plugins/index.ts)_
9028
9028
 
9029
9029
  ## `sf plugins discover`
9030
9030
 
@@ -9069,7 +9069,7 @@ EXAMPLES
9069
9069
  $ sf plugins inspect @salesforce/plugin-packaging
9070
9070
  ```
9071
9071
 
9072
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.5.0/src/commands/plugins/inspect.ts)_
9072
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.5.1/src/commands/plugins/inspect.ts)_
9073
9073
 
9074
9074
  ## `sf plugins install PLUGIN`
9075
9075
 
@@ -9118,7 +9118,7 @@ EXAMPLES
9118
9118
  $ sf plugins install someuser/someplugin
9119
9119
  ```
9120
9120
 
9121
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.5.0/src/commands/plugins/install.ts)_
9121
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.5.1/src/commands/plugins/install.ts)_
9122
9122
 
9123
9123
  ## `sf plugins link PATH`
9124
9124
 
@@ -9149,7 +9149,7 @@ EXAMPLES
9149
9149
  $ sf plugins link @salesforce/plugin-packaging
9150
9150
  ```
9151
9151
 
9152
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.5.0/src/commands/plugins/link.ts)_
9152
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.5.1/src/commands/plugins/link.ts)_
9153
9153
 
9154
9154
  ## `sf plugins reset`
9155
9155
 
@@ -9164,7 +9164,7 @@ FLAGS
9164
9164
  --reinstall Reinstall all plugins after uninstalling.
9165
9165
  ```
9166
9166
 
9167
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.5.0/src/commands/plugins/reset.ts)_
9167
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.5.1/src/commands/plugins/reset.ts)_
9168
9168
 
9169
9169
  ## `sf plugins trust allowlist add`
9170
9170
 
@@ -9323,7 +9323,7 @@ EXAMPLES
9323
9323
  $ sf plugins uninstall @salesforce/plugin-packaging
9324
9324
  ```
9325
9325
 
9326
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.5.0/src/commands/plugins/uninstall.ts)_
9326
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.5.1/src/commands/plugins/uninstall.ts)_
9327
9327
 
9328
9328
  ## `sf plugins update`
9329
9329
 
@@ -9341,7 +9341,7 @@ DESCRIPTION
9341
9341
  Update installed plugins.
9342
9342
  ```
9343
9343
 
9344
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.5.0/src/commands/plugins/update.ts)_
9344
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.5.1/src/commands/plugins/update.ts)_
9345
9345
 
9346
9346
  ## `sf project convert mdapi`
9347
9347
 
@@ -11317,7 +11317,7 @@ EXAMPLES
11317
11317
  $ sf sobject describe --sobject ApexCodeCoverage --use-tooling-api
11318
11318
  ```
11319
11319
 
11320
- _See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/4.0.5/src/commands/sobject/describe.ts)_
11320
+ _See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/4.0.6/src/commands/sobject/describe.ts)_
11321
11321
 
11322
11322
  ## `sf sobject list`
11323
11323
 
@@ -11356,7 +11356,7 @@ EXAMPLES
11356
11356
  $ sf sobject list --sobject custom --target-org my-scratch-org
11357
11357
  ```
11358
11358
 
11359
- _See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/4.0.5/src/commands/sobject/list.ts)_
11359
+ _See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/4.0.6/src/commands/sobject/list.ts)_
11360
11360
 
11361
11361
  ## `sf template generate analytics template`
11362
11362
 
@@ -11400,7 +11400,7 @@ FLAG DESCRIPTIONS
11400
11400
  directory.
11401
11401
  ```
11402
11402
 
11403
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.9/src/commands/template/generate/analytics/template.ts)_
11403
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.11/src/commands/template/generate/analytics/template.ts)_
11404
11404
 
11405
11405
  ## `sf template generate apex class`
11406
11406
 
@@ -11462,7 +11462,7 @@ FLAG DESCRIPTIONS
11462
11462
  Supplied parameter values or default values are filled into a copy of the template.
11463
11463
  ```
11464
11464
 
11465
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.9/src/commands/template/generate/apex/class.ts)_
11465
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.11/src/commands/template/generate/apex/class.ts)_
11466
11466
 
11467
11467
  ## `sf template generate apex trigger`
11468
11468
 
@@ -11532,7 +11532,7 @@ FLAG DESCRIPTIONS
11532
11532
  Supplied parameter values or default values are filled into a copy of the template.
11533
11533
  ```
11534
11534
 
11535
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.9/src/commands/template/generate/apex/trigger.ts)_
11535
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.11/src/commands/template/generate/apex/trigger.ts)_
11536
11536
 
11537
11537
  ## `sf template generate digital-experience site`
11538
11538
 
@@ -11586,7 +11586,7 @@ FLAG DESCRIPTIONS
11586
11586
  project, defaults to the current directory.
11587
11587
  ```
11588
11588
 
11589
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.9/src/commands/template/generate/digital-experience/site.ts)_
11589
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.11/src/commands/template/generate/digital-experience/site.ts)_
11590
11590
 
11591
11591
  ## `sf template generate flexipage`
11592
11592
 
@@ -11668,7 +11668,7 @@ FLAG DESCRIPTIONS
11668
11668
  'Custom_Object__c'. This sets the `sobjectType` field in the FlexiPage metadata.
11669
11669
  ```
11670
11670
 
11671
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.9/src/commands/template/generate/flexipage/index.ts)_
11671
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.11/src/commands/template/generate/flexipage/index.ts)_
11672
11672
 
11673
11673
  ## `sf template generate lightning app`
11674
11674
 
@@ -11726,7 +11726,7 @@ FLAG DESCRIPTIONS
11726
11726
  field in the DX project's "sfdx-project.json" file.
11727
11727
  ```
11728
11728
 
11729
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.9/src/commands/template/generate/lightning/app.ts)_
11729
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.11/src/commands/template/generate/lightning/app.ts)_
11730
11730
 
11731
11731
  ## `sf template generate lightning component`
11732
11732
 
@@ -11803,7 +11803,7 @@ FLAG DESCRIPTIONS
11803
11803
  field in the DX project's "sfdx-project.json" file.
11804
11804
  ```
11805
11805
 
11806
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.9/src/commands/template/generate/lightning/component.ts)_
11806
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.11/src/commands/template/generate/lightning/component.ts)_
11807
11807
 
11808
11808
  ## `sf template generate lightning event`
11809
11809
 
@@ -11861,7 +11861,7 @@ FLAG DESCRIPTIONS
11861
11861
  field in the DX project's "sfdx-project.json" file.
11862
11862
  ```
11863
11863
 
11864
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.9/src/commands/template/generate/lightning/event.ts)_
11864
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.11/src/commands/template/generate/lightning/event.ts)_
11865
11865
 
11866
11866
  ## `sf template generate lightning interface`
11867
11867
 
@@ -11919,7 +11919,7 @@ FLAG DESCRIPTIONS
11919
11919
  field in the DX project's "sfdx-project.json" file.
11920
11920
  ```
11921
11921
 
11922
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.9/src/commands/template/generate/lightning/interface.ts)_
11922
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.11/src/commands/template/generate/lightning/interface.ts)_
11923
11923
 
11924
11924
  ## `sf template generate lightning test`
11925
11925
 
@@ -11977,7 +11977,7 @@ FLAG DESCRIPTIONS
11977
11977
  field in the DX project's "sfdx-project.json" file.
11978
11978
  ```
11979
11979
 
11980
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.9/src/commands/template/generate/lightning/test.ts)_
11980
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.11/src/commands/template/generate/lightning/test.ts)_
11981
11981
 
11982
11982
  ## `sf template generate project`
11983
11983
 
@@ -12109,7 +12109,7 @@ FLAG DESCRIPTIONS
12109
12109
  server-side type stripping.
12110
12110
  ```
12111
12111
 
12112
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.9/src/commands/template/generate/project/index.ts)_
12112
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.11/src/commands/template/generate/project/index.ts)_
12113
12113
 
12114
12114
  ## `sf template generate static-resource`
12115
12115
 
@@ -12172,7 +12172,7 @@ FLAG DESCRIPTIONS
12172
12172
  etc.
12173
12173
  ```
12174
12174
 
12175
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.9/src/commands/template/generate/static-resource/index.ts)_
12175
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.11/src/commands/template/generate/static-resource/index.ts)_
12176
12176
 
12177
12177
  ## `sf template generate ui-bundle`
12178
12178
 
@@ -12261,7 +12261,7 @@ FLAG DESCRIPTIONS
12261
12261
  Supplied parameter values or default values are filled into a copy of the template.
12262
12262
  ```
12263
12263
 
12264
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.9/src/commands/template/generate/ui-bundle/index.ts)_
12264
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.11/src/commands/template/generate/ui-bundle/index.ts)_
12265
12265
 
12266
12266
  ## `sf template generate visualforce component`
12267
12267
 
@@ -12318,7 +12318,7 @@ FLAG DESCRIPTIONS
12318
12318
  Supplied parameter values or default values are filled into a copy of the template.
12319
12319
  ```
12320
12320
 
12321
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.9/src/commands/template/generate/visualforce/component.ts)_
12321
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.11/src/commands/template/generate/visualforce/component.ts)_
12322
12322
 
12323
12323
  ## `sf template generate visualforce page`
12324
12324
 
@@ -12369,7 +12369,7 @@ FLAG DESCRIPTIONS
12369
12369
  The name can be up to 40 characters and must start with a letter.
12370
12370
  ```
12371
12371
 
12372
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.9/src/commands/template/generate/visualforce/page.ts)_
12372
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.11/src/commands/template/generate/visualforce/page.ts)_
12373
12373
 
12374
12374
  ## `sf update [CHANNEL]`
12375
12375