@salesforce/cli 2.55.1 → 2.55.3

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.55.1 linux-x64 node-v20.16.0
27
+ @salesforce/cli/2.55.3 linux-x64 node-v20.16.0
28
28
  $ sf --help [COMMAND]
29
29
  USAGE
30
30
  $ sf COMMAND
@@ -900,7 +900,7 @@ DESCRIPTION
900
900
  List all sf commands.
901
901
  ```
902
902
 
903
- _See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/4.0.10/src/commands/commands.ts)_
903
+ _See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/4.0.11/src/commands/commands.ts)_
904
904
 
905
905
  ## `sf config get`
906
906
 
@@ -2438,7 +2438,7 @@ EXAMPLES
2438
2438
  $ sf org assign permset --name DreamHouse --on-behalf-of user1@my.org --on-behalf-of user2 --on-behalf-of user
2439
2439
  ```
2440
2440
 
2441
- _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.5.22/src/commands/org/assign/permset.ts)_
2441
+ _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.5.23/src/commands/org/assign/permset.ts)_
2442
2442
 
2443
2443
  ## `sf org assign permsetlicense`
2444
2444
 
@@ -2484,7 +2484,7 @@ EXAMPLES
2484
2484
  user3
2485
2485
  ```
2486
2486
 
2487
- _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.5.22/src/commands/org/assign/permsetlicense.ts)_
2487
+ _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.5.23/src/commands/org/assign/permsetlicense.ts)_
2488
2488
 
2489
2489
  ## `sf org create sandbox`
2490
2490
 
@@ -2863,7 +2863,7 @@ FLAG DESCRIPTIONS
2863
2863
  might be different than what you specify in the definition file.
2864
2864
  ```
2865
2865
 
2866
- _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.5.22/src/commands/org/create/user.ts)_
2866
+ _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.5.23/src/commands/org/create/user.ts)_
2867
2867
 
2868
2868
  ## `sf org delete sandbox`
2869
2869
 
@@ -3076,7 +3076,7 @@ EXAMPLES
3076
3076
  $ sf org display user --target-org me@my.org --json
3077
3077
  ```
3078
3078
 
3079
- _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.5.22/src/commands/org/display/user.ts)_
3079
+ _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.5.23/src/commands/org/display/user.ts)_
3080
3080
 
3081
3081
  ## `sf org enable tracking`
3082
3082
 
@@ -3185,7 +3185,7 @@ EXAMPLES
3185
3185
  $ sf org generate password --on-behalf-of user1@my.org --on-behalf-of user2@my.org --on-behalf-of user3@my.org
3186
3186
  ```
3187
3187
 
3188
- _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.5.22/src/commands/org/generate/password.ts)_
3188
+ _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.5.23/src/commands/org/generate/password.ts)_
3189
3189
 
3190
3190
  ## `sf org list`
3191
3191
 
@@ -3256,7 +3256,7 @@ EXAMPLES
3256
3256
  $ sf org list auth
3257
3257
  ```
3258
3258
 
3259
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.44/src/commands/org/list/auth.ts)_
3259
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.45/src/commands/org/list/auth.ts)_
3260
3260
 
3261
3261
  ## `sf org list limits`
3262
3262
 
@@ -3502,7 +3502,7 @@ EXAMPLES
3502
3502
  $ sf org list users --target-org me@my.org
3503
3503
  ```
3504
3504
 
3505
- _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.5.22/src/commands/org/list/users.ts)_
3505
+ _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.5.23/src/commands/org/list/users.ts)_
3506
3506
 
3507
3507
  ## `sf org login access-token`
3508
3508
 
@@ -3556,7 +3556,7 @@ FLAG DESCRIPTIONS
3556
3556
  To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
3557
3557
  ```
3558
3558
 
3559
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.44/src/commands/org/login/access-token.ts)_
3559
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.45/src/commands/org/login/access-token.ts)_
3560
3560
 
3561
3561
  ## `sf org login device`
3562
3562
 
@@ -3616,7 +3616,7 @@ FLAG DESCRIPTIONS
3616
3616
  To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
3617
3617
  ```
3618
3618
 
3619
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.44/src/commands/org/login/device.ts)_
3619
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.45/src/commands/org/login/device.ts)_
3620
3620
 
3621
3621
  ## `sf org login jwt`
3622
3622
 
@@ -3707,7 +3707,7 @@ FLAG DESCRIPTIONS
3707
3707
  To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
3708
3708
  ```
3709
3709
 
3710
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.44/src/commands/org/login/jwt.ts)_
3710
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.45/src/commands/org/login/jwt.ts)_
3711
3711
 
3712
3712
  ## `sf org login sfdx-url`
3713
3713
 
@@ -3772,7 +3772,7 @@ EXAMPLES
3772
3772
  $ echo url | sf org login sfdx-url --sfdx-url-stdin
3773
3773
  ```
3774
3774
 
3775
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.44/src/commands/org/login/sfdx-url.ts)_
3775
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.45/src/commands/org/login/sfdx-url.ts)_
3776
3776
 
3777
3777
  ## `sf org login web`
3778
3778
 
@@ -3859,7 +3859,7 @@ FLAG DESCRIPTIONS
3859
3859
  To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
3860
3860
  ```
3861
3861
 
3862
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.44/src/commands/org/login/web.ts)_
3862
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.45/src/commands/org/login/web.ts)_
3863
3863
 
3864
3864
  ## `sf org logout`
3865
3865
 
@@ -3920,7 +3920,7 @@ FLAG DESCRIPTIONS
3920
3920
  All orgs includes Dev Hubs, sandboxes, DE orgs, and expired, deleted, and unknown-status scratch orgs.
3921
3921
  ```
3922
3922
 
3923
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.44/src/commands/org/logout.ts)_
3923
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.45/src/commands/org/logout.ts)_
3924
3924
 
3925
3925
  ## `sf org open`
3926
3926
 
@@ -5426,7 +5426,7 @@ EXAMPLES
5426
5426
  $ sf plugins
5427
5427
  ```
5428
5428
 
5429
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.2/src/commands/plugins/index.ts)_
5429
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.3/src/commands/plugins/index.ts)_
5430
5430
 
5431
5431
  ## `sf plugins discover`
5432
5432
 
@@ -5471,7 +5471,7 @@ EXAMPLES
5471
5471
  $ sf plugins inspect @salesforce/plugin-packaging
5472
5472
  ```
5473
5473
 
5474
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.2/src/commands/plugins/inspect.ts)_
5474
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.3/src/commands/plugins/inspect.ts)_
5475
5475
 
5476
5476
  ## `sf plugins install PLUGIN`
5477
5477
 
@@ -5520,7 +5520,7 @@ EXAMPLES
5520
5520
  $ sf plugins install someuser/someplugin
5521
5521
  ```
5522
5522
 
5523
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.2/src/commands/plugins/install.ts)_
5523
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.3/src/commands/plugins/install.ts)_
5524
5524
 
5525
5525
  ## `sf plugins link PATH`
5526
5526
 
@@ -5550,7 +5550,7 @@ EXAMPLES
5550
5550
  $ sf plugins link @salesforce/plugin-packaging
5551
5551
  ```
5552
5552
 
5553
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.2/src/commands/plugins/link.ts)_
5553
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.3/src/commands/plugins/link.ts)_
5554
5554
 
5555
5555
  ## `sf plugins reset`
5556
5556
 
@@ -5565,7 +5565,7 @@ FLAGS
5565
5565
  --reinstall Reinstall all plugins after uninstalling.
5566
5566
  ```
5567
5567
 
5568
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.2/src/commands/plugins/reset.ts)_
5568
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.3/src/commands/plugins/reset.ts)_
5569
5569
 
5570
5570
  ## `sf plugins trust verify`
5571
5571
 
@@ -5622,7 +5622,7 @@ EXAMPLES
5622
5622
  $ sf plugins uninstall @salesforce/plugin-packaging
5623
5623
  ```
5624
5624
 
5625
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.2/src/commands/plugins/uninstall.ts)_
5625
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.3/src/commands/plugins/uninstall.ts)_
5626
5626
 
5627
5627
  ## `sf plugins update`
5628
5628
 
@@ -5640,7 +5640,7 @@ DESCRIPTION
5640
5640
  Update installed plugins.
