@salesforce/cli 2.108.3 → 2.108.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -25,7 +25,7 @@ $ npm install -g @salesforce/cli
25
25
  $ sf COMMAND
26
26
  running command...
27
27
  $ sf (--version|-v)
28
- @salesforce/cli/2.108.3 linux-x64 node-v22.19.0
28
+ @salesforce/cli/2.108.4 linux-x64 node-v22.19.0
29
29
  $ sf --help [COMMAND]
30
30
  USAGE
31
31
  $ sf COMMAND
@@ -243,7 +243,7 @@ EXAMPLES
243
243
  $ sf agent activate --api-name Resort_Manager --target-org my-org
244
244
  ```
245
245
 
246
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.10/src/commands/agent/activate.ts)_
246
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.12/src/commands/agent/activate.ts)_
247
247
 
248
248
  ## `sf agent create`
249
249
 
@@ -305,7 +305,7 @@ EXAMPLES
305
305
  $ sf agent create --name "Resort Manager" --spec specs/resortManagerAgent.yaml --preview
306
306
  ```
307
307
 
308
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.10/src/commands/agent/create.ts)_
308
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.12/src/commands/agent/create.ts)_
309
309
 
310
310
  ## `sf agent deactivate`
311
311
 
@@ -345,7 +345,7 @@ EXAMPLES
345
345
  $ sf agent deactivate --api-name Resort_Manager --target-org my-org
346
346
  ```
347
347
 
348
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.10/src/commands/agent/deactivate.ts)_
348
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.12/src/commands/agent/deactivate.ts)_
349
349
 
350
350
  ## `sf agent generate agent-spec`
351
351
 
@@ -450,7 +450,7 @@ EXAMPLES
450
450
  $ sf agent generate agent-spec --tone formal --agent-user resortmanager@myorg.com
451
451
  ```
452
452
 
453
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.10/src/commands/agent/generate/agent-spec.ts)_
453
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.12/src/commands/agent/generate/agent-spec.ts)_
454
454
 
455
455
  ## `sf agent generate template`
456
456
 
@@ -498,7 +498,7 @@ EXAMPLES
498
498
  force-app/main/default/bots/My_Awesome_Agent/My_Awesome_Agent.bot-meta.xml --agent-version 1
499
499
  ```
500
500
 
501
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.10/src/commands/agent/generate/template.ts)_
501
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.12/src/commands/agent/generate/template.ts)_
502
502
 
503
503
  ## `sf agent generate test-spec`
504
504
 
@@ -559,7 +559,7 @@ EXAMPLES
559
559
  force-app//main/default/aiEvaluationDefinitions/Resort_Manager_Tests.aiEvaluationDefinition-meta.xml
560
560
  ```
561
561
 
562
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.10/src/commands/agent/generate/test-spec.ts)_
562
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.12/src/commands/agent/generate/test-spec.ts)_
563
563
 
564
564
  ## `sf agent preview`
565
565
 
@@ -623,7 +623,7 @@ EXAMPLES
623
623
  transcripts/my-preview
624
624
  ```
625
625
 
626
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.10/src/commands/agent/preview.ts)_
626
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.12/src/commands/agent/preview.ts)_
627
627
 
628
628
  ## `sf agent test create`
629
629
 
@@ -678,7 +678,7 @@ EXAMPLES
678
678
  $ sf agent test create --spec specs/Resort_Manager-testSpec.yaml --api-name Resort_Manager_Test --preview
679
679
  ```
680
680
 
681
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.10/src/commands/agent/test/create.ts)_
681
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.12/src/commands/agent/test/create.ts)_
682
682
 
683
683
  ## `sf agent test list`
684
684
 
@@ -713,7 +713,7 @@ EXAMPLES
713
713
  $ sf agent test list --target-org my-org
714
714
  ```
715
715
 
716
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.10/src/commands/agent/test/list.ts)_
716
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.12/src/commands/agent/test/list.ts)_
717
717
 
718
718
  ## `sf agent test results`
719
719
 
@@ -779,7 +779,7 @@ FLAG DESCRIPTIONS
779
779
  expression when using custom evaluations.
780
780
  ```
781
781
 
782
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.10/src/commands/agent/test/results.ts)_
782
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.12/src/commands/agent/test/results.ts)_
783
783
 
784
784
  ## `sf agent test resume`
785
785
 
@@ -852,7 +852,7 @@ FLAG DESCRIPTIONS
852
852
  expression when using custom evaluations.
853
853
  ```
854
854
 
855
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.10/src/commands/agent/test/resume.ts)_
855
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.12/src/commands/agent/test/resume.ts)_
856
856
 
857
857
  ## `sf agent test run`
858
858
 
@@ -926,7 +926,7 @@ FLAG DESCRIPTIONS
926
926
  expression when using custom evaluations.
927
927
  ```
928
928
 
929
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.10/src/commands/agent/test/run.ts)_
929
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.24.12/src/commands/agent/test/run.ts)_
930
930
 
931
931
  ## `sf alias list`
932
932
 
@@ -1269,7 +1269,7 @@ FLAG DESCRIPTIONS
1269
1269
  directory.
1270
1270
  ```
1271
1271
 
1272
- _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.8.0/src/commands/apex/get/log.ts)_
1272
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.8.1/src/commands/apex/get/log.ts)_
1273
1273
 
1274
1274
  ## `sf apex get test`
1275
1275
 
@@ -1329,7 +1329,7 @@ EXAMPLES
1329
1329
  me@myorg'
1330
1330
  ```
1331
1331
 
1332
- _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.8.0/src/commands/apex/get/test.ts)_
1332
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.8.1/src/commands/apex/get/test.ts)_
1333
1333
 
1334
1334
  ## `sf apex list log`
1335
1335
 
@@ -1369,7 +1369,7 @@ EXAMPLES
1369
1369
  $ sf apex list log --target-org me@my.org
1370
1370
  ```
1371
1371
 
1372
- _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.8.0/src/commands/apex/list/log.ts)_
1372
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.8.1/src/commands/apex/list/log.ts)_
1373
1373
 
1374
1374
  ## `sf apex run`
1375
1375
 
@@ -1416,7 +1416,7 @@ EXAMPLES
1416
1416
  $ sf apex run
1417
1417
  ```
1418
1418
 
1419
- _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.8.0/src/commands/apex/run.ts)_
1419
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.8.1/src/commands/apex/run.ts)_
1420
1420
 
1421
1421
  ## `sf apex run test`
1422
1422
 
@@ -1562,7 +1562,7 @@ FLAG DESCRIPTIONS
1562
1562
  --tests Test1 --tests Test2
1563
1563
  ```
1564
1564
 
1565
- _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.8.0/src/commands/apex/run/test.ts)_
1565
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.8.1/src/commands/apex/run/test.ts)_
1566
1566
 
1567
1567
  ## `sf apex tail log`
1568
1568
 
@@ -1605,7 +1605,7 @@ EXAMPLES
1605
1605
  $ sf apex tail log --color --skip-trace-flag
1606
1606
  ```
1607
1607
 
1608
- _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.8.0/src/commands/apex/tail/log.ts)_
1608
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.8.1/src/commands/apex/tail/log.ts)_
1609
1609
 
1610
1610
  ## `sf api request graphql`
1611
1611
 
@@ -1798,7 +1798,7 @@ EXAMPLES
1798
1798
  $ sf autocomplete --refresh-cache
1799
1799
  ```
1800
1800
 
1801
- _See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/3.2.34/src/commands/autocomplete/index.ts)_
1801
+ _See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/3.2.35/src/commands/autocomplete/index.ts)_
1802
1802
 
1803
1803
  ## `sf commands`
1804
1804
 
@@ -2080,7 +2080,7 @@ EXAMPLES
2080
2080
  $ sf data bulk results --job-id 7507i000fake341G --target-org my-scratch
2081
2081
  ```
2082
2082
 
2083
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.56/src/commands/data/bulk/results.ts)_
2083
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.57/src/commands/data/bulk/results.ts)_
2084
2084
 
2085
2085
  ## `sf data create file`
2086
2086
 
@@ -2129,7 +2129,7 @@ EXAMPLES
2129
2129
  $ sf data create file --file path/to/astro.png --parent-id a03fakeLoJWPIA3
2130
2130
  ```
2131
2131
 
2132
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.56/src/commands/data/create/file.ts)_
2132
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.57/src/commands/data/create/file.ts)_
2133
2133
 
2134
2134
  ## `sf data create record`
2135
2135
 
@@ -2185,7 +2185,7 @@ EXAMPLES
2185
2185
  TracedEntityId=01p17000000R6bLAAS"
2186
2186
  ```
2187
2187
 
2188
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.56/src/commands/data/create/record.ts)_
2188
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.57/src/commands/data/create/record.ts)_
2189
2189
 
2190
2190
  ## `sf data delete bulk`
