@salesforce/cli 2.138.2 → 2.138.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
@@ -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.138.2 linux-x64 node-v22.22.3
28
+ @salesforce/cli/2.138.4 linux-x64 node-v22.22.3
29
29
  $ sf --help [COMMAND]
30
30
  USAGE
31
31
  $ sf COMMAND
@@ -2030,7 +2030,7 @@ FLAG DESCRIPTIONS
2030
2030
  directory.
2031
2031
  ```
2032
2032
 
2033
- _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.31/src/commands/apex/get/log.ts)_
2033
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.32/src/commands/apex/get/log.ts)_
2034
2034
 
2035
2035
  ## `sf apex get test`
2036
2036
 
@@ -2090,7 +2090,7 @@ EXAMPLES
2090
2090
  me@myorg'
2091
2091
  ```
2092
2092
 
2093
- _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.31/src/commands/apex/get/test.ts)_
2093
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.32/src/commands/apex/get/test.ts)_
2094
2094
 
2095
2095
  ## `sf apex list log`
2096
2096
 
@@ -2130,7 +2130,7 @@ EXAMPLES
2130
2130
  $ sf apex list log --target-org me@my.org
2131
2131
  ```
2132
2132
 
2133
- _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.31/src/commands/apex/list/log.ts)_
2133
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.32/src/commands/apex/list/log.ts)_
2134
2134
 
2135
2135
  ## `sf apex run`
2136
2136
 
@@ -2177,7 +2177,7 @@ EXAMPLES
2177
2177
  $ sf apex run
2178
2178
  ```
2179
2179
 
2180
- _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.31/src/commands/apex/run.ts)_
2180
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.32/src/commands/apex/run.ts)_
2181
2181
 
2182
2182
  ## `sf apex run test`
2183
2183
 
@@ -2324,7 +2324,7 @@ FLAG DESCRIPTIONS
2324
2324
  --tests Test1 --tests Test2
2325
2325
  ```
2326
2326
 
2327
- _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.31/src/commands/apex/run/test.ts)_
2327
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.32/src/commands/apex/run/test.ts)_
2328
2328
 
2329
2329
  ## `sf apex tail log`
2330
2330
 
@@ -2367,7 +2367,7 @@ EXAMPLES
2367
2367
  $ sf apex tail log --color --skip-trace-flag
2368
2368
  ```
2369
2369
 
2370
- _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.31/src/commands/apex/tail/log.ts)_
2370
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.32/src/commands/apex/tail/log.ts)_
2371
2371
 
2372
2372
  ## `sf api request graphql`
2373
2373
 
@@ -2420,7 +2420,7 @@ EXAMPLES
2420
2420
  $ sf api request graphql --body example.txt --stream-to-file output.txt --include
2421
2421
  ```
2422
2422
 
2423
- _See code: [@salesforce/plugin-api](https://github.com/salesforcecli/plugin-api/blob/1.3.36/src/commands/api/request/graphql.ts)_
2423
+ _See code: [@salesforce/plugin-api](https://github.com/salesforcecli/plugin-api/blob/1.3.37/src/commands/api/request/graphql.ts)_
2424
2424
 
2425
2425
  ## `sf api request rest [URL]`
2426
2426
 
@@ -2529,7 +2529,7 @@ FLAG DESCRIPTIONS
2529
2529
  https://github.com/salesforcecli/plugin-api/tree/main/test/test-files/data-project.
2530
2530
  ```
2531
2531
 
2532
- _See code: [@salesforce/plugin-api](https://github.com/salesforcecli/plugin-api/blob/1.3.36/src/commands/api/request/rest.ts)_
2532
+ _See code: [@salesforce/plugin-api](https://github.com/salesforcecli/plugin-api/blob/1.3.37/src/commands/api/request/rest.ts)_
2533
2533
 
2534
2534
  ## `sf autocomplete [SHELL]`
2535
2535
 
@@ -2589,7 +2589,7 @@ DESCRIPTION
2589
2589
  List all sf commands.
2590
2590
  ```
2591
2591
 
2592
- _See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/4.1.55/src/commands/commands.ts)_
2592
+ _See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/4.1.57/src/commands/commands.ts)_
2593
2593
 
2594
2594
  ## `sf config get`
2595
2595
 
@@ -2842,7 +2842,7 @@ EXAMPLES
2842
2842
  $ sf data bulk results --job-id 7507i000fake341G --target-org my-scratch
2843
2843
  ```
2844
2844
 
2845
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.103/src/commands/data/bulk/results.ts)_
2845
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.105/src/commands/data/bulk/results.ts)_
2846
2846
 
2847
2847
  ## `sf data create file`
2848
2848
 
@@ -2891,7 +2891,7 @@ EXAMPLES
2891
2891
  $ sf data create file --file path/to/astro.png --parent-id a03fakeLoJWPIA3
2892
2892
  ```
2893
2893
 
2894
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.103/src/commands/data/create/file.ts)_
2894
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.105/src/commands/data/create/file.ts)_
2895
2895
 
2896
2896
  ## `sf data create record`
2897
2897
 
@@ -2947,7 +2947,7 @@ EXAMPLES
2947
2947
  TracedEntityId=01p17000000R6bLAAS"
2948
2948
  ```
2949
2949
 
2950
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.103/src/commands/data/create/record.ts)_
2950
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.105/src/commands/data/create/record.ts)_
2951
2951
 
2952
2952
  ## `sf data delete bulk`
2953
2953
 
@@ -3006,7 +3006,7 @@ FLAG DESCRIPTIONS
3006
3006
  and can be enabled only by a system administrator.
3007
3007
  ```
3008
3008
 
3009
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.103/src/commands/data/delete/bulk.ts)_
3009
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.105/src/commands/data/delete/bulk.ts)_
3010
3010
 
3011
3011
  ## `sf data delete record`
3012
3012
 
@@ -3067,7 +3067,7 @@ EXAMPLES
3067
3067
  $ sf data delete record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
3068
3068
  ```
3069
3069
 
3070
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.103/src/commands/data/delete/record.ts)_
3070
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.105/src/commands/data/delete/record.ts)_
3071
3071
 
3072
3072
  ## `sf data delete resume`
3073
3073
 
@@ -3106,7 +3106,7 @@ EXAMPLES
3106
3106
  $ sf data delete resume --use-most-recent --target-org my-scratch
3107
3107
  ```
3108
3108
 
3109
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.103/src/commands/data/delete/resume.ts)_
3109
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.105/src/commands/data/delete/resume.ts)_
3110
3110
 
3111
3111
  ## `sf data export bulk`
3112
3112
 
@@ -3173,7 +3173,7 @@ EXAMPLES
3173
3173
  --result-format json --wait 10 --all-rows
3174
3174
  ```
3175
3175
 
3176
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.103/src/commands/data/export/bulk.ts)_
3176
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.105/src/commands/data/export/bulk.ts)_
3177
3177
 
3178
3178
  ## `sf data export resume`
3179
3179
 
@@ -3212,7 +3212,7 @@ EXAMPLES
3212
3212
  $ sf data export resume --use-most-recent