5641
5641
  ```
5642
5642
 
5643
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.2/src/commands/plugins/update.ts)_
5643
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.3/src/commands/plugins/update.ts)_
5644
5644
 
5645
5645
  ## `sf project convert mdapi`
5646
5646
 
@@ -5703,7 +5703,7 @@ FLAG DESCRIPTIONS
5703
5703
  If you specify this parameter, don’t specify --metadata or --source-dir.
5704
5704
  ```
5705
5705
 
5706
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.25/src/commands/project/convert/mdapi.ts)_
5706
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.26/src/commands/project/convert/mdapi.ts)_
5707
5707
 
5708
5708
  ## `sf project convert source`
5709
5709
 
@@ -5715,7 +5715,7 @@ USAGE
5715
5715
  [-p <value>... | -x <value> | -m <value>...]
5716
5716
 
5717
5717
  FLAGS
5718
- -d, --output-dir=<value> [default: metadataPackage_1722653438419] Output directory to store the Metadata
5718
+ -d, --output-dir=<value> [default: metadataPackage_1723279627589] Output directory to store the Metadata
5719
5719
  API–formatted files in.
5720
5720
  -m, --metadata=<value>... Metadata component names to convert.
5721
5721
  -n, --package-name=<value> Name of the package to associate with the metadata-formatted files.
@@ -5776,7 +5776,7 @@ FLAG DESCRIPTIONS
5776
5776
  Override the api version used for api requests made by this command
5777
5777
  ```
5778
5778
 
5779
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.25/src/commands/project/convert/source.ts)_
5779
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.26/src/commands/project/convert/source.ts)_
5780
5780
 
5781
5781
  ## `sf project convert source-behavior`
5782
5782
 
@@ -5833,7 +5833,7 @@ EXAMPLES
5833
5833
  $ sf project convert source-behavior --behavior decomposeCustomLabelsBeta --dry-run --preserve-temp-dir
5834
5834
  ```
5835
5835
 
5836
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.25/src/commands/project/convert/source-behavior.ts)_
5836
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.26/src/commands/project/convert/source-behavior.ts)_
5837
5837
 
5838
5838
  ## `sf project delete source`
5839
5839
 
@@ -5973,7 +5973,7 @@ FLAG DESCRIPTIONS
5973
5973
  - Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
5974
5974
  ```
5975
5975
 
5976
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.25/src/commands/project/delete/source.ts)_
5976
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.26/src/commands/project/delete/source.ts)_
5977
5977
 
5978
5978
  ## `sf project delete tracking`
5979
5979
 
@@ -6010,7 +6010,7 @@ EXAMPLES
6010
6010
  $ sf project delete tracking --target-org my-scratch
6011
6011
  ```
6012
6012
 
6013
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.25/src/commands/project/delete/tracking.ts)_
6013
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.26/src/commands/project/delete/tracking.ts)_
6014
6014
 
6015
6015
  ## `sf project deploy cancel`
6016
6016
 
@@ -6082,7 +6082,7 @@ FLAG DESCRIPTIONS
6082
6082
  project deploy report".
6083
6083
  ```
6084
6084
 
6085
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.25/src/commands/project/deploy/cancel.ts)_
6085
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.26/src/commands/project/deploy/cancel.ts)_
6086
6086
 
6087
6087
  ## `sf project deploy preview`
6088
6088
 
@@ -6165,7 +6165,7 @@ FLAG DESCRIPTIONS
6165
6165
  All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
6166
6166
  ```
6167
6167
 
6168
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.25/src/commands/project/deploy/preview.ts)_
6168
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.26/src/commands/project/deploy/preview.ts)_
6169
6169
 
6170
6170
  ## `sf project deploy quick`
6171
6171
 
@@ -6258,7 +6258,7 @@ ERROR CODES
6258
6258
  Canceling (69) The deploy is being canceled.
6259
6259
  ```
6260
6260
 
6261
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.25/src/commands/project/deploy/quick.ts)_
6261
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.26/src/commands/project/deploy/quick.ts)_
6262
6262
 
6263
6263
  ## `sf project deploy report`
6264
6264
 
@@ -6350,7 +6350,7 @@ FLAG DESCRIPTIONS
6350
6350
  --coverage-formatters lcov --coverage-formatters clover
6351
6351
  ```
6352
6352
 
6353
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.25/src/commands/project/deploy/report.ts)_
6353
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.26/src/commands/project/deploy/report.ts)_
6354
6354
 
6355
6355
  ## `sf project deploy resume`
6356
6356
 
@@ -6447,7 +6447,7 @@ ERROR CODES
6447
6447
  Canceling (69) The deploy is being canceled.
6448
6448
  ```
6449
6449
 
6450
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.25/src/commands/project/deploy/resume.ts)_
6450
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.26/src/commands/project/deploy/resume.ts)_
6451
6451
 
6452
6452
  ## `sf project deploy start`
6453
6453
 
@@ -6700,7 +6700,7 @@ ERROR CODES
6700
6700
  Canceling (69) The deploy is being canceled.
6701
6701
  ```
6702
6702
 
6703
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.25/src/commands/project/deploy/start.ts)_
6703
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.26/src/commands/project/deploy/start.ts)_
6704
6704
 
6705
6705
  ## `sf project deploy validate`
6706
6706
 
@@ -6890,7 +6890,7 @@ ERROR CODES
6890
6890
  Canceling (69) The deploy is being canceled.
6891
6891
  ```
6892
6892
 
6893
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.25/src/commands/project/deploy/validate.ts)_
6893
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.26/src/commands/project/deploy/validate.ts)_
6894
6894
 
6895
6895
  ## `sf project generate`
6896
6896
 
@@ -7072,7 +7072,7 @@ EXAMPLES
7072
7072
  $ sf project generate manifest --from-org test@myorg.com --include-packages unlocked
7073
7073
  ```
7074
7074
 
7075
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.25/src/commands/project/generate/manifest.ts)_
7075
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.26/src/commands/project/generate/manifest.ts)_
7076
7076
 
7077
7077
  ## `sf project list ignored`
7078
7078
 
@@ -7114,7 +7114,7 @@ EXAMPLES
7114
7114
  $ sf project list ignored --source-dir package.xml
7115
7115
  ```
7116
7116
 
7117
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.25/src/commands/project/list/ignored.ts)_
7117
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.26/src/commands/project/list/ignored.ts)_
7118
7118
 
7119
7119
  ## `sf project reset tracking`
7120
7120
 
@@ -7163,7 +7163,7 @@ EXAMPLES
7163
7163
  $ sf project reset tracking --revision 30
7164
7164
  ```
7165
7165
 
7166
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.25/src/commands/project/reset/tracking.ts)_
7166
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.26/src/commands/project/reset/tracking.ts)_
7167
7167
 
7168
7168
  ## `sf project retrieve preview`
7169
7169
 
@@ -7217,7 +7217,7 @@ FLAG DESCRIPTIONS
7217
7217
  production orgs.
7218
7218
  ```
7219
7219
 
7220
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.25/src/commands/project/retrieve/preview.ts)_
7220
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.26/src/commands/project/retrieve/preview.ts)_
7221
7221
 
7222
7222
  ## `sf project retrieve start`
7223
7223
 
@@ -7382,7 +7382,7 @@ ENVIRONMENT VARIABLES
7382
7382
  SF_USE_PROGRESS_BAR Set to false to disable the progress bar when running the metadata deploy command.
7383
7383
  ```
7384
7384
 
7385
- _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.25/src/commands/project/retrieve/start.ts)_
7385
+ _See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.26/src/commands/project/retrieve/start.ts)_
7386
7386
 
7387
7387
  ## `sf schema generate field`
7388
7388
 
@@ -1,22 +1,22 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
- "version": "2.55.1",
3
+ "version": "2.55.3",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/cli",
9
- "version": "2.55.1",
9
+ "version": "2.55.3",
10
10
  "hasInstallScript": true,
11
11
  "license": "BSD-3-Clause",