2191
2191
 
@@ -2244,7 +2244,7 @@ FLAG DESCRIPTIONS
2244
2244
  and can be enabled only by a system administrator.
2245
2245
  ```
2246
2246
 
2247
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.56/src/commands/data/delete/bulk.ts)_
2247
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.57/src/commands/data/delete/bulk.ts)_
2248
2248
 
2249
2249
  ## `sf data delete record`
2250
2250
 
@@ -2305,7 +2305,7 @@ EXAMPLES
2305
2305
  $ sf data delete record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
2306
2306
  ```
2307
2307
 
2308
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.56/src/commands/data/delete/record.ts)_
2308
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.57/src/commands/data/delete/record.ts)_
2309
2309
 
2310
2310
  ## `sf data delete resume`
2311
2311
 
@@ -2344,7 +2344,7 @@ EXAMPLES
2344
2344
  $ sf data delete resume --use-most-recent --target-org my-scratch
2345
2345
  ```
2346
2346
 
2347
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.56/src/commands/data/delete/resume.ts)_
2347
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.57/src/commands/data/delete/resume.ts)_
2348
2348
 
2349
2349
  ## `sf data export bulk`
2350
2350
 
@@ -2411,7 +2411,7 @@ EXAMPLES
2411
2411
  --result-format json --wait 10 --all-rows
2412
2412
  ```
2413
2413
 
2414
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.56/src/commands/data/export/bulk.ts)_
2414
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.57/src/commands/data/export/bulk.ts)_
2415
2415
 
2416
2416
  ## `sf data export resume`
2417
2417
 
@@ -2450,7 +2450,7 @@ EXAMPLES
2450
2450
  $ sf data export resume --use-most-recent
2451
2451
  ```
2452
2452
 
2453
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.56/src/commands/data/export/resume.ts)_
2453
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.57/src/commands/data/export/resume.ts)_
2454
2454
 
2455
2455
  ## `sf data export tree`
2456
2456
 
@@ -2510,7 +2510,7 @@ EXAMPLES
2510
2510
  my-scratch
2511
2511
  ```
2512
2512
 
2513
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.56/src/commands/data/export/tree.ts)_
2513
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.57/src/commands/data/export/tree.ts)_
2514
2514
 
2515
2515
  ## `sf data get record`
2516
2516
 
@@ -2574,7 +2574,7 @@ EXAMPLES
2574
2574
  $ sf data get record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
2575
2575
  ```
2576
2576
 
2577
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.56/src/commands/data/get/record.ts)_
2577
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.57/src/commands/data/get/record.ts)_
2578
2578
 
2579
2579
  ## `sf data import bulk`
2580
2580
 
@@ -2626,7 +2626,7 @@ EXAMPLES
2626
2626
  $ sf data import bulk --file accounts.csv --sobject Account --wait 10 --target-org my-scratch
2627
2627
  ```
2628
2628
 
2629
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.56/src/commands/data/import/bulk.ts)_
2629
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.57/src/commands/data/import/bulk.ts)_
2630
2630
 
2631
2631
  ## `sf data import resume`
2632
2632
 
@@ -2662,7 +2662,7 @@ EXAMPLES
2662
2662
  $ sf data import resume --use-most-recent --target-org my-scratch
2663
2663
  ```
2664
2664
 
2665
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.56/src/commands/data/import/resume.ts)_
2665
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.57/src/commands/data/import/resume.ts)_
2666
2666
 
2667
2667
  ## `sf data import tree`
2668
2668
 
@@ -2726,7 +2726,7 @@ FLAG DESCRIPTIONS
2726
2726
  - files(array) - Files: An array of files paths to load
2727
2727
  ```
2728
2728
 
2729
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.56/src/commands/data/import/tree.ts)_
2729
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.57/src/commands/data/import/tree.ts)_
2730
2730
 
2731
2731
  ## `sf data query`
2732
2732
 
@@ -2779,7 +2779,7 @@ EXAMPLES
2779
2779
  $ sf data query --query "SELECT Name FROM ApexTrigger" --use-tooling-api
2780
2780
  ```
2781
2781
 
2782
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.56/src/commands/data/query.ts)_
2782
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.57/src/commands/data/query.ts)_
2783
2783
 
2784
2784
  ## `sf data resume`
2785
2785
 
@@ -2816,7 +2816,7 @@ EXAMPLES
2816
2816
  $ sf data resume --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA
2817
2817
  ```
2818
2818
 
2819
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.56/src/commands/data/resume.ts)_
2819
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.57/src/commands/data/resume.ts)_
2820
2820
 
2821
2821
  ## `sf data search`
2822
2822
 
@@ -2866,7 +2866,7 @@ EXAMPLES
2866
2866
  $ sf data search --file query.txt --target-org my-scratch --result-format csv
2867
2867
  ```
2868
2868
 
2869
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.56/src/commands/data/search.ts)_
2869
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.57/src/commands/data/search.ts)_
2870
2870
 
2871
2871
  ## `sf data update bulk`
2872
2872
 
@@ -2921,7 +2921,7 @@ EXAMPLES
2921
2921
  $ sf data update bulk --file accounts.csv --sobject Account --wait 10 --target-org my-scratch
2922
2922
  ```
2923
2923
 
2924
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.56/src/commands/data/update/bulk.ts)_
2924
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.57/src/commands/data/update/bulk.ts)_
2925
2925
 
2926
2926
  ## `sf data update record`
2927
2927
 
@@ -2983,7 +2983,7 @@ EXAMPLES
2983
2983
  "ExpirationDate=2017-12-01T00:58:04.000+0000"
2984
2984
  ```
2985
2985
 
2986
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.56/src/commands/data/update/record.ts)_
2986
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.57/src/commands/data/update/record.ts)_
2987
2987
 
2988
2988
  ## `sf data update resume`
2989
2989
 
@@ -3022,7 +3022,7 @@ EXAMPLES
3022
3022
  $ sf data update resume --use-most-recent
3023
3023
  ```
3024
3024
 
3025
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.56/src/commands/data/update/resume.ts)_
3025
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.57/src/commands/data/update/resume.ts)_
3026
3026
 
3027
3027
  ## `sf data upsert bulk`
3028
3028
 
@@ -3078,7 +3078,7 @@ EXAMPLES
3078
3078
  my-scratch
3079
3079
  ```
3080
3080
 
3081
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.56/src/commands/data/upsert/bulk.ts)_
3081
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.57/src/commands/data/upsert/bulk.ts)_
3082
3082
 
3083
3083
  ## `sf data upsert resume`
3084
3084
 
@@ -3117,7 +3117,7 @@ EXAMPLES
3117
3117
  $ sf data upsert resume --use-most-recent --target-org my-scratch
3118
3118
  ```
3119
3119
 
3120
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.56/src/commands/data/upsert/resume.ts)_
3120
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.57/src/commands/data/upsert/resume.ts)_
3121
3121
 
3122
3122
  ## `sf doctor`
3123
3123
 
@@ -3165,7 +3165,7 @@ EXAMPLES
3165
3165
  $ sf doctor --plugin @salesforce/plugin-source
3166
3166
  ```
3167
3167
 
3168
- _See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.87/src/commands/doctor.ts)_
3168
+ _See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.88/src/commands/doctor.ts)_
3169
3169
 
3170
3170
  ## `sf force data bulk delete`
3171
3171
 
@@ -3212,7 +3212,7 @@ EXAMPLES
3212
3212
  $ sf force data bulk delete --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
3213
3213
  ```
3214
3214
 
3215
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.56/src/commands/force/data/bulk/delete.ts)_
3215
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.57/src/commands/force/data/bulk/delete.ts)_
3216
3216
 
3217
3217
  ## `sf force data bulk status`
3218
3218
 
@@ -3249,7 +3249,7 @@ EXAMPLES
3249
3249
  $ sf force data bulk status --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA --target-org my-scratch
3250
3250
  ```
3251
3251
 
3252
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.56/src/commands/force/data/bulk/status.ts)_
3252
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.57/src/commands/force/data/bulk/status.ts)_
3253
3253
 
3254
3254
  ## `sf force data bulk upsert`
3255
3255
 
@@ -3307,7 +3307,7 @@ EXAMPLES
3307
3307
  --target-org my-scratch
3308
3308
  ```
3309
3309
 
3310
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.56/src/commands/force/data/bulk/upsert.ts)_
3310
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.57/src/commands/force/data/bulk/upsert.ts)_
3311
3311
 
3312
3312
  ## `sf help [COMMAND]`
3313
3313
 
@@ -3367,7 +3367,7 @@ EXAMPLES
3367
3367
  $ sf info releasenotes display --version latest