3213
3213
  ```
3214
3214
 
3215
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.103/src/commands/data/export/resume.ts)_
3215
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.105/src/commands/data/export/resume.ts)_
3216
3216
 
3217
3217
  ## `sf data export tree`
3218
3218
 
@@ -3272,7 +3272,7 @@ EXAMPLES
3272
3272
  my-scratch
3273
3273
  ```
3274
3274
 
3275
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.103/src/commands/data/export/tree.ts)_
3275
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.105/src/commands/data/export/tree.ts)_
3276
3276
 
3277
3277
  ## `sf data get record`
3278
3278
 
@@ -3336,7 +3336,7 @@ EXAMPLES
3336
3336
  $ sf data get record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
3337
3337
  ```
3338
3338
 
3339
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.103/src/commands/data/get/record.ts)_
3339
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.105/src/commands/data/get/record.ts)_
3340
3340
 
3341
3341
  ## `sf data import bulk`
3342
3342
 
@@ -3388,7 +3388,7 @@ EXAMPLES
3388
3388
  $ sf data import bulk --file accounts.csv --sobject Account --wait 10 --target-org my-scratch
3389
3389
  ```
3390
3390
 
3391
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.103/src/commands/data/import/bulk.ts)_
3391
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.105/src/commands/data/import/bulk.ts)_
3392
3392
 
3393
3393
  ## `sf data import resume`
3394
3394
 
@@ -3424,7 +3424,7 @@ EXAMPLES
3424
3424
  $ sf data import resume --use-most-recent --target-org my-scratch
3425
3425
  ```
3426
3426
 
3427
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.103/src/commands/data/import/resume.ts)_
3427
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.105/src/commands/data/import/resume.ts)_
3428
3428
 
3429
3429
  ## `sf data import tree`
3430
3430
 
@@ -3488,7 +3488,7 @@ FLAG DESCRIPTIONS
3488
3488
  - files(array) - Files: An array of files paths to load
3489
3489
  ```
3490
3490
 
3491
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.103/src/commands/data/import/tree.ts)_
3491
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.105/src/commands/data/import/tree.ts)_
3492
3492
 
3493
3493
  ## `sf data query`
3494
3494
 
@@ -3541,7 +3541,7 @@ EXAMPLES
3541
3541
  $ sf data query --query "SELECT Name FROM ApexTrigger" --use-tooling-api
3542
3542
  ```
3543
3543
 
3544
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.103/src/commands/data/query.ts)_
3544
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.105/src/commands/data/query.ts)_
3545
3545
 
3546
3546
  ## `sf data resume`
3547
3547
 
@@ -3578,7 +3578,7 @@ EXAMPLES
3578
3578
  $ sf data resume --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA
3579
3579
  ```
3580
3580
 
3581
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.103/src/commands/data/resume.ts)_
3581
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.105/src/commands/data/resume.ts)_
3582
3582
 
3583
3583
  ## `sf data search`
3584
3584
 
@@ -3628,7 +3628,7 @@ EXAMPLES
3628
3628
  $ sf data search --file query.txt --target-org my-scratch --result-format csv
3629
3629
  ```
3630
3630
 
3631
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.103/src/commands/data/search.ts)_
3631
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.105/src/commands/data/search.ts)_
3632
3632
 
3633
3633
  ## `sf data update bulk`
3634
3634
 
@@ -3683,7 +3683,7 @@ EXAMPLES
3683
3683
  $ sf data update bulk --file accounts.csv --sobject Account --wait 10 --target-org my-scratch
3684
3684
  ```
3685
3685
 
3686
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.103/src/commands/data/update/bulk.ts)_
3686
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.105/src/commands/data/update/bulk.ts)_
3687
3687
 
3688
3688
  ## `sf data update record`
3689
3689
 
@@ -3745,7 +3745,7 @@ EXAMPLES
3745
3745
  "ExpirationDate=2017-12-01T00:58:04.000+0000"
3746
3746
  ```
3747
3747
 
3748
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.103/src/commands/data/update/record.ts)_
3748
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.105/src/commands/data/update/record.ts)_
3749
3749
 
3750
3750
  ## `sf data update resume`
3751
3751
 
@@ -3784,7 +3784,7 @@ EXAMPLES
3784
3784
  $ sf data update resume --use-most-recent
3785
3785
  ```
3786
3786
 
3787
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.103/src/commands/data/update/resume.ts)_
3787
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.105/src/commands/data/update/resume.ts)_
3788
3788
 
3789
3789
  ## `sf data upsert bulk`
3790
3790
 
@@ -3840,7 +3840,7 @@ EXAMPLES
3840
3840
  my-scratch
3841
3841
  ```
3842
3842
 
3843
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.103/src/commands/data/upsert/bulk.ts)_
3843
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.105/src/commands/data/upsert/bulk.ts)_
3844
3844
 
3845
3845
  ## `sf data upsert resume`
3846
3846
 
@@ -3879,7 +3879,7 @@ EXAMPLES
3879
3879
  $ sf data upsert resume --use-most-recent --target-org my-scratch
3880
3880
  ```
3881
3881
 
3882
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.103/src/commands/data/upsert/resume.ts)_
3882
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.105/src/commands/data/upsert/resume.ts)_
3883
3883
 
3884
3884
  ## `sf doctor`
3885
3885
 
@@ -3927,7 +3927,7 @@ EXAMPLES
3927
3927
  $ sf doctor --plugin @salesforce/plugin-source
3928
3928
  ```
3929
3929
 
3930
- _See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.136/src/commands/doctor.ts)_
3930
+ _See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.139/src/commands/doctor.ts)_
3931
3931
 
3932
3932
  ## `sf force data bulk delete`
3933
3933
 
@@ -3974,7 +3974,7 @@ EXAMPLES
3974
3974
  $ sf force data bulk delete --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
3975
3975
  ```
3976
3976
 
3977
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.103/src/commands/force/data/bulk/delete.ts)_
3977
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.105/src/commands/force/data/bulk/delete.ts)_
3978
3978
 
3979
3979
  ## `sf force data bulk status`
3980
3980
 
@@ -4011,7 +4011,7 @@ EXAMPLES
4011
4011
  $ sf force data bulk status --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA --target-org my-scratch
4012
4012
  ```
4013
4013
 
4014
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.103/src/commands/force/data/bulk/status.ts)_
4014
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.105/src/commands/force/data/bulk/status.ts)_
4015
4015
 
4016
4016
  ## `sf force data bulk upsert`
4017
4017
 
@@ -4069,7 +4069,7 @@ EXAMPLES
4069
4069
  --target-org my-scratch
4070
4070
  ```
4071
4071
 
4072
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.103/src/commands/force/data/bulk/upsert.ts)_
4072
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.105/src/commands/force/data/bulk/upsert.ts)_
4073
4073
 
4074
4074
  ## `sf help [COMMAND]`
4075
4075
 
@@ -4089,7 +4089,7 @@ DESCRIPTION
4089
4089
  Display help for sf.
4090
4090
  ```
4091
4091
 
4092
- _See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.2.49/src/commands/help.ts)_
4092
+ _See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.2.50/src/commands/help.ts)_
4093
4093
 
4094
4094
  ## `sf info releasenotes display`
4095
4095
 
@@ -4129,7 +4129,7 @@ EXAMPLES
4129
4129
  $ sf info releasenotes display --version latest
4130
4130
  ```
4131
4131
 
