@salesforce/cli 2.95.5 → 2.96.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.95.5 linux-x64 node-v22.16.0
28
+ @salesforce/cli/2.96.0 linux-x64 node-v22.16.0
29
29
  $ sf --help [COMMAND]
30
30
  USAGE
31
31
  $ sf COMMAND
@@ -262,7 +262,7 @@ EXAMPLES
262
262
  $ sf agent create --name "Resort Manager" --spec specs/resortManagerAgent.yaml --preview
263
263
  ```
264
264
 
265
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.23.0/src/commands/agent/create.ts)_
265
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.23.1/src/commands/agent/create.ts)_
266
266
 
267
267
  ## `sf agent generate agent-spec`
268
268
 
@@ -367,7 +367,7 @@ EXAMPLES
367
367
  $ sf agent generate agent-spec --tone formal --agent-user resortmanager@myorg.com
368
368
  ```
369
369
 
370
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.23.0/src/commands/agent/generate/agent-spec.ts)_
370
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.23.1/src/commands/agent/generate/agent-spec.ts)_
371
371
 
372
372
  ## `sf agent generate template`
373
373
 
@@ -415,7 +415,7 @@ EXAMPLES
415
415
  force-app/main/default/bots/My_Awesome_Agent/My_Awesome_Agent.bot-meta.xml --agent-version 1
416
416
  ```
417
417
 
418
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.23.0/src/commands/agent/generate/template.ts)_
418
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.23.1/src/commands/agent/generate/template.ts)_
419
419
 
420
420
  ## `sf agent generate test-spec`
421
421
 
@@ -473,7 +473,7 @@ EXAMPLES
473
473
  force-app//main/default/aiEvaluationDefinitions/Resort_Manager_Tests.aiEvaluationDefinition-meta.xml
474
474
  ```
475
475
 
476
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.23.0/src/commands/agent/generate/test-spec.ts)_
476
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.23.1/src/commands/agent/generate/test-spec.ts)_
477
477
 
478
478
  ## `sf agent preview`
479
479
 
@@ -570,7 +570,7 @@ EXAMPLES
570
570
  "transcripts/my-preview"
571
571
  ```
572
572
 
573
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.23.0/src/commands/agent/preview.ts)_
573
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.23.1/src/commands/agent/preview.ts)_
574
574
 
575
575
  ## `sf agent test create`
576
576
 
@@ -625,7 +625,7 @@ EXAMPLES
625
625
  $ sf agent test create --spec specs/Resort_Manager-testSpec.yaml --api-name Resort_Manager_Test --preview
626
626
  ```
627
627
 
628
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.23.0/src/commands/agent/test/create.ts)_
628
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.23.1/src/commands/agent/test/create.ts)_
629
629
 
630
630
  ## `sf agent test list`
631
631
 
@@ -660,7 +660,7 @@ EXAMPLES
660
660
  $ sf agent test list --target-org my-org
661
661
  ```
662
662
 
663
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.23.0/src/commands/agent/test/list.ts)_
663
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.23.1/src/commands/agent/test/list.ts)_
664
664
 
665
665
  ## `sf agent test results`
666
666
 
@@ -716,7 +716,7 @@ FLAG DESCRIPTIONS
716
716
  test results aren't written.
717
717
  ```
718
718
 
719
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.23.0/src/commands/agent/test/results.ts)_
719
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.23.1/src/commands/agent/test/results.ts)_
720
720
 
721
721
  ## `sf agent test resume`
722
722
 
@@ -779,7 +779,7 @@ FLAG DESCRIPTIONS
779
779
  test results aren't written.
780
780
  ```
781
781
 
782
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.23.0/src/commands/agent/test/resume.ts)_
782
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.23.1/src/commands/agent/test/resume.ts)_
783
783
 
784
784
  ## `sf agent test run`
785
785
 
@@ -843,7 +843,7 @@ FLAG DESCRIPTIONS
843
843
  test results aren't written.
844
844
  ```
845
845
 