3368
3368
  ```
3369
3369
 
3370
- _See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.87/src/commands/info/releasenotes/display.ts)_
3370
+ _See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.88/src/commands/info/releasenotes/display.ts)_
3371
3371
 
3372
3372
  ## `sf lightning generate app`
3373
3373
 
@@ -3704,7 +3704,7 @@ EXAMPLES
3704
3704
  $ sf logic get test --test-run-id <test run id> --result-format junit --target-org my-scratch
3705
3705
  ```
3706
3706
 
3707
- _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.8.0/src/commands/logic/get/test.ts)_
3707
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.8.1/src/commands/logic/get/test.ts)_
3708
3708
 
3709
3709
  ## `sf logic run test`
3710
3710
 
@@ -3753,11 +3753,16 @@ DESCRIPTION
3753
3753
  retrieve the results. If you want to wait for the test run to complete and see the results in the command output, use
3754
3754
  the --synchronous flag.
3755
3755
 
3756
- To run specific tests, use the --tests flag, passing it the Apex test class names or the Flow tests in the form
3757
- Flowtest.<name>. You can also run specific test methods, although if you run the tests synchronously, the methods must
3758
- belong to a single Apex class or Flow test. To run all tests of a certain category, use --test-level with
3759
- --test-category. If neither flag is specified, all local tests for all categories are run by default. You can also use
3760
- the --class-names and --suite-names flags to run Apex test classes or suites.
3756
+ To run specific tests, use the --tests flag and pass it the names of Apex and Flow tests. For Apex, simply specify the
3757
+ name of the Apex test class. For Flows, use the format "FlowTesting.<name-of-flow-test>". To find the name of all the
3758
+ flow tests in your org, run this command and specify the Flow category, such as "sf logic run test --synchronous
3759
+ --test-category Flow --test-level RunAllTestsInOrg". The command displays a table of all the flow tests it ran; see
3760
+ the "TEST NAME" column for the full name of all available flow tests in your org.
3761
+
3762
+ You can also run specific test methods, although if you run the tests synchronously, the methods must belong to a
3763
+ single Apex class or Flow test. To run all tests of a certain category, use --test-category and --test-level together.
3764
+ If neither of these flags is specified, all local tests for all categories are run by default. You can also use the
3765
+ --class-names and --suite-names flags to run Apex test classes or suites.
3761
3766
 
3762
3767
  To see code coverage results, use the --code-coverage flag with --result-format. The output displays a high-level
3763
3768
  summary of the test run and the code coverage values for the tested classes or flows. If you specify human-readable
@@ -3769,7 +3774,8 @@ DESCRIPTION
3769
3774
  EXAMPLES
3770
3775
  Run a mix of specific Apex and Flow tests asynchronously in your default org:
3771
3776
 
3772
- $ sf logic run test --tests MyApexClassTest,FlowTest.ProcessOrder
3777
+ $ sf logic run test --tests \
3778
+ MyApexClassTest,FlowTesting.Modify_Account_Desc.Modify_Account_Desc_TestAccountDescription
3773
3779
 
3774
3780
  Run all local Apex and Flow tests and wait for the results to complete; run the tests in the org with alias
3775
3781
  "my-scratch":
@@ -3820,7 +3826,7 @@ FLAG DESCRIPTIONS
3820
3826
  --tests Test1 --tests Test2
3821
3827
  ```
3822
3828
 
3823
- _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.8.0/src/commands/logic/run/test.ts)_
3829
+ _See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.8.1/src/commands/logic/run/test.ts)_
3824
3830
 
3825
3831
  ## `sf org assign permset`
3826
3832
 
@@ -4047,7 +4053,7 @@ FLAG DESCRIPTIONS
4047
4053
  You can specify either --source-sandbox-name or --source-id when cloning an existing sandbox, but not both.
4048
4054
  ```
4049
4055
 
4050
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.28/src/commands/org/create/sandbox.ts)_
4056
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.30/src/commands/org/create/sandbox.ts)_
4051
4057
 
4052
4058
  ## `sf org create scratch`
4053
4059
 
@@ -4229,7 +4235,7 @@ FLAG DESCRIPTIONS
4229
4235
  Omit this flag to have Salesforce generate a unique username for your org.
4230
4236
  ```
4231
4237
 
4232
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.28/src/commands/org/create/scratch.ts)_
4238
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.30/src/commands/org/create/scratch.ts)_
4233
4239
 
4234
4240
  ## `sf org create user`
4235
4241
 
@@ -4383,7 +4389,7 @@ EXAMPLES
4383
4389
  $ sf org delete sandbox --target-org my-sandbox --no-prompt
4384
4390
  ```
4385
4391
 
4386
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.28/src/commands/org/delete/sandbox.ts)_
4392
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.30/src/commands/org/delete/sandbox.ts)_
4387
4393
 
4388
4394
  ## `sf org delete scratch`
4389
4395
 
@@ -4427,7 +4433,7 @@ EXAMPLES
4427
4433
  $ sf org delete scratch --target-org my-scratch-org --no-prompt
4428
4434
  ```
4429
4435
 
4430
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.28/src/commands/org/delete/scratch.ts)_
4436
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.30/src/commands/org/delete/scratch.ts)_
4431
4437
 
4432
4438
  ## `sf org disable tracking`
4433
4439
 
@@ -4466,7 +4472,7 @@ EXAMPLES
4466
4472
  $ sf org disable tracking
4467
4473
  ```
4468
4474
 
4469
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.28/src/commands/org/disable/tracking.ts)_
4475
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.30/src/commands/org/disable/tracking.ts)_
4470
4476
 
4471
4477
  ## `sf org display`
4472
4478
 
@@ -4511,7 +4517,7 @@ EXAMPLES
4511
4517
  $ sf org display --target-org TestOrg1 --verbose
4512
4518
  ```
4513
4519
 
4514
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.28/src/commands/org/display.ts)_
4520
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.30/src/commands/org/display.ts)_
4515
4521
 
4516
4522
  ## `sf org display user`
4517
4523
 
@@ -4592,7 +4598,7 @@ EXAMPLES
4592
4598
  $ sf org enable tracking
4593
4599
  ```
4594
4600
 
4595
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.28/src/commands/org/enable/tracking.ts)_
4601
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.30/src/commands/org/enable/tracking.ts)_
4596
4602
 
4597
4603
  ## `sf org generate password`
4598
4604
 
@@ -4698,7 +4704,7 @@ EXAMPLES
4698
4704
  $ sf org list --clean
4699
4705
  ```
4700
4706
 
4701
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.28/src/commands/org/list.ts)_
4707
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.30/src/commands/org/list.ts)_
4702
4708
 
4703
4709
  ## `sf org list auth`
4704
4710
 
@@ -4837,7 +4843,7 @@ FLAG DESCRIPTIONS
4837
4843
  Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
4838
4844
  ```
4839
4845
 
4840
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.28/src/commands/org/list/metadata.ts)_
4846
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.30/src/commands/org/list/metadata.ts)_
4841
4847
 
4842
4848
  ## `sf org list metadata-types`
4843
4849
 
@@ -4892,7 +4898,7 @@ FLAG DESCRIPTIONS
4892
4898
  Override the api version used for api requests made by this command
4893
4899
  ```
4894
4900
 
4895
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.28/src/commands/org/list/metadata-types.ts)_
4901
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.30/src/commands/org/list/metadata-types.ts)_
4896
4902
 
4897
4903
  ## `sf org list sobject record-counts`
4898
4904
 
@@ -5438,7 +5444,7 @@ EXAMPLES
5438
5444
  $ sf org open --source-file force-app/main/default/bots/Coral_Cloud_Agent/Coral_Cloud_Agent.bot-meta.xml
5439
5445
  ```
5440
5446
 
5441
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.28/src/commands/org/open.ts)_
5447
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.30/src/commands/org/open.ts)_
5442
5448
 
5443
5449
  ## `sf org open agent`
5444
5450
 
@@ -5489,7 +5495,7 @@ EXAMPLES
5489
5495
  $ sf org open agent --target-org MyTestOrg1 --browser firefox --api-name Coral_Cloud_Agent
5490
5496
  ```
5491
5497
 
5492
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.28/src/commands/org/open/agent.ts)_
5498
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.30/src/commands/org/open/agent.ts)_
5493
5499
 
5494
5500
  ## `sf org refresh sandbox`
5495
5501
 
@@ -5592,7 +5598,7 @@ FLAG DESCRIPTIONS
5592
5598
  You can specify either --source-sandbox-name or --source-id when refreshing an existing sandbox, but not both.
5593
5599
  ```
5594
5600
 
5595
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.28/src/commands/org/refresh/sandbox.ts)_
5601
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.30/src/commands/org/refresh/sandbox.ts)_
5596
5602
 
5597
5603
  ## `sf org resume sandbox`
5598
5604
 
@@ -5655,7 +5661,7 @@ FLAG DESCRIPTIONS
5655
5661
  returns the job ID. To resume checking the sandbox creation, rerun this command.