4132
- _See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.136/src/commands/info/releasenotes/display.ts)_
4132
+ _See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.139/src/commands/info/releasenotes/display.ts)_
4133
4133
 
4134
4134
  ## `sf logic get test`
4135
4135
 
@@ -4177,7 +4177,7 @@ EXAMPLES
4177
4177
  $ sf logic get test --test-run-id <test run id> --result-format junit --target-org my-scratch
4178
4178
  ```
4179
4179
 
4180
- _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.31/src/commands/logic/get/test.ts)_
4180
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.32/src/commands/logic/get/test.ts)_
4181
4181
 
4182
4182
  ## `sf logic run test`
4183
4183
 
@@ -4299,7 +4299,7 @@ FLAG DESCRIPTIONS
4299
4299
  --tests Test1 --tests Test2
4300
4300
  ```
4301
4301
 
4302
- _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.31/src/commands/logic/run/test.ts)_
4302
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.9.32/src/commands/logic/run/test.ts)_
4303
4303
 
4304
4304
  ## `sf org assign permset`
4305
4305
 
@@ -4435,7 +4435,7 @@ EXAMPLES
4435
4435
  $ sf org auth show-access-token --target-org my-org --json
4436
4436
  ```
4437
4437
 
4438
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.4/src/commands/org/auth/show-access-token.ts)_
4438
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.5/src/commands/org/auth/show-access-token.ts)_
4439
4439
 
4440
4440
  ## `sf org auth show-sfdx-auth-url`
4441
4441
 
@@ -4479,7 +4479,7 @@ EXAMPLES
4479
4479
  $ sf org auth show-sfdx-auth-url --target-org my-org --json
4480
4480
  ```
4481
4481
 
4482
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.4/src/commands/org/auth/show-sfdx-auth-url.ts)_
4482
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.5/src/commands/org/auth/show-sfdx-auth-url.ts)_
4483
4483
 
4484
4484
  ## `sf org auth show-user-password`
4485
4485
 
@@ -4526,7 +4526,7 @@ EXAMPLES
4526
4526
  $ sf org auth show-user-password --target-org my-org --json
4527
4527
  ```
4528
4528
 
4529
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.4/src/commands/org/auth/show-user-password.ts)_
4529
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.5/src/commands/org/auth/show-user-password.ts)_
4530
4530
 
4531
4531
  ## `sf org create agent-user`
4532
4532
 
@@ -4604,7 +4604,7 @@ FLAG DESCRIPTIONS
4604
4604
  "agent.user.<GUID>@your-org-domain.com".
4605
4605
  ```
4606
4606
 
4607
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.4/src/commands/org/create/agent-user.ts)_
4607
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.5/src/commands/org/create/agent-user.ts)_
4608
4608
 
4609
4609
  ## `sf org create sandbox`
4610
4610
 
@@ -4738,7 +4738,7 @@ FLAG DESCRIPTIONS
4738
4738
  You can specify either --source-sandbox-name or --source-id when cloning an existing sandbox, but not both.
4739
4739
  ```
4740
4740
 
4741
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.4/src/commands/org/create/sandbox.ts)_
4741
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.5/src/commands/org/create/sandbox.ts)_
4742
4742
 
4743
4743
  ## `sf org create scratch`
4744
4744
 
@@ -4920,7 +4920,7 @@ FLAG DESCRIPTIONS
4920
4920
  Omit this flag to have Salesforce generate a unique username for your org.
4921
4921
  ```
4922
4922
 
4923
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.4/src/commands/org/create/scratch.ts)_
4923
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.5/src/commands/org/create/scratch.ts)_
4924
4924
 
4925
4925
  ## `sf org create user`
4926
4926
 
@@ -5074,7 +5074,7 @@ EXAMPLES
5074
5074
  $ sf org delete sandbox --target-org my-sandbox --no-prompt
5075
5075
  ```
5076
5076
 
5077
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.4/src/commands/org/delete/sandbox.ts)_
5077
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.5/src/commands/org/delete/sandbox.ts)_
5078
5078
 
5079
5079
  ## `sf org delete scratch`
5080
5080
 
@@ -5118,7 +5118,7 @@ EXAMPLES
5118
5118
  $ sf org delete scratch --target-org my-scratch-org --no-prompt
5119
5119
  ```
5120
5120
 
5121
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.4/src/commands/org/delete/scratch.ts)_
5121
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.5/src/commands/org/delete/scratch.ts)_
5122
5122
 
5123
5123
  ## `sf org disable tracking`
5124
5124
 
@@ -5157,7 +5157,7 @@ EXAMPLES
5157
5157
  $ sf org disable tracking
5158
5158
  ```
5159
5159
 
5160
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.4/src/commands/org/disable/tracking.ts)_
5160
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.5/src/commands/org/disable/tracking.ts)_
5161
5161
 
5162
5162
  ## `sf org display`
5163
5163
 
@@ -5202,7 +5202,7 @@ EXAMPLES
5202
5202
  $ sf org display --target-org TestOrg1 --verbose
5203
5203
  ```
5204
5204
 
5205
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.4/src/commands/org/display.ts)_
5205
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.5/src/commands/org/display.ts)_
5206
5206
 
5207
5207
  ## `sf org display user`
5208
5208
 
@@ -5282,7 +5282,7 @@ EXAMPLES
5282
5282
  $ sf org enable tracking
5283
5283
  ```
5284
5284
 
5285
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.4/src/commands/org/enable/tracking.ts)_
5285
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.5/src/commands/org/enable/tracking.ts)_
5286
5286
 
5287
5287
  ## `sf org generate password`
5288
5288
 
@@ -5388,7 +5388,7 @@ EXAMPLES
5388
5388
  $ sf org list --clean
5389
5389
  ```
5390
5390
 
5391
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.4/src/commands/org/list.ts)_
5391
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.5/src/commands/org/list.ts)_
5392
5392
 
5393
5393
  ## `sf org list auth`
5394
5394
 
@@ -5460,7 +5460,7 @@ EXAMPLES
5460
5460
  $ sf org list limits --target-org my-scratch-org
5461
5461
  ```
5462
5462
 
5463
- _See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.3.91/src/commands/org/list/limits.ts)_
5463
+ _See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.3.92/src/commands/org/list/limits.ts)_
5464
5464
 
5465
5465
  ## `sf org list metadata`
5466
5466
 
@@ -5527,7 +5527,7 @@ FLAG DESCRIPTIONS
5527
5527
  Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
5528
5528
  ```
5529
5529
 
5530
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.4/src/commands/org/list/metadata.ts)_
5530
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.5/src/commands/org/list/metadata.ts)_
5531
5531
 
5532
5532
  ## `sf org list metadata-types`
5533
5533
 
@@ -5582,7 +5582,7 @@ FLAG DESCRIPTIONS
5582
5582
  Override the api version used for api requests made by this command
5583
5583
  ```
5584
5584
 
5585
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.4/src/commands/org/list/metadata-types.ts)_
5585
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.5/src/commands/org/list/metadata-types.ts)_
5586
5586
 
5587
5587
  ## `sf org list sobject record-counts`
5588
5588
 
@@ -5628,7 +5628,7 @@ EXAMPLES
5628
5628
  $ sf org list sobject record-counts --sobject Account --sobject Lead --target-org my-scratch-org
5629
5629
  ```
