@salesforce/cli 2.56.6 → 2.57.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
@@ -24,7 +24,7 @@ $ npm install -g @salesforce/cli
24
24
  $ sf COMMAND
25
25
  running command...
26
26
  $ sf (--version|-v)
27
- @salesforce/cli/2.56.6 linux-x64 node-v20.16.0
27
+ @salesforce/cli/2.57.0 linux-x64 node-v20.16.0
28
28
  $ sf --help [COMMAND]
29
29
  USAGE
30
30
  $ sf COMMAND
@@ -2778,7 +2778,7 @@ FLAG DESCRIPTIONS
2778
2778
 
2779
2779
  ```
2780
2780
 
2781
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.5.0/src/commands/org/create/sandbox.ts)_
2781
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.5.1/src/commands/org/create/sandbox.ts)_
2782
2782
 
2783
2783
  ## `sf org create scratch`
2784
2784
 
@@ -2934,7 +2934,7 @@ FLAG DESCRIPTIONS
2934
2934
 
2935
2935
  ```
2936
2936
 
2937
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.5.0/src/commands/org/create/scratch.ts)_
2937
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.5.1/src/commands/org/create/scratch.ts)_
2938
2938
 
2939
2939
  ## `sf org create user`
2940
2940
 
@@ -3092,7 +3092,7 @@ Delete the sandbox without prompting to confirm:
3092
3092
 
3093
3093
  ```
3094
3094
 
3095
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.5.0/src/commands/org/delete/sandbox.ts)_
3095
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.5.1/src/commands/org/delete/sandbox.ts)_
3096
3096
 
3097
3097
  ## `sf org delete scratch`
3098
3098
 
@@ -3138,7 +3138,7 @@ Delete the scratch org without prompting to confirm :
3138
3138
 
3139
3139
  ```
3140
3140
 
3141
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.5.0/src/commands/org/delete/scratch.ts)_
3141
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.5.1/src/commands/org/delete/scratch.ts)_
3142
3142
 
3143
3143
  ## `sf org disable tracking`
3144
3144
 
@@ -3179,7 +3179,7 @@ Disable source tracking for your default org:
3179
3179
 
3180
3180
  ```
3181
3181
 
3182
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.5.0/src/commands/org/disable/tracking.ts)_
3182
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.5.1/src/commands/org/disable/tracking.ts)_
3183
3183
 
3184
3184
  ## `sf org display`
3185
3185
 
@@ -3226,7 +3226,7 @@ Display information, including the sfdxAuthUrl property, about the org with alia
3226
3226
 
3227
3227
  ```
3228
3228
 
3229
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.5.0/src/commands/org/display.ts)_
3229
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.5.1/src/commands/org/display.ts)_
3230
3230
 
3231
3231
  ## `sf org display user`
3232
3232
 
@@ -3311,7 +3311,7 @@ Enable source tracking for your default org:
3311
3311
 
3312
3312
  ```
3313
3313
 
3314
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.5.0/src/commands/org/enable/tracking.ts)_
3314
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.5.1/src/commands/org/enable/tracking.ts)_
3315
3315
 
3316
3316
  ## `sf org generate password`
3317
3317
 
@@ -3421,7 +3421,7 @@ List orgs and remove local org authorization info about non-active scratch orgs:
3421
3421
 
3422
3422
  ```
3423
3423
 
3424
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.5.0/src/commands/org/list.ts)_
3424
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.5.1/src/commands/org/list.ts)_
3425
3425
 
3426
3426
  ## `sf org list auth`
3427
3427
 
@@ -3566,7 +3566,7 @@ FLAG DESCRIPTIONS
3566
3566
 
3567
3567
  ```
3568
3568
 
3569
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.5.0/src/commands/org/list/metadata.ts)_
3569
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.5.1/src/commands/org/list/metadata.ts)_
3570
3570
 
3571
3571
  ## `sf org list metadata-types`
3572
3572
 
@@ -3623,7 +3623,7 @@ FLAG DESCRIPTIONS
3623
3623
 
3624
3624
  ```
3625
3625
 
3626
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.5.0/src/commands/org/list/metadata-types.ts)_
3626
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.5.1/src/commands/org/list/metadata-types.ts)_
3627
3627
 
3628
3628
  ## `sf org list sobject record-counts`
3629
3629
 
@@ -4215,7 +4215,7 @@ Open a local Flow in Flow Builder:
4215
4215
 