5656
5662
  ```
5657
5663
 
5658
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.28/src/commands/org/resume/sandbox.ts)_
5664
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.30/src/commands/org/resume/sandbox.ts)_
5659
5665
 
5660
5666
  ## `sf org resume scratch`
5661
5667
 
@@ -5708,7 +5714,7 @@ FLAG DESCRIPTIONS
5708
5714
  returns the job ID. To resume checking the scratch creation, rerun this command.
5709
5715
  ```
5710
5716
 
5711
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.28/src/commands/org/resume/scratch.ts)_
5717
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.30/src/commands/org/resume/scratch.ts)_
5712
5718
 
5713
5719
  ## `sf package convert`
5714
5720
 
@@ -9542,7 +9548,7 @@ DESCRIPTION
9542
9548
  Once you select a command, hit enter and it will show the help for that command.
9543
9549
  ```
9544
9550
 
9545
- _See code: [@oclif/plugin-search](https://github.com/oclif/plugin-search/blob/1.2.30/src/commands/search.ts)_
9551
+ _See code: [@oclif/plugin-search](https://github.com/oclif/plugin-search/blob/1.2.31/src/commands/search.ts)_
9546
9552
 
9547
9553
  ## `sf sobject describe`
9548
9554
 
@@ -9589,7 +9595,7 @@ EXAMPLES
9589
9595
  $ sf sobject describe --sobject ApexCodeCoverage --use-tooling-api
9590
9596
  ```
9591
9597
 
9592
- _See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.81/src/commands/sobject/describe.ts)_
9598
+ _See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.82/src/commands/sobject/describe.ts)_
9593
9599
 
9594
9600
  ## `sf sobject list`
9595
9601
 
@@ -9628,7 +9634,7 @@ EXAMPLES
9628
9634
  $ sf sobject list --sobject custom --target-org my-scratch-org
9629
9635
  ```
9630
9636
 
9631
- _See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.81/src/commands/sobject/list.ts)_
9637
+ _See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.82/src/commands/sobject/list.ts)_
9632
9638
 
9633
9639
  ## `sf static-resource generate`
9634
9640
 
@@ -9728,7 +9734,7 @@ EXAMPLES
9728
9734
  $ sf update --available
9729
9735
  ```
9730
9736
 
9731
- _See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.7.5/src/commands/update.ts)_
9737
+ _See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.7.7/src/commands/update.ts)_
9732
9738
 
9733
9739
  ## `sf version`
9734
9740
 
@@ -1,41 +1,41 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
- "version": "2.108.3",
3
+ "version": "2.108.4",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/cli",
9
- "version": "2.108.3",
9
+ "version": "2.108.4",
10
10
  "hasInstallScript": true,
11
11
  "license": "Apache-2.0",
12
12
  "dependencies": {
13
13
  "@inquirer/select": "^2.3.5",
14
14
  "@oclif/core": "4.5.4",
15
- "@oclif/plugin-autocomplete": "3.2.34",
15
+ "@oclif/plugin-autocomplete": "3.2.35",
16
16
  "@oclif/plugin-commands": "4.1.33",
17
17
  "@oclif/plugin-help": "6.2.33",
18
18
  "@oclif/plugin-not-found": "3.2.68",
19
19
  "@oclif/plugin-plugins": "5.4.47",
20
- "@oclif/plugin-search": "1.2.30",
21
- "@oclif/plugin-update": "4.7.5",
20
+ "@oclif/plugin-search": "1.2.31",
21
+ "@oclif/plugin-update": "4.7.7",
22
22
  "@oclif/plugin-version": "2.2.33",
23
23
  "@oclif/plugin-warn-if-update-available": "3.1.48",
24
24
  "@oclif/plugin-which": "3.2.40",
25
25
  "@salesforce/core": "^8.9.1",
26
26
  "@salesforce/kit": "^3.1.6",
27
- "@salesforce/plugin-agent": "1.24.10",
28
- "@salesforce/plugin-apex": "3.8.0",
27
+ "@salesforce/plugin-agent": "1.24.12",
28
+ "@salesforce/plugin-apex": "3.8.1",
29
29
  "@salesforce/plugin-api": "1.3.3",
30
30
  "@salesforce/plugin-auth": "3.9.8",
31
- "@salesforce/plugin-data": "4.0.56",
31
+ "@salesforce/plugin-data": "4.0.57",
32
32
  "@salesforce/plugin-deploy-retrieve": "3.23.3",
33
- "@salesforce/plugin-info": "3.4.87",
33
+ "@salesforce/plugin-info": "3.4.88",
34
34
  "@salesforce/plugin-limits": "3.3.67",
35
35
  "@salesforce/plugin-marketplace": "1.3.8",
36
- "@salesforce/plugin-org": "5.9.28",
36
+ "@salesforce/plugin-org": "5.9.30",
37
37
  "@salesforce/plugin-packaging": "2.20.4",
38
- "@salesforce/plugin-schema": "3.3.81",
38
+ "@salesforce/plugin-schema": "3.3.82",
39
39
  "@salesforce/plugin-settings": "2.4.48",
40
40
  "@salesforce/plugin-sobject": "1.4.73",
41
41
  "@salesforce/plugin-telemetry": "3.6.57",
@@ -2239,6 +2239,15 @@
2239
2239
  "node": ">=6.9.0"
2240
2240
  }
2241
2241
  },
2242
+ "node_modules/@inquirer/ansi": {
2243
+ "version": "1.0.0",
2244
+ "resolved": "https://registry.npmjs.org/@inquirer/ansi/-/ansi-1.0.0.tgz",
2245
+ "integrity": "sha512-JWaTfCxI1eTmJ1BIv86vUfjVatOdxwD0DAVKYevY8SazeUUZtW+tNbsdejVO1GYE0GXJW1N1ahmiC3TFd+7wZA==",
2246
+ "license": "MIT",
2247
+ "engines": {
2248
+ "node": ">=18"
2249
+ }
2250
+ },
2242
2251
  "node_modules/@inquirer/checkbox": {
2243
2252
  "version": "2.5.0",
2244
2253
  "resolved": "https://registry.npmjs.org/@inquirer/checkbox/-/checkbox-2.5.0.tgz",
@@ -2395,14 +2404,14 @@
2395
2404
  "license": "MIT"
2396
2405
  },
2397
2406
  "node_modules/@inquirer/core": {
2398
- "version": "10.2.0",
2399
- "resolved": "https://registry.npmjs.org/@inquirer/core/-/core-10.2.0.tgz",
2400
- "integrity": "sha512-NyDSjPqhSvpZEMZrLCYUquWNl+XC/moEcVFqS55IEYIYsY0a1cUCevSqk7ctOlnm/RaSBU5psFryNlxcmGrjaA==",
2407
+ "version": "10.2.2",
2408
+ "resolved": "https://registry.npmjs.org/@inquirer/core/-/core-10.2.2.tgz",
2409
+ "integrity": "sha512-yXq/4QUnk4sHMtmbd7irwiepjB8jXU0kkFRL4nr/aDBA2mDz13cMakEWdDwX3eSCTkk03kwcndD1zfRAIlELxA==",
2401
2410
  "license": "MIT",
2402
2411
  "dependencies": {
2412
+ "@inquirer/ansi": "^1.0.0",
2403
2413
  "@inquirer/figures": "^1.0.13",
2404
2414
  "@inquirer/type": "^3.0.8",
2405
- "ansi-escapes": "^4.3.2",
2406
2415
  "cli-width": "^4.1.0",
2407
2416
  "mute-stream": "^2.0.0",
2408
2417
  "signal-exit": "^4.1.0",
@@ -3758,9 +3767,9 @@
3758
3767
  }
3759
3768
  },
3760
3769
  "node_modules/@oclif/multi-stage-output": {
3761
- "version": "0.8.20",
3762
- "resolved": "https://registry.npmjs.org/@oclif/multi-stage-output/-/multi-stage-output-0.8.20.tgz",
3763
- "integrity": "sha512-XrzuZ9aNjv+RSc0MsjtnX2nR3w9tJSNfBBg6uoOHZkWndPuPeS70gTseTt2dQJDHQE2ygNuDSPMQBf71bNoVuA==",
3770
+ "version": "0.8.23",
3771
+ "resolved": "https://registry.npmjs.org/@oclif/multi-stage-output/-/multi-stage-output-0.8.23.tgz",
3772
+ "integrity": "sha512-6XdEWmxRthNRYOMkKEWPP+OU0WDAr8akO+Kyk356obnsa2f6yo5QAi6CncH+B1cOm7WocmIGhxyinjczx35nUw==",
3764
3773
  "license": "MIT",
3765
3774
  "dependencies": {
3766
3775
  "@oclif/core": "^4",
@@ -3769,7 +3778,7 @@
3769
3778
  "figures": "^6.1.0",
3770
3779
  "ink": "5.0.1",
3771
3780
  "react": "^18.3.1",
3772
- "wrap-ansi": "^9.0.0"
3781
+ "wrap-ansi": "^9.0.2"
3773
3782
  },
3774
3783
  "engines": {
3775
3784
  "node": ">=18.0.0"
@@ -3870,9 +3879,9 @@
3870
3879
  }
3871
3880
  },