846
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.23.0/src/commands/agent/test/run.ts)_
846
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.23.1/src/commands/agent/test/run.ts)_
847
847
 
848
848
  ## `sf alias list`
849
849
 
@@ -3742,6 +3742,10 @@ EXAMPLES
3742
3742
  $ sf org create sandbox --source-sandbox-name ExistingSandbox --name NewClonedSandbox --target-org prodOrg \
3743
3743
  --alias MyDevSandbox --set-default --wait 30
3744
3744
 
3745
+ Clone the existing sandbox with ID "0GQB0000000TVobOAG" and do not wait.
3746
+
3747
+ $ sf org create sandbox --source-id 0GQB0000000TVobOAG --name SbxClone --target-org prodOrg --async
3748
+
3745
3749
  FLAG DESCRIPTIONS
3746
3750
  -a, --alias=<value> Alias for the sandbox org.
3747
3751
 
@@ -3793,8 +3797,9 @@ FLAG DESCRIPTIONS
3793
3797
 
3794
3798
  --source-id=<value> ID of the sandbox org to clone.
3795
3799
 
3796
- The value of --source-id must be an existing sandbox. The existing sandbox, and the new sandbox specified with the
3797
- --name flag, must both be associated with the production org (--target-org) that contains the sandbox licenses.
3800
+ The value of --source-id must be an existing sandbox (SandboxInfo.Id). The existing sandbox, and the new sandbox
3801
+ specified with the --name flag, must both be associated with the production org (--target-org) that contains the
3802
+ sandbox licenses.
3798
3803
 
3799
3804
  You can specify either --source-sandbox-name or --source-id when cloning an existing sandbox, but not both.
3800
3805
 
@@ -3807,7 +3812,7 @@ FLAG DESCRIPTIONS
3807
3812
  You can specify either --source-sandbox-name or --source-id when cloning an existing sandbox, but not both.
3808
3813
  ```
3809
3814
 
3810
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.8.5/src/commands/org/create/sandbox.ts)_
3815
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.1/src/commands/org/create/sandbox.ts)_
3811
3816
 
3812
3817
  ## `sf org create scratch`
3813
3818
 
@@ -3989,7 +3994,7 @@ FLAG DESCRIPTIONS
3989
3994
  Omit this flag to have Salesforce generate a unique username for your org.
3990
3995
  ```
3991
3996
 
3992
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.8.5/src/commands/org/create/scratch.ts)_
3997
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.1/src/commands/org/create/scratch.ts)_
3993
3998
 
3994
3999
  ## `sf org create user`
3995
4000
 
@@ -4143,7 +4148,7 @@ EXAMPLES
4143
4148
  $ sf org delete sandbox --target-org my-sandbox --no-prompt
4144
4149
  ```
4145
4150
 
4146
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.8.5/src/commands/org/delete/sandbox.ts)_
4151
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.1/src/commands/org/delete/sandbox.ts)_
4147
4152
 
4148
4153
  ## `sf org delete scratch`
4149
4154
 
@@ -4187,7 +4192,7 @@ EXAMPLES
4187
4192
  $ sf org delete scratch --target-org my-scratch-org --no-prompt
4188
4193
  ```
4189
4194
 
4190
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.8.5/src/commands/org/delete/scratch.ts)_
4195
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.1/src/commands/org/delete/scratch.ts)_
4191
4196
 
4192
4197
  ## `sf org disable tracking`
4193
4198
 
@@ -4226,7 +4231,7 @@ EXAMPLES
4226
4231
  $ sf org disable tracking
4227
4232
  ```
4228
4233
 
4229
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.8.5/src/commands/org/disable/tracking.ts)_
4234
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.1/src/commands/org/disable/tracking.ts)_
4230
4235
 
4231
4236
  ## `sf org display`
4232
4237
 
@@ -4271,7 +4276,7 @@ EXAMPLES
4271
4276
  $ sf org display --target-org TestOrg1 --verbose
4272
4277
  ```
4273
4278
 
4274
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.8.5/src/commands/org/display.ts)_
4279
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.1/src/commands/org/display.ts)_
4275
4280
 