4216
4216
  ```
4217
4217
 
4218
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.5.0/src/commands/org/open.ts)_
4218
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.5.1/src/commands/org/open.ts)_
4219
4219
 
4220
4220
  ## `sf org refresh sandbox`
4221
4221
 
@@ -4294,7 +4294,7 @@ FLAG DESCRIPTIONS
4294
4294
 
4295
4295
  ```
4296
4296
 
4297
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.5.0/src/commands/org/refresh/sandbox.ts)_
4297
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.5.1/src/commands/org/refresh/sandbox.ts)_
4298
4298
 
4299
4299
  ## `sf org resume sandbox`
4300
4300
 
@@ -4359,7 +4359,7 @@ FLAG DESCRIPTIONS
4359
4359
 
4360
4360
  ```
4361
4361
 
4362
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.5.0/src/commands/org/resume/sandbox.ts)_
4362
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.5.1/src/commands/org/resume/sandbox.ts)_
4363
4363
 
4364
4364
  ## `sf org resume scratch`
4365
4365
 
@@ -4408,7 +4408,7 @@ FLAG DESCRIPTIONS
4408
4408
 
4409
4409
  ```
4410
4410
 
4411
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.5.0/src/commands/org/resume/scratch.ts)_
4411
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.5.1/src/commands/org/resume/scratch.ts)_
4412
4412
 
4413
4413
  ## `sf package create`
4414
4414
 
@@ -5995,7 +5995,7 @@ FLAG DESCRIPTIONS
5995
5995
 
5996
5996
  ```
5997
5997
 
5998
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.10.1/src/commands/project/convert/mdapi.ts)_
5998
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.11.0/src/commands/project/convert/mdapi.ts)_
5999
5999
 
6000
6000
  ## `sf project convert source`
6001
6001
 
@@ -6008,7 +6008,7 @@ $ sf project convert source [--json] [--flags-dir <value>] [--api-version <value
6008
6008
  [-p <value>... | -x <value> | -m <value>...]
6009
6009
 
6010
6010
  FLAGS
6011
- -d, --output-dir=<value> [default: metadataPackage_1724184942234] Output directory to store the Metadata
6011
+ -d, --output-dir=<value> [default: metadataPackage_1724272022859] Output directory to store the Metadata
6012
6012
  API–formatted files in.
6013
6013
  -m, --metadata=<value>... Metadata component names to convert.
6014
6014
  -n, --package-name=<value> Name of the package to associate with the metadata-formatted files.
@@ -6070,7 +6070,7 @@ FLAG DESCRIPTIONS
6070
6070
 
6071
6071
  ```
6072
6072
 
6073
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.10.1/src/commands/project/convert/source.ts)_
6073
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.11.0/src/commands/project/convert/source.ts)_
6074
6074
 
6075
6075
  ## `sf project convert source-behavior`
6076
6076
 
@@ -6129,7 +6129,7 @@ Keep the temporary directory that contains the interim metadata API formatted fi
6129
6129
 
6130
6130
  ```
6131
6131
 
6132
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.10.1/src/commands/project/convert/source-behavior.ts)_
6132
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.11.0/src/commands/project/convert/source-behavior.ts)_
6133
6133
 
6134
6134
  ## `sf project delete source`
6135
6135
 
@@ -6271,7 +6271,7 @@ FLAG DESCRIPTIONS
6271
6271
 
6272
6272
  ```
6273
6273
 
6274
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.10.1/src/commands/project/delete/source.ts)_
6274
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.11.0/src/commands/project/delete/source.ts)_
6275
6275
 
6276
6276
  ## `sf project delete tracking`
6277
6277
 
@@ -6310,7 +6310,7 @@ Delete local source tracking for the org with alias "my-scratch":
6310
6310
 
6311
6311
  ```
6312
6312
 
6313
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.10.1/src/commands/project/delete/tracking.ts)_
6313
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.11.0/src/commands/project/delete/tracking.ts)_
6314
6314
 
6315
6315
  ## `sf project deploy cancel`
6316
6316
 
@@ -6384,7 +6384,7 @@ FLAG DESCRIPTIONS
6384
6384
 
6385
6385
  ```
6386
6386
 
6387
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.10.1/src/commands/project/deploy/cancel.ts)_
6387
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.11.0/src/commands/project/deploy/cancel.ts)_
6388
6388
 
6389
6389
  ## `sf project deploy preview`
6390
6390
 
@@ -6469,7 +6469,7 @@ FLAG DESCRIPTIONS
6469
6469
 