3872
3881
  "node_modules/@oclif/plugin-autocomplete": {
3873
- "version": "3.2.34",
3874
- "resolved": "https://registry.npmjs.org/@oclif/plugin-autocomplete/-/plugin-autocomplete-3.2.34.tgz",
3875
- "integrity": "sha512-KhbPcNjitAU7jUojMXJ3l7duWVub0L0pEr3r3bLrpJBNuIJhoIJ7p56Ropcb7OMH2xcaz5B8HGq56cTOe1FHEg==",
3882
+ "version": "3.2.35",
3883
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-autocomplete/-/plugin-autocomplete-3.2.35.tgz",
3884
+ "integrity": "sha512-cwvq1+tQnSHNQEQrop82W7AZIFXC5ENUvicXWhBSpVF1KDIUez/ptIth4M4zha/0+DlSPsYcQgzaN6tSWtUoEA==",
3876
3885
  "license": "MIT",
3877
3886
  "dependencies": {
3878
3887
  "@oclif/core": "^4",
@@ -4095,9 +4104,9 @@
4095
4104
  }
4096
4105
  },
4097
4106
  "node_modules/@oclif/plugin-search": {
4098
- "version": "1.2.30",
4099
- "resolved": "https://registry.npmjs.org/@oclif/plugin-search/-/plugin-search-1.2.30.tgz",
4100
- "integrity": "sha512-uigKTx98dyv1x8XH+xASqeDW0CrvhADMNip+xRYLyA8XVE7nXO/v3awwx2FECDOpcEbEPN0WMepjwsTTBgMEHg==",
4107
+ "version": "1.2.31",
4108
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-search/-/plugin-search-1.2.31.tgz",
4109
+ "integrity": "sha512-i4ZxfaeOQZ5bOvpmkITsYTclKKuY5G9cOYHS9a1YCa1fFQvqpF6xoyvEU5X+HLqiWisIjBnKrZnIPNtj4+natw==",
4101
4110
  "license": "MIT",
4102
4111
  "dependencies": {
4103
4112
  "@oclif/core": "^4",
@@ -4124,14 +4133,14 @@
4124
4133
  }
4125
4134
  },
4126
4135
  "node_modules/@oclif/plugin-update": {
4127
- "version": "4.7.5",
4128
- "resolved": "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.7.5.tgz",
4129
- "integrity": "sha512-eVA9Ge5KFmlE2IRLjPPTq25v+tk+7XaUyXYIEt2+26608X0QgxWLFJHqlxyeDSQsoymygEi/YAxNqu2cutdtMw==",
4136
+ "version": "4.7.7",
4137
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.7.7.tgz",
4138
+ "integrity": "sha512-RoJAGFRHOf2GBHCT0o/3Vb6OTqaK3+lbI/ifuOH9z4XZl7nj65SOYQzZc4cNJEAFGn00iReBEwR0+wZ1N1uqLg==",
4130
4139
  "license": "MIT",
4131
4140
  "dependencies": {
4132
4141
  "@inquirer/select": "^2.5.0",
4133
4142
  "@oclif/core": "^4",
4134
- "@oclif/table": "^0.4.13",
4143
+ "@oclif/table": "^0.4.14",
4135
4144
  "ansis": "^3.17.0",
4136
4145
  "debug": "^4.4.1",
4137
4146
  "filesize": "^6.1.0",
@@ -5044,12 +5053,12 @@
5044
5053
  }
5045
5054
  },
5046
5055
  "node_modules/@salesforce/plugin-agent": {
5047
- "version": "1.24.10",
5048
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-agent/-/plugin-agent-1.24.10.tgz",
5049
- "integrity": "sha512-dehO8/YsRclsvv/6DKUAfz9mELm8pOX0GGpjIYyVnR7bu6BX2jAs49mIiZe/FVvkq/AoKF+4RORcH9dRD+XyNQ==",
5056
+ "version": "1.24.12",
5057
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-agent/-/plugin-agent-1.24.12.tgz",
5058
+ "integrity": "sha512-TSby+ixVvnnqoeceIjVfLXfvEFZt+yaHTJr6a6pHbVgP8YMkzZKCS3swEMArs+nqo4QqrEoKLklQMctk2YkpPw==",
5050
5059
  "license": "BSD-3-Clause",
5051
5060
  "dependencies": {
5052
- "@inquirer/core": "^10.1.6",
5061
+ "@inquirer/core": "^10.2.2",
5053
5062
  "@inquirer/prompts": "^7.8.4",
5054
5063
  "@oclif/core": "^4",
5055
5064
  "@oclif/multi-stage-output": "^0.8.20",
@@ -5072,12 +5081,12 @@
5072
5081
  }
5073
5082
  },
5074
5083
  "node_modules/@salesforce/plugin-apex": {
5075
- "version": "3.8.0",
5076
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-apex/-/plugin-apex-3.8.0.tgz",
5077
- "integrity": "sha512-hzEkMZJXj3Lknaisc/FkvXkLD5vE8jff7Q2sqtzL0h6nLFoo+seuK+JpedfLFfsbPes7aETa+sZ6WJVOev9e7A==",
5084
+ "version": "3.8.1",
5085
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-apex/-/plugin-apex-3.8.1.tgz",
5086
+ "integrity": "sha512-zlfQ5UnmZWM56P9a53XS+NcJ6SubtR2IDEHYRDqKdbEvQOQEjuvyr0EV2M2iIqUj+Cg55BXD90aNpx3BYn2r3w==",
5078
5087
  "license": "Apache-2.0",
5079
5088
  "dependencies": {
5080
- "@salesforce/apex-node": "^8.3.2",
5089
+ "@salesforce/apex-node": "^8.3.3",
5081
5090
  "@salesforce/core": "^8.10.1",
5082
5091
  "@salesforce/kit": "^3.2.3",
5083
5092
  "@salesforce/sf-plugins-core": "^12.2.1",
@@ -5239,13 +5248,13 @@
5239
5248
  }
5240
5249
  },
5241
5250
  "node_modules/@salesforce/plugin-data": {
5242
- "version": "4.0.56",
5243
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-4.0.56.tgz",
5244
- "integrity": "sha512-5KwzD7Nap0dqz5dmYZGgaP2j2NzfmiJYyyOCwvcL44amTB2xi+e8trxQ9TSuStBE4SMXIUbFreUve/6RUUyi/Q==",
5251
+ "version": "4.0.57",
5252
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-4.0.57.tgz",
5253
+ "integrity": "sha512-IcCfyqgvzB36OytRI4QR77JxfFTVBTiG9k5NS93nIxF9bTq71h39n4k1I0tNgM/ncAsNMBQ2u2DNgAtdAg2l/A==",
5245
5254
  "license": "Apache-2.0",
5246
5255
  "dependencies": {
5247
5256
  "@jsforce/jsforce-node": "^3.10.7",
5248
- "@oclif/multi-stage-output": "^0.8.20",
5257
+ "@oclif/multi-stage-output": "^0.8.22",
5249
5258
  "@salesforce/core": "^8.21.2",
5250
5259
  "@salesforce/kit": "^3.2.2",
5251
5260
  "@salesforce/sf-plugins-core": "^12.2.4",
@@ -5286,9 +5295,9 @@
5286
5295
  }
5287
5296
  },
5288
5297
  "node_modules/@salesforce/plugin-info": {
5289
- "version": "3.4.87",
5290
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.4.87.tgz",
5291
- "integrity": "sha512-5FA1dO4KDAB5aTjxW4XmPT/EEU+UYeA6+DMYIF+ou/YnMrvoZ/Ua1ah358/F8BFbgtpZaZPpf7uUIfo35cMivQ==",
5298
+ "version": "3.4.88",
5299
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.4.88.tgz",
5300
+ "integrity": "sha512-cBDPeVFFSS+tzuDBIAXPCydZTnDEzMwWOgF55fOGFda/QSJtr+ySeVpOhMgtZ9ylIgYMrAA6GpAvFVevJQTQeA==",
5292
5301
  "license": "Apache-2.0",
5293
5302
  "dependencies": {
5294
5303
  "@inquirer/input": "^2.3.0",
@@ -5338,17 +5347,17 @@
5338
5347
  }
5339
5348
  },