4276
4281
  ## `sf org display user`
4277
4282
 
@@ -4352,7 +4357,7 @@ EXAMPLES
4352
4357
  $ sf org enable tracking
4353
4358
  ```
4354
4359
 
4355
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.8.5/src/commands/org/enable/tracking.ts)_
4360
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.1/src/commands/org/enable/tracking.ts)_
4356
4361
 
4357
4362
  ## `sf org generate password`
4358
4363
 
@@ -4458,7 +4463,7 @@ EXAMPLES
4458
4463
  $ sf org list --clean
4459
4464
  ```
4460
4465
 
4461
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.8.5/src/commands/org/list.ts)_
4466
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.1/src/commands/org/list.ts)_
4462
4467
 
4463
4468
  ## `sf org list auth`
4464
4469
 
@@ -4597,7 +4602,7 @@ FLAG DESCRIPTIONS
4597
4602
  Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
4598
4603
  ```
4599
4604
 
4600
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.8.5/src/commands/org/list/metadata.ts)_
4605
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.1/src/commands/org/list/metadata.ts)_
4601
4606
 
4602
4607
  ## `sf org list metadata-types`
4603
4608
 
@@ -4652,7 +4657,7 @@ FLAG DESCRIPTIONS
4652
4657
  Override the api version used for api requests made by this command
4653
4658
  ```
4654
4659
 
4655
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.8.5/src/commands/org/list/metadata-types.ts)_
4660
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.1/src/commands/org/list/metadata-types.ts)_
4656
4661
 
4657
4662
  ## `sf org list sobject record-counts`
4658
4663
 
@@ -5258,7 +5263,7 @@ EXAMPLES
5258
5263
  $ sf org open --source-file force-app/main/default/bots/Coral_Cloud_Agent/Coral_Cloud_Agent.bot-meta.xml
5259
5264
  ```
5260
5265
 
5261
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.8.5/src/commands/org/open.ts)_
5266
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.1/src/commands/org/open.ts)_
5262
5267
 
5263
5268
  ## `sf org open agent`
5264
5269
 
@@ -5309,7 +5314,7 @@ EXAMPLES
5309
5314
  $ sf org open agent --target-org MyTestOrg1 --browser firefox --api-name Coral_Cloud_Agent
5310
5315
  ```
5311
5316
 
5312
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.8.5/src/commands/org/open/agent.ts)_
5317
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.1/src/commands/org/open/agent.ts)_
5313
5318
 
5314
5319
  ## `sf org refresh sandbox`
5315
5320
 
@@ -5412,7 +5417,7 @@ FLAG DESCRIPTIONS
5412
5417
  You can specify either --source-sandbox-name or --source-id when refreshing an existing sandbox, but not both.
5413
5418
  ```
5414
5419
 
5415
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.8.5/src/commands/org/refresh/sandbox.ts)_
5420
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.1/src/commands/org/refresh/sandbox.ts)_
5416
5421
 
5417
5422
  ## `sf org resume sandbox`
5418
5423
 
@@ -5475,7 +5480,7 @@ FLAG DESCRIPTIONS
5475
5480
  returns the job ID. To resume checking the sandbox creation, rerun this command.
5476
5481
  ```
5477
5482
 
5478
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.8.5/src/commands/org/resume/sandbox.ts)_
5483
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.1/src/commands/org/resume/sandbox.ts)_
5479
5484
 
5480
5485
  ## `sf org resume scratch`
5481
5486
 
@@ -5528,7 +5533,7 @@ FLAG DESCRIPTIONS
5528
5533
  returns the job ID. To resume checking the scratch creation, rerun this command.