5630
5630
 
5631
- _See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.3.91/src/commands/org/list/sobject/record-counts.ts)_
5631
+ _See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.3.92/src/commands/org/list/sobject/record-counts.ts)_
5632
5632
 
5633
5633
  ## `sf org list users`
5634
5634
 
@@ -6128,7 +6128,7 @@ EXAMPLES
6128
6128
  $ sf org open --source-file force-app/main/default/bots/Coral_Cloud_Agent/Coral_Cloud_Agent.bot-meta.xml
6129
6129
  ```
6130
6130
 
6131
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.4/src/commands/org/open.ts)_
6131
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.5/src/commands/org/open.ts)_
6132
6132
 
6133
6133
  ## `sf org open agent`
6134
6134
 
@@ -6192,7 +6192,7 @@ EXAMPLES
6192
6192
  $ sf org open agent --authoring-bundle Coral_Cloud_Agent --version 1
6193
6193
  ```
6194
6194
 
6195
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.4/src/commands/org/open/agent.ts)_
6195
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.5/src/commands/org/open/agent.ts)_
6196
6196
 
6197
6197
  ## `sf org open authoring-bundle`
6198
6198
 
@@ -6238,7 +6238,7 @@ EXAMPLES
6238
6238
  $ sf org open authoring-bundle --target-org MyTestOrg1 --browser firefox
6239
6239
  ```
6240
6240
 
6241
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.4/src/commands/org/open/authoring-bundle.ts)_
6241
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.5/src/commands/org/open/authoring-bundle.ts)_
6242
6242
 
6243
6243
  ## `sf org refresh sandbox`
6244
6244
 
@@ -6341,7 +6341,7 @@ FLAG DESCRIPTIONS
6341
6341
  You can specify either --source-sandbox-name or --source-id when refreshing an existing sandbox, but not both.
6342
6342
  ```
6343
6343
 
6344
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.4/src/commands/org/refresh/sandbox.ts)_
6344
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.5/src/commands/org/refresh/sandbox.ts)_
6345
6345
 
6346
6346
  ## `sf org resume sandbox`
6347
6347
 
@@ -6404,7 +6404,7 @@ FLAG DESCRIPTIONS
6404
6404
  returns the job ID. To resume checking the sandbox creation, rerun this command.
6405
6405
  ```
6406
6406
 
6407
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.4/src/commands/org/resume/sandbox.ts)_
6407
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.5/src/commands/org/resume/sandbox.ts)_
6408
6408
 
6409
6409
  ## `sf org resume scratch`
6410
6410
 
@@ -6457,7 +6457,7 @@ FLAG DESCRIPTIONS
6457
6457
  returns the job ID. To resume checking the scratch creation, rerun this command.
6458
6458
  ```
6459
6459
 
6460
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.4/src/commands/org/resume/scratch.ts)_
6460
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.5/src/commands/org/resume/scratch.ts)_
6461
6461
 
6462
6462
  ## `sf package convert`
6463
6463
 
@@ -6554,7 +6554,7 @@ FLAG DESCRIPTIONS
6554
6554
  --installation-key-bypass flag is required.
6555
6555
  ```
6556
6556
 
6557
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.3/src/commands/package/convert.ts)_
6557
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.6/src/commands/package/convert.ts)_
6558
6558
 
6559
6559
  ## `sf package create`
6560
6560
 
@@ -6633,7 +6633,7 @@ FLAG DESCRIPTIONS
6633
6633
  Org-Dependent Unlocked Packages" in the Salesforce DX Developer Guide.
6634
6634
  ```
6635
6635
 
6636
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.3/src/commands/package/create.ts)_
6636
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.6/src/commands/package/create.ts)_
6637
6637
 
6638
6638
  ## `sf package delete`
6639
6639
 
@@ -6675,7 +6675,7 @@ EXAMPLES
6675
6675
  $ sf package delete --package 0Ho... --target-dev-hub devhub@example.com
6676
6676
  ```
6677
6677
 
6678
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.3/src/commands/package/delete.ts)_
6678
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.6/src/commands/package/delete.ts)_
6679
6679
 
6680
6680
  ## `sf package install`
6681
6681
 
@@ -6774,7 +6774,7 @@ FLAG DESCRIPTIONS
6774
6774
  - Delete: Delete removed components, except for custom objects and custom fields, that don't have dependencies.
6775
6775
  ```
6776
6776
 
6777
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.3/src/commands/package/install.ts)_
6777
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.6/src/commands/package/install.ts)_
6778
6778
 
6779
6779
  ## `sf package install report`
6780
6780
 
@@ -6807,7 +6807,7 @@ EXAMPLES
6807
6807
  $ sf package install report --request-id 0Hf... --target-org me@example.com
6808
6808
  ```
6809
6809
 
6810
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.3/src/commands/package/install/report.ts)_
6810
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.6/src/commands/package/install/report.ts)_
6811
6811
 
6812
6812
  ## `sf package installed list`
6813
6813
 
@@ -6839,7 +6839,7 @@ EXAMPLES
6839
6839
  $ sf package installed list --target-org me@example.com
6840
6840
  ```
6841
6841
 
6842
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.3/src/commands/package/installed/list.ts)_
6842
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.6/src/commands/package/installed/list.ts)_
6843
6843
 
6844
6844
  ## `sf package list`
6845
6845
 
@@ -6877,7 +6877,7 @@ EXAMPLES
6877
6877
  $ sf package list --target-dev-hub devhub@example.com --verbose
6878
6878
  ```
6879
6879
 
6880
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.3/src/commands/package/list.ts)_
6880
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.6/src/commands/package/list.ts)_
6881
6881
 
6882
6882
  ## `sf package push-upgrade abort`
6883
6883
 
@@ -6916,7 +6916,7 @@ EXAMPLES
6916
6916
  $ sf package push-upgrade abort --push-request-id 0DV... --target-dev-hub devhub@example.com
6917
6917
  ```
6918
6918
 
6919
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.3/src/commands/package/push-upgrade/abort.ts)_
6919
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.6/src/commands/package/push-upgrade/abort.ts)_
6920
6920
 
6921
6921
  ## `sf package push-upgrade list`
6922
6922
 
@@ -6975,7 +6975,7 @@ EXAMPLES
6975
6975
  $ sf package push-upgrade list --package 033xyz –-status Failed
6976
6976
  ```
6977
6977
 
6978
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.3/src/commands/package/push-upgrade/list.ts)_
6978
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.6/src/commands/package/push-upgrade/list.ts)_
6979
6979
 
6980
6980
  ## `sf package push-upgrade report`
6981
6981
 
@@ -7017,7 +7017,7 @@ EXAMPLES
7017
7017
  $ sf package push-upgrade report --push-request-id 0DV... --target-dev-hub devhub@example.com
7018
7018
  ```
7019
7019
 
7020
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.3/src/commands/package/push-upgrade/report.ts)_
7020
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.6/src/commands/package/push-upgrade/report.ts)_
7021
7021
 
7022
7022
  ## `sf package push-upgrade schedule`
7023
7023
 
@@ -7104,7 +7104,7 @@ FLAG DESCRIPTIONS
7104
7104
  Overrides the value of the target-dev-hub configuration variable, if set.