5340
5349
  "node_modules/@salesforce/plugin-org": {
5341
- "version": "5.9.28",
5342
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-5.9.28.tgz",
5343
- "integrity": "sha512-qYi66Slw6nkBRP5sT8XNe3hCj0ZD5DspsXnGcSHtywndIOOeZBs5U8iQy6QJabhyanXAvvBdgHx8beacbF492Q==",
5350
+ "version": "5.9.30",
5351
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-5.9.30.tgz",
5352
+ "integrity": "sha512-jXy3hYaLy/1SQEKPJLAUh8ORZIYzsG+6k2YkU4dKydcEqvv0xHZO2zLtU7X6suEP1Bw/i8qO+K3EllT6zFcLIg==",
5344
5353
  "license": "Apache-2.0",
5345
5354
  "dependencies": {
5346
5355
  "@oclif/core": "^4.5.2",
5347
- "@oclif/multi-stage-output": "^0.8.20",
5356
+ "@oclif/multi-stage-output": "^0.8.22",
5348
5357
  "@salesforce/core": "^8.22.0",
5349
5358
  "@salesforce/kit": "^3.2.4",
5350
5359
  "@salesforce/sf-plugins-core": "^12.2.4",
5351
- "@salesforce/source-deploy-retrieve": "^12.22.11",
5360
+ "@salesforce/source-deploy-retrieve": "^12.22.13",
5352
5361
  "@salesforce/ts-types": "^2.0.12",
5353
5362
  "ansis": "^3.16.0",
5354
5363
  "change-case": "^5.4.4",
@@ -5440,9 +5449,9 @@
5440
5449
  }
5441
5450
  },
5442
5451
  "node_modules/@salesforce/plugin-schema": {
5443
- "version": "3.3.81",
5444
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-schema/-/plugin-schema-3.3.81.tgz",
5445
- "integrity": "sha512-UaYYnyPFL2Xlkz/1btq1D9oPZQlooi4nvEuGX7DYVK6xQ3cdcFU6CvJVo1Yi2uBI/ZyzuBXwYTkOQHQ9pz6u/Q==",
5452
+ "version": "3.3.82",
5453
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-schema/-/plugin-schema-3.3.82.tgz",
5454
+ "integrity": "sha512-91Z4j3z59kkGzSK5OUJeqyuB1JIN/t4Ya1pzMNkUTPjh6J3QBC90/qA4W0EHCgi9JVwPchaLC6TVH2Zz0RUvTg==",
5446
5455
  "license": "Apache-2.0",
5447
5456
  "dependencies": {
5448
5457
  "@oclif/core": "^4",
@@ -5742,12 +5751,12 @@
5742
5751
  }
5743
5752
  },