12
12
  "dependencies": {
13
13
  "@inquirer/select": "^2.3.5",
14
14
  "@oclif/core": "4.0.17",
15
15
  "@oclif/plugin-autocomplete": "3.2.0",
16
- "@oclif/plugin-commands": "4.0.10",
16
+ "@oclif/plugin-commands": "4.0.11",
17
17
  "@oclif/plugin-help": "6.2.8",
18
18
  "@oclif/plugin-not-found": "3.2.15",
19
- "@oclif/plugin-plugins": "5.4.2",
19
+ "@oclif/plugin-plugins": "5.4.3",
20
20
  "@oclif/plugin-search": "1.2.5",
21
21
  "@oclif/plugin-update": "4.5.2",
22
22
  "@oclif/plugin-version": "2.2.10",
@@ -25,9 +25,9 @@
25
25
  "@salesforce/core": "^8.2.3",
26
26
  "@salesforce/kit": "^3.1.6",
27
27
  "@salesforce/plugin-apex": "3.3.4",
28
- "@salesforce/plugin-auth": "3.6.44",
28
+ "@salesforce/plugin-auth": "3.6.45",
29
29
  "@salesforce/plugin-data": "3.5.14",
30
- "@salesforce/plugin-deploy-retrieve": "3.9.25",
30
+ "@salesforce/plugin-deploy-retrieve": "3.9.26",
31
31
  "@salesforce/plugin-info": "3.3.26",
32
32
  "@salesforce/plugin-limits": "3.3.22",
33
33
  "@salesforce/plugin-marketplace": "1.2.22",
@@ -36,12 +36,12 @@
36
36
  "@salesforce/plugin-schema": "3.3.22",
37
37
  "@salesforce/plugin-settings": "2.3.11",
38
38
  "@salesforce/plugin-sobject": "1.4.26",
39
- "@salesforce/plugin-source": "3.5.11",
40
- "@salesforce/plugin-telemetry": "3.6.5",
39
+ "@salesforce/plugin-source": "3.5.12",
40
+ "@salesforce/plugin-telemetry": "3.6.6",
41
41
  "@salesforce/plugin-templates": "56.3.8",
42
42
  "@salesforce/plugin-trust": "3.7.19",
43
- "@salesforce/plugin-user": "3.5.22",
44
- "@salesforce/sf-plugins-core": "11.2.8",
43
+ "@salesforce/plugin-user": "3.5.23",
44
+ "@salesforce/sf-plugins-core": "11.3.0",
45
45
  "ansis": "^3.3.0"
46
46
  },
47
47
  "bin": {
@@ -3359,12 +3359,12 @@
3359
3359
  }
3360
3360
  },
3361
3361
  "node_modules/@inquirer/select": {
3362
- "version": "2.4.6",
3363
- "resolved": "https://registry.npmjs.org/@inquirer/select/-/select-2.4.6.tgz",
3364
- "integrity": "sha512-fjcZQGyIviUBQ0Msoyf92vCmmN7Xv99vzPoybhLGBCM4cCz+l/U3p2++F7/xDJwvH70YHcvWrk8aN7STmrHMsQ==",
3362
+ "version": "2.4.7",
3363
+ "resolved": "https://registry.npmjs.org/@inquirer/select/-/select-2.4.7.tgz",
3364
+ "integrity": "sha512-JH7XqPEkBpNWp3gPCqWqY8ECbyMoFcCZANlL6pV9hf59qK6dGmkOlx1ydyhY+KZ0c5X74+W6Mtp+nm2QX0/MAQ==",
3365
3365
  "license": "MIT",
3366
3366
  "dependencies": {
3367
- "@inquirer/core": "^9.0.9",
3367
+ "@inquirer/core": "^9.0.10",
3368
3368
  "@inquirer/figures": "^1.0.5",
3369
3369
  "@inquirer/type": "^1.5.2",
3370
3370
  "ansi-escapes": "^4.3.2",
@@ -4125,9 +4125,9 @@
4125
4125
  }
4126
4126
  },
4127
4127
  "node_modules/@oclif/plugin-commands": {
4128
- "version": "4.0.10",
4129
- "resolved": "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-4.0.10.tgz",
4130
- "integrity": "sha512-afux6cu/RNClGIy13Ul8E2rdzz22h/D8rh/AkThxCB3k5/WwJCdJ6e/K2RsTka5B9epNmh7/YSgyRoUgnIN7vA==",
4128
+ "version": "4.0.11",
4129
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-4.0.11.tgz",
4130
+ "integrity": "sha512-wWiiY+hfdgkdBJVCG18rnNfQwM+QbfiMJhpFeGmEBvW7Ngdh6wE7Ep770QeIT7bAj8xAKjSJJkctUySe89Iusw==",
4131
4131
  "license": "MIT",
4132
4132
  "dependencies": {
4133
4133
  "@oclif/core": "^4",
@@ -4167,9 +4167,9 @@
4167
4167
  }
4168
4168
  },
4169
4169
  "node_modules/@oclif/plugin-plugins": {
4170
- "version": "5.4.2",
4171
- "resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.4.2.tgz",
4172
- "integrity": "sha512-L85hRQJc8/c0l9/io4LqYOeWatq4L4g1tJswXGjlMW8ypxWpunYMnZVH6XxPKMjTPdlBVdkpelSgnJgggRlU7Q==",
4170
+ "version": "5.4.3",
4171
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.4.3.tgz",
4172
+ "integrity": "sha512-aWFND5XeeOszXCWx3hCSb26FC+vyrclYTBVftfP8328jvisdScIV8hD5+V616aDtqwfNGr2b9DLpwdTVgxvMAA==",
4173
4173
  "license": "MIT",
4174
4174
  "dependencies": {
4175
4175
  "@oclif/core": "^4",
@@ -4554,14 +4554,14 @@
4554
4554
  }
4555
4555
  },
4556
4556
  "node_modules/@salesforce/apex-node": {
4557
- "version": "8.1.1",
4558
- "resolved": "https://registry.npmjs.org/@salesforce/apex-node/-/apex-node-8.1.1.tgz",
4559
- "integrity": "sha512-OrbvIIf/H497+zll5unSi+jNBt1D71Oh91s5qMLI+cleoAdyZSLk6+CDVkeDOeSezzoA4kZ9zChi7mILj62T5w==",
4557
+ "version": "8.1.2",
4558
+ "resolved": "https://registry.npmjs.org/@salesforce/apex-node/-/apex-node-8.1.2.tgz",
4559
+ "integrity": "sha512-b/FP7XoD+0mUxe3dU6582dWDNvO/FbGA0fM8mBe6MWQQ1Us0dJ9Tvr2Br0bxOdr+p91t9ziVtOnZyOsz/pKZew==",
4560
4560
  "license": "BSD-3-Clause",
4561
4561
  "dependencies": {
4562
4562
  "@jsforce/jsforce-node": "^3.4.0",
4563
4563
  "@salesforce/core": "^8.2.8",
4564
- "@salesforce/kit": "^3.1.6",
4564
+ "@salesforce/kit": "^3.2.1",
4565
4565
  "@types/istanbul-reports": "^3.0.4",
4566
4566
  "bfj": "8.0.0",
4567
4567
  "fast-glob": "^3.3.2",
@@ -4686,9 +4686,9 @@
4686
4686
  }
4687
4687
  },
4688
4688
  "node_modules/@salesforce/core": {
4689
- "version": "8.2.8",
4690
- "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.2.8.tgz",
4691
- "integrity": "sha512-Fyy1TG9cUtQV+YAjyYCHerZ0K/t9fuB6dU9HrXFvcjMKorMS5JaI1wkZh8w1+zfvu6GY/MOzeqVZCq2W+9ShLA==",
4689
+ "version": "8.3.0",
4690
+ "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.3.0.tgz",
4691
+ "integrity": "sha512-HZchC42oGJ5RQsG9HpAb1bT7ohjB31ATDz46ryMvLngMmrfHnyzv2mlIi6UdYkJ/2meH2BJkibHi8paPrtF+/A==",
4692
4692
  "license": "BSD-3-Clause",
4693
4693
  "dependencies": {
4694
4694
  "@jsforce/jsforce-node": "^3.4.0",
@@ -4854,13 +4854,13 @@
4854
4854
  }
4855
4855
  },