7105
7105
  ```
7106
7106
 
7107
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.3/src/commands/package/push-upgrade/schedule.ts)_
7107
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.6/src/commands/package/push-upgrade/schedule.ts)_
7108
7108
 
7109
7109
  ## `sf package uninstall`
7110
7110
 
@@ -7152,7 +7152,7 @@ EXAMPLES
7152
7152
  $ sf package uninstall --package "Undesirable Package Alias"
7153
7153
  ```
7154
7154
 
7155
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.3/src/commands/package/uninstall.ts)_
7155
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.6/src/commands/package/uninstall.ts)_
7156
7156
 
7157
7157
  ## `sf package uninstall report`
7158
7158
 
@@ -7185,7 +7185,7 @@ EXAMPLES
7185
7185
  $ sf package uninstall report --request-id 06y... --target-org me@example.com
7186
7186
  ```
7187
7187
 
7188
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.3/src/commands/package/uninstall/report.ts)_
7188
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.6/src/commands/package/uninstall/report.ts)_
7189
7189
 
7190
7190
  ## `sf package update`
7191
7191
 
@@ -7253,7 +7253,7 @@ FLAG DESCRIPTIONS
7253
7253
  the Installed Packages page. Only released package versions can be set as the recommended version.
7254
7254
  ```
7255
7255
 
7256
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.3/src/commands/package/update.ts)_
7256
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.6/src/commands/package/update.ts)_
7257
7257
 
7258
7258
  ## `sf package version create`
7259
7259
 
@@ -7430,7 +7430,7 @@ FLAG DESCRIPTIONS
7430
7430
  periods of no output from commands.
7431
7431
  ```
7432
7432
 
7433
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.3/src/commands/package/version/create.ts)_
7433
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.6/src/commands/package/version/create.ts)_
7434
7434
 
7435
7435
  ## `sf package version create list`
7436
7436
 
@@ -7491,7 +7491,7 @@ EXAMPLES
7491
7491
  $ sf package version create list --created-last-days 0 --status Success
7492
7492
  ```
7493
7493
 
7494
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.3/src/commands/package/version/create/list.ts)_
7494
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.6/src/commands/package/version/create/list.ts)_
7495
7495
 
7496
7496
  ## `sf package version create report`
7497
7497
 
@@ -7534,7 +7534,7 @@ EXAMPLES
7534
7534
  $ sf package version create report --package-create-request-id 08c... --target-dev-hub devhub@example.com
7535
7535
  ```
7536
7536
 
7537
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.3/src/commands/package/version/create/report.ts)_
7537
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.6/src/commands/package/version/create/report.ts)_
7538
7538
 
7539
7539
  ## `sf package version delete`
7540
7540
 
@@ -7575,7 +7575,7 @@ EXAMPLES
7575
7575
  $ sf package version delete --package 04t... --target-org devhub@example.com
7576
7576
  ```
7577
7577
 
7578
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.3/src/commands/package/version/delete.ts)_
7578
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.6/src/commands/package/version/delete.ts)_
7579
7579
 
7580
7580
  ## `sf package version displayancestry`
7581
7581
 
@@ -7635,7 +7635,7 @@ FLAG DESCRIPTIONS
7635
7635
  You can use the DOT code output in graph visualization software to create tree visualizations.
7636
7636
  ```
7637
7637
 
7638
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.3/src/commands/package/version/displayancestry.ts)_
7638
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.6/src/commands/package/version/displayancestry.ts)_
7639
7639
 
7640
7640
  ## `sf package version displaydependencies`
7641
7641
 
@@ -7697,7 +7697,7 @@ FLAG DESCRIPTIONS
7697
7697
  package, which must be installed last.
7698
7698
  ```
7699
7699
 
7700
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.3/src/commands/package/version/displaydependencies.ts)_
7700
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.6/src/commands/package/version/displaydependencies.ts)_
7701
7701
 
7702
7702
  ## `sf package version list`
7703
7703
 
@@ -7773,7 +7773,7 @@ EXAMPLES
7773
7773
  $ sf package version list --packages exp-mgr,exp-mgr-util --released --modified-last-days 0
7774
7774
  ```
7775
7775
 
7776
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.3/src/commands/package/version/list.ts)_
7776
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.6/src/commands/package/version/list.ts)_
7777
7777
 
7778
7778
  ## `sf package version promote`
7779
7779
 
@@ -7817,7 +7817,7 @@ EXAMPLES
7817
7817
  $ sf package version promote --package "Awesome Package Alias"
7818
7818
  ```
7819
7819
 
7820
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.3/src/commands/package/version/promote.ts)_
7820
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.6/src/commands/package/version/promote.ts)_
7821
7821
 
7822
7822
  ## `sf package version report`
7823
7823
 
@@ -7857,7 +7857,7 @@ EXAMPLES
7857
7857
  $ sf package version report --package "Your Package Alias" --target-dev-hub devhub@example.com
7858
7858
  ```
7859
7859
 
7860
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.3/src/commands/package/version/report.ts)_
7860
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.6/src/commands/package/version/report.ts)_
7861
7861
 
7862
7862
  ## `sf package version retrieve`
7863
7863
 
@@ -7902,7 +7902,7 @@ EXAMPLES
7902
7902
  $ sf package version retrieve --package 04tXXX --output-dir my-directory/ --target-dev-hub devhub@example.com
7903
7903
  ```
7904
7904
 
7905
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.3/src/commands/package/version/retrieve.ts)_
7905
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.6/src/commands/package/version/retrieve.ts)_
7906
7906
 
7907
7907
  ## `sf package version update`
7908
7908
 
@@ -7955,7 +7955,7 @@ EXAMPLES
7955
7955
  $ sf package version update --package 04t... --version-description "New Package Version Description"
7956
7956
  ```
7957
7957
 
7958
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.3/src/commands/package/version/update.ts)_
7958
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.6/src/commands/package/version/update.ts)_
7959
7959
 
7960
7960
  ## `sf package1 version create`
7961
7961
 
@@ -8022,7 +8022,7 @@ FLAG DESCRIPTIONS
8022
8022
  subscribers.
8023
8023
  ```
8024
8024
 
8025
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.3/src/commands/package1/version/create.ts)_
8025
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.6/src/commands/package1/version/create.ts)_
8026
8026
 
8027
8027
  ## `sf package1 version create get`
8028
8028
 
@@ -8055,7 +8055,7 @@ EXAMPLES
8055
8055
  $ sf package1 version create get --request-id 0HD... --target-org myorg@example.com
8056
8056
  ```
8057
8057
 
8058
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.3/src/commands/package1/version/create/get.ts)_
8058
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.6/src/commands/package1/version/create/get.ts)_
8059
8059
 
8060
8060
  ## `sf package1 version display`
8061
8061
 
@@ -8089,7 +8089,7 @@ EXAMPLES
8089
8089
  $ sf package1 version display --package-version-id 04t... --target-org myorg@example.com
8090
8090
  ```
8091
8091
 
8092
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.3/src/commands/package1/version/display.ts)_
8092
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.6/src/commands/package1/version/display.ts)_
8093
8093
 
8094
8094
  ## `sf package1 version list`
8095
8095
 
@@ -8127,7 +8127,7 @@ FLAG DESCRIPTIONS
8127
8127
  If not specified, shows all versions for all packages (managed and unmanaged) in the org.