5744
5753
  "node_modules/@salesforce/source-deploy-retrieve": {
5745
- "version": "12.22.11",
5746
- "resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.22.11.tgz",
5747
- "integrity": "sha512-e8ewQnjHvhV08dW7VN4nw/k2C3AM7i6hVAQKo7KMp57lKC/Yzv+uS9vW3vcxfhXFT6FTWfCKQfeM7x38PijIJg==",
5754
+ "version": "12.22.13",
5755
+ "resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.22.13.tgz",
5756
+ "integrity": "sha512-gZ6YBEm1hT6DtsvtJGS4gDObM1+sXID64SLeSUa1uXHyxdfnbg03Dqw3lDCbbCIm2cptRB5y7MMGLK1fxvn/CA==",
5748
5757
  "license": "Apache-2.0",
5749
5758
  "dependencies": {
5750
- "@salesforce/core": "^8.19.1",
5759
+ "@salesforce/core": "^8.23.1",
5751
5760
  "@salesforce/kit": "^3.2.3",
5752
5761
  "@salesforce/ts-types": "^2.0.12",
5753
5762
  "@salesforce/types": "^1.4.0",
package/oclif.lock CHANGED
@@ -1077,6 +1077,11 @@
1077
1077
  resolved "https://registry.npmjs.org/@hutson/parse-repository-url/-/parse-repository-url-3.0.2.tgz"
1078
1078
  integrity sha512-H9XAx3hc0BQHY6l+IFSWHDySypcXsvsuLhgYLUGywmJ5pswRVQJUHpOsobnLYp2ZUaUlKiKDrgWWhosOwAEM8Q==
1079
1079
 
1080
+ "@inquirer/ansi@^1.0.0":
1081
+ version "1.0.0"
1082
+ resolved "https://registry.npmjs.org/@inquirer/ansi/-/ansi-1.0.0.tgz"
1083
+ integrity sha512-JWaTfCxI1eTmJ1BIv86vUfjVatOdxwD0DAVKYevY8SazeUUZtW+tNbsdejVO1GYE0GXJW1N1ahmiC3TFd+7wZA==
1084
+
1080
1085
  "@inquirer/checkbox@^2.5.0":
1081
1086
  version "2.5.0"
1082
1087
  resolved "https://registry.npmjs.org/@inquirer/checkbox/-/checkbox-2.5.0.tgz"
@@ -1115,14 +1120,14 @@
1115
1120
  "@inquirer/core" "^10.2.0"
1116
1121
  "@inquirer/type" "^3.0.8"
1117
1122
 
1118
- "@inquirer/core@^10.1.6", "@inquirer/core@^10.2.0":
1119
- version "10.2.0"
1120
- resolved "https://registry.npmjs.org/@inquirer/core/-/core-10.2.0.tgz"
1121
- integrity sha512-NyDSjPqhSvpZEMZrLCYUquWNl+XC/moEcVFqS55IEYIYsY0a1cUCevSqk7ctOlnm/RaSBU5psFryNlxcmGrjaA==
1123
+ "@inquirer/core@^10.2.0", "@inquirer/core@^10.2.2":
1124
+ version "10.2.2"
1125
+ resolved "https://registry.npmjs.org/@inquirer/core/-/core-10.2.2.tgz"
1126
+ integrity sha512-yXq/4QUnk4sHMtmbd7irwiepjB8jXU0kkFRL4nr/aDBA2mDz13cMakEWdDwX3eSCTkk03kwcndD1zfRAIlELxA==
1122
1127
  dependencies:
1128
+ "@inquirer/ansi" "^1.0.0"
1123
1129
  "@inquirer/figures" "^1.0.13"
1124
1130
  "@inquirer/type" "^3.0.8"
1125
- ansi-escapes "^4.3.2"
1126
1131
  cli-width "^4.1.0"
1127
1132
  mute-stream "^2.0.0"
1128
1133
  signal-exit "^4.1.0"
@@ -1676,10 +1681,10 @@
1676
1681
  wordwrap "^1.0.0"
1677
1682
  wrap-ansi "^7.0.0"
1678
1683
 
1679
- "@oclif/multi-stage-output@^0.8.20":
1680
- version "0.8.20"
1681
- resolved "https://registry.npmjs.org/@oclif/multi-stage-output/-/multi-stage-output-0.8.20.tgz"
1682
- integrity sha512-XrzuZ9aNjv+RSc0MsjtnX2nR3w9tJSNfBBg6uoOHZkWndPuPeS70gTseTt2dQJDHQE2ygNuDSPMQBf71bNoVuA==
1684
+ "@oclif/multi-stage-output@^0.8.20", "@oclif/multi-stage-output@^0.8.22":
1685
+ version "0.8.23"
1686
+ resolved "https://registry.npmjs.org/@oclif/multi-stage-output/-/multi-stage-output-0.8.23.tgz"
1687
+ integrity sha512-6XdEWmxRthNRYOMkKEWPP+OU0WDAr8akO+Kyk356obnsa2f6yo5QAi6CncH+B1cOm7WocmIGhxyinjczx35nUw==
1683
1688
  dependencies:
1684
1689
  "@oclif/core" "^4"
1685
1690
  "@types/react" "^18.3.12"
@@ -1687,12 +1692,12 @@
1687
1692
  figures "^6.1.0"
1688
1693
  ink "5.0.1"
1689
1694
  react "^18.3.1"
1690
- wrap-ansi "^9.0.0"
1695
+ wrap-ansi "^9.0.2"
1691
1696
 
1692
- "@oclif/plugin-autocomplete@3.2.34":
1693
- version "3.2.34"
1694
- resolved "https://registry.npmjs.org/@oclif/plugin-autocomplete/-/plugin-autocomplete-3.2.34.tgz"
1695
- integrity sha512-KhbPcNjitAU7jUojMXJ3l7duWVub0L0pEr3r3bLrpJBNuIJhoIJ7p56Ropcb7OMH2xcaz5B8HGq56cTOe1FHEg==
1697
+ "@oclif/plugin-autocomplete@3.2.35":
1698
+ version "3.2.35"
1699
+ resolved "https://registry.npmjs.org/@oclif/plugin-autocomplete/-/plugin-autocomplete-3.2.35.tgz"
1700
+ integrity sha512-cwvq1+tQnSHNQEQrop82W7AZIFXC5ENUvicXWhBSpVF1KDIUez/ptIth4M4zha/0+DlSPsYcQgzaN6tSWtUoEA==
1696
1701
  dependencies:
1697
1702
  "@oclif/core" "^4"
1698
1703
  ansis "^3.16.0"
@@ -1758,23 +1763,23 @@
1758
1763
  which "^4.0.0"
1759
1764
  yarn "^1.22.22"
1760
1765
 
1761
- "@oclif/plugin-search@1.2.30":
1762
- version "1.2.30"
1763
- resolved "https://registry.npmjs.org/@oclif/plugin-search/-/plugin-search-1.2.30.tgz"
1764
- integrity sha512-uigKTx98dyv1x8XH+xASqeDW0CrvhADMNip+xRYLyA8XVE7nXO/v3awwx2FECDOpcEbEPN0WMepjwsTTBgMEHg==
1766
+ "@oclif/plugin-search@1.2.31":
1767
+ version "1.2.31"
1768
+ resolved "https://registry.npmjs.org/@oclif/plugin-search/-/plugin-search-1.2.31.tgz"
1769
+ integrity sha512-i4ZxfaeOQZ5bOvpmkITsYTclKKuY5G9cOYHS9a1YCa1fFQvqpF6xoyvEU5X+HLqiWisIjBnKrZnIPNtj4+natw==
1765
1770
  dependencies:
1766
1771
  "@oclif/core" "^4"
1767
1772
  ansi-escapes "^7.1.0"
1768
1773
  inquirer-autocomplete-standalone "^0.8.1"
1769
1774
 
1770
- "@oclif/plugin-update@4.7.5":
1771
- version "4.7.5"
1772
- resolved "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.7.5.tgz"
1773
- integrity sha512-eVA9Ge5KFmlE2IRLjPPTq25v+tk+7XaUyXYIEt2+26608X0QgxWLFJHqlxyeDSQsoymygEi/YAxNqu2cutdtMw==
1775
+ "@oclif/plugin-update@4.7.7":
1776
+ version "4.7.7"
1777
+ resolved "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.7.7.tgz"
1778
+ integrity sha512-RoJAGFRHOf2GBHCT0o/3Vb6OTqaK3+lbI/ifuOH9z4XZl7nj65SOYQzZc4cNJEAFGn00iReBEwR0+wZ1N1uqLg==
1774
1779
  dependencies:
1775
1780
  "@inquirer/select" "^2.5.0"
1776
1781
  "@oclif/core" "^4"
1777
- "@oclif/table" "^0.4.13"
1782
+ "@oclif/table" "^0.4.14"
1778
1783
  ansis "^3.17.0"
1779
1784
  debug "^4.4.1"
1780
1785
  filesize "^6.1.0"
@@ -1811,7 +1816,7 @@
1811
1816
  "@oclif/core" "^4"
1812
1817
  ansis "^3.17.0"
1813
1818
 
1814
- "@oclif/table@^0.4.12", "@oclif/table@^0.4.13":
1819
+ "@oclif/table@^0.4.12", "@oclif/table@^0.4.14":
1815
1820
  version "0.4.14"
1816
1821
  resolved "https://registry.npmjs.org/@oclif/table/-/table-0.4.14.tgz"
1817
1822
  integrity sha512-qj7cl/duiIOgGK5b31W+Y2JE1POeDd4+q/0Qly63RQVBCwOxCdrCm7Nq1j0jXiYY9boUA7rJPT6KAyWOSFdQxA==
@@ -2051,7 +2056,7 @@
2051
2056
  nock "^13.5.6"
2052
2057
  yaml "^2.8.1"
2053
2058
 
2054
- "@salesforce/apex-node@^8.2.8", "@salesforce/apex-node@^8.3.2":
2059
+ "@salesforce/apex-node@^8.2.8", "@salesforce/apex-node@^8.3.3":
2055
2060
  version "8.3.3"
2056
2061
  resolved "https://registry.npmjs.org/@salesforce/apex-node/-/apex-node-8.3.3.tgz"
2057
2062
  integrity sha512-s3gTHl8i2h7+7drK7YBvRwZkSLl54G5d/KaGAhJWZAK2WGcPtPdoIOyiMj7rg2NRjswFnC68D9Kt3yBCWyPKCw==
@@ -2179,12 +2184,12 @@
2179
2184
  jszip "^3.10.1"
2180
2185
  object-treeify "^2"
2181
2186
 
2182
- "@salesforce/plugin-agent@1.24.10":
2183
- version "1.24.10"
2184
- resolved "https://registry.npmjs.org/@salesforce/plugin-agent/-/plugin-agent-1.24.10.tgz"
2185
- integrity sha512-dehO8/YsRclsvv/6DKUAfz9mELm8pOX0GGpjIYyVnR7bu6BX2jAs49mIiZe/FVvkq/AoKF+4RORcH9dRD+XyNQ==
2187
+ "@salesforce/plugin-agent@1.24.12":
2188
+ version "1.24.12"
2189
+ resolved "https://registry.npmjs.org/@salesforce/plugin-agent/-/plugin-agent-1.24.12.tgz"
2190
+ integrity sha512-TSby+ixVvnnqoeceIjVfLXfvEFZt+yaHTJr6a6pHbVgP8YMkzZKCS3swEMArs+nqo4QqrEoKLklQMctk2YkpPw==
2186
2191
  dependencies:
2187
- "@inquirer/core" "^10.1.6"
2192
+ "@inquirer/core" "^10.2.2"
2188
2193
  "@inquirer/prompts" "^7.8.4"
2189
2194
  "@oclif/core" "^4"
2190
2195
  "@oclif/multi-stage-output" "^0.8.20"
@@ -2202,12 +2207,12 @@
2202
2207
  react "^18.3.1"
2203
2208
  yaml "^2.8.1"
2204
2209
 
2205
- "@salesforce/plugin-apex@3.8.0":
2206
- version "3.8.0"
2207
- resolved "https://registry.npmjs.org/@salesforce/plugin-apex/-/plugin-apex-3.8.0.tgz"
2208
- integrity sha512-hzEkMZJXj3Lknaisc/FkvXkLD5vE8jff7Q2sqtzL0h6nLFoo+seuK+JpedfLFfsbPes7aETa+sZ6WJVOev9e7A==
2210
+ "@salesforce/plugin-apex@3.8.1":
2211
+ version "3.8.1"
2212
+ resolved "https://registry.npmjs.org/@salesforce/plugin-apex/-/plugin-apex-3.8.1.tgz"
2213
+ integrity sha512-zlfQ5UnmZWM56P9a53XS+NcJ6SubtR2IDEHYRDqKdbEvQOQEjuvyr0EV2M2iIqUj+Cg55BXD90aNpx3BYn2r3w==
2209
2214
  dependencies:
2210
- "@salesforce/apex-node" "^8.3.2"
2215
+ "@salesforce/apex-node" "^8.3.3"
2211
2216
  "@salesforce/core" "^8.10.1"
2212
2217
  "@salesforce/kit" "^3.2.3"
2213
2218
  "@salesforce/sf-plugins-core" "^12.2.1"
@@ -2257,13 +2262,13 @@
2257
2262
  debug "^4.4.0"
2258
2263
  handlebars "^4.7.8"
2259
2264
 
2260
- "@salesforce/plugin-data@4.0.56":
2261
- version "4.0.56"
2262
- resolved "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-4.0.56.tgz"
2263
- integrity sha512-5KwzD7Nap0dqz5dmYZGgaP2j2NzfmiJYyyOCwvcL44amTB2xi+e8trxQ9TSuStBE4SMXIUbFreUve/6RUUyi/Q==
2265
+ "@salesforce/plugin-data@4.0.57":
2266
+ version "4.0.57"
2267
+ resolved "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-4.0.57.tgz"
2268
+ integrity sha512-IcCfyqgvzB36OytRI4QR77JxfFTVBTiG9k5NS93nIxF9bTq71h39n4k1I0tNgM/ncAsNMBQ2u2DNgAtdAg2l/A==
2264
2269
  dependencies:
2265
2270
  "@jsforce/jsforce-node" "^3.10.7"
2266
- "@oclif/multi-stage-output" "^0.8.20"
2271
+ "@oclif/multi-stage-output" "^0.8.22"
2267
2272
  "@salesforce/core" "^8.21.2"
2268
2273
  "@salesforce/kit" "^3.2.2"
2269
2274
  "@salesforce/sf-plugins-core" "^12.2.4"
@@ -2294,10 +2299,10 @@
2294
2299
  ansis "^3.17.0"
2295
2300
  terminal-link "^3.0.0"
2296
2301
 
2297
- "@salesforce/plugin-info@^3.4.74", "@salesforce/plugin-info@^3.4.85", "@salesforce/plugin-info@^3.4.87", "@salesforce/plugin-info@3.4.87":
2298
- version "3.4.87"
2299
- resolved "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.4.87.tgz"
2300
- integrity sha512-5FA1dO4KDAB5aTjxW4XmPT/EEU+UYeA6+DMYIF+ou/YnMrvoZ/Ua1ah358/F8BFbgtpZaZPpf7uUIfo35cMivQ==
2302
+ "@salesforce/plugin-info@^3.4.74", "@salesforce/plugin-info@^3.4.85", "@salesforce/plugin-info@^3.4.87", "@salesforce/plugin-info@3.4.88":
2303
+ version "3.4.88"
2304
+ resolved "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.4.88.tgz"
2305
+ integrity sha512-cBDPeVFFSS+tzuDBIAXPCydZTnDEzMwWOgF55fOGFda/QSJtr+ySeVpOhMgtZ9ylIgYMrAA6GpAvFVevJQTQeA==
2301
2306
  dependencies:
2302
2307
  "@inquirer/input" "^2.3.0"
2303
2308
  "@jsforce/jsforce-node" "^3.10.7"
@@ -2331,17 +2336,17 @@
2331
2336
  got "^13.0.0"
2332
2337
  proxy-agent "^6.4.0"
2333
2338
 
2334
- "@salesforce/plugin-org@5.9.28":
2335
- version "5.9.28"
2336
- resolved "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-5.9.28.tgz"
2337
- integrity sha512-qYi66Slw6nkBRP5sT8XNe3hCj0ZD5DspsXnGcSHtywndIOOeZBs5U8iQy6QJabhyanXAvvBdgHx8beacbF492Q==
2339
+ "@salesforce/plugin-org@5.9.30":
2340
+ version "5.9.30"
2341
+ resolved "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-5.9.30.tgz"
2342
+ integrity sha512-jXy3hYaLy/1SQEKPJLAUh8ORZIYzsG+6k2YkU4dKydcEqvv0xHZO2zLtU7X6suEP1Bw/i8qO+K3EllT6zFcLIg==
2338
2343
  dependencies:
2339
2344
  "@oclif/core" "^4.5.2"
2340
- "@oclif/multi-stage-output" "^0.8.20"
2345
+ "@oclif/multi-stage-output" "^0.8.22"
2341
2346
  "@salesforce/core" "^8.22.0"
2342
2347
  "@salesforce/kit" "^3.2.4"
2343
2348
  "@salesforce/sf-plugins-core" "^12.2.4"
2344
- "@salesforce/source-deploy-retrieve" "^12.22.11"
2349
+ "@salesforce/source-deploy-retrieve" "^12.22.13"
2345
2350
  "@salesforce/ts-types" "^2.0.12"
2346
2351
  ansis "^3.16.0"
2347
2352
  change-case "^5.4.4"
@@ -2389,10 +2394,10 @@
2389
2394
  strip-ansi "^6"
2390
2395
  yarn-deduplicate "^6.0.2"
2391
2396
 
2392
- "@salesforce/plugin-schema@3.3.81":
2393
- version "3.3.81"
2394
- resolved "https://registry.npmjs.org/@salesforce/plugin-schema/-/plugin-schema-3.3.81.tgz"
2395
- integrity sha512-UaYYnyPFL2Xlkz/1btq1D9oPZQlooi4nvEuGX7DYVK6xQ3cdcFU6CvJVo1Yi2uBI/ZyzuBXwYTkOQHQ9pz6u/Q==
2397
+ "@salesforce/plugin-schema@3.3.82":
2398
+ version "3.3.82"
2399
+ resolved "https://registry.npmjs.org/@salesforce/plugin-schema/-/plugin-schema-3.3.82.tgz"
2400
+ integrity sha512-91Z4j3z59kkGzSK5OUJeqyuB1JIN/t4Ya1pzMNkUTPjh6J3QBC90/qA4W0EHCgi9JVwPchaLC6TVH2Zz0RUvTg==
2396
2401
  dependencies:
2397
2402
  "@oclif/core" "^4"
2398
2403
  "@salesforce/core" "^8.23.1"
@@ -2517,12 +2522,12 @@
2517
2522
  cli-progress "^3.12.0"
2518
2523
  terminal-link "^3.0.0"
2519
2524
 
2520
- "@salesforce/source-deploy-retrieve@^12.16.9", "@salesforce/source-deploy-retrieve@^12.19.9", "@salesforce/source-deploy-retrieve@^12.22.0", "@salesforce/source-deploy-retrieve@^12.22.1", "@salesforce/source-deploy-retrieve@^12.22.11", "@salesforce/source-deploy-retrieve@^12.22.2":
2521
- version "12.22.11"
2522
- resolved "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.22.11.tgz"
2523
- integrity sha512-e8ewQnjHvhV08dW7VN4nw/k2C3AM7i6hVAQKo7KMp57lKC/Yzv+uS9vW3vcxfhXFT6FTWfCKQfeM7x38PijIJg==
2525
+ "@salesforce/source-deploy-retrieve@^12.16.9", "@salesforce/source-deploy-retrieve@^12.19.9", "@salesforce/source-deploy-retrieve@^12.22.0", "@salesforce/source-deploy-retrieve@^12.22.1", "@salesforce/source-deploy-retrieve@^12.22.13", "@salesforce/source-deploy-retrieve@^12.22.2":
2526
+ version "12.22.13"
2527
+ resolved "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.22.13.tgz"
2528
+ integrity sha512-gZ6YBEm1hT6DtsvtJGS4gDObM1+sXID64SLeSUa1uXHyxdfnbg03Dqw3lDCbbCIm2cptRB5y7MMGLK1fxvn/CA==
2524
2529
  dependencies:
2525
- "@salesforce/core" "^8.19.1"
2530
+ "@salesforce/core" "^8.23.1"
2526
2531
  "@salesforce/kit" "^3.2.3"
2527
2532
  "@salesforce/ts-types" "^2.0.12"
2528
2533
  "@salesforce/types" "^1.4.0"
@@ -4159,5 +4159,5 @@
4159
4159
  "requiresProject": true
4160
4160
  }
4161
4161
  },