6470
6470
  ```
6471
6471
 
6472
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.10.1/src/commands/project/deploy/preview.ts)_
6472
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.11.0/src/commands/project/deploy/preview.ts)_
6473
6473
 
6474
6474
  ## `sf project deploy quick`
6475
6475
 
@@ -6564,7 +6564,7 @@ Canceling (69) The deploy is being canceled.
6564
6564
 
6565
6565
  ```
6566
6566
 
6567
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.10.1/src/commands/project/deploy/quick.ts)_
6567
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.11.0/src/commands/project/deploy/quick.ts)_
6568
6568
 
6569
6569
  ## `sf project deploy report`
6570
6570
 
@@ -6658,7 +6658,7 @@ FLAG DESCRIPTIONS
6658
6658
 
6659
6659
  ```
6660
6660
 
6661
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.10.1/src/commands/project/deploy/report.ts)_
6661
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.11.0/src/commands/project/deploy/report.ts)_
6662
6662
 
6663
6663
  ## `sf project deploy resume`
6664
6664
 
@@ -6757,7 +6757,7 @@ Canceling (69) The deploy is being canceled.
6757
6757
 
6758
6758
  ```
6759
6759
 
6760
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.10.1/src/commands/project/deploy/resume.ts)_
6760
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.11.0/src/commands/project/deploy/resume.ts)_
6761
6761
 
6762
6762
  ## `sf project deploy start`
6763
6763
 
@@ -7012,7 +7012,7 @@ Canceling (69) The deploy is being canceled.
7012
7012
 
7013
7013
  ```
7014
7014
 
7015
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.10.1/src/commands/project/deploy/start.ts)_
7015
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.11.0/src/commands/project/deploy/start.ts)_
7016
7016
 
7017
7017
  ## `sf project deploy validate`
7018
7018
 
@@ -7204,7 +7204,7 @@ Canceling (69) The deploy is being canceled.
7204
7204
 
7205
7205
  ```
7206
7206
 
7207
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.10.1/src/commands/project/deploy/validate.ts)_
7207
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.11.0/src/commands/project/deploy/validate.ts)_
7208
7208
 
7209
7209
  ## `sf project generate`
7210
7210
 
@@ -7390,7 +7390,7 @@ Create a manifest from the metadata components in the specified org and include
7390
7390
 
7391
7391
  ```
7392
7392
 
7393
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.10.1/src/commands/project/generate/manifest.ts)_
7393
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.11.0/src/commands/project/generate/manifest.ts)_
7394
7394
 
7395
7395
  ## `sf project list ignored`
7396
7396
 
@@ -7434,7 +7434,7 @@ Check if a particular file is ignored:
7434
7434
 
7435
7435
  ```
7436
7436
 
7437
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.10.1/src/commands/project/list/ignored.ts)_
7437
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.11.0/src/commands/project/list/ignored.ts)_
7438
7438
 
7439
7439
  ## `sf project reset tracking`
7440
7440
 
@@ -7485,7 +7485,7 @@ Reset source tracking to revision number 30 for your default org:
7485
7485
 
7486
7486
  ```
7487
7487
 
7488
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.10.1/src/commands/project/reset/tracking.ts)_
7488
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.11.0/src/commands/project/reset/tracking.ts)_
7489
7489
 
7490
7490
  ## `sf project retrieve preview`
7491
7491
 
@@ -7541,7 +7541,7 @@ FLAG DESCRIPTIONS
7541
7541
 
7542
7542
  ```
7543
7543
 
7544
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.10.1/src/commands/project/retrieve/preview.ts)_
7544
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.11.0/src/commands/project/retrieve/preview.ts)_
7545
7545
 
7546
7546
  ## `sf project retrieve start`
7547
7547
 
@@ -7720,7 +7720,7 @@ SF_USE_PROGRESS_BAR Set to false to disable the progress bar when running the me
7720
7720
 