8128
8128
  ```
8129
8129
 
8130
- _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.3/src/commands/package1/version/list.ts)_
8130
+ _See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.28.6/src/commands/package1/version/list.ts)_
8131
8131
 
8132
8132
  ## `sf plugins`
8133
8133
 
@@ -8150,7 +8150,7 @@ EXAMPLES
8150
8150
  $ sf plugins
8151
8151
  ```
8152
8152
 
8153
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.69/src/commands/plugins/index.ts)_
8153
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.72/src/commands/plugins/index.ts)_
8154
8154
 
8155
8155
  ## `sf plugins discover`
8156
8156
 
@@ -8168,7 +8168,7 @@ EXAMPLES
8168
8168
  $ sf plugins discover
8169
8169
  ```
8170
8170
 
8171
- _See code: [@salesforce/plugin-marketplace](https://github.com/salesforcecli/plugin-marketplace/blob/1.3.28/src/commands/plugins/discover.ts)_
8171
+ _See code: [@salesforce/plugin-marketplace](https://github.com/salesforcecli/plugin-marketplace/blob/1.3.29/src/commands/plugins/discover.ts)_
8172
8172
 
8173
8173
  ## `sf plugins:inspect PLUGIN...`
8174
8174
 
@@ -8195,7 +8195,7 @@ EXAMPLES
8195
8195
  $ sf plugins inspect @salesforce/plugin-packaging
8196
8196
  ```
8197
8197
 
8198
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.69/src/commands/plugins/inspect.ts)_
8198
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.72/src/commands/plugins/inspect.ts)_
8199
8199
 
8200
8200
  ## `sf plugins install PLUGIN`
8201
8201
 
@@ -8244,7 +8244,7 @@ EXAMPLES
8244
8244
  $ sf plugins install someuser/someplugin
8245
8245
  ```
8246
8246
 
8247
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.69/src/commands/plugins/install.ts)_
8247
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.72/src/commands/plugins/install.ts)_
8248
8248
 
8249
8249
  ## `sf plugins link PATH`
8250
8250
 
@@ -8275,7 +8275,7 @@ EXAMPLES
8275
8275
  $ sf plugins link @salesforce/plugin-packaging
8276
8276
  ```
8277
8277
 
8278
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.69/src/commands/plugins/link.ts)_
8278
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.72/src/commands/plugins/link.ts)_
8279
8279
 
8280
8280
  ## `sf plugins reset`
8281
8281
 
@@ -8290,7 +8290,7 @@ FLAGS
8290
8290
  --reinstall Reinstall all plugins after uninstalling.
8291
8291
  ```
8292
8292
 
8293
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.69/src/commands/plugins/reset.ts)_
8293
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.72/src/commands/plugins/reset.ts)_
8294
8294
 
8295
8295
  ## `sf plugins trust allowlist add`
8296
8296
 
@@ -8327,7 +8327,7 @@ EXAMPLES
8327
8327
  $ sf plugins trust allowlist add --name @scope/my-plugin --name another-plugin
8328
8328
  ```
8329
8329
 
8330
- _See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.8.11/src/commands/plugins/trust/allowlist/add.ts)_
8330
+ _See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.8.13/src/commands/plugins/trust/allowlist/add.ts)_
8331
8331
 
8332
8332
  ## `sf plugins trust allowlist list`
8333
8333
 
@@ -8355,7 +8355,7 @@ EXAMPLES
8355
8355
  $ sf plugins trust allowlist list
8356
8356
  ```
8357
8357
 
8358
- _See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.8.11/src/commands/plugins/trust/allowlist/list.ts)_
8358
+ _See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.8.13/src/commands/plugins/trust/allowlist/list.ts)_
8359
8359
 
8360
8360
  ## `sf plugins trust allowlist remove`
8361
8361
 
@@ -8392,7 +8392,7 @@ EXAMPLES
8392
8392
  $ sf plugins trust allowlist remove --name @scope/my-plugin --name another-plugin
8393
8393
  ```
8394
8394
 
8395
- _See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.8.11/src/commands/plugins/trust/allowlist/remove.ts)_
8395
+ _See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.8.13/src/commands/plugins/trust/allowlist/remove.ts)_
8396
8396
 
8397
8397
  ## `sf plugins trust verify`
8398
8398
 
@@ -8421,7 +8421,7 @@ EXAMPLES
8421
8421
  $ sf plugins trust verify --npm @scope/npmName
8422
8422
  ```
8423
8423
 
8424
- _See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.8.11/src/commands/plugins/trust/verify.ts)_
8424
+ _See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.8.13/src/commands/plugins/trust/verify.ts)_
8425
8425
 
8426
8426
  ## `sf plugins uninstall [PLUGIN]`
8427
8427
 
@@ -8449,7 +8449,7 @@ EXAMPLES
8449
8449
  $ sf plugins uninstall @salesforce/plugin-packaging
8450
8450
  ```
8451
8451
 
8452
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.69/src/commands/plugins/uninstall.ts)_
8452
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.72/src/commands/plugins/uninstall.ts)_
8453
8453
 
8454
8454
  ## `sf plugins update`
8455
8455
 
@@ -8467,7 +8467,7 @@ DESCRIPTION
8467
8467
  Update installed plugins.
8468
8468
  ```
8469
8469
 
8470
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.69/src/commands/plugins/update.ts)_
8470
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.72/src/commands/plugins/update.ts)_
8471
8471
 
8472
8472
  ## `sf project convert mdapi`
8473
8473
 
@@ -8530,7 +8530,7 @@ FLAG DESCRIPTIONS
8530
8530
  If you specify this flag, don’t specify --metadata or --source-dir.
8531
8531
  ```
8532
8532
 
8533
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.50/src/commands/project/convert/mdapi.ts)_
8533
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.54/src/commands/project/convert/mdapi.ts)_
8534
8534
 
8535
8535
  ## `sf project convert source`
8536
8536
 
@@ -8603,7 +8603,7 @@ FLAG DESCRIPTIONS
8603
8603
  Override the api version used for api requests made by this command
8604
8604
  ```
8605
8605
 
8606
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.50/src/commands/project/convert/source.ts)_
8606
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.54/src/commands/project/convert/source.ts)_
8607
8607
 
8608
8608
  ## `sf project convert source-behavior`
8609
8609
 
@@ -8662,7 +8662,7 @@ EXAMPLES
8662
8662
  $ sf project convert source-behavior --behavior decomposePermissionSetBeta --dry-run --preserve-temp-dir
8663
8663
  ```
8664
8664
 
8665
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.50/src/commands/project/convert/source-behavior.ts)_
8665
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.54/src/commands/project/convert/source-behavior.ts)_
8666
8666
 
8667
8667
  ## `sf project delete source`
8668
8668
 
@@ -8815,7 +8815,7 @@ FLAG DESCRIPTIONS
8815
8815
  - Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
8816
8816
  ```
8817
8817
 
8818
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.50/src/commands/project/delete/source.ts)_
8818
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.54/src/commands/project/delete/source.ts)_
8819
8819
 
8820
8820
  ## `sf project delete tracking`
8821
8821
 
@@ -8852,7 +8852,7 @@ EXAMPLES
8852
8852
  $ sf project delete tracking --target-org my-scratch
8853
8853
  ```
