@salesforce/cli 2.150.5 → 2.151.0

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.5 linux-x64 node-v24.19.0
28
+ @salesforce/cli/2.151.0 linux-x64 node-v24.19.0
29
29
  $ sf --help [COMMAND]
30
30
  USAGE
31
31
  $ sf COMMAND
@@ -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.6/src/commands/data/bulk/results.ts)_
3709
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.7/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.6/src/commands/data/create/file.ts)_
3758
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.7/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.6/src/commands/data/create/record.ts)_
3817
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.7/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.6/src/commands/data/delete/bulk.ts)_
3876
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.7/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.6/src/commands/data/delete/record.ts)_
3937
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.7/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.6/src/commands/data/delete/resume.ts)_
3976
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.7/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.6/src/commands/data/export/bulk.ts)_
4043
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.7/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.6/src/commands/data/export/resume.ts)_
4082
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.7/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.6/src/commands/data/export/tree.ts)_
4142
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.7/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.6/src/commands/data/get/record.ts)_
4206
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.7/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.6/src/commands/data/import/bulk.ts)_
4258
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.7/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.6/src/commands/data/import/resume.ts)_
4294
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.7/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.6/src/commands/data/import/tree.ts)_
4358
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.7/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.6/src/commands/data/query.ts)_
4411
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.7/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.6/src/commands/data/resume.ts)_
4448
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.7/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.6/src/commands/data/search.ts)_
4498
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.7/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.6/src/commands/data/update/bulk.ts)_
4553
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.7/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.6/src/commands/data/update/record.ts)_
4617
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.7/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.6/src/commands/data/update/resume.ts)_
4656
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.7/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.6/src/commands/data/upsert/bulk.ts)_
4712
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.7/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.6/src/commands/data/upsert/resume.ts)_
4751
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.7/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.6/src/commands/force/data/bulk/delete.ts)_
4846
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.7/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.6/src/commands/force/data/bulk/status.ts)_
4883
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.7/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.6/src/commands/force/data/bulk/upsert.ts)_
4941
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.7/src/commands/force/data/bulk/upsert.ts)_
4942
4942
 
4943
4943
  ## `sf help [COMMAND]`
4944
4944
 
@@ -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.10/src/commands/org/auth/show-access-token.ts)_
5307
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.11/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.10/src/commands/org/auth/show-sfdx-auth-url.ts)_
5351
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.11/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.10/src/commands/org/auth/show-user-password.ts)_
5398
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.11/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.10/src/commands/org/create/agent-user.ts)_
5476
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.11/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.10/src/commands/org/create/sandbox.ts)_
5610
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.11/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.10/src/commands/org/create/scratch.ts)_
5792
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.11/src/commands/org/create/scratch.ts)_
5793
5793
 
5794
5794
  ## `sf org create user`
5795
5795
 
@@ -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.10/src/commands/org/delete/sandbox.ts)_
5946
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.11/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.10/src/commands/org/delete/scratch.ts)_
5990
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.11/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.10/src/commands/org/disable/tracking.ts)_
6029
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.11/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.10/src/commands/org/display.ts)_
6074
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.11/src/commands/org/display.ts)_
6075
6075
 
6076
6076
  ## `sf org display user`
6077
6077
 
@@ -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.10/src/commands/org/enable/tracking.ts)_
6154
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.11/src/commands/org/enable/tracking.ts)_
6155
6155
 
6156
6156
  ## `sf org generate password`
6157
6157
 
@@ -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.10/src/commands/org/list.ts)_
6257
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.11/src/commands/org/list.ts)_
6258
6258
 
6259
6259
  ## `sf org list auth`
6260
6260
 
@@ -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.10/src/commands/org/list/metadata.ts)_
6396
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.11/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.10/src/commands/org/list/metadata-types.ts)_
6451
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.11/src/commands/org/list/metadata-types.ts)_
6452
6452
 
6453
6453
  ## `sf org list sobject record-counts`
6454
6454
 