5529
5534
  ```
5530
5535
 
5531
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.8.5/src/commands/org/resume/scratch.ts)_
5536
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.1/src/commands/org/resume/scratch.ts)_
5532
5537
 
5533
5538
  ## `sf package convert`
5534
5539
 
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
- "version": "2.95.5",
3
+ "version": "2.96.0",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/cli",
9
- "version": "2.95.5",
9
+ "version": "2.96.0",
10
10
  "hasInstallScript": true,
11
11
  "license": "Apache-2.0",
12
12
  "dependencies": {
@@ -24,7 +24,7 @@
24
24
  "@oclif/plugin-which": "3.2.37",
25
25
  "@salesforce/core": "^8.9.1",
26
26
  "@salesforce/kit": "^3.1.6",
27
- "@salesforce/plugin-agent": "1.23.0",
27
+ "@salesforce/plugin-agent": "1.23.1",
28
28
  "@salesforce/plugin-apex": "3.6.19",
29
29
  "@salesforce/plugin-api": "1.3.3",
30
30
  "@salesforce/plugin-auth": "3.7.3",
@@ -33,7 +33,7 @@
33
33
  "@salesforce/plugin-info": "3.4.69",
34
34
  "@salesforce/plugin-limits": "3.3.57",
35
35
  "@salesforce/plugin-marketplace": "1.3.8",
36
- "@salesforce/plugin-org": "5.8.5",
36
+ "@salesforce/plugin-org": "5.9.1",
37
37
  "@salesforce/plugin-packaging": "2.16.0",
38
38
  "@salesforce/plugin-schema": "3.3.68",
39
39
  "@salesforce/plugin-settings": "2.4.32",
@@ -42,7 +42,7 @@
42
42
  "@salesforce/plugin-templates": "56.3.52",
43
43
  "@salesforce/plugin-trust": "3.7.101",
44
44
  "@salesforce/plugin-user": "3.6.26",
45
- "@salesforce/sf-plugins-core": "12.2.2",
45
+ "@salesforce/sf-plugins-core": "12.2.3",
46
46
  "ansis": "^3.12.0"
47
47
  },
48
48
  "bin": {
@@ -4670,9 +4670,9 @@
4670
4670
  }
4671
4671
  },
4672
4672
  "node_modules/@salesforce/agents": {
4673
- "version": "0.15.0",
4674
- "resolved": "https://registry.npmjs.org/@salesforce/agents/-/agents-0.15.0.tgz",
4675
- "integrity": "sha512-chshRBql+Yxm68vl2vI3BlmJdIBvyxVcj9WqlXQ51XwtzIsC64JSXZ1maybf05tdLQQiq+y8Z+b9/Vn6bfzvyw==",
4673
+ "version": "0.15.3",
4674
+ "resolved": "https://registry.npmjs.org/@salesforce/agents/-/agents-0.15.3.tgz",
4675
+ "integrity": "sha512-M/wMK9ok2ytzf6ZV9DiQG+LKMoaXtoXheZKsxJVYJOxLcCL4SSy5IQNtXdqGbZ23TzbWdSBrp73WffIGWkD4Jw==",
4676
4676
  "license": "BSD-3-Clause",
4677
4677
  "dependencies": {
4678
4678
  "@salesforce/core": "^8.10.3",
@@ -4809,9 +4809,9 @@
4809
4809
  }
4810
4810
  },
4811
4811
  "node_modules/@salesforce/core": {
4812
- "version": "8.14.0",
4813
- "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.14.0.tgz",
4814
- "integrity": "sha512-Ta1aY15TfgxLyFNNlkw60Mm3dDtiEb50TSp3/wzrbuMgkEGvFBEZQca/ChrjANXhpw8pURDUTzL4VV/1eGCHrQ==",
4812
+ "version": "8.15.0",
4813
+ "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.15.0.tgz",
4814
+ "integrity": "sha512-vTobdBQ7JRlApUDezUAVlC7O7VUk1e+9AM8+TZIVnj2Glub7E5vtwTJRDT48MJ/wWjdhH+9MFfUi2GPHymHmrQ==",
4815
4815
  "license": "BSD-3-Clause",
4816
4816
  "dependencies": {
4817
4817
  "@jsforce/jsforce-node": "^3.8.2",
@@ -5040,16 +5040,16 @@
5040
5040
  }
5041
5041
  },
5042
5042
  "node_modules/@salesforce/plugin-agent": {
5043
- "version": "1.23.0",
5044
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-agent/-/plugin-agent-1.23.0.tgz",
5045
- "integrity": "sha512-bFzfruSJO5EQwWpdSQ9w7ASXIwRCj2Mw6++j7BGV3KRoQYr19vdcKkI7PhQNvgLdNOWEAHtrTE1/YQP1tIJbfw==",
5043
+ "version": "1.23.1",
5044
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-agent/-/plugin-agent-1.23.1.tgz",
5045
+ "integrity": "sha512-uVwntvy5VC6vKUV8S1OD5WCHHWPR1w/i5/3/2A4yiQM4EntGravrurjzqmSYaGOQSNwqJ8G0PDHVqHc1dX43Mg==",
5046
5046
  "license": "BSD-3-Clause",
5047
5047
  "dependencies": {
5048
5048
  "@inquirer/core": "^10.1.6",
5049
5049
  "@inquirer/prompts": "^7.2.0",
5050
5050
  "@oclif/core": "^4",
5051
5051
  "@oclif/multi-stage-output": "^0.7.12",
5052
- "@salesforce/agents": "0.15.0",
5052
+ "@salesforce/agents": "0.15.3",
5053
5053
  "@salesforce/core": "^8.13.0",
5054
5054
  "@salesforce/kit": "^3.2.3",
5055
5055
  "@salesforce/sf-plugins-core": "^12.2.0",
@@ -5519,14 +5519,14 @@
5519
5519
  }
5520
5520
  },
5521
5521
  "node_modules/@salesforce/plugin-org": {
5522
- "version": "5.8.5",
5523
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-5.8.5.tgz",
5524
- "integrity": "sha512-E5lE5XEhF/rLvAgK7Dpm5Ttft/ikHgamrddjlL6iuYbZBe5lzviASapLvqM3BejB/CItTRN20GpeJTGtFk1p0Q==",
5522
+ "version": "5.9.1",
5523
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-5.9.1.tgz",
5524
+ "integrity": "sha512-8u3Bc61MobOcbv+IrtfUFt1woZLgTmEEWQsnJbxQMn9rRSm+YEzAqhvhrY61+p4CzeKiXWtWqPBDICxZpZeSIQ==",
5525
5525
  "license": "Apache-2.0",
5526
5526
  "dependencies": {
5527
5527
  "@oclif/core": "^4.4.0",
5528
- "@oclif/multi-stage-output": "^0.8.14",
5529
- "@salesforce/core": "^8.13.0",
5528
+ "@oclif/multi-stage-output": "^0.8.16",
5529
+ "@salesforce/core": "^8.15.0",
5530
5530
  "@salesforce/kit": "^3.2.3",
5531
5531
  "@salesforce/sf-plugins-core": "^12.2.2",
5532
5532
  "@salesforce/source-deploy-retrieve": "^12.20.1",
@@ -5915,16 +5915,16 @@
5915
5915
  "license": "ISC"
5916
5916
  },
5917
5917
  "node_modules/@salesforce/sf-plugins-core": {
5918
- "version": "12.2.2",
5919
- "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.2.tgz",
5920
- "integrity": "sha512-LuNT1kzi0N185xhCBCOU9P650CwoehiICB2lCP1RsO98NqfHTRpD6Rq1TDQtLTudOh3pDUFZTgo8kt4qwz20yw==",
5921
- "license": "BSD-3-Clause",
5918
+ "version": "12.2.3",
5919
+ "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.3.tgz",
5920
+ "integrity": "sha512-mkBt57rD/987g4eT/XfJN469aEzLjskbgif+beLWocIkNXn70jMvX/RYRTAAkGRhixHHgYj+nY7kHI41rqKZ8w==",
5921
+ "license": "Apache-2.0",
5922
5922
  "dependencies": {
5923
5923
  "@inquirer/confirm": "^3.1.22",
5924
5924
  "@inquirer/password": "^2.2.0",
5925
5925
  "@oclif/core": "^4.3.0",
5926
5926
  "@oclif/table": "^0.4.6",
5927
- "@salesforce/core": "^8.10.0",
5927
+ "@salesforce/core": "^8.15.0",
5928
5928
  "@salesforce/kit": "^3.2.3",
5929
5929
  "@salesforce/ts-types": "^2.0.12",
5930
5930
  "ansis": "^3.3.2",
package/oclif.lock CHANGED
@@ -1642,7 +1642,7 @@
1642
1642
  react "^18.3.1"
1643
1643
  wrap-ansi "^9.0.0"
1644
1644
 
1645
- "@oclif/multi-stage-output@^0.8.14", "@oclif/multi-stage-output@^0.8.15":
1645
+ "@oclif/multi-stage-output@^0.8.14", "@oclif/multi-stage-output@^0.8.15", "@oclif/multi-stage-output@^0.8.16":
1646
1646
  version "0.8.16"
1647
1647
  resolved "https://registry.npmjs.org/@oclif/multi-stage-output/-/multi-stage-output-0.8.16.tgz"
1648
1648
  integrity sha512-r44G3+02dGt7OUQeD4fswdmCqqxQTj1FfmhTPOhM+dEmkrSHsbXAbMCyynXDfqOTbllIWZDJ9oShW1PVT4rMiw==
@@ -1951,10 +1951,10 @@
1951
1951
  "@pnpm/network.ca-file" "^1.0.1"
1952
1952
  config-chain "^1.1.11"
1953
1953
 
1954
- "@salesforce/agents@0.15.0":
1955
- version "0.15.0"
1956
- resolved "https://registry.npmjs.org/@salesforce/agents/-/agents-0.15.0.tgz"
1957
- integrity sha512-chshRBql+Yxm68vl2vI3BlmJdIBvyxVcj9WqlXQ51XwtzIsC64JSXZ1maybf05tdLQQiq+y8Z+b9/Vn6bfzvyw==
1954
+ "@salesforce/agents@0.15.3":
1955
+ version "0.15.3"
1956
+ resolved "https://registry.npmjs.org/@salesforce/agents/-/agents-0.15.3.tgz"
1957
+ integrity sha512-M/wMK9ok2ytzf6ZV9DiQG+LKMoaXtoXheZKsxJVYJOxLcCL4SSy5IQNtXdqGbZ23TzbWdSBrp73WffIGWkD4Jw==
1958
1958
  dependencies:
1959
1959
  "@salesforce/core" "^8.10.3"
1960
1960
  "@salesforce/kit" "^3.2.3"
@@ -1995,10 +1995,10 @@
1995
1995
  strip-ansi "6.0.1"
1996
1996
  ts-retry-promise "^0.8.1"
1997
1997
 
1998
- "@salesforce/core@^8.10.0", "@salesforce/core@^8.10.1", "@salesforce/core@^8.10.3", "@salesforce/core@^8.11.1", "@salesforce/core@^8.12.0", "@salesforce/core@^8.13.0", "@salesforce/core@^8.14.0", "@salesforce/core@^8.5.1", "@salesforce/core@^8.8.0", "@salesforce/core@^8.8.1", "@salesforce/core@^8.8.5", "@salesforce/core@^8.9.1":
1999
- version "8.14.0"
2000
- resolved "https://registry.npmjs.org/@salesforce/core/-/core-8.14.0.tgz"
2001
- integrity sha512-Ta1aY15TfgxLyFNNlkw60Mm3dDtiEb50TSp3/wzrbuMgkEGvFBEZQca/ChrjANXhpw8pURDUTzL4VV/1eGCHrQ==
1998
+ "@salesforce/core@^8.10.1", "@salesforce/core@^8.10.3", "@salesforce/core@^8.11.1", "@salesforce/core@^8.12.0", "@salesforce/core@^8.13.0", "@salesforce/core@^8.14.0", "@salesforce/core@^8.15.0", "@salesforce/core@^8.5.1", "@salesforce/core@^8.8.0", "@salesforce/core@^8.8.1", "@salesforce/core@^8.8.5", "@salesforce/core@^8.9.1":
1999
+ version "8.15.0"
2000
+ resolved "https://registry.npmjs.org/@salesforce/core/-/core-8.15.0.tgz"
2001
+ integrity sha512-vTobdBQ7JRlApUDezUAVlC7O7VUk1e+9AM8+TZIVnj2Glub7E5vtwTJRDT48MJ/wWjdhH+9MFfUi2GPHymHmrQ==
2002
2002
  dependencies:
2003
2003
  "@jsforce/jsforce-node" "^3.8.2"
2004
2004
  "@salesforce/kit" "^3.2.2"
@@ -2083,16 +2083,16 @@
2083
2083
  jszip "^3.10.1"
2084
2084
  object-treeify "^2"
2085
2085
 
2086
- "@salesforce/plugin-agent@1.23.0":
2087
- version "1.23.0"
2088
- resolved "https://registry.npmjs.org/@salesforce/plugin-agent/-/plugin-agent-1.23.0.tgz"
2089
- integrity sha512-bFzfruSJO5EQwWpdSQ9w7ASXIwRCj2Mw6++j7BGV3KRoQYr19vdcKkI7PhQNvgLdNOWEAHtrTE1/YQP1tIJbfw==
2086
+ "@salesforce/plugin-agent@1.23.1":
2087
+ version "1.23.1"
2088
+ resolved "https://registry.npmjs.org/@salesforce/plugin-agent/-/plugin-agent-1.23.1.tgz"
2089
+ integrity sha512-uVwntvy5VC6vKUV8S1OD5WCHHWPR1w/i5/3/2A4yiQM4EntGravrurjzqmSYaGOQSNwqJ8G0PDHVqHc1dX43Mg==
2090
2090
  dependencies:
2091
2091
  "@inquirer/core" "^10.1.6"
2092
2092
  "@inquirer/prompts" "^7.2.0"
2093
2093
  "@oclif/core" "^4"
2094
2094
  "@oclif/multi-stage-output" "^0.7.12"
2095
- "@salesforce/agents" "0.15.0"
2095
+ "@salesforce/agents" "0.15.3"
2096
2096
  "@salesforce/core" "^8.13.0"
2097
2097
  "@salesforce/kit" "^3.2.3"
2098
2098
  "@salesforce/sf-plugins-core" "^12.2.0"
@@ -2235,14 +2235,14 @@
2235
2235
  got "^13.0.0"
2236
2236
  proxy-agent "^6.4.0"
2237
2237
 
2238
- "@salesforce/plugin-org@5.8.5":
2239
- version "5.8.5"
2240
- resolved "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-5.8.5.tgz"
2241
- integrity sha512-E5lE5XEhF/rLvAgK7Dpm5Ttft/ikHgamrddjlL6iuYbZBe5lzviASapLvqM3BejB/CItTRN20GpeJTGtFk1p0Q==
2238
+ "@salesforce/plugin-org@5.9.1":
2239
+ version "5.9.1"
2240
+ resolved "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-5.9.1.tgz"
2241
+ integrity sha512-8u3Bc61MobOcbv+IrtfUFt1woZLgTmEEWQsnJbxQMn9rRSm+YEzAqhvhrY61+p4CzeKiXWtWqPBDICxZpZeSIQ==
2242
2242
  dependencies:
2243
2243
  "@oclif/core" "^4.4.0"
2244
- "@oclif/multi-stage-output" "^0.8.14"
2245
- "@salesforce/core" "^8.13.0"
2244
+ "@oclif/multi-stage-output" "^0.8.16"
2245
+ "@salesforce/core" "^8.15.0"
2246
2246
  "@salesforce/kit" "^3.2.3"
2247
2247
  "@salesforce/sf-plugins-core" "^12.2.2"
2248
2248
  "@salesforce/source-deploy-retrieve" "^12.20.1"
@@ -2405,16 +2405,16 @@
2405
2405
  string-width "^7.2.0"
2406
2406
  terminal-link "^3.0.0"
2407
2407
 
2408
- "@salesforce/sf-plugins-core@^12", "@salesforce/sf-plugins-core@^12.0.13", "@salesforce/sf-plugins-core@^12.2.0", "@salesforce/sf-plugins-core@^12.2.1", "@salesforce/sf-plugins-core@^12.2.2", "@salesforce/sf-plugins-core@12.2.2":
2409
- version "12.2.2"
2410
- resolved "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.2.tgz"
2411
- integrity sha512-LuNT1kzi0N185xhCBCOU9P650CwoehiICB2lCP1RsO98NqfHTRpD6Rq1TDQtLTudOh3pDUFZTgo8kt4qwz20yw==
2408
+ "@salesforce/sf-plugins-core@^12", "@salesforce/sf-plugins-core@^12.0.13", "@salesforce/sf-plugins-core@^12.2.0", "@salesforce/sf-plugins-core@^12.2.1", "@salesforce/sf-plugins-core@^12.2.2", "@salesforce/sf-plugins-core@12.2.3":
2409
+ version "12.2.3"
2410
+ resolved "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.3.tgz"
2411
+ integrity sha512-mkBt57rD/987g4eT/XfJN469aEzLjskbgif+beLWocIkNXn70jMvX/RYRTAAkGRhixHHgYj+nY7kHI41rqKZ8w==
2412
2412
  dependencies:
2413
2413
  "@inquirer/confirm" "^3.1.22"
2414
2414
  "@inquirer/password" "^2.2.0"
2415
2415
  "@oclif/core" "^4.3.0"
2416
2416
  "@oclif/table" "^0.4.6"
2417
- "@salesforce/core" "^8.10.0"
2417
+ "@salesforce/core" "^8.15.0"
2418
2418
  "@salesforce/kit" "^3.2.3"
2419
2419
  "@salesforce/ts-types" "^2.0.12"
2420
2420
  ansis "^3.3.2"
@@ -4831,5 +4831,5 @@
4831
4831
  ]
4832
4832
  }
4833
4833
  },
4834
- "version": "2.95.5"
4834
+ "version": "2.96.0"
4835
4835
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
3
  "description": "The Salesforce CLI",
4
- "version": "2.95.5",
4
+ "version": "2.96.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.2.1",
79
+ "@salesforce/plugin-code-analyzer": "5.2.2",
80
80
  "@salesforce/plugin-community": "3.3.28",
81
81
  "@salesforce/plugin-custom-metadata": "3.3.58",
82
82
  "@salesforce/plugin-dev": "2.5.1",
@@ -158,7 +158,7 @@
158
158
  "@oclif/plugin-which": "3.2.37",
159
159
  "@salesforce/core": "^8.9.1",
160
160
  "@salesforce/kit": "^3.1.6",
161
- "@salesforce/plugin-agent": "1.23.0",
161
+ "@salesforce/plugin-agent": "1.23.1",
162
162
  "@salesforce/plugin-apex": "3.6.19",
163
163
  "@salesforce/plugin-api": "1.3.3",
164
164
  "@salesforce/plugin-auth": "3.7.3",
@@ -167,7 +167,7 @@
167
167
  "@salesforce/plugin-info": "3.4.69",
168
168
  "@salesforce/plugin-limits": "3.3.57",
169
169
  "@salesforce/plugin-marketplace": "1.3.8",
170
- "@salesforce/plugin-org": "5.8.5",
170
+ "@salesforce/plugin-org": "5.9.1",
171
171
  "@salesforce/plugin-packaging": "2.16.0",
172
172
  "@salesforce/plugin-schema": "3.3.68",
173
173
  "@salesforce/plugin-settings": "2.4.32",
@@ -176,7 +176,7 @@
176
176
  "@salesforce/plugin-templates": "56.3.52",
177
177
  "@salesforce/plugin-trust": "3.7.101",
178
178
  "@salesforce/plugin-user": "3.6.26",
179
- "@salesforce/sf-plugins-core": "12.2.2",
179
+ "@salesforce/sf-plugins-core": "12.2.3",
180
180
  "ansis": "^3.12.0"
181
181
  },
182
182
  "pinnedDependencies": [