4856
4856
  "node_modules/@salesforce/plugin-auth": {
4857
- "version": "3.6.44",
4858
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.6.44.tgz",
4859
- "integrity": "sha512-BH/+qWe8WXSKFDTFFQ3JnVLR04T1bKSOlzZqZ56RRkVuqkruI/UtsgyGDltN6O6jxfR/byOelATrDX7n0Ca8CA==",
4857
+ "version": "3.6.45",
4858
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.6.45.tgz",
4859
+ "integrity": "sha512-cREAiMSTaFdhJ/wn+gqb9ii2Gzj61hqoehOXGvtTomwLZoLTj2qv8G6qDExnkr7sZANQaGjgVJFZV5PRIxM4ag==",
4860
4860
  "license": "BSD-3-Clause",
4861
4861
  "dependencies": {
4862
4862
  "@inquirer/checkbox": "^2.4.5",
4863
- "@inquirer/select": "^2.4.5",
4863
+ "@inquirer/select": "^2.4.7",
4864
4864
  "@oclif/core": "^4",
4865
4865
  "@salesforce/core": "^8.2.8",
4866
4866
  "@salesforce/kit": "^3.2.0",
@@ -4934,9 +4934,9 @@
4934
4934
  "license": "MIT"
4935
4935
  },
4936
4936
  "node_modules/@salesforce/plugin-deploy-retrieve": {
4937
- "version": "3.9.25",
4938
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.9.25.tgz",
4939
- "integrity": "sha512-WVThLG38WtSSc0fQiLpItqZSHwzowvik6e9Rh1CBQwJTNNEje0+UiXLvjtYrpajxORJlbMCpy7lx1QCkC7Gdhw==",
4937
+ "version": "3.9.26",
4938
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.9.26.tgz",
4939
+ "integrity": "sha512-dZNC9BBY4zbufstDsDTm3DPY/eJLiU5jPKNpzYVq0m0tj60nHKQEreYsBFsBKv8AwGs8SOOofUwT1Waj/bMyIw==",
4940
4940
  "license": "BSD-3-Clause",
4941
4941
  "dependencies": {
4942
4942
  "@oclif/core": "^4.0.12",
@@ -4944,7 +4944,7 @@
4944
4944
  "@salesforce/core": "^8.2.8",
4945
4945
  "@salesforce/kit": "^3.1.6",
4946
4946
  "@salesforce/plugin-info": "^3.3.24",
4947
- "@salesforce/sf-plugins-core": "^11.2.4",
4947
+ "@salesforce/sf-plugins-core": "^11.3.0",
4948
4948
  "@salesforce/source-deploy-retrieve": "^12.1.11",
4949
4949
  "@salesforce/source-tracking": "^7.1.2",
4950
4950
  "@salesforce/ts-types": "^2.0.12",
@@ -5162,13 +5162,13 @@
5162
5162
  }
5163
5163
  },
5164
5164
  "node_modules/@salesforce/plugin-source": {
5165
- "version": "3.5.11",
5166
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-source/-/plugin-source-3.5.11.tgz",
5167
- "integrity": "sha512-Xv2K81K5Xr0Z01ZMZR3clqLw7AeL5Sk/daNr+o+5IzDJRl95orlglUR1U9s9sha86PpryGMDzzK3Tm8QfPCyAQ==",
5165
+ "version": "3.5.12",
5166
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-source/-/plugin-source-3.5.12.tgz",
5167
+ "integrity": "sha512-61sy0hT+IkBUun+HBjFh9Wo7vTLCrADrJ/gniv00uhtrrnWaA02umXr9n8mY4eFyozgOevqQ9AROrrio9zlyxg==",
5168
5168
  "license": "BSD-3-Clause",
5169
5169
  "dependencies": {
5170
5170
  "@oclif/core": "^4",
5171
- "@salesforce/apex-node": "^8.1.1",
5171
+ "@salesforce/apex-node": "^8.1.2",
5172
5172
  "@salesforce/core": "^8.2.8",
5173
5173
  "@salesforce/kit": "^3.1.6",
5174
5174
  "@salesforce/sf-plugins-core": "^11.2.4",
@@ -5197,16 +5197,16 @@
5197
5197
  }
5198
5198
  },
5199
5199
  "node_modules/@salesforce/plugin-telemetry": {
5200
- "version": "3.6.5",
5201
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-3.6.5.tgz",
5202
- "integrity": "sha512-1M4Xy+ckFVU0YJRs/rQ7jnTUR8ivdVyOhgPNUMQOMDIitwqlmqDvirsb5B25aMYtdfewFWgry1PfXyudilYxXQ==",
5200
+ "version": "3.6.6",
5201
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-3.6.6.tgz",
5202
+ "integrity": "sha512-DZZiOPrUJ0ct1ousEsKPWPrR6kRJcq+7HEOKqCQrD4dGHD/tNR1amp+qZ1IJkTohm7zc0CYuZWVfGqZdAEoaXg==",
5203
5203
  "license": "BSD-3-Clause",
5204
5204
  "dependencies": {
5205
5205
  "@oclif/core": "^4.0.16",
5206
5206
  "@salesforce/core": "^8.2.7",
5207
5207
  "@salesforce/kit": "^3.1.6",
5208
5208
  "@salesforce/sf-plugins-core": "^11.2.4",
5209
- "@salesforce/telemetry": "^6.0.14",
5209
+ "@salesforce/telemetry": "^6.0.21",
5210
5210
  "@salesforce/ts-types": "^2.0.11",
5211
5211
  "debug": "^4.3.4"
5212
5212
  },
@@ -5254,14 +5254,14 @@
5254
5254
  }
5255
5255
  },