@@ -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.10/src/commands/org/open.ts)_
7000
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.11/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.10/src/commands/org/open/agent.ts)_
7064
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.11/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.10/src/commands/org/open/authoring-bundle.ts)_
7110
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.11/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.10/src/commands/org/refresh/sandbox.ts)_
7213
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.11/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.10/src/commands/org/resume/sandbox.ts)_
7276
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.11/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.10/src/commands/org/resume/scratch.ts)_
7329
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.11/src/commands/org/resume/scratch.ts)_
7330
7330
 
7331
7331
  ## `sf package convert`
7332
7332
 
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
- "version": "2.150.5",
3
+ "version": "2.151.0",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/cli",
9
- "version": "2.150.5",
9
+ "version": "2.151.0",
10
10
  "hasInstallScript": true,
11
11
  "license": "Apache-2.0",
12
12
  "dependencies": {
@@ -28,12 +28,12 @@
28
28
  "@salesforce/plugin-apex": "4.1.1",
29
29
  "@salesforce/plugin-api": "2.0.9",
30
30
  "@salesforce/plugin-auth": "5.0.6",
31
- "@salesforce/plugin-data": "5.1.6",
31
+ "@salesforce/plugin-data": "5.1.7",
32
32
  "@salesforce/plugin-deploy-retrieve": "4.1.2",
33
33
  "@salesforce/plugin-info": "4.0.9",
34
34
  "@salesforce/plugin-limits": "4.0.4",
35
35
  "@salesforce/plugin-marketplace": "2.0.5",
36
- "@salesforce/plugin-org": "6.0.10",
36
+ "@salesforce/plugin-org": "6.0.11",
37
37
  "@salesforce/plugin-packaging": "3.0.6",
38
38
  "@salesforce/plugin-schema": "4.0.6",
39
39
  "@salesforce/plugin-settings": "3.0.6",
@@ -2511,9 +2511,9 @@
2511
2511
  }
2512
2512
  },
2513
2513
  "node_modules/@jsforce/jsforce-node": {
2514
- "version": "3.10.22",
2515
- "resolved": "https://registry.npmjs.org/@jsforce/jsforce-node/-/jsforce-node-3.10.22.tgz",
2516
- "integrity": "sha512-4TLjnvTlBW59NmNSsRRV5dDEepQGfBKVD0WWQlJUJwkU0d5FFxo8GbfNmCOXkjjYAe1wv7SuvMzJKcLZHU6qyw==",
2514
+ "version": "3.10.23",
2515
+ "resolved": "https://registry.npmjs.org/@jsforce/jsforce-node/-/jsforce-node-3.10.23.tgz",
2516
+ "integrity": "sha512-sepBNb9Bt0vSdXqZqq97p/EP8NJjjOnDQoRmiH2Lcm/nsznQsrsUttoNmNxfxrRubuJTIL9m4H1I7uOb8HrgRg==",
2517
2517
  "license": "MIT",
2518
2518
  "dependencies": {
2519
2519
  "@sindresorhus/is": "^4",
@@ -4344,12 +4344,12 @@
4344
4344
  }
4345
4345
  },
4346
4346
  "node_modules/@salesforce/core": {
4347
- "version": "9.1.4",
4348
- "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-9.1.4.tgz",
4349
- "integrity": "sha512-S4VZ0xstYOAs5dwt7EDGkuFZA8rddy0wmuPTGjsIhgAPzuq3I5lKyBNwqXMMxdhBcWi+P4cXccHLpOYivgdrXQ==",
4347
+ "version": "9.1.7",
4348
+ "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-9.1.7.tgz",
4349
+ "integrity": "sha512-6ecm8k3RQ5lLZ8ecv4kuY9ORpdZ5vceQO/QEDkEIfg+XbT3k10lMztX6/Q0lM6EmeNGT8xqwbdHaYvcKhCwyDQ==",
4350
4350
  "license": "Apache-2.0",
4351
4351
  "dependencies": {
4352
- "@jsforce/jsforce-node": "^3.10.22",
4352
+ "@jsforce/jsforce-node": "^3.10.23",
4353
4353
  "@salesforce/kit": "^4.0.0",
4354
4354
  "@salesforce/ts-types": "^3.0.0",
4355
4355
  "ajv": "^8.18.0",
@@ -4895,16 +4895,16 @@
4895
4895
  }
4896
4896
  },