4162
- "version": "2.108.3"
4162
+ "version": "2.108.4"
4163
4163
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
3
  "description": "The Salesforce CLI",
4
- "version": "2.108.3",
4
+ "version": "2.108.4",
5
5
  "author": "Salesforce",
6
6
  "bin": {
7
7
  "sf": "./bin/run.js",
@@ -145,30 +145,30 @@
145
145
  "dependencies": {
146
146
  "@inquirer/select": "^2.3.5",
147
147
  "@oclif/core": "4.5.4",
148
- "@oclif/plugin-autocomplete": "3.2.34",
148
+ "@oclif/plugin-autocomplete": "3.2.35",
149
149
  "@oclif/plugin-commands": "4.1.33",
150
150
  "@oclif/plugin-help": "6.2.33",
151
151
  "@oclif/plugin-not-found": "3.2.68",
152
152
  "@oclif/plugin-plugins": "5.4.47",
153
- "@oclif/plugin-search": "1.2.30",
154
- "@oclif/plugin-update": "4.7.5",
153
+ "@oclif/plugin-search": "1.2.31",
154
+ "@oclif/plugin-update": "4.7.7",
155
155
  "@oclif/plugin-version": "2.2.33",
156
156
  "@oclif/plugin-warn-if-update-available": "3.1.48",
157
157
  "@oclif/plugin-which": "3.2.40",
158
158
  "@salesforce/core": "^8.9.1",
159
159
  "@salesforce/kit": "^3.1.6",
160
- "@salesforce/plugin-agent": "1.24.10",
161
- "@salesforce/plugin-apex": "3.8.0",
160
+ "@salesforce/plugin-agent": "1.24.12",
161
+ "@salesforce/plugin-apex": "3.8.1",
162
162
  "@salesforce/plugin-api": "1.3.3",
163
163
  "@salesforce/plugin-auth": "3.9.8",
164
- "@salesforce/plugin-data": "4.0.56",
164
+ "@salesforce/plugin-data": "4.0.57",
165
165
  "@salesforce/plugin-deploy-retrieve": "3.23.3",
166
- "@salesforce/plugin-info": "3.4.87",
166
+ "@salesforce/plugin-info": "3.4.88",
167
167
  "@salesforce/plugin-limits": "3.3.67",
168
168
  "@salesforce/plugin-marketplace": "1.3.8",
169
- "@salesforce/plugin-org": "5.9.28",
169
+ "@salesforce/plugin-org": "5.9.30",
170
170
  "@salesforce/plugin-packaging": "2.20.4",
171
- "@salesforce/plugin-schema": "3.3.81",
171
+ "@salesforce/plugin-schema": "3.3.82",
172
172
  "@salesforce/plugin-settings": "2.4.48",
173
173
  "@salesforce/plugin-sobject": "1.4.73",
174
174
  "@salesforce/plugin-telemetry": "3.6.57",