5256
5256
  "node_modules/@salesforce/plugin-user": {
5257
- "version": "3.5.22",
5258
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-user/-/plugin-user-3.5.22.tgz",
5259
- "integrity": "sha512-WJtlBlHFXWv5INLD/0qmb5IsrK0cFUJHROqgwAtzcRVngtd2zcCtCvCzrrrcrv69oh7TdXhEOApd42PTWqSfOw==",
5257
+ "version": "3.5.23",
5258
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-user/-/plugin-user-3.5.23.tgz",
5259
+ "integrity": "sha512-7F+uQIp8fRNHle2n78OuPiCDueyn/vCeA7CDdhwgazNndPbL7x/C7kvgE7/q6d4utlYFKCfDxP7Kol2BnJn85w==",
5260
5260
  "license": "BSD-3-Clause",
5261
5261
  "dependencies": {
5262
5262
  "@salesforce/core": "^8.2.8",
5263
5263
  "@salesforce/kit": "^3.2.1",
5264
- "@salesforce/sf-plugins-core": "^11.2.4",
5264
+ "@salesforce/sf-plugins-core": "^11.3.0",
5265
5265
  "@salesforce/ts-types": "^2.0.11"
5266
5266
  },
5267
5267
  "engines": {
@@ -5282,9 +5282,9 @@
5282
5282
  "license": "ISC"
5283
5283
  },
5284
5284
  "node_modules/@salesforce/sf-plugins-core": {
5285
- "version": "11.2.8",
5286
- "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-11.2.8.tgz",
5287
- "integrity": "sha512-YIl05F48vCn3LKldhSA4PhYJ2zW5rjsi/aZyBdKWwHlktlg81TuzltSR2AwWHgYP8I3Nj20h0l0sLb5i6TR8EQ==",
5285
+ "version": "11.3.0",
5286
+ "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-11.3.0.tgz",
5287
+ "integrity": "sha512-kY+y8dxItkMCa52TCOxvu8nAPr2RyLf03pk+HVFMoHkVdumrbDdxmjYFNxAtYmDISQFx1W0SSoIeK2sboziDNw==",
5288
5288
  "license": "BSD-3-Clause",
5289
5289
  "dependencies": {
5290
5290
  "@inquirer/confirm": "^3.1.20",
@@ -5511,13 +5511,13 @@
5511
5511
  }
5512
5512
  },
5513
5513
  "node_modules/@salesforce/telemetry": {
5514
- "version": "6.0.14",
5515
- "resolved": "https://registry.npmjs.org/@salesforce/telemetry/-/telemetry-6.0.14.tgz",
5516
- "integrity": "sha512-0AX0fKNefs4gB4xsGz6EuBe3aVGjH4O7nugmgqYRtCxLhmYcDZo/rYAZ47ZAILq6Z96OZS70MAdy4OI3eDxf5Q==",
5514
+ "version": "6.0.23",
5515
+ "resolved": "https://registry.npmjs.org/@salesforce/telemetry/-/telemetry-6.0.23.tgz",
5516
+ "integrity": "sha512-7nC5EZ2sJqXcjiiMefm8jY6b0bJr/lXMycvUrg7ZA9Ou3Gizad9rddfxSGI22nDxN7reOjsvkaN0+EaS8xf/Bg==",
5517
5517
  "license": "BSD-3-Clause",
5518
5518
  "dependencies": {
5519
- "@salesforce/core": "^8.0.1",
5520
- "@salesforce/kit": "^3.1.6",
5519
+ "@salesforce/core": "^8.3.0",
5520
+ "@salesforce/kit": "^3.2.1",
5521
5521
  "applicationinsights": "^2.9.5",
5522
5522
  "got": "^11",
5523
5523
  "proxy-agent": "^6.4.0"
package/oclif.lock CHANGED
@@ -1510,12 +1510,12 @@
1510
1510
  "@inquirer/type" "^1.5.2"
1511
1511
  ansi-escapes "^4.3.2"
1512
1512
 
1513
- "@inquirer/select@^2.3.10", "@inquirer/select@^2.3.5", "@inquirer/select@^2.4.5":
1514
- version "2.4.6"
1515
- resolved "https://registry.npmjs.org/@inquirer/select/-/select-2.4.6.tgz"
1516
- integrity sha512-fjcZQGyIviUBQ0Msoyf92vCmmN7Xv99vzPoybhLGBCM4cCz+l/U3p2++F7/xDJwvH70YHcvWrk8aN7STmrHMsQ==
1513
+ "@inquirer/select@^2.3.10", "@inquirer/select@^2.3.5", "@inquirer/select@^2.4.5", "@inquirer/select@^2.4.7":
1514
+ version "2.4.7"
1515
+ resolved "https://registry.npmjs.org/@inquirer/select/-/select-2.4.7.tgz"
1516
+ integrity sha512-JH7XqPEkBpNWp3gPCqWqY8ECbyMoFcCZANlL6pV9hf59qK6dGmkOlx1ydyhY+KZ0c5X74+W6Mtp+nm2QX0/MAQ==
1517
1517
  dependencies:
1518
- "@inquirer/core" "^9.0.9"
1518
+ "@inquirer/core" "^9.0.10"
1519
1519
  "@inquirer/figures" "^1.0.5"
1520
1520
  "@inquirer/type" "^1.5.2"
1521
1521
  ansi-escapes "^4.3.2"
@@ -1863,10 +1863,10 @@
1863
1863
  semver "^7.6.0"
1864
1864
  ts-json-schema-generator "^1.5.1"
1865
1865
 
1866
- "@oclif/plugin-commands@4.0.10":
1867
- version "4.0.10"
1868
- resolved "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-4.0.10.tgz"
1869
- integrity sha512-afux6cu/RNClGIy13Ul8E2rdzz22h/D8rh/AkThxCB3k5/WwJCdJ6e/K2RsTka5B9epNmh7/YSgyRoUgnIN7vA==
1866
+ "@oclif/plugin-commands@4.0.11":
1867
+ version "4.0.11"
1868
+ resolved "https://registry.npmjs.org/@oclif/plugin-commands/-/plugin-commands-4.0.11.tgz"
1869
+ integrity sha512-wWiiY+hfdgkdBJVCG18rnNfQwM+QbfiMJhpFeGmEBvW7Ngdh6wE7Ep770QeIT7bAj8xAKjSJJkctUySe89Iusw==
1870
1870
  dependencies:
1871
1871
  "@oclif/core" "^4"
1872
1872
  lodash "^4.17.21"
@@ -1890,10 +1890,10 @@
1890
1890
  ansis "^3.3.1"
1891
1891
  fast-levenshtein "^3.0.0"
1892
1892
 
1893
- "@oclif/plugin-plugins@5.4.2":
1894
- version "5.4.2"
1895
- resolved "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.4.2.tgz"
1896
- integrity sha512-L85hRQJc8/c0l9/io4LqYOeWatq4L4g1tJswXGjlMW8ypxWpunYMnZVH6XxPKMjTPdlBVdkpelSgnJgggRlU7Q==
1893
+ "@oclif/plugin-plugins@5.4.3":
1894
+ version "5.4.3"
1895
+ resolved "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.4.3.tgz"
1896
+ integrity sha512-aWFND5XeeOszXCWx3hCSb26FC+vyrclYTBVftfP8328jvisdScIV8hD5+V616aDtqwfNGr2b9DLpwdTVgxvMAA==
1897
1897
  dependencies:
1898
1898
  "@oclif/core" "^4"
1899
1899
  ansis "^3.3.2"
@@ -2099,14 +2099,14 @@
2099
2099
  resolved "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz"
2100
2100
  integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==
2101
2101
 
2102
- "@salesforce/apex-node@^8.1.1":
2103
- version "8.1.1"
2104
- resolved "https://registry.npmjs.org/@salesforce/apex-node/-/apex-node-8.1.1.tgz"
2105
- integrity sha512-OrbvIIf/H497+zll5unSi+jNBt1D71Oh91s5qMLI+cleoAdyZSLk6+CDVkeDOeSezzoA4kZ9zChi7mILj62T5w==
2102
+ "@salesforce/apex-node@^8.1.1", "@salesforce/apex-node@^8.1.2":
2103
+ version "8.1.2"
2104
+ resolved "https://registry.npmjs.org/@salesforce/apex-node/-/apex-node-8.1.2.tgz"
2105
+ integrity sha512-b/FP7XoD+0mUxe3dU6582dWDNvO/FbGA0fM8mBe6MWQQ1Us0dJ9Tvr2Br0bxOdr+p91t9ziVtOnZyOsz/pKZew==
2106
2106
  dependencies:
2107
2107
  "@jsforce/jsforce-node" "^3.4.0"
2108
2108
  "@salesforce/core" "^8.2.8"
2109
- "@salesforce/kit" "^3.1.6"
2109
+ "@salesforce/kit" "^3.2.1"
2110
2110
  "@types/istanbul-reports" "^3.0.4"
2111
2111
  bfj "8.0.0"
2112
2112
  fast-glob "^3.3.2"
@@ -2131,10 +2131,10 @@
2131
2131
  strip-ansi "6.0.1"
2132
2132
  ts-retry-promise "^0.8.1"
2133
2133
 
2134
- "@salesforce/core@^8.0.1", "@salesforce/core@^8.0.3", "@salesforce/core@^8.1.0", "@salesforce/core@^8.2.3", "@salesforce/core@^8.2.7", "@salesforce/core@^8.2.8":
2135
- version "8.2.8"
2136
- resolved "https://registry.npmjs.org/@salesforce/core/-/core-8.2.8.tgz"
2137
- integrity sha512-Fyy1TG9cUtQV+YAjyYCHerZ0K/t9fuB6dU9HrXFvcjMKorMS5JaI1wkZh8w1+zfvu6GY/MOzeqVZCq2W+9ShLA==
2134
+ "@salesforce/core@^8.0.1", "@salesforce/core@^8.0.3", "@salesforce/core@^8.1.0", "@salesforce/core@^8.2.3", "@salesforce/core@^8.2.7", "@salesforce/core@^8.2.8", "@salesforce/core@^8.3.0":
2135
+ version "8.3.0"
2136
+ resolved "https://registry.npmjs.org/@salesforce/core/-/core-8.3.0.tgz"
2137
+ integrity sha512-HZchC42oGJ5RQsG9HpAb1bT7ohjB31ATDz46ryMvLngMmrfHnyzv2mlIi6UdYkJ/2meH2BJkibHi8paPrtF+/A==
2138
2138
  dependencies:
2139
2139
  "@jsforce/jsforce-node" "^3.4.0"
2140
2140
  "@salesforce/kit" "^3.1.6"
@@ -2230,13 +2230,13 @@
2230
2230
  "@salesforce/sf-plugins-core" "^11.2.4"
2231
2231
  ansis "^3.3.1"
2232
2232
 
2233
- "@salesforce/plugin-auth@3.6.44":
2234
- version "3.6.44"
2235
- resolved "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.6.44.tgz"
2236
- integrity sha512-BH/+qWe8WXSKFDTFFQ3JnVLR04T1bKSOlzZqZ56RRkVuqkruI/UtsgyGDltN6O6jxfR/byOelATrDX7n0Ca8CA==
2233
+ "@salesforce/plugin-auth@3.6.45":
2234
+ version "3.6.45"
2235
+ resolved "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.6.45.tgz"
2236
+ integrity sha512-cREAiMSTaFdhJ/wn+gqb9ii2Gzj61hqoehOXGvtTomwLZoLTj2qv8G6qDExnkr7sZANQaGjgVJFZV5PRIxM4ag==
2237
2237
  dependencies:
2238
2238
  "@inquirer/checkbox" "^2.4.5"
2239
- "@inquirer/select" "^2.4.5"
2239
+ "@inquirer/select" "^2.4.7"
2240
2240
  "@oclif/core" "^4"
2241
2241
  "@salesforce/core" "^8.2.8"
2242
2242
  "@salesforce/kit" "^3.2.0"
@@ -2275,17 +2275,17 @@
2275
2275
  csv-stringify "^6.5.1"
2276
2276
  form-data "^4.0.0"
2277
2277
 
2278
- "@salesforce/plugin-deploy-retrieve@3.9.25":
2279
- version "3.9.25"
2280
- resolved "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.9.25.tgz"
2281
- integrity sha512-WVThLG38WtSSc0fQiLpItqZSHwzowvik6e9Rh1CBQwJTNNEje0+UiXLvjtYrpajxORJlbMCpy7lx1QCkC7Gdhw==
2278
+ "@salesforce/plugin-deploy-retrieve@3.9.26":
2279
+ version "3.9.26"
2280
+ resolved "https://registry.npmjs.org/@salesforce/plugin-deploy-retrieve/-/plugin-deploy-retrieve-3.9.26.tgz"
2281
+ integrity sha512-dZNC9BBY4zbufstDsDTm3DPY/eJLiU5jPKNpzYVq0m0tj60nHKQEreYsBFsBKv8AwGs8SOOofUwT1Waj/bMyIw==
2282
2282
  dependencies:
2283
2283
  "@oclif/core" "^4.0.12"
2284
2284
  "@salesforce/apex-node" "^8.1.1"
2285
2285
  "@salesforce/core" "^8.2.8"
2286
2286
  "@salesforce/kit" "^3.1.6"
2287
2287
  "@salesforce/plugin-info" "^3.3.24"
2288
- "@salesforce/sf-plugins-core" "^11.2.4"
2288
+ "@salesforce/sf-plugins-core" "^11.3.0"
2289
2289
  "@salesforce/source-deploy-retrieve" "^12.1.11"
2290
2290
  "@salesforce/source-tracking" "^7.1.2"
2291
2291
  "@salesforce/ts-types" "^2.0.12"
@@ -2418,13 +2418,13 @@
2418
2418
  fast-xml-parser "^4.4.1"
2419
2419
  js2xmlparser "^4.0.2"
2420
2420
 
2421
- "@salesforce/plugin-source@3.5.11":
2422
- version "3.5.11"
2423
- resolved "https://registry.npmjs.org/@salesforce/plugin-source/-/plugin-source-3.5.11.tgz"
2424
- integrity sha512-Xv2K81K5Xr0Z01ZMZR3clqLw7AeL5Sk/daNr+o+5IzDJRl95orlglUR1U9s9sha86PpryGMDzzK3Tm8QfPCyAQ==
2421
+ "@salesforce/plugin-source@3.5.12":
2422
+ version "3.5.12"
2423
+ resolved "https://registry.npmjs.org/@salesforce/plugin-source/-/plugin-source-3.5.12.tgz"
2424
+ integrity sha512-61sy0hT+IkBUun+HBjFh9Wo7vTLCrADrJ/gniv00uhtrrnWaA02umXr9n8mY4eFyozgOevqQ9AROrrio9zlyxg==
2425
2425
  dependencies:
2426
2426
  "@oclif/core" "^4"
2427
- "@salesforce/apex-node" "^8.1.1"
2427
+ "@salesforce/apex-node" "^8.1.2"
2428
2428
  "@salesforce/core" "^8.2.8"
2429
2429
  "@salesforce/kit" "^3.1.6"
2430
2430
  "@salesforce/sf-plugins-core" "^11.2.4"
@@ -2436,16 +2436,16 @@
2436
2436
  got "^13.0.0"
2437
2437
  proxy-agent "^6.3.1"
2438
2438
 
2439
- "@salesforce/plugin-telemetry@3.6.5":
2440
- version "3.6.5"
2441
- resolved "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-3.6.5.tgz"
2442
- integrity sha512-1M4Xy+ckFVU0YJRs/rQ7jnTUR8ivdVyOhgPNUMQOMDIitwqlmqDvirsb5B25aMYtdfewFWgry1PfXyudilYxXQ==
2439
+ "@salesforce/plugin-telemetry@3.6.6":
2440
+ version "3.6.6"
2441
+ resolved "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-3.6.6.tgz"
2442
+ integrity sha512-DZZiOPrUJ0ct1ousEsKPWPrR6kRJcq+7HEOKqCQrD4dGHD/tNR1amp+qZ1IJkTohm7zc0CYuZWVfGqZdAEoaXg==
2443
2443
  dependencies:
2444
2444
  "@oclif/core" "^4.0.16"
2445
2445
  "@salesforce/core" "^8.2.7"
2446
2446
  "@salesforce/kit" "^3.1.6"
2447
2447
  "@salesforce/sf-plugins-core" "^11.2.4"
2448
- "@salesforce/telemetry" "^6.0.14"
2448
+ "@salesforce/telemetry" "^6.0.21"
2449
2449
  "@salesforce/ts-types" "^2.0.11"
2450
2450
  debug "^4.3.4"
2451
2451
 
@@ -2475,14 +2475,14 @@
2475
2475
  semver "^7.6.3"
2476
2476
  shelljs "^0.8.4"
2477
2477
 
2478
- "@salesforce/plugin-user@3.5.22":
2479
- version "3.5.22"
2480
- resolved "https://registry.npmjs.org/@salesforce/plugin-user/-/plugin-user-3.5.22.tgz"
2481
- integrity sha512-WJtlBlHFXWv5INLD/0qmb5IsrK0cFUJHROqgwAtzcRVngtd2zcCtCvCzrrrcrv69oh7TdXhEOApd42PTWqSfOw==
2478
+ "@salesforce/plugin-user@3.5.23":
2479
+ version "3.5.23"
2480
+ resolved "https://registry.npmjs.org/@salesforce/plugin-user/-/plugin-user-3.5.23.tgz"
2481
+ integrity sha512-7F+uQIp8fRNHle2n78OuPiCDueyn/vCeA7CDdhwgazNndPbL7x/C7kvgE7/q6d4utlYFKCfDxP7Kol2BnJn85w==
2482
2482
  dependencies:
2483
2483
  "@salesforce/core" "^8.2.8"
2484
2484
  "@salesforce/kit" "^3.2.1"
2485
- "@salesforce/sf-plugins-core" "^11.2.4"
2485
+ "@salesforce/sf-plugins-core" "^11.3.0"
2486
2486
  "@salesforce/ts-types" "^2.0.11"
2487
2487
 
2488
2488
  "@salesforce/prettier-config@^0.0.3":
@@ -2495,10 +2495,10 @@
2495
2495
  resolved "https://registry.npmjs.org/@salesforce/schemas/-/schemas-1.9.0.tgz"
2496
2496
  integrity sha512-LiN37zG5ODT6z70sL1fxF7BQwtCX9JOWofSU8iliSNIM+WDEeinnoFtVqPInRSNt8I0RiJxIKCrqstsmQRBNvA==
2497
2497
 
2498
- "@salesforce/sf-plugins-core@^11.1.1", "@salesforce/sf-plugins-core@^11.1.2", "@salesforce/sf-plugins-core@^11.2.4", "@salesforce/sf-plugins-core@11.2.8":
2499
- version "11.2.8"
2500
- resolved "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-11.2.8.tgz"
2501
- integrity sha512-YIl05F48vCn3LKldhSA4PhYJ2zW5rjsi/aZyBdKWwHlktlg81TuzltSR2AwWHgYP8I3Nj20h0l0sLb5i6TR8EQ==
2498
+ "@salesforce/sf-plugins-core@^11.1.1", "@salesforce/sf-plugins-core@^11.1.2", "@salesforce/sf-plugins-core@^11.2.4", "@salesforce/sf-plugins-core@^11.3.0", "@salesforce/sf-plugins-core@11.3.0":
2499
+ version "11.3.0"
2500
+ resolved "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-11.3.0.tgz"
2501
+ integrity sha512-kY+y8dxItkMCa52TCOxvu8nAPr2RyLf03pk+HVFMoHkVdumrbDdxmjYFNxAtYmDISQFx1W0SSoIeK2sboziDNw==
2502
2502
  dependencies:
2503
2503
  "@inquirer/confirm" "^3.1.20"
2504
2504
  "@inquirer/password" "^2.1.20"
@@ -2546,13 +2546,13 @@
2546
2546
  isomorphic-git "^1.27.1"
2547
2547
  ts-retry-promise "^0.8.1"
2548
2548
 
2549
- "@salesforce/telemetry@^6.0.14":
2550
- version "6.0.14"
2551
- resolved "https://registry.npmjs.org/@salesforce/telemetry/-/telemetry-6.0.14.tgz"
2552
- integrity sha512-0AX0fKNefs4gB4xsGz6EuBe3aVGjH4O7nugmgqYRtCxLhmYcDZo/rYAZ47ZAILq6Z96OZS70MAdy4OI3eDxf5Q==
2549
+ "@salesforce/telemetry@^6.0.21":
2550
+ version "6.0.23"
2551
+ resolved "https://registry.npmjs.org/@salesforce/telemetry/-/telemetry-6.0.23.tgz"
2552
+ integrity sha512-7nC5EZ2sJqXcjiiMefm8jY6b0bJr/lXMycvUrg7ZA9Ou3Gizad9rddfxSGI22nDxN7reOjsvkaN0+EaS8xf/Bg==
2553
2553
  dependencies:
2554
- "@salesforce/core" "^8.0.1"
2555
- "@salesforce/kit" "^3.1.6"
2554
+ "@salesforce/core" "^8.3.0"
2555
+ "@salesforce/kit" "^3.2.1"
2556
2556
  applicationinsights "^2.9.5"
2557
2557
  got "^11"
2558
2558
  proxy-agent "^6.4.0"
@@ -3892,6 +3892,131 @@
3892
3892
  "snapshot:create:org"
3893
3893
  ]
3894
3894
  },
3895
+ "org:get:snapshot": {
3896
+ "aliases": [
3897
+ "force:org:snapshot:get"
3898
+ ],
3899
+ "args": {},
3900
+ "deprecateAliases": true,
3901
+ "description": "Snapshot creation can take a while. Use this command with the snapshot name or ID to check its creation status. After the status changes to Active, you can use the snapshot to create scratch orgs.\n\nTo create a snapshot, use the \"<%= config.bin %> org create snapshot\" command. To retrieve a list of all snapshots, use \"<%= config.bin %> org list snapshot\".",
3902
+ "examples": [
3903
+ "Get snapshot details using its ID and the default Dev Hub org:\n<%= config.bin %> <%= command.id %> --snapshot 0Oo...",
3904
+ "Get snapshot details using its name from a Dev Hub org with alias SnapshotDevHub:\n<%= config.bin %> <%= command.id %> --snapshot Dependencies --target-dev-hub SnapshotDevHub"
3905
+ ],
3906
+ "flags": {
3907
+ "json": {
3908
+ "description": "Format output as json.",
3909
+ "helpGroup": "GLOBAL",
3910
+ "name": "json",
3911
+ "allowNo": false,
3912
+ "type": "boolean"
3913
+ },
3914
+ "flags-dir": {
3915
+ "helpGroup": "GLOBAL",
3916
+ "name": "flags-dir",
3917
+ "summary": "Import flag values from a directory.",
3918
+ "hasDynamicHelp": false,
3919
+ "multiple": false,
3920
+ "type": "option"
3921
+ },
3922
+ "target-dev-hub": {
3923
+ "aliases": [
3924
+ "targetdevhubusername"
3925
+ ],
3926
+ "char": "v",
3927
+ "deprecateAliases": true,
3928
+ "name": "target-dev-hub",
3929
+ "noCacheDefault": true,
3930
+ "required": true,
3931
+ "summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
3932
+ "hasDynamicHelp": true,
3933
+ "multiple": false,
3934
+ "type": "option"
3935
+ },
3936
+ "api-version": {
3937
+ "aliases": [
3938
+ "apiversion"
3939
+ ],
3940
+ "deprecateAliases": true,
3941
+ "description": "Override the api version used for api requests made by this command",
3942
+ "name": "api-version",
3943
+ "hasDynamicHelp": false,
3944
+ "multiple": false,
3945
+ "type": "option"
3946
+ },
3947
+ "loglevel": {
3948
+ "deprecated": {
3949
+ "message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
3950
+ },
3951
+ "hidden": true,
3952
+ "name": "loglevel",
3953
+ "hasDynamicHelp": false,
3954
+ "multiple": false,
3955
+ "type": "option"
3956
+ },
3957
+ "snapshot": {
3958
+ "char": "s",
3959
+ "description": "The IDs of scratch org snapshots start with 0Oo.",
3960
+ "name": "snapshot",
3961
+ "required": true,
3962
+ "summary": "Name or ID of snapshot to retrieve.",
3963
+ "hasDynamicHelp": false,
3964
+ "multiple": false,
3965
+ "type": "option"
3966
+ }
3967
+ },
3968
+ "hasDynamicHelp": true,
3969
+ "hiddenAliases": [],
3970
+ "id": "org:get:snapshot",
3971
+ "pluginAlias": "@salesforce/plugin-signups",
3972
+ "pluginName": "@salesforce/plugin-signups",
3973
+ "pluginType": "jit",
3974
+ "strict": true,
3975
+ "summary": "Get details about a scratch org snapshot.",
3976
+ "enableJsonFlag": true,
3977
+ "isESM": true,
3978
+ "relativePath": [
3979
+ "lib",
3980
+ "commands",
3981
+ "org",
3982
+ "get",
3983
+ "snapshot.js"
3984
+ ],
3985
+ "aliasPermutations": [
3986
+ "force:org:snapshot:get",
3987
+ "org:force:snapshot:get",
3988
+ "org:snapshot:force:get",
3989
+ "org:snapshot:get:force",
3990
+ "force:snapshot:org:get",
3991
+ "snapshot:force:org:get",
3992
+ "snapshot:org:force:get",
3993
+ "snapshot:org:get:force",
3994
+ "force:snapshot:get:org",
3995
+ "snapshot:force:get:org",
3996
+ "snapshot:get:force:org",
3997
+ "snapshot:get:org:force",
3998
+ "force:org:get:snapshot",
3999
+ "org:force:get:snapshot",
4000
+ "org:get:force:snapshot",
4001
+ "org:get:snapshot:force",
4002
+ "force:get:org:snapshot",
4003
+ "get:force:org:snapshot",
4004
+ "get:org:force:snapshot",
4005
+ "get:org:snapshot:force",
4006
+ "force:get:snapshot:org",
4007
+ "get:force:snapshot:org",
4008
+ "get:snapshot:force:org",
4009
+ "get:snapshot:org:force"
4010
+ ],
4011
+ "permutations": [
4012
+ "org:get:snapshot",
4013
+ "get:org:snapshot",
4014
+ "get:snapshot:org",
4015
+ "org:snapshot:get",
4016
+ "snapshot:org:get",
4017
+ "snapshot:get:org"
4018
+ ]
4019
+ },
3895
4020
  "org:delete:shape": {
3896
4021
  "aliases": [
3897
4022
  "force:org:shape:delete"
@@ -4151,131 +4276,6 @@
4151
4276
  "snapshot:delete:org"
4152
4277
  ]
4153
4278
  },
4154
- "org:get:snapshot": {
4155
- "aliases": [
4156
- "force:org:snapshot:get"
4157
- ],
4158
- "args": {},
4159
- "deprecateAliases": true,
4160
- "description": "Snapshot creation can take a while. Use this command with the snapshot name or ID to check its creation status. After the status changes to Active, you can use the snapshot to create scratch orgs.\n\nTo create a snapshot, use the \"<%= config.bin %> org create snapshot\" command. To retrieve a list of all snapshots, use \"<%= config.bin %> org list snapshot\".",
4161
- "examples": [
4162
- "Get snapshot details using its ID and the default Dev Hub org:\n<%= config.bin %> <%= command.id %> --snapshot 0Oo...",
4163
- "Get snapshot details using its name from a Dev Hub org with alias SnapshotDevHub:\n<%= config.bin %> <%= command.id %> --snapshot Dependencies --target-dev-hub SnapshotDevHub"
4164
- ],
4165
- "flags": {
4166
- "json": {
4167
- "description": "Format output as json.",
4168
- "helpGroup": "GLOBAL",
4169
- "name": "json",
4170
- "allowNo": false,
4171
- "type": "boolean"
4172
- },
4173
- "flags-dir": {
4174
- "helpGroup": "GLOBAL",
4175
- "name": "flags-dir",
4176
- "summary": "Import flag values from a directory.",
4177
- "hasDynamicHelp": false,
4178
- "multiple": false,
4179
- "type": "option"
4180
- },
4181
- "target-dev-hub": {
4182
- "aliases": [
4183
- "targetdevhubusername"
4184
- ],
4185
- "char": "v",
4186
- "deprecateAliases": true,
4187
- "name": "target-dev-hub",
4188
- "noCacheDefault": true,
4189
- "required": true,
4190
- "summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
4191
- "hasDynamicHelp": true,
4192
- "multiple": false,
4193
- "type": "option"
4194
- },
4195
- "api-version": {
4196
- "aliases": [
4197
- "apiversion"
4198
- ],
4199
- "deprecateAliases": true,
4200
- "description": "Override the api version used for api requests made by this command",
4201
- "name": "api-version",
4202
- "hasDynamicHelp": false,
4203
- "multiple": false,
4204
- "type": "option"
4205
- },
4206
- "loglevel": {
4207
- "deprecated": {
4208
- "message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
4209
- },
4210
- "hidden": true,
4211
- "name": "loglevel",
4212
- "hasDynamicHelp": false,
4213
- "multiple": false,
4214
- "type": "option"
4215
- },
4216
- "snapshot": {
4217
- "char": "s",
4218
- "description": "The IDs of scratch org snapshots start with 0Oo.",
4219
- "name": "snapshot",
4220
- "required": true,
4221
- "summary": "Name or ID of snapshot to retrieve.",
4222
- "hasDynamicHelp": false,
4223
- "multiple": false,
4224
- "type": "option"
4225
- }
4226
- },
4227
- "hasDynamicHelp": true,
4228
- "hiddenAliases": [],
4229
- "id": "org:get:snapshot",
4230
- "pluginAlias": "@salesforce/plugin-signups",
4231
- "pluginName": "@salesforce/plugin-signups",
4232
- "pluginType": "jit",
4233
- "strict": true,
4234
- "summary": "Get details about a scratch org snapshot.",
4235
- "enableJsonFlag": true,
4236
- "isESM": true,
4237
- "relativePath": [
4238
- "lib",
4239
- "commands",
4240
- "org",
4241
- "get",
4242
- "snapshot.js"
4243
- ],
4244
- "aliasPermutations": [
4245
- "force:org:snapshot:get",
4246
- "org:force:snapshot:get",
4247
- "org:snapshot:force:get",
4248
- "org:snapshot:get:force",
4249
- "force:snapshot:org:get",
4250
- "snapshot:force:org:get",
4251
- "snapshot:org:force:get",
4252
- "snapshot:org:get:force",
4253
- "force:snapshot:get:org",
4254
- "snapshot:force:get:org",
4255
- "snapshot:get:force:org",
4256
- "snapshot:get:org:force",
4257
- "force:org:get:snapshot",
4258
- "org:force:get:snapshot",
4259
- "org:get:force:snapshot",
4260
- "org:get:snapshot:force",
4261
- "force:get:org:snapshot",
4262
- "get:force:org:snapshot",
4263
- "get:org:force:snapshot",
4264
- "get:org:snapshot:force",
4265
- "force:get:snapshot:org",
4266
- "get:force:snapshot:org",
4267
- "get:snapshot:force:org",
4268
- "get:snapshot:org:force"
4269
- ],
4270
- "permutations": [
4271
- "org:get:snapshot",
4272
- "get:org:snapshot",
4273
- "get:snapshot:org",
4274
- "org:snapshot:get",
4275
- "snapshot:org:get",
4276
- "snapshot:get:org"
4277
- ]
4278
- },
4279
4279
  "org:list:shape": {
4280
4280
  "aliases": [
4281
4281
  "force:org:shape:list"
@@ -5351,5 +5351,5 @@
5351
5351
  ]
5352
5352
  }
5353
5353
  },