7721
7721
  ```
7722
7722
 
7723
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.10.1/src/commands/project/retrieve/start.ts)_
7723
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.11.0/src/commands/project/retrieve/start.ts)_
7724
7724
 
7725
7725
  ## `sf schema generate field`
7726
7726
 
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
- "version": "2.56.6",
3
+ "version": "2.57.0",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/cli",
9
- "version": "2.56.6",
9
+ "version": "2.57.0",
10
10
  "hasInstallScript": true,
11
11
  "license": "BSD-3-Clause",
12
12
  "dependencies": {
13
13
  "@inquirer/select": "^2.3.5",
14
- "@oclif/core": "4.0.17",
14
+ "@oclif/core": "4.0.18",
15
15
  "@oclif/plugin-autocomplete": "3.2.0",
16
16
  "@oclif/plugin-commands": "4.0.11",
17
17
  "@oclif/plugin-help": "6.2.8",
@@ -28,11 +28,11 @@
28
28
  "@salesforce/plugin-api": "1.1.0",
29
29
  "@salesforce/plugin-auth": "3.6.48",
30
30
  "@salesforce/plugin-data": "3.6.1",
31
- "@salesforce/plugin-deploy-retrieve": "3.10.1",
31
+ "@salesforce/plugin-deploy-retrieve": "3.11.0",
32
32
  "@salesforce/plugin-info": "3.3.29",
33
33
  "@salesforce/plugin-limits": "3.3.25",
34
34
  "@salesforce/plugin-marketplace": "1.2.22",
35
- "@salesforce/plugin-org": "4.5.0",
35
+ "@salesforce/plugin-org": "4.5.1",
36
36
  "@salesforce/plugin-packaging": "2.8.0",
37
37
  "@salesforce/plugin-schema": "3.3.24",
38
38
  "@salesforce/plugin-settings": "2.3.13",
@@ -3367,9 +3367,9 @@
3367
3367
  }
3368
3368
  },
3369
3369
  "node_modules/@oclif/core": {
3370
- "version": "4.0.17",
3371
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.17.tgz",
3372
- "integrity": "sha512-zfdSRip9DVMOklMojWCLZEB4iOzy7LDTABCDzCXqmpZGS+o1e1xts4jGhnte3mi0WV0YthNfYqF16tqk6CWITA==",
3370
+ "version": "4.0.18",
3371
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.18.tgz",
3372
+ "integrity": "sha512-3EP4zJ+1ndc92UxdNmGX4HhFK5Xh94fWvUeOW1Tu/Ed+/jAljIsbmZyjVhDoE0vV5cftT+3QaVB/LFxaXxty/w==",
3373
3373
  "license": "MIT",
3374
3374
  "dependencies": {
3375
3375
  "ansi-escapes": "^4.3.2",
@@ -3454,9 +3454,9 @@
3454
3454
  }
3455
3455
  },
3456
3456
  "node_modules/@oclif/multi-stage-output": {
3457
- "version": "0.3.0",
3458
- "resolved": "https://registry.npmjs.org/@oclif/multi-stage-output/-/multi-stage-output-0.3.0.tgz",
3459
- "integrity": "sha512-7pMD3CoXfS9/hEWzZ1b8GZb3leSNWENsMJS7uYTX0XqTXlrzh+eYvFHYcJh9bEkIw67LKjFfGGIwXbotdhtZKg==",
3457
+ "version": "0.3.1",
3458
+ "resolved": "https://registry.npmjs.org/@oclif/multi-stage-output/-/multi-stage-output-0.3.1.tgz",
3459
+ "integrity": "sha512-CBE8Cesd3Pxd0n+9GUqaml1yHKi93dNGvP5ksS0SnUfkfFVI6AMPWDzFLmMiqNxl1k78+IklKoMygw0rqaZCvA==",
3460
3460
  "license": "MIT",
3461
3461
  "dependencies": {
3462
3462
  "@oclif/core": "^4",
@@ -4423,12 +4423,13 @@
4423
4423
  }
4424
4424
  },
4425
4425
  "node_modules/@salesforce/plugin-deploy-retrieve": {
4426
- "version": "3.10.1",
4427
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.10.1.tgz",
4428
- "integrity": "sha512-QpnDocZf7W4kS6dtkNucPsxvRdmc4FqYfpEEj/WkfDAZjHXfvtZFzYsfbIOGVM9294eZVPbEpix0BBFTX0ihFw==",
4426
+ "version": "3.11.0",
4427
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.11.0.tgz",
4428
+ "integrity": "sha512-5OPiuT3x7ULTeBOEVdDVG5EjAKWxIQUZkWktCewt9hdGeXatThoJ9f8laeOBvCHynKAghYayJ/36BnJs1K4wVA==",
4429
4429
  "license": "BSD-3-Clause",
4430
4430
  "dependencies": {
4431
4431
  "@oclif/core": "^4.0.17",
4432
+ "@oclif/multi-stage-output": "^0.3.0",
4432
4433
  "@salesforce/apex-node": "^8.1.3",
4433
4434
  "@salesforce/core": "^8.4.0",
4434
4435
  "@salesforce/kit": "^3.2.1",
@@ -4496,13 +4497,13 @@
4496
4497
  }
4497
4498
  },
4498
4499
  "node_modules/@salesforce/plugin-org": {
4499
- "version": "4.5.0",
4500
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-4.5.0.tgz",
4501
- "integrity": "sha512-S5ksPzwUsw0d/NQUNSjuKPQoHtUQw1iHf7GtVpJA5WWwhkZAsPpVThWTSATkKt6yihxLlpNqOKmYgBE7LrLSRA==",
4500
+ "version": "4.5.1",
4501
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-4.5.1.tgz",
4502
+ "integrity": "sha512-T8X7ZBo6Egw3pXKRhUj2Y9iOwRkfshdZayx6iqs1bTC9cRqY8N1AqVDnCUxzJKSPax7kdqAQ09lez9sh3dx9xA==",
4502
4503
  "license": "BSD-3-Clause",
4503
4504
  "dependencies": {
4504
4505
  "@oclif/core": "^4.0.16",
4505
- "@oclif/multi-stage-output": "^0.3.0",
4506
+ "@oclif/multi-stage-output": "^0.3.1",
4506
4507
  "@salesforce/core": "^8.4.0",
4507
4508
  "@salesforce/kit": "^3.2.0",
4508
4509
  "@salesforce/sf-plugins-core": "^11.3.3",
package/oclif.lock CHANGED
@@ -1730,10 +1730,10 @@
1730
1730
  proc-log "^4.0.0"
1731
1731
  which "^4.0.0"
1732
1732
 
1733
- "@oclif/core@^4", "@oclif/core@^4.0.16", "@oclif/core@^4.0.17", "@oclif/core@^4.0.6", "@oclif/core@4.0.17":
1734
- version "4.0.17"
1735
- resolved "https://registry.npmjs.org/@oclif/core/-/core-4.0.17.tgz"
1736
- integrity sha512-zfdSRip9DVMOklMojWCLZEB4iOzy7LDTABCDzCXqmpZGS+o1e1xts4jGhnte3mi0WV0YthNfYqF16tqk6CWITA==
1733
+ "@oclif/core@^4", "@oclif/core@^4.0.16", "@oclif/core@^4.0.17", "@oclif/core@^4.0.6", "@oclif/core@4.0.18":
1734
+ version "4.0.18"
1735
+ resolved "https://registry.npmjs.org/@oclif/core/-/core-4.0.18.tgz"
1736
+ integrity sha512-3EP4zJ+1ndc92UxdNmGX4HhFK5Xh94fWvUeOW1Tu/Ed+/jAljIsbmZyjVhDoE0vV5cftT+3QaVB/LFxaXxty/w==
1737
1737
  dependencies:
1738
1738
  ansi-escapes "^4.3.2"
1739
1739
  ansis "^3.3.2"
@@ -1753,10 +1753,10 @@
1753
1753
  wordwrap "^1.0.0"
1754
1754
  wrap-ansi "^7.0.0"
1755
1755
 
1756
- "@oclif/multi-stage-output@^0.3.0":
1757
- version "0.3.0"
1758
- resolved "https://registry.npmjs.org/@oclif/multi-stage-output/-/multi-stage-output-0.3.0.tgz"
1759
- integrity sha512-7pMD3CoXfS9/hEWzZ1b8GZb3leSNWENsMJS7uYTX0XqTXlrzh+eYvFHYcJh9bEkIw67LKjFfGGIwXbotdhtZKg==
1756
+ "@oclif/multi-stage-output@^0.3.0", "@oclif/multi-stage-output@^0.3.1":
1757
+ version "0.3.1"
1758
+ resolved "https://registry.npmjs.org/@oclif/multi-stage-output/-/multi-stage-output-0.3.1.tgz"
1759
+ integrity sha512-CBE8Cesd3Pxd0n+9GUqaml1yHKi93dNGvP5ksS0SnUfkfFVI6AMPWDzFLmMiqNxl1k78+IklKoMygw0rqaZCvA==
1760
1760
  dependencies:
1761
1761
  "@oclif/core" "^4"
1762
1762
  "@types/react" "^18.3.3"
@@ -2216,12 +2216,13 @@
2216
2216
  csv-stringify "^6.5.1"
2217
2217
  form-data "^4.0.0"
2218
2218
 
2219
- "@salesforce/plugin-deploy-retrieve@3.10.1":
2220
- version "3.10.1"
2221
- resolved "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.10.1.tgz"
2222
- integrity sha512-QpnDocZf7W4kS6dtkNucPsxvRdmc4FqYfpEEj/WkfDAZjHXfvtZFzYsfbIOGVM9294eZVPbEpix0BBFTX0ihFw==
2219
+ "@salesforce/plugin-deploy-retrieve@3.11.0":
2220
+ version "3.11.0"
2221
+ resolved "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.11.0.tgz"
2222
+ integrity sha512-5OPiuT3x7ULTeBOEVdDVG5EjAKWxIQUZkWktCewt9hdGeXatThoJ9f8laeOBvCHynKAghYayJ/36BnJs1K4wVA==
2223
2223
  dependencies:
2224
2224
  "@oclif/core" "^4.0.17"
2225
+ "@oclif/multi-stage-output" "^0.3.0"
2225
2226
  "@salesforce/apex-node" "^8.1.3"
2226
2227
  "@salesforce/core" "^8.4.0"
2227
2228
  "@salesforce/kit" "^3.2.1"
@@ -2269,13 +2270,13 @@
2269
2270
  got "^13.0.0"
2270
2271
  proxy-agent "^6.4.0"
2271
2272
 
2272
- "@salesforce/plugin-org@4.5.0":
2273
- version "4.5.0"
2274
- resolved "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-4.5.0.tgz"
2275
- integrity sha512-S5ksPzwUsw0d/NQUNSjuKPQoHtUQw1iHf7GtVpJA5WWwhkZAsPpVThWTSATkKt6yihxLlpNqOKmYgBE7LrLSRA==
2273
+ "@salesforce/plugin-org@4.5.1":
2274
+ version "4.5.1"
2275
+ resolved "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-4.5.1.tgz"
2276
+ integrity sha512-T8X7ZBo6Egw3pXKRhUj2Y9iOwRkfshdZayx6iqs1bTC9cRqY8N1AqVDnCUxzJKSPax7kdqAQ09lez9sh3dx9xA==
2276
2277
  dependencies:
2277
2278
  "@oclif/core" "^4.0.16"
2278
- "@oclif/multi-stage-output" "^0.3.0"
2279
+ "@oclif/multi-stage-output" "^0.3.1"
2279
2280
  "@salesforce/core" "^8.4.0"
2280
2281
  "@salesforce/kit" "^3.2.0"
2281
2282
  "@salesforce/sf-plugins-core" "^11.3.3"
@@ -5351,5 +5351,5 @@
5351
5351
  ]
5352
5352
  }
5353
5353
  },
5354
- "version": "2.56.6"
5354
+ "version": "2.57.0"
5355
5355
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
3
  "description": "The Salesforce CLI",
4
- "version": "2.56.6",
4
+ "version": "2.57.0",
5
5
  "author": "Salesforce",
6
6
  "bin": {
7
7
  "sf": "./bin/run.js",
@@ -140,7 +140,7 @@
140
140
  },
141
141
  "dependencies": {
142
142
  "@inquirer/select": "^2.3.5",
143
- "@oclif/core": "4.0.17",
143
+ "@oclif/core": "4.0.18",
144
144
  "@oclif/plugin-autocomplete": "3.2.0",
145
145
  "@oclif/plugin-commands": "4.0.11",
146
146
  "@oclif/plugin-help": "6.2.8",
@@ -157,11 +157,11 @@
157
157
  "@salesforce/plugin-api": "1.1.0",
158
158
  "@salesforce/plugin-auth": "3.6.48",
159
159
  "@salesforce/plugin-data": "3.6.1",
160
- "@salesforce/plugin-deploy-retrieve": "3.10.1",
160
+ "@salesforce/plugin-deploy-retrieve": "3.11.0",
161
161
  "@salesforce/plugin-info": "3.3.29",
162
162
  "@salesforce/plugin-limits": "3.3.25",
163
163
  "@salesforce/plugin-marketplace": "1.2.22",
164
- "@salesforce/plugin-org": "4.5.0",
164
+ "@salesforce/plugin-org": "4.5.1",
165
165
  "@salesforce/plugin-packaging": "2.8.0",
166
166
  "@salesforce/plugin-schema": "3.3.24",
167
167
  "@salesforce/plugin-settings": "2.3.13",