4897
4897
  "node_modules/@salesforce/plugin-data": {
4898
- "version": "5.1.6",
4899
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-5.1.6.tgz",
4900
- "integrity": "sha512-mRSvepUpwgCb0bJtwldPX31RD571Bd2Lha/Yqeyp8YT0zRKITjCPd9e17vMkvSjHjWd2ftB6178EVZqThO5RDQ==",
4898
+ "version": "5.1.7",
4899
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-5.1.7.tgz",
4900
+ "integrity": "sha512-1eTux7FYdVBO4u4JwQvvkR1J5KPEdLcrTEMTnXh6yQ+EKxAq4CTAtwSGzk77pA9Y2GtLjAKIVpxQlLhkkq9HBg==",
4901
4901
  "license": "Apache-2.0",
4902
4902
  "dependencies": {
4903
- "@jsforce/jsforce-node": "^3.10.15",
4903
+ "@jsforce/jsforce-node": "^3.10.23",
4904
4904
  "@oclif/multi-stage-output": "^0.8.44",
4905
- "@salesforce/core": "^9.1.2",
4905
+ "@salesforce/core": "^9.1.7",
4906
4906
  "@salesforce/kit": "^4.0.0",
4907
- "@salesforce/sf-plugins-core": "^13.0.0",
4907
+ "@salesforce/sf-plugins-core": "^13.0.3",
4908
4908
  "@salesforce/ts-types": "^3.0.1",
4909
4909
  "ansis": "^3.16.0",
4910
4910
  "change-case": "^5.4.4",
@@ -5036,16 +5036,16 @@
5036
5036
  }
5037
5037
  },