5354
- "version": "2.55.1"
5354
+ "version": "2.55.3"
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.55.1",
4
+ "version": "2.55.3",
5
5
  "author": "Salesforce",
6
6
  "bin": {
7
7
  "sf": "./bin/run.js",
@@ -76,12 +76,12 @@
76
76
  ],
77
77
  "jitPlugins": {
78
78
  "@salesforce/plugin-custom-metadata": "3.3.23",
79
- "@salesforce/plugin-community": "3.2.24",
79
+ "@salesforce/plugin-community": "3.2.25",
80
80
  "@salesforce/plugin-dev": "2.4.0",
81
81
  "@salesforce/plugin-devops-center": "1.2.19",
82
82
  "@salesforce/plugin-env": "3.0.32",
83
83
  "@salesforce/plugin-functions": "1.23.0",
84
- "@salesforce/plugin-signups": "2.5.6",
84
+ "@salesforce/plugin-signups": "2.5.7",
85
85
  "@salesforce/sfdx-plugin-lwc-test": "1.2.0",
86
86
  "@salesforce/sfdx-scanner": "4.4.0"
87
87
  },
@@ -141,10 +141,10 @@
141
141
  "@inquirer/select": "^2.3.5",
142
142
  "@oclif/core": "4.0.17",
143
143
  "@oclif/plugin-autocomplete": "3.2.0",