8854
8854
 
8855
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.50/src/commands/project/delete/tracking.ts)_
8855
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.54/src/commands/project/delete/tracking.ts)_
8856
8856
 
8857
8857
  ## `sf project deploy cancel`
8858
8858
 
@@ -8924,7 +8924,7 @@ FLAG DESCRIPTIONS
8924
8924
  project deploy report".
8925
8925
  ```
8926
8926
 
8927
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.50/src/commands/project/deploy/cancel.ts)_
8927
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.54/src/commands/project/deploy/cancel.ts)_
8928
8928
 
8929
8929
  ## `sf project deploy preview`
8930
8930
 
@@ -9007,7 +9007,7 @@ FLAG DESCRIPTIONS
9007
9007
  All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
9008
9008
  ```
9009
9009
 
9010
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.50/src/commands/project/deploy/preview.ts)_
9010
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.54/src/commands/project/deploy/preview.ts)_
9011
9011
 
9012
9012
  ## `sf project deploy quick`
9013
9013
 
@@ -9100,7 +9100,7 @@ ERROR CODES
9100
9100
  Canceling (69) The deploy is being canceled.
9101
9101
  ```
9102
9102
 
9103
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.50/src/commands/project/deploy/quick.ts)_
9103
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.54/src/commands/project/deploy/quick.ts)_
9104
9104
 
9105
9105
  ## `sf project deploy report`
9106
9106
 
@@ -9192,7 +9192,7 @@ FLAG DESCRIPTIONS
9192
9192
  --coverage-formatters lcov --coverage-formatters clover
9193
9193
  ```
9194
9194
 
9195
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.50/src/commands/project/deploy/report.ts)_
9195
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.54/src/commands/project/deploy/report.ts)_
9196
9196
 
9197
9197
  ## `sf project deploy resume`
9198
9198
 
@@ -9289,7 +9289,7 @@ ERROR CODES
9289
9289
  Canceling (69) The deploy is being canceled.
9290
9290
  ```
9291
9291
 
9292
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.50/src/commands/project/deploy/resume.ts)_
9292
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.54/src/commands/project/deploy/resume.ts)_
9293
9293
 
9294
9294
  ## `sf project deploy start`
9295
9295
 
@@ -9555,7 +9555,7 @@ ERROR CODES
9555
9555
  Canceling (69) The deploy is being canceled.
9556
9556
  ```
9557
9557
 
9558
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.50/src/commands/project/deploy/start.ts)_
9558
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.54/src/commands/project/deploy/start.ts)_
9559
9559
 
9560
9560
  ## `sf project deploy validate`
9561
9561
 
@@ -9759,7 +9759,7 @@ ERROR CODES
9759
9759
  Canceling (69) The deploy is being canceled.
9760
9760
  ```
9761
9761
 
9762
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.50/src/commands/project/deploy/validate.ts)_
9762
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.54/src/commands/project/deploy/validate.ts)_
9763
9763
 
9764
9764
  ## `sf project generate manifest`
9765
9765
 
@@ -9855,7 +9855,7 @@ EXAMPLES
9855
9855
  $ sf project generate manifest --from-org test@myorg.com --excluded-metadata StandardValueSet
9856
9856
  ```
9857
9857
 
9858
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.50/src/commands/project/generate/manifest.ts)_
9858
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.54/src/commands/project/generate/manifest.ts)_
9859
9859
 
9860
9860
  ## `sf project list ignored`
9861
9861
 
@@ -9897,7 +9897,7 @@ EXAMPLES
9897
9897
  $ sf project list ignored --source-dir package.xml
9898
9898
  ```
9899
9899
 
9900
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.50/src/commands/project/list/ignored.ts)_
9900
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.54/src/commands/project/list/ignored.ts)_
9901
9901
 
9902
9902
  ## `sf project reset tracking`
9903
9903
 
@@ -9946,7 +9946,7 @@ EXAMPLES
9946
9946
  $ sf project reset tracking --revision 30
9947
9947
  ```
9948
9948
 
9949
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.50/src/commands/project/reset/tracking.ts)_
9949
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.54/src/commands/project/reset/tracking.ts)_
9950
9950
 
9951
9951
  ## `sf project retrieve preview`
9952
9952
 
@@ -10000,7 +10000,7 @@ FLAG DESCRIPTIONS
10000
10000
  production orgs.
10001
10001
  ```
10002
10002
 
10003
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.50/src/commands/project/retrieve/preview.ts)_
10003
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.54/src/commands/project/retrieve/preview.ts)_
10004
10004
 
10005
10005
  ## `sf project retrieve start`
10006
10006
 
@@ -10181,7 +10181,7 @@ ENVIRONMENT VARIABLES
10181
10181
  SF_USE_PROGRESS_BAR Set to false to disable the progress bar when running the metadata deploy command.
10182
10182
  ```
10183
10183
 
10184
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.50/src/commands/project/retrieve/start.ts)_
10184
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.24.54/src/commands/project/retrieve/start.ts)_
10185
10185
 
10186
10186
  ## `sf schema generate field`
10187
10187
 
@@ -10235,7 +10235,7 @@ FLAG DESCRIPTIONS
10235
10235
  If you don't specify this flag, the command prompts you to choose from your local objects.
10236
10236
  ```
10237
10237
 
10238
- _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.110/src/commands/schema/generate/field.ts)_
10238
+ _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.111/src/commands/schema/generate/field.ts)_
10239
10239
 
10240
10240
  ## `sf schema generate platformevent`
10241
10241
 
@@ -10267,7 +10267,7 @@ EXAMPLES
10267
10267
  $ sf schema generate platformevent --label "My Platform Event"
10268
10268
  ```
10269
10269
 
10270
- _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.110/src/commands/schema/generate/platformevent.ts)_
10270
+ _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.111/src/commands/schema/generate/platformevent.ts)_
10271
10271
 
10272
10272
  ## `sf schema generate sobject`
10273
10273
 
@@ -10324,7 +10324,7 @@ FLAG DESCRIPTIONS
10324
10324
  - Streaming API: With Bulk API and Sharing, classifies the custom object as an Enterprise Application object.
10325
10325
  ```
10326
10326
 
10327
- _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.110/src/commands/schema/generate/sobject.ts)_
10327
+ _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.111/src/commands/schema/generate/sobject.ts)_
10328
10328
 
10329
10329
  ## `sf schema generate tab`
10330
10330
 
@@ -10372,7 +10372,7 @@ FLAG DESCRIPTIONS
10372
10372
  The API name for a custom object always ends in `__c`, such as `MyObject__c`.
10373
10373
  ```
10374
10374
 
10375
- _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.110/src/commands/schema/generate/tab.ts)_
10375
+ _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.111/src/commands/schema/generate/tab.ts)_
10376
10376
 
10377
10377
  ## `sf search`
10378
10378
 
@@ -10435,7 +10435,7 @@ EXAMPLES
10435
10435
  $ sf sobject describe --sobject ApexCodeCoverage --use-tooling-api
10436
10436
  ```
10437
10437
 
10438
- _See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.115/src/commands/sobject/describe.ts)_
10438
+ _See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.116/src/commands/sobject/describe.ts)_
10439
10439
 
10440
10440
  ## `sf sobject list`
10441
10441
 
@@ -10474,7 +10474,7 @@ EXAMPLES
10474
10474
  $ sf sobject list --sobject custom --target-org my-scratch-org
10475
10475
  ```