5038
5038
  "node_modules/@salesforce/plugin-org": {
5039
- "version": "6.0.10",
5040
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-6.0.10.tgz",
5041
- "integrity": "sha512-tbOhB1IkUfEh2+QvDv8sU6EdQaATwEr9qdJ8/8ppCeLcWe3x/EwOmFov6zmKyGOOMdcvf0hxKkX8KYIYslINYQ==",
5039
+ "version": "6.0.11",
5040
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-6.0.11.tgz",
5041
+ "integrity": "sha512-dwG/RYZdxM2WPLRn5D3/oKmPKGyBrwSO+7+2yny0xjtGGdh6LKhlEXPhyFicv9Yy9/FZXpEoZqQA7iZN9dpuJA==",
5042
5042
  "license": "Apache-2.0",
5043
5043
  "dependencies": {
5044
5044
  "@oclif/core": "^4.13.3",
5045
5045
  "@oclif/multi-stage-output": "^0.8.44",
5046
- "@salesforce/core": "^9.1.2",
5046
+ "@salesforce/core": "^9.1.7",
5047
5047
  "@salesforce/kit": "^4.0.0",
5048
- "@salesforce/sf-plugins-core": "^13.0.0",
5048
+ "@salesforce/sf-plugins-core": "^13.0.3",
5049
5049
  "@salesforce/source-deploy-retrieve": "^13.0.1",
5050
5050
  "@salesforce/ts-types": "^3.0.1",
5051
5051
  "ansis": "^3.16.0",
package/oclif.lock CHANGED
@@ -1074,10 +1074,10 @@
1074
1074
  "@jridgewell/resolve-uri" "^3.0.3"
1075
1075
  "@jridgewell/sourcemap-codec" "^1.4.10"
1076
1076
 
1077
- "@jsforce/jsforce-node@^3.10.15", "@jsforce/jsforce-node@^3.10.17", "@jsforce/jsforce-node@^3.10.19", "@jsforce/jsforce-node@^3.10.22":
1078
- version "3.10.22"
1079
- resolved "https://registry.npmjs.org/@jsforce/jsforce-node/-/jsforce-node-3.10.22.tgz"
1080
- integrity sha512-4TLjnvTlBW59NmNSsRRV5dDEepQGfBKVD0WWQlJUJwkU0d5FFxo8GbfNmCOXkjjYAe1wv7SuvMzJKcLZHU6qyw==
1077
+ "@jsforce/jsforce-node@^3.10.17", "@jsforce/jsforce-node@^3.10.19", "@jsforce/jsforce-node@^3.10.22", "@jsforce/jsforce-node@^3.10.23":
1078
+ version "3.10.23"
1079
+ resolved "https://registry.npmjs.org/@jsforce/jsforce-node/-/jsforce-node-3.10.23.tgz"
1080
+ integrity sha512-sepBNb9Bt0vSdXqZqq97p/EP8NJjjOnDQoRmiH2Lcm/nsznQsrsUttoNmNxfxrRubuJTIL9m4H1I7uOb8HrgRg==
1081
1081
  dependencies:
1082
1082
  "@sindresorhus/is" "^4"
1083
1083
  base64url "^3.0.1"
@@ -1874,12 +1874,12 @@
1874
1874
  ts-retry-promise "^0.8.1"
1875
1875
  zod "^4.1.12"
1876
1876
 
1877
- "@salesforce/core@^9.0.0", "@salesforce/core@^9.1.0", "@salesforce/core@^9.1.2", "@salesforce/core@^9.1.4":
1878
- version "9.1.4"
1879
- resolved "https://registry.npmjs.org/@salesforce/core/-/core-9.1.4.tgz"
1880
- integrity sha512-S4VZ0xstYOAs5dwt7EDGkuFZA8rddy0wmuPTGjsIhgAPzuq3I5lKyBNwqXMMxdhBcWi+P4cXccHLpOYivgdrXQ==
1877
+ "@salesforce/core@^9.0.0", "@salesforce/core@^9.1.0", "@salesforce/core@^9.1.2", "@salesforce/core@^9.1.4", "@salesforce/core@^9.1.7":
1878
+ version "9.1.7"
1879
+ resolved "https://registry.npmjs.org/@salesforce/core/-/core-9.1.7.tgz"
1880
+ integrity sha512-6ecm8k3RQ5lLZ8ecv4kuY9ORpdZ5vceQO/QEDkEIfg+XbT3k10lMztX6/Q0lM6EmeNGT8xqwbdHaYvcKhCwyDQ==
1881
1881
  dependencies:
1882
- "@jsforce/jsforce-node" "^3.10.22"
1882
+ "@jsforce/jsforce-node" "^3.10.23"
1883
1883
  "@salesforce/kit" "^4.0.0"
1884
1884
  "@salesforce/ts-types" "^3.0.0"
1885
1885
  ajv "^8.18.0"
@@ -2058,16 +2058,16 @@
2058
2058
  debug "^4.4.3"
2059
2059
  handlebars "^4.7.9"
2060
2060
 
2061
- "@salesforce/plugin-data@5.1.6":
2062
- version "5.1.6"
2063
- resolved "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-5.1.6.tgz"
2064
- integrity sha512-mRSvepUpwgCb0bJtwldPX31RD571Bd2Lha/Yqeyp8YT0zRKITjCPd9e17vMkvSjHjWd2ftB6178EVZqThO5RDQ==
2061
+ "@salesforce/plugin-data@5.1.7":
2062
+ version "5.1.7"
2063
+ resolved "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-5.1.7.tgz"
2064
+ integrity sha512-1eTux7FYdVBO4u4JwQvvkR1J5KPEdLcrTEMTnXh6yQ+EKxAq4CTAtwSGzk77pA9Y2GtLjAKIVpxQlLhkkq9HBg==
2065
2065
  dependencies:
2066
- "@jsforce/jsforce-node" "^3.10.15"
2066
+ "@jsforce/jsforce-node" "^3.10.23"
2067
2067
  "@oclif/multi-stage-output" "^0.8.44"
2068
- "@salesforce/core" "^9.1.2"
2068
+ "@salesforce/core" "^9.1.7"
2069
2069
  "@salesforce/kit" "^4.0.0"
2070
- "@salesforce/sf-plugins-core" "^13.0.0"
2070
+ "@salesforce/sf-plugins-core" "^13.0.3"
2071
2071
  "@salesforce/ts-types" "^3.0.1"
2072
2072
  ansis "^3.16.0"
2073
2073
  change-case "^5.4.4"
@@ -2135,16 +2135,16 @@
2135
2135
  got "^13.0.0"
2136
2136
  proxy-agent "^6.5.0"
2137
2137
 
2138
- "@salesforce/plugin-org@6.0.10":
2139
- version "6.0.10"
2140
- resolved "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-6.0.10.tgz"
2141
- integrity sha512-tbOhB1IkUfEh2+QvDv8sU6EdQaATwEr9qdJ8/8ppCeLcWe3x/EwOmFov6zmKyGOOMdcvf0hxKkX8KYIYslINYQ==
2138
+ "@salesforce/plugin-org@6.0.11":
2139
+ version "6.0.11"
2140
+ resolved "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-6.0.11.tgz"
2141
+ integrity sha512-dwG/RYZdxM2WPLRn5D3/oKmPKGyBrwSO+7+2yny0xjtGGdh6LKhlEXPhyFicv9Yy9/FZXpEoZqQA7iZN9dpuJA==
2142
2142
  dependencies:
2143
2143
  "@oclif/core" "^4.13.3"
2144
2144
  "@oclif/multi-stage-output" "^0.8.44"
2145
- "@salesforce/core" "^9.1.2"
2145
+ "@salesforce/core" "^9.1.7"
2146
2146
  "@salesforce/kit" "^4.0.0"
2147
- "@salesforce/sf-plugins-core" "^13.0.0"
2147
+ "@salesforce/sf-plugins-core" "^13.0.3"
2148
2148
  "@salesforce/source-deploy-retrieve" "^13.0.1"
2149
2149
  "@salesforce/ts-types" "^3.0.1"
2150
2150
  ansis "^3.16.0"
@@ -7006,5 +7006,5 @@
7006
7006
  "requiresProject": true
7007
7007
  }
7008
7008
  },