144
- "@oclif/plugin-commands": "4.0.10",
144
+ "@oclif/plugin-commands": "4.0.11",
145
145
  "@oclif/plugin-help": "6.2.8",
146
146
  "@oclif/plugin-not-found": "3.2.15",
147
- "@oclif/plugin-plugins": "5.4.2",
147
+ "@oclif/plugin-plugins": "5.4.3",
148
148
  "@oclif/plugin-search": "1.2.5",
149
149
  "@oclif/plugin-update": "4.5.2",
150
150
  "@oclif/plugin-version": "2.2.10",
@@ -153,9 +153,9 @@
153
153
  "@salesforce/core": "^8.2.3",
154
154
  "@salesforce/kit": "^3.1.6",
155
155
  "@salesforce/plugin-apex": "3.3.4",
156
- "@salesforce/plugin-auth": "3.6.44",
156
+ "@salesforce/plugin-auth": "3.6.45",
157
157
  "@salesforce/plugin-data": "3.5.14",
158
- "@salesforce/plugin-deploy-retrieve": "3.9.25",
158
+ "@salesforce/plugin-deploy-retrieve": "3.9.26",
159
159
  "@salesforce/plugin-info": "3.3.26",
160
160
  "@salesforce/plugin-limits": "3.3.22",
161
161
  "@salesforce/plugin-marketplace": "1.2.22",
@@ -164,12 +164,12 @@
164
164
  "@salesforce/plugin-schema": "3.3.22",
165
165
  "@salesforce/plugin-settings": "2.3.11",
166
166
  "@salesforce/plugin-sobject": "1.4.26",
167
- "@salesforce/plugin-source": "3.5.11",
168
- "@salesforce/plugin-telemetry": "3.6.5",
167
+ "@salesforce/plugin-source": "3.5.12",
168
+ "@salesforce/plugin-telemetry": "3.6.6",
169
169
  "@salesforce/plugin-templates": "56.3.8",
170
170
  "@salesforce/plugin-trust": "3.7.19",
171
- "@salesforce/plugin-user": "3.5.22",
172
- "@salesforce/sf-plugins-core": "11.2.8",
171
+ "@salesforce/plugin-user": "3.5.23",
172
+ "@salesforce/sf-plugins-core": "11.3.0",
173
173
  "ansis": "^3.3.0"
174
174
  },
175
175
  "pinnedDependencies": [