10476
10476
 
10477
- _See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.115/src/commands/sobject/list.ts)_
10477
+ _See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.116/src/commands/sobject/list.ts)_
10478
10478
 
10479
10479
  ## `sf template generate analytics template`
10480
10480
 
@@ -10518,7 +10518,7 @@ FLAG DESCRIPTIONS
10518
10518
  directory.
10519
10519
  ```
10520
10520
 
10521
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.5/src/commands/template/generate/analytics/template.ts)_
10521
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.6/src/commands/template/generate/analytics/template.ts)_
10522
10522
 
10523
10523
  ## `sf template generate apex class`
10524
10524
 
@@ -10578,7 +10578,7 @@ FLAG DESCRIPTIONS
10578
10578
  Supplied parameter values or default values are filled into a copy of the template.
10579
10579
  ```
10580
10580
 
10581
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.5/src/commands/template/generate/apex/class.ts)_
10581
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.6/src/commands/template/generate/apex/class.ts)_
10582
10582
 
10583
10583
  ## `sf template generate apex trigger`
10584
10584
 
@@ -10648,7 +10648,7 @@ FLAG DESCRIPTIONS
10648
10648
  Supplied parameter values or default values are filled into a copy of the template.
10649
10649
  ```
10650
10650
 
10651
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.5/src/commands/template/generate/apex/trigger.ts)_
10651
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.6/src/commands/template/generate/apex/trigger.ts)_
10652
10652
 
10653
10653
  ## `sf template generate digital-experience site`
10654
10654
 
@@ -10702,7 +10702,7 @@ FLAG DESCRIPTIONS
10702
10702
  project, defaults to the current directory.
10703
10703
  ```
10704
10704
 
10705
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.5/src/commands/template/generate/digital-experience/site.ts)_
10705
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.6/src/commands/template/generate/digital-experience/site.ts)_
10706
10706
 
10707
10707
  ## `sf template generate flexipage`
10708
10708
 
@@ -10784,7 +10784,7 @@ FLAG DESCRIPTIONS
10784
10784
  'Custom_Object__c'. This sets the `sobjectType` field in the FlexiPage metadata.
10785
10785
  ```
10786
10786
 
10787
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.5/src/commands/template/generate/flexipage/index.ts)_
10787
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.6/src/commands/template/generate/flexipage/index.ts)_
10788
10788
 
10789
10789
  ## `sf template generate lightning app`
10790
10790
 
@@ -10842,7 +10842,7 @@ FLAG DESCRIPTIONS
10842
10842
  field in the DX project's "sfdx-project.json" file.
10843
10843
  ```
10844
10844
 
10845
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.5/src/commands/template/generate/lightning/app.ts)_
10845
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.6/src/commands/template/generate/lightning/app.ts)_
10846
10846
 
10847
10847
  ## `sf template generate lightning component`
10848
10848
 
@@ -10919,7 +10919,7 @@ FLAG DESCRIPTIONS
10919
10919
  field in the DX project's "sfdx-project.json" file.
10920
10920
  ```
10921
10921
 
10922
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.5/src/commands/template/generate/lightning/component.ts)_
10922
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.6/src/commands/template/generate/lightning/component.ts)_
10923
10923
 
10924
10924
  ## `sf template generate lightning event`
10925
10925
 
@@ -10977,7 +10977,7 @@ FLAG DESCRIPTIONS
10977
10977
  field in the DX project's "sfdx-project.json" file.
10978
10978
  ```
10979
10979
 
10980
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.5/src/commands/template/generate/lightning/event.ts)_
10980
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.6/src/commands/template/generate/lightning/event.ts)_
10981
10981
 
10982
10982
  ## `sf template generate lightning interface`
10983
10983
 
@@ -11035,7 +11035,7 @@ FLAG DESCRIPTIONS
11035
11035
  field in the DX project's "sfdx-project.json" file.
11036
11036
  ```
11037
11037
 
11038
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.5/src/commands/template/generate/lightning/interface.ts)_
11038
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.6/src/commands/template/generate/lightning/interface.ts)_
11039
11039
 
11040
11040
  ## `sf template generate lightning test`
11041
11041
 
@@ -11093,7 +11093,7 @@ FLAG DESCRIPTIONS
11093
11093
  field in the DX project's "sfdx-project.json" file.
11094
11094
  ```
11095
11095
 
11096
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.5/src/commands/template/generate/lightning/test.ts)_
11096
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.6/src/commands/template/generate/lightning/test.ts)_
11097
11097
 
11098
11098
  ## `sf template generate project`
11099
11099
 
@@ -11219,7 +11219,7 @@ FLAG DESCRIPTIONS
11219
11219
  server-side type stripping.
11220
11220
  ```
11221
11221
 
11222
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.5/src/commands/template/generate/project/index.ts)_
11222
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.6/src/commands/template/generate/project/index.ts)_
11223
11223
 
11224
11224
  ## `sf template generate static-resource`
11225
11225
 
@@ -11282,7 +11282,7 @@ FLAG DESCRIPTIONS
11282
11282
  etc.
11283
11283
  ```
11284
11284
 
11285
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.5/src/commands/template/generate/static-resource/index.ts)_
11285
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.6/src/commands/template/generate/static-resource/index.ts)_
11286
11286
 
11287
11287
  ## `sf template generate ui-bundle`
11288
11288
 
@@ -11366,7 +11366,7 @@ FLAG DESCRIPTIONS
11366
11366
  Supplied parameter values or default values are filled into a copy of the template.
11367
11367
  ```
11368
11368
 
11369
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.5/src/commands/template/generate/ui-bundle/index.ts)_
11369
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.6/src/commands/template/generate/ui-bundle/index.ts)_
11370
11370
 
11371
11371
  ## `sf template generate visualforce component`
11372
11372
 
@@ -11423,7 +11423,7 @@ FLAG DESCRIPTIONS
11423
11423
  Supplied parameter values or default values are filled into a copy of the template.
11424
11424
  ```
11425
11425
 
11426
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.5/src/commands/template/generate/visualforce/component.ts)_
11426
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.6/src/commands/template/generate/visualforce/component.ts)_
11427
11427
 
11428
11428
  ## `sf template generate visualforce page`
11429
11429
 
@@ -11474,7 +11474,7 @@ FLAG DESCRIPTIONS
11474
11474
  The name can be up to 40 characters and must start with a letter.
11475
11475
  ```
11476
11476
 
11477
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.5/src/commands/template/generate/visualforce/page.ts)_
11477
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.17.6/src/commands/template/generate/visualforce/page.ts)_
11478
11478
 
11479
11479
  ## `sf update [CHANNEL]`
11480
11480
 
@@ -11532,7 +11532,7 @@ FLAG DESCRIPTIONS
11532
11532
  Additionally shows the architecture, node version, operating system, and versions of plugins that the CLI is using.
11533
11533
  ```
11534
11534
 
11535
- _See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/2.2.46/src/commands/version.ts)_
11535
+ _See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/2.2.47/src/commands/version.ts)_
11536
11536
 
11537
11537
  ## `sf which`
11538
11538