7009
- "version": "2.150.5"
7009
+ "version": "2.151.0"
7010
7010
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
3
  "description": "The Salesforce CLI",
4
- "version": "2.150.5",
4
+ "version": "2.151.0",
5
5
  "author": "Salesforce",
6
6
  "bin": {
7
7
  "sf": "./bin/run.js",
@@ -76,7 +76,7 @@
76
76
  "@salesforce/plugin-user"
77
77
  ],
78
78
  "jitPlugins": {
79
- "@salesforce/plugin-code-analyzer": "5.15.0",
79
+ "@salesforce/plugin-code-analyzer": "5.16.0",
80
80
  "@salesforce/plugin-community": "4.0.5",
81
81
  "@salesforce/plugin-custom-metadata": "4.0.5",
82
82
  "@salesforce/plugin-dev": "2.5.5",
@@ -163,12 +163,12 @@
163
163
  "@salesforce/plugin-apex": "4.1.1",
164
164
  "@salesforce/plugin-api": "2.0.9",
165
165
  "@salesforce/plugin-auth": "5.0.6",
166
- "@salesforce/plugin-data": "5.1.6",
166
+ "@salesforce/plugin-data": "5.1.7",
167
167
  "@salesforce/plugin-deploy-retrieve": "4.1.2",
168
168
  "@salesforce/plugin-info": "4.0.9",
169
169
  "@salesforce/plugin-limits": "4.0.4",
170
170
  "@salesforce/plugin-marketplace": "2.0.5",
171
- "@salesforce/plugin-org": "6.0.10",
171
+ "@salesforce/plugin-org": "6.0.11",
172
172
  "@salesforce/plugin-packaging": "3.0.6",
173
173
  "@salesforce/plugin-schema": "4.0.6",
174
174
  "@salesforce/plugin-settings": "3.0.6",