@salesforce/cli 2.99.3 → 2.99.5

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.99.3 linux-x64 node-v22.17.0
28
+ @salesforce/cli/2.99.5 linux-x64 node-v22.17.0
29
29
  $ sf --help [COMMAND]
30
30
  USAGE
31
31
  $ sf COMMAND
@@ -1994,7 +1994,7 @@ EXAMPLES
1994
1994
  $ sf data bulk results --job-id 7507i000fake341G --target-org my-scratch
1995
1995
  ```
1996
1996
 
1997
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.46/src/commands/data/bulk/results.ts)_
1997
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.48/src/commands/data/bulk/results.ts)_
1998
1998
 
1999
1999
  ## `sf data create file`
2000
2000
 
@@ -2043,7 +2043,7 @@ EXAMPLES
2043
2043
  $ sf data create file --file path/to/astro.png --parent-id a03fakeLoJWPIA3
2044
2044
  ```
2045
2045
 
2046
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.46/src/commands/data/create/file.ts)_
2046
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.48/src/commands/data/create/file.ts)_
2047
2047
 
2048
2048
  ## `sf data create record`
2049
2049
 
@@ -2099,7 +2099,7 @@ EXAMPLES
2099
2099
  TracedEntityId=01p17000000R6bLAAS"
2100
2100
  ```
2101
2101
 
2102
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.46/src/commands/data/create/record.ts)_
2102
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.48/src/commands/data/create/record.ts)_
2103
2103
 
2104
2104
  ## `sf data delete bulk`
2105
2105
 
@@ -2159,7 +2159,7 @@ FLAG DESCRIPTIONS
2159
2159
  and can be enabled only by a system administrator.
2160
2160
  ```
2161
2161
 
2162
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.46/src/commands/data/delete/bulk.ts)_
2162
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.48/src/commands/data/delete/bulk.ts)_
2163
2163
 
2164
2164
  ## `sf data delete record`
2165
2165
 
@@ -2220,7 +2220,7 @@ EXAMPLES
2220
2220
  $ sf data delete record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
2221
2221
  ```
2222
2222
 
2223
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.46/src/commands/data/delete/record.ts)_
2223
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.48/src/commands/data/delete/record.ts)_
2224
2224
 
2225
2225
  ## `sf data delete resume`
2226
2226
 
@@ -2259,7 +2259,7 @@ EXAMPLES
2259
2259
  $ sf data delete resume --use-most-recent --target-org my-scratch
2260
2260
  ```
2261
2261
 
2262
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.46/src/commands/data/delete/resume.ts)_
2262
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.48/src/commands/data/delete/resume.ts)_
2263
2263
 
2264
2264
  ## `sf data export bulk`
2265
2265
 
@@ -2333,7 +2333,7 @@ EXAMPLES
2333
2333
  --result-format json --async
2334
2334
  ```
2335
2335
 
2336
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.46/src/commands/data/export/bulk.ts)_
2336
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.48/src/commands/data/export/bulk.ts)_
2337
2337
 
2338
2338
  ## `sf data export resume`
2339
2339
 
@@ -2372,7 +2372,7 @@ EXAMPLES
2372
2372
  $ sf data export resume --use-most-recent
2373
2373
  ```
2374
2374
 
2375
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.46/src/commands/data/export/resume.ts)_
2375
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.48/src/commands/data/export/resume.ts)_
2376
2376
 
2377
2377
  ## `sf data export tree`
2378
2378
 
@@ -2432,7 +2432,7 @@ EXAMPLES
2432
2432
  my-scratch
2433
2433
  ```
2434
2434
 
2435
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.46/src/commands/data/export/tree.ts)_
2435
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.48/src/commands/data/export/tree.ts)_
2436
2436
 
2437
2437
  ## `sf data get record`
2438
2438
 
@@ -2496,7 +2496,7 @@ EXAMPLES
2496
2496
  $ sf data get record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
2497
2497
  ```
2498
2498
 
2499
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.46/src/commands/data/get/record.ts)_
2499
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.48/src/commands/data/get/record.ts)_
2500
2500
 
2501
2501
  ## `sf data import bulk`
2502
2502
 
@@ -2554,7 +2554,7 @@ EXAMPLES
2554
2554
  $ sf data import bulk --file accounts.csv --sobject Account --async
2555
2555
  ```
2556
2556
 
2557
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.46/src/commands/data/import/bulk.ts)_
2557
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.48/src/commands/data/import/bulk.ts)_
2558
2558
 
2559
2559
  ## `sf data import resume`
2560
2560
 
@@ -2590,7 +2590,7 @@ EXAMPLES
2590
2590
  $ sf data import resume --use-most-recent --target-org my-scratch
2591
2591
  ```
2592
2592
 
2593
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.46/src/commands/data/import/resume.ts)_
2593
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.48/src/commands/data/import/resume.ts)_
2594
2594
 
2595
2595
  ## `sf data import tree`
2596
2596
 
@@ -2654,7 +2654,7 @@ FLAG DESCRIPTIONS
2654
2654
  - files(array) - Files: An array of files paths to load
2655
2655
  ```
2656
2656
 
2657
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.46/src/commands/data/import/tree.ts)_
2657
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.48/src/commands/data/import/tree.ts)_
2658
2658
 
2659
2659
  ## `sf data query`
2660
2660
 
@@ -2707,7 +2707,7 @@ EXAMPLES
2707
2707
  $ sf data query --query "SELECT Name FROM ApexTrigger" --use-tooling-api
2708
2708
  ```
2709
2709
 
2710
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.46/src/commands/data/query.ts)_
2710
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.48/src/commands/data/query.ts)_
2711
2711
 
2712
2712
  ## `sf data resume`
2713
2713
 
@@ -2744,7 +2744,7 @@ EXAMPLES
2744
2744
  $ sf data resume --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA
2745
2745
  ```
2746
2746
 
2747
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.46/src/commands/data/resume.ts)_
2747
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.48/src/commands/data/resume.ts)_
2748
2748
 
2749
2749
  ## `sf data search`
2750
2750
 
@@ -2794,7 +2794,7 @@ EXAMPLES
2794
2794
  $ sf data search --file query.txt --target-org my-scratch --result-format csv
2795
2795
  ```
2796
2796
 
2797
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.46/src/commands/data/search.ts)_
2797
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.48/src/commands/data/search.ts)_
2798
2798
 
2799
2799
  ## `sf data update bulk`
2800
2800
 
@@ -2855,7 +2855,7 @@ EXAMPLES
2855
2855
  $ sf data update bulk --file accounts.csv --sobject Account --async
2856
2856
  ```
2857
2857
 
2858
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.46/src/commands/data/update/bulk.ts)_
2858
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.48/src/commands/data/update/bulk.ts)_
2859
2859
 
2860
2860
  ## `sf data update record`
2861
2861
 
@@ -2917,7 +2917,7 @@ EXAMPLES
2917
2917
  "ExpirationDate=2017-12-01T00:58:04.000+0000"
2918
2918
  ```
2919
2919
 
2920
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.46/src/commands/data/update/record.ts)_
2920
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.48/src/commands/data/update/record.ts)_
2921
2921
 
2922
2922
  ## `sf data update resume`
2923
2923
 
@@ -2956,7 +2956,7 @@ EXAMPLES
2956
2956
  $ sf data update resume --use-most-recent
2957
2957
  ```
2958
2958
 
2959
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.46/src/commands/data/update/resume.ts)_
2959
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.48/src/commands/data/update/resume.ts)_
2960
2960
 
2961
2961
  ## `sf data upsert bulk`
2962
2962
 
@@ -3013,7 +3013,7 @@ EXAMPLES
3013
3013
  my-scratch
3014
3014
  ```
3015
3015
 
3016
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.46/src/commands/data/upsert/bulk.ts)_
3016
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.48/src/commands/data/upsert/bulk.ts)_
3017
3017
 
3018
3018
  ## `sf data upsert resume`
3019
3019
 
@@ -3052,7 +3052,7 @@ EXAMPLES
3052
3052
  $ sf data upsert resume --use-most-recent --target-org my-scratch
3053
3053
  ```
3054
3054
 
3055
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.46/src/commands/data/upsert/resume.ts)_
3055
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.48/src/commands/data/upsert/resume.ts)_
3056
3056
 
3057
3057
  ## `sf doctor`
3058
3058
 
@@ -3147,7 +3147,7 @@ EXAMPLES
3147
3147
  $ sf force data bulk delete --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
3148
3148
  ```
3149
3149
 
3150
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.46/src/commands/force/data/bulk/delete.ts)_
3150
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.48/src/commands/force/data/bulk/delete.ts)_
3151
3151
 
3152
3152
  ## `sf force data bulk status`
3153
3153
 
@@ -3184,7 +3184,7 @@ EXAMPLES
3184
3184
  $ sf force data bulk status --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA --target-org my-scratch
3185
3185
  ```
3186
3186
 
3187
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.46/src/commands/force/data/bulk/status.ts)_
3187
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.48/src/commands/force/data/bulk/status.ts)_
3188
3188
 
3189
3189
  ## `sf force data bulk upsert`
3190
3190
 
@@ -3242,7 +3242,7 @@ EXAMPLES
3242
3242
  --target-org my-scratch
3243
3243
  ```
3244
3244
 
3245
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.46/src/commands/force/data/bulk/upsert.ts)_
3245
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.48/src/commands/force/data/bulk/upsert.ts)_
3246
3246
 
3247
3247
  ## `sf help [COMMAND]`
3248
3248
 
@@ -3818,7 +3818,7 @@ FLAG DESCRIPTIONS
3818
3818
  You can specify either --source-sandbox-name or --source-id when cloning an existing sandbox, but not both.
3819
3819
  ```
3820
3820
 
3821
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.9/src/commands/org/create/sandbox.ts)_
3821
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.12/src/commands/org/create/sandbox.ts)_
3822
3822
 
3823
3823
  ## `sf org create scratch`
3824
3824
 
@@ -4000,7 +4000,7 @@ FLAG DESCRIPTIONS
4000
4000
  Omit this flag to have Salesforce generate a unique username for your org.
4001
4001
  ```
4002
4002
 
4003
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.9/src/commands/org/create/scratch.ts)_
4003
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.12/src/commands/org/create/scratch.ts)_
4004
4004
 
4005
4005
  ## `sf org create user`
4006
4006
 
@@ -4154,7 +4154,7 @@ EXAMPLES
4154
4154
  $ sf org delete sandbox --target-org my-sandbox --no-prompt
4155
4155
  ```
4156
4156
 
4157
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.9/src/commands/org/delete/sandbox.ts)_
4157
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.12/src/commands/org/delete/sandbox.ts)_
4158
4158
 
4159
4159
  ## `sf org delete scratch`
4160
4160
 
@@ -4198,7 +4198,7 @@ EXAMPLES
4198
4198
  $ sf org delete scratch --target-org my-scratch-org --no-prompt
4199
4199
  ```
4200
4200
 
4201
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.9/src/commands/org/delete/scratch.ts)_
4201
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.12/src/commands/org/delete/scratch.ts)_
4202
4202
 
4203
4203
  ## `sf org disable tracking`
4204
4204
 
@@ -4237,7 +4237,7 @@ EXAMPLES
4237
4237
  $ sf org disable tracking
4238
4238
  ```
4239
4239
 
4240
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.9/src/commands/org/disable/tracking.ts)_
4240
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.12/src/commands/org/disable/tracking.ts)_
4241
4241
 
4242
4242
  ## `sf org display`
4243
4243
 
@@ -4282,7 +4282,7 @@ EXAMPLES
4282
4282
  $ sf org display --target-org TestOrg1 --verbose
4283
4283
  ```
4284
4284
 
4285
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.9/src/commands/org/display.ts)_
4285
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.12/src/commands/org/display.ts)_
4286
4286
 
4287
4287
  ## `sf org display user`
4288
4288
 
@@ -4363,7 +4363,7 @@ EXAMPLES
4363
4363
  $ sf org enable tracking
4364
4364
  ```
4365
4365
 
4366
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.9/src/commands/org/enable/tracking.ts)_
4366
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.12/src/commands/org/enable/tracking.ts)_
4367
4367
 
4368
4368
  ## `sf org generate password`
4369
4369
 
@@ -4469,7 +4469,7 @@ EXAMPLES
4469
4469
  $ sf org list --clean
4470
4470
  ```
4471
4471
 
4472
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.9/src/commands/org/list.ts)_
4472
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.12/src/commands/org/list.ts)_
4473
4473
 
4474
4474
  ## `sf org list auth`
4475
4475
 
@@ -4501,7 +4501,7 @@ EXAMPLES
4501
4501
  $ sf org list auth
4502
4502
  ```
4503
4503
 
4504
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.7.9/src/commands/org/list/auth.ts)_
4504
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.7.10/src/commands/org/list/auth.ts)_
4505
4505
 
4506
4506
  ## `sf org list limits`
4507
4507
 
@@ -4608,7 +4608,7 @@ FLAG DESCRIPTIONS
4608
4608
  Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
4609
4609
  ```
4610
4610
 
4611
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.9/src/commands/org/list/metadata.ts)_
4611
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.12/src/commands/org/list/metadata.ts)_
4612
4612
 
4613
4613
  ## `sf org list metadata-types`
4614
4614
 
@@ -4663,7 +4663,7 @@ FLAG DESCRIPTIONS
4663
4663
  Override the api version used for api requests made by this command
4664
4664
  ```
4665
4665
 
4666
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.9/src/commands/org/list/metadata-types.ts)_
4666
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.12/src/commands/org/list/metadata-types.ts)_
4667
4667
 
4668
4668
  ## `sf org list sobject record-counts`
4669
4669
 
@@ -4801,7 +4801,7 @@ FLAG DESCRIPTIONS
4801
4801
  To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
4802
4802
  ```
4803
4803
 
4804
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.7.9/src/commands/org/login/access-token.ts)_
4804
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.7.10/src/commands/org/login/access-token.ts)_
4805
4805
 
4806
4806
  ## `sf org login device`
4807
4807
 
@@ -4861,7 +4861,7 @@ FLAG DESCRIPTIONS
4861
4861
  To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
4862
4862
  ```
4863
4863
 
4864
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.7.9/src/commands/org/login/device.ts)_
4864
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.7.10/src/commands/org/login/device.ts)_
4865
4865
 
4866
4866
  ## `sf org login jwt`
4867
4867
 
@@ -4952,7 +4952,7 @@ FLAG DESCRIPTIONS
4952
4952
  To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
4953
4953
  ```
4954
4954
 
4955
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.7.9/src/commands/org/login/jwt.ts)_
4955
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.7.10/src/commands/org/login/jwt.ts)_
4956
4956
 
4957
4957
  ## `sf org login sfdx-url`
4958
4958
 
@@ -5022,7 +5022,7 @@ EXAMPLES
5022
5022
  $ echo url | sf org login sfdx-url --sfdx-url-stdin
5023
5023
  ```
5024
5024
 
5025
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.7.9/src/commands/org/login/sfdx-url.ts)_
5025
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.7.10/src/commands/org/login/sfdx-url.ts)_
5026
5026
 
5027
5027
  ## `sf org login web`
5028
5028
 
@@ -5127,7 +5127,7 @@ FLAG DESCRIPTIONS
5127
5127
  To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
5128
5128
  ```
5129
5129
 
5130
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.7.9/src/commands/org/login/web.ts)_
5130
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.7.10/src/commands/org/login/web.ts)_
5131
5131
 
5132
5132
  ## `sf org logout`
5133
5133
 
@@ -5193,7 +5193,7 @@ FLAG DESCRIPTIONS
5193
5193
  All orgs includes Dev Hubs, sandboxes, DE orgs, and expired, deleted, and unknown-status scratch orgs.
5194
5194
  ```
5195
5195
 
5196
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.7.9/src/commands/org/logout.ts)_
5196
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.7.10/src/commands/org/logout.ts)_
5197
5197
 
5198
5198
  ## `sf org open`
5199
5199
 
@@ -5269,7 +5269,7 @@ EXAMPLES
5269
5269
  $ sf org open --source-file force-app/main/default/bots/Coral_Cloud_Agent/Coral_Cloud_Agent.bot-meta.xml
5270
5270
  ```
5271
5271
 
5272
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.9/src/commands/org/open.ts)_
5272
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.12/src/commands/org/open.ts)_
5273
5273
 
5274
5274
  ## `sf org open agent`
5275
5275
 
@@ -5320,7 +5320,7 @@ EXAMPLES
5320
5320
  $ sf org open agent --target-org MyTestOrg1 --browser firefox --api-name Coral_Cloud_Agent
5321
5321
  ```
5322
5322
 
5323
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.9/src/commands/org/open/agent.ts)_
5323
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.12/src/commands/org/open/agent.ts)_
5324
5324
 
5325
5325
  ## `sf org refresh sandbox`
5326
5326
 
@@ -5423,7 +5423,7 @@ FLAG DESCRIPTIONS
5423
5423
  You can specify either --source-sandbox-name or --source-id when refreshing an existing sandbox, but not both.
5424
5424
  ```
5425
5425
 
5426
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.9/src/commands/org/refresh/sandbox.ts)_
5426
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.12/src/commands/org/refresh/sandbox.ts)_
5427
5427
 
5428
5428
  ## `sf org resume sandbox`
5429
5429
 
@@ -5486,7 +5486,7 @@ FLAG DESCRIPTIONS
5486
5486
  returns the job ID. To resume checking the sandbox creation, rerun this command.
5487
5487
  ```
5488
5488
 
5489
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.9/src/commands/org/resume/sandbox.ts)_
5489
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.12/src/commands/org/resume/sandbox.ts)_
5490
5490
 
5491
5491
  ## `sf org resume scratch`
5492
5492
 
@@ -5539,7 +5539,7 @@ FLAG DESCRIPTIONS
5539
5539
  returns the job ID. To resume checking the scratch creation, rerun this command.
5540
5540
  ```
5541
5541
 
5542
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.9/src/commands/org/resume/scratch.ts)_
5542
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.12/src/commands/org/resume/scratch.ts)_
5543
5543
 
5544
5544
  ## `sf package convert`
5545
5545
 
@@ -7279,7 +7279,7 @@ EXAMPLES
7279
7279
  $ sf plugins trust verify --npm @scope/npmName
7280
7280
  ```
7281
7281
 
7282
- _See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.7.109/src/commands/plugins/trust/verify.ts)_
7282
+ _See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.7.110/src/commands/plugins/trust/verify.ts)_
7283
7283
 
7284
7284
  ## `sf plugins uninstall [PLUGIN]`
7285
7285
 
@@ -9358,7 +9358,7 @@ EXAMPLES
9358
9358
  $ sf sobject describe --sobject ApexCodeCoverage --use-tooling-api
9359
9359
  ```
9360
9360
 
9361
- _See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.73/src/commands/sobject/describe.ts)_
9361
+ _See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.74/src/commands/sobject/describe.ts)_
9362
9362
 
9363
9363
  ## `sf sobject list`
9364
9364
 
@@ -9397,7 +9397,7 @@ EXAMPLES
9397
9397
  $ sf sobject list --sobject custom --target-org my-scratch-org
9398
9398
  ```
9399
9399
 
9400
- _See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.73/src/commands/sobject/list.ts)_
9400
+ _See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.74/src/commands/sobject/list.ts)_
9401
9401
 
9402
9402
  ## `sf static-resource generate`
9403
9403
 
@@ -9497,7 +9497,7 @@ EXAMPLES
9497
9497
  $ sf update --available
9498
9498
  ```
9499
9499
 
9500
- _See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.7.1/src/commands/update.ts)_
9500
+ _See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.7.2/src/commands/update.ts)_
9501
9501
 
9502
9502
  ## `sf version`
9503
9503
 
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
- "version": "2.99.3",
3
+ "version": "2.99.5",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/cli",
9
- "version": "2.99.3",
9
+ "version": "2.99.5",
10
10
  "hasInstallScript": true,
11
11
  "license": "Apache-2.0",
12
12
  "dependencies": {
@@ -18,29 +18,29 @@
18
18
  "@oclif/plugin-not-found": "3.2.60",
19
19
  "@oclif/plugin-plugins": "5.4.45",
20
20
  "@oclif/plugin-search": "1.2.27",
21
- "@oclif/plugin-update": "4.7.1",
21
+ "@oclif/plugin-update": "4.7.2",
22
22
  "@oclif/plugin-version": "2.2.31",
23
- "@oclif/plugin-warn-if-update-available": "3.1.44",
23
+ "@oclif/plugin-warn-if-update-available": "3.1.45",
24
24
  "@oclif/plugin-which": "3.2.39",
25
25
  "@salesforce/core": "^8.9.1",
26
26
  "@salesforce/kit": "^3.1.6",
27
27
  "@salesforce/plugin-agent": "1.23.3",
28
28
  "@salesforce/plugin-apex": "3.6.19",
29
29
  "@salesforce/plugin-api": "1.3.3",
30
- "@salesforce/plugin-auth": "3.7.9",
31
- "@salesforce/plugin-data": "4.0.46",
30
+ "@salesforce/plugin-auth": "3.7.10",
31
+ "@salesforce/plugin-data": "4.0.48",
32
32
  "@salesforce/plugin-deploy-retrieve": "3.22.33",
33
33
  "@salesforce/plugin-info": "3.4.73",
34
34
  "@salesforce/plugin-limits": "3.3.60",
35
35
  "@salesforce/plugin-marketplace": "1.3.8",
36
- "@salesforce/plugin-org": "5.9.9",
36
+ "@salesforce/plugin-org": "5.9.12",
37
37
  "@salesforce/plugin-packaging": "2.18.0",
38
- "@salesforce/plugin-schema": "3.3.73",
38
+ "@salesforce/plugin-schema": "3.3.74",
39
39
  "@salesforce/plugin-settings": "2.4.37",
40
40
  "@salesforce/plugin-sobject": "1.4.65",
41
41
  "@salesforce/plugin-telemetry": "3.6.49",
42
42
  "@salesforce/plugin-templates": "56.3.54",
43
- "@salesforce/plugin-trust": "3.7.109",
43
+ "@salesforce/plugin-trust": "3.7.110",
44
44
  "@salesforce/plugin-user": "3.6.29",
45
45
  "@salesforce/sf-plugins-core": "12.2.3",
46
46
  "ansis": "^3.12.0"
@@ -3529,9 +3529,9 @@
3529
3529
  }
3530
3530
  },
3531
3531
  "node_modules/@oclif/multi-stage-output": {
3532
- "version": "0.8.18",
3533
- "resolved": "https://registry.npmjs.org/@oclif/multi-stage-output/-/multi-stage-output-0.8.18.tgz",
3534
- "integrity": "sha512-QmhencP0a5OVxOnHfCYb6rim6cDmSgC0J7WRIgw9ZdnPNYPnsLlgU0iWxct/cs+KBL7Vv6tXDQK4wDeUoqFe3Q==",
3532
+ "version": "0.8.19",
3533
+ "resolved": "https://registry.npmjs.org/@oclif/multi-stage-output/-/multi-stage-output-0.8.19.tgz",
3534
+ "integrity": "sha512-OkfYIbZ0vaMotUWR8HLm6eA9s+j2pn3KR+p42XeEkFlmrxOxVmomyJrNW+TgWnjMqQZsQYG6m2JVn4HCmzHt3w==",
3535
3535
  "license": "MIT",
3536
3536
  "dependencies": {
3537
3537
  "@oclif/core": "^4",
@@ -3895,9 +3895,9 @@
3895
3895
  }
3896
3896
  },
3897
3897
  "node_modules/@oclif/plugin-update": {
3898
- "version": "4.7.1",
3899
- "resolved": "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.7.1.tgz",
3900
- "integrity": "sha512-YyZM1QO+l6XegbvPk86TRgIUfqgkEpFWuSORjPx3Hri99fPHDrIMLtiZnk9VJlDQUG6PK+P9YLGXd+85h9txzQ==",
3898
+ "version": "4.7.2",
3899
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.7.2.tgz",
3900
+ "integrity": "sha512-hWA2V83JS099uBrCk0ML/y8Y9oHZyqD1gPpT2zIloCybLTXDtu8/bloK4+CfaAtesCr4xom5VkMmdrOeXvREBw==",
3901
3901
  "license": "MIT",
3902
3902
  "dependencies": {
3903
3903
  "@inquirer/select": "^2.5.0",
@@ -3929,9 +3929,9 @@
3929
3929
  }
3930
3930
  },
3931
3931
  "node_modules/@oclif/plugin-warn-if-update-available": {
3932
- "version": "3.1.44",
3933
- "resolved": "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.1.44.tgz",
3934
- "integrity": "sha512-nGYH6j4GZngSWDB0Ah8OZOSreDrS+lN6tyEeBtcP9pYO5fQlsepUy11/XzZmr3o1+3mUk0CTdOYHy/nbTFODNg==",
3932
+ "version": "3.1.45",
3933
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.1.45.tgz",
3934
+ "integrity": "sha512-tYGLrHZLpt+KLPDdLtpZyrzzy5OZ9uqpfaDm/jy6GUNqfoxZkhD7Kj6Fv9IpM6ePQM8hFVZpUMiWC0NO/AaDaA==",
3935
3935
  "license": "MIT",
3936
3936
  "dependencies": {
3937
3937
  "@oclif/core": "^4",
@@ -4772,9 +4772,9 @@
4772
4772
  }
4773
4773
  },
4774
4774
  "node_modules/@salesforce/plugin-auth": {
4775
- "version": "3.7.9",
4776
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.7.9.tgz",
4777
- "integrity": "sha512-T6ZdBNQRYq5o0EJrWzKDOHomk87X1PP1rUXtfY9Po7nbcGZ/xIqA1JIJi2Px2srfoVuN9tDyfr/eSpY5FL/Slw==",
4775
+ "version": "3.7.10",
4776
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.7.10.tgz",
4777
+ "integrity": "sha512-nfxtS7C96OUXuewK+98Iv2tfinbQOYOi91HYakxfs/CjFutqwHAw+DYm9jToTQsT0EB8vJFCCn4J+GfjGypn6A==",
4778
4778
  "license": "Apache-2.0",
4779
4779
  "dependencies": {
4780
4780
  "@inquirer/checkbox": "^2.5.0",
@@ -4782,7 +4782,7 @@
4782
4782
  "@oclif/core": "^4",
4783
4783
  "@salesforce/core": "^8.18.1",
4784
4784
  "@salesforce/kit": "^3.2.3",
4785
- "@salesforce/plugin-info": "^3.4.72",
4785
+ "@salesforce/plugin-info": "^3.4.73",
4786
4786
  "@salesforce/sf-plugins-core": "^12.2.3",
4787
4787
  "@salesforce/ts-types": "^2.0.11",
4788
4788
  "open": "^10.1.2"
@@ -4903,13 +4903,13 @@
4903
4903
  }
4904
4904
  },
4905
4905
  "node_modules/@salesforce/plugin-data": {
4906
- "version": "4.0.46",
4907
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-4.0.46.tgz",
4908
- "integrity": "sha512-MSWaFxazb/JSBQL5u5A6F+QaDR6cUOuZNttI/QAmDT2dDZADtrRgM2XsJZzVB+77v5t/a8gXFIdILTZGfaHi+g==",
4906
+ "version": "4.0.48",
4907
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-4.0.48.tgz",
4908
+ "integrity": "sha512-k/C2iXZefsieVSVMTwfeICYBpqFlhyUoVjBZM33fWt560Q4gMX0L8uiq7PoBzYEWfyv353kv51oe0I0n3Xk1pQ==",
4909
4909
  "license": "Apache-2.0",
4910
4910
  "dependencies": {
4911
4911
  "@jsforce/jsforce-node": "^3.9.1",
4912
- "@oclif/multi-stage-output": "^0.8.16",
4912
+ "@oclif/multi-stage-output": "^0.8.18",
4913
4913
  "@salesforce/core": "^8.18.1",
4914
4914
  "@salesforce/kit": "^3.2.2",
4915
4915
  "@salesforce/sf-plugins-core": "^12.2.3",
@@ -4918,7 +4918,7 @@
4918
4918
  "change-case": "^5.4.4",
4919
4919
  "csv-parse": "^5.6.0",
4920
4920
  "csv-stringify": "^6.6.0",
4921
- "form-data": "^4.0.3",
4921
+ "form-data": "^4.0.4",
4922
4922
  "terminal-link": "^3.0.0"
4923
4923
  },
4924
4924
  "engines": {
@@ -5002,17 +5002,17 @@
5002
5002
  }
5003
5003
  },
5004
5004
  "node_modules/@salesforce/plugin-org": {
5005
- "version": "5.9.9",
5006
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-5.9.9.tgz",
5007
- "integrity": "sha512-0wUB2YEOko+SO1csfwEMHdJ102/GF1qJKV6mT9YHIypSjT7+Kv78rzAtGUrNayorkS48eI+w9k5Vb7Z2ZL0pCw==",
5005
+ "version": "5.9.12",
5006
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-5.9.12.tgz",
5007
+ "integrity": "sha512-dC8GJTqwSg+5YVJLZ8MTs16BcNs2eOxg6S1BrF1vXO9lJe8Qec3RIV819xZVi/8fD/Wv5AAIY6xMkfhZTfwtfg==",
5008
5008
  "license": "Apache-2.0",
5009
5009
  "dependencies": {
5010
- "@oclif/core": "^4.5.0",
5011
- "@oclif/multi-stage-output": "^0.8.17",
5010
+ "@oclif/core": "^4.5.1",
5011
+ "@oclif/multi-stage-output": "^0.8.18",
5012
5012
  "@salesforce/core": "^8.18.1",
5013
5013
  "@salesforce/kit": "^3.2.3",
5014
5014
  "@salesforce/sf-plugins-core": "^12.2.3",
5015
- "@salesforce/source-deploy-retrieve": "^12.21.1",
5015
+ "@salesforce/source-deploy-retrieve": "^12.21.5",
5016
5016
  "@salesforce/ts-types": "^2.0.12",
5017
5017
  "ansis": "^3.16.0",
5018
5018
  "change-case": "^5.4.4",
@@ -5104,9 +5104,9 @@
5104
5104
  }
5105
5105
  },
5106
5106
  "node_modules/@salesforce/plugin-schema": {
5107
- "version": "3.3.73",
5108
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-schema/-/plugin-schema-3.3.73.tgz",
5109
- "integrity": "sha512-HMY2HNTvS/cKl9PrGQJyPy5/TgUQtXDqlupDKyvxwprrzBGgWURlsXk/eIbhAuyDflyfFBKK5eqpGRCdadpSwg==",
5107
+ "version": "3.3.74",
5108
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-schema/-/plugin-schema-3.3.74.tgz",
5109
+ "integrity": "sha512-yz0k6WXKSiXOPF9tRhg2Bd2InsInkvqxecVzNf9uFZGkVix8Z9OtqUCmMLGvaYUoPJ2MtCW5SEsfv77lRpmslw==",
5110
5110
  "license": "Apache-2.0",
5111
5111
  "dependencies": {
5112
5112
  "@oclif/core": "^4",
@@ -5332,13 +5332,13 @@
5332
5332
  }
5333
5333
  },
5334
5334
  "node_modules/@salesforce/plugin-trust": {
5335
- "version": "3.7.109",
5336
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.7.109.tgz",
5337
- "integrity": "sha512-XLLNXohMfkFxUNBn8h+Q33MNbySu+tLrcELyPn9YpIorzHyMf8dJZNVE5hv0aJDNaKrKt9tkcnTTrimcY/3ksA==",
5335
+ "version": "3.7.110",
5336
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.7.110.tgz",
5337
+ "integrity": "sha512-nyRMbrcHG8Y3X9sOpGbrYuuaDaaISjm5nu8TXkOHEtCKpkxEogR016+nWOCC1Ge8DrGyh9ZBHMZn7VFW/QFVAQ==",
5338
5338
  "license": "Apache-2.0",
5339
5339
  "dependencies": {
5340
5340
  "@oclif/core": "^4",
5341
- "@salesforce/core": "^8.17.0",
5341
+ "@salesforce/core": "^8.18.1",
5342
5342
  "@salesforce/kit": "^3.2.0",
5343
5343
  "@salesforce/plugin-info": "^3.4.72",
5344
5344
  "@salesforce/sf-plugins-core": "^12",
@@ -5406,12 +5406,12 @@
5406
5406
  }
5407
5407
  },
5408
5408
  "node_modules/@salesforce/source-deploy-retrieve": {
5409
- "version": "12.21.1",
5410
- "resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.21.1.tgz",
5411
- "integrity": "sha512-VC6sAaLH04z1znJh7f8ftlUTDEzzUFzpaau8kIVjZW7Iq4xSnRORmxlh941C2KSTPRR454ZbnxuWC5czcn5Bcg==",
5409
+ "version": "12.21.5",
5410
+ "resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.21.5.tgz",
5411
+ "integrity": "sha512-IdBNI2vDcCb6fhLib3b7eJEfu9DI/B2cVtkJ+z4aBVPAd/AjwCQWAuYDAgOoG17JOhBEZaI9bRxuKQLhpFTQHQ==",
5412
5412
  "license": "Apache-2.0",
5413
5413
  "dependencies": {
5414
- "@salesforce/core": "^8.12.0",
5414
+ "@salesforce/core": "^8.18.1",
5415
5415
  "@salesforce/kit": "^3.2.3",
5416
5416
  "@salesforce/ts-types": "^2.0.12",
5417
5417
  "@salesforce/types": "^1.3.0",
@@ -11881,9 +11881,9 @@
11881
11881
  }
11882
11882
  },
11883
11883
  "node_modules/form-data": {
11884
- "version": "4.0.3",
11885
- "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.3.tgz",
11886
- "integrity": "sha512-qsITQPfmvMOSAdeyZ+12I1c+CKSstAFAwu+97zrnWAbIr5u8wfsExUzCesVLC8NgHuRUqNN4Zy6UPWUTRGslcA==",
11884
+ "version": "4.0.4",
11885
+ "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.4.tgz",
11886
+ "integrity": "sha512-KrGhL9Q4zjj0kiUt5OO4Mr/A/jlI2jDYs5eHBpYHPcBEVSiipAvn2Ko2HnPe20rmcuuvMHNdZFp+4IlGTMF0Ow==",
11887
11887
  "license": "MIT",
11888
11888
  "dependencies": {
11889
11889
  "asynckit": "^0.4.0",
package/oclif.lock CHANGED
@@ -1587,7 +1587,7 @@
1587
1587
  proc-log "^5.0.0"
1588
1588
  which "^5.0.0"
1589
1589
 
1590
- "@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.2.3", "@oclif/core@^4.2.8", "@oclif/core@^4.3.0", "@oclif/core@^4.3.2", "@oclif/core@^4.5.0", "@oclif/core@^4.5.1", "@oclif/core@>= 3.0.0", "@oclif/core@4.5.1":
1590
+ "@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.2.3", "@oclif/core@^4.2.8", "@oclif/core@^4.3.0", "@oclif/core@^4.3.2", "@oclif/core@^4.5.1", "@oclif/core@>= 3.0.0", "@oclif/core@4.5.1":
1591
1591
  version "4.5.1"
1592
1592
  resolved "https://registry.npmjs.org/@oclif/core/-/core-4.5.1.tgz"
1593
1593
  integrity sha512-JAuARvXOzf75L7rqLL3TIP3OmuTf7N/cjRejkGASfRJH+09180+EGbSkPWSMCns+AaYpDMI+fdaJ6QCoa3f15A==
@@ -1611,10 +1611,10 @@
1611
1611
  wordwrap "^1.0.0"
1612
1612
  wrap-ansi "^7.0.0"
1613
1613
 
1614
- "@oclif/multi-stage-output@^0.8.14", "@oclif/multi-stage-output@^0.8.16", "@oclif/multi-stage-output@^0.8.17":
1615
- version "0.8.18"
1616
- resolved "https://registry.npmjs.org/@oclif/multi-stage-output/-/multi-stage-output-0.8.18.tgz"
1617
- integrity sha512-QmhencP0a5OVxOnHfCYb6rim6cDmSgC0J7WRIgw9ZdnPNYPnsLlgU0iWxct/cs+KBL7Vv6tXDQK4wDeUoqFe3Q==
1614
+ "@oclif/multi-stage-output@^0.8.14", "@oclif/multi-stage-output@^0.8.17", "@oclif/multi-stage-output@^0.8.18":
1615
+ version "0.8.19"
1616
+ resolved "https://registry.npmjs.org/@oclif/multi-stage-output/-/multi-stage-output-0.8.19.tgz"
1617
+ integrity sha512-OkfYIbZ0vaMotUWR8HLm6eA9s+j2pn3KR+p42XeEkFlmrxOxVmomyJrNW+TgWnjMqQZsQYG6m2JVn4HCmzHt3w==
1618
1618
  dependencies:
1619
1619
  "@oclif/core" "^4"
1620
1620
  "@types/react" "^18.3.12"
@@ -1702,10 +1702,10 @@
1702
1702
  ansi-escapes "^7.0.0"
1703
1703
  inquirer-autocomplete-standalone "^0.8.1"
1704
1704
 
1705
- "@oclif/plugin-update@4.7.1":
1706
- version "4.7.1"
1707
- resolved "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.7.1.tgz"
1708
- integrity sha512-YyZM1QO+l6XegbvPk86TRgIUfqgkEpFWuSORjPx3Hri99fPHDrIMLtiZnk9VJlDQUG6PK+P9YLGXd+85h9txzQ==
1705
+ "@oclif/plugin-update@4.7.2":
1706
+ version "4.7.2"
1707
+ resolved "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.7.2.tgz"
1708
+ integrity sha512-hWA2V83JS099uBrCk0ML/y8Y9oHZyqD1gPpT2zIloCybLTXDtu8/bloK4+CfaAtesCr4xom5VkMmdrOeXvREBw==
1709
1709
  dependencies:
1710
1710
  "@inquirer/select" "^2.5.0"
1711
1711
  "@oclif/core" "^4"
@@ -1726,10 +1726,10 @@
1726
1726
  "@oclif/core" "^4"
1727
1727
  ansis "^3.17.0"
1728
1728
 
1729
- "@oclif/plugin-warn-if-update-available@^3.1.31", "@oclif/plugin-warn-if-update-available@3.1.44":
1730
- version "3.1.44"
1731
- resolved "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.1.44.tgz"
1732
- integrity sha512-nGYH6j4GZngSWDB0Ah8OZOSreDrS+lN6tyEeBtcP9pYO5fQlsepUy11/XzZmr3o1+3mUk0CTdOYHy/nbTFODNg==
1729
+ "@oclif/plugin-warn-if-update-available@^3.1.31", "@oclif/plugin-warn-if-update-available@3.1.45":
1730
+ version "3.1.45"
1731
+ resolved "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.1.45.tgz"
1732
+ integrity sha512-tYGLrHZLpt+KLPDdLtpZyrzzy5OZ9uqpfaDm/jy6GUNqfoxZkhD7Kj6Fv9IpM6ePQM8hFVZpUMiWC0NO/AaDaA==
1733
1733
  dependencies:
1734
1734
  "@oclif/core" "^4"
1735
1735
  ansis "^3.17.0"
@@ -2101,17 +2101,17 @@
2101
2101
  got "^13.0.0"
2102
2102
  proxy-agent "^6.4.0"
2103
2103
 
2104
- "@salesforce/plugin-auth@3.7.9":
2105
- version "3.7.9"
2106
- resolved "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.7.9.tgz"
2107
- integrity sha512-T6ZdBNQRYq5o0EJrWzKDOHomk87X1PP1rUXtfY9Po7nbcGZ/xIqA1JIJi2Px2srfoVuN9tDyfr/eSpY5FL/Slw==
2104
+ "@salesforce/plugin-auth@3.7.10":
2105
+ version "3.7.10"
2106
+ resolved "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.7.10.tgz"
2107
+ integrity sha512-nfxtS7C96OUXuewK+98Iv2tfinbQOYOi91HYakxfs/CjFutqwHAw+DYm9jToTQsT0EB8vJFCCn4J+GfjGypn6A==
2108
2108
  dependencies:
2109
2109
  "@inquirer/checkbox" "^2.5.0"
2110
2110
  "@inquirer/select" "^2.5.0"
2111
2111
  "@oclif/core" "^4"
2112
2112
  "@salesforce/core" "^8.18.1"
2113
2113
  "@salesforce/kit" "^3.2.3"
2114
- "@salesforce/plugin-info" "^3.4.72"
2114
+ "@salesforce/plugin-info" "^3.4.73"
2115
2115
  "@salesforce/sf-plugins-core" "^12.2.3"
2116
2116
  "@salesforce/ts-types" "^2.0.11"
2117
2117
  open "^10.1.2"
@@ -2130,13 +2130,13 @@
2130
2130
  debug "^4.4.0"
2131
2131
  handlebars "^4.7.8"
2132
2132
 
2133
- "@salesforce/plugin-data@4.0.46":
2134
- version "4.0.46"
2135
- resolved "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-4.0.46.tgz"
2136
- integrity sha512-MSWaFxazb/JSBQL5u5A6F+QaDR6cUOuZNttI/QAmDT2dDZADtrRgM2XsJZzVB+77v5t/a8gXFIdILTZGfaHi+g==
2133
+ "@salesforce/plugin-data@4.0.48":
2134
+ version "4.0.48"
2135
+ resolved "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-4.0.48.tgz"
2136
+ integrity sha512-k/C2iXZefsieVSVMTwfeICYBpqFlhyUoVjBZM33fWt560Q4gMX0L8uiq7PoBzYEWfyv353kv51oe0I0n3Xk1pQ==
2137
2137
  dependencies:
2138
2138
  "@jsforce/jsforce-node" "^3.9.1"
2139
- "@oclif/multi-stage-output" "^0.8.16"
2139
+ "@oclif/multi-stage-output" "^0.8.18"
2140
2140
  "@salesforce/core" "^8.18.1"
2141
2141
  "@salesforce/kit" "^3.2.2"
2142
2142
  "@salesforce/sf-plugins-core" "^12.2.3"
@@ -2145,7 +2145,7 @@
2145
2145
  change-case "^5.4.4"
2146
2146
  csv-parse "^5.6.0"
2147
2147
  csv-stringify "^6.6.0"
2148
- form-data "^4.0.3"
2148
+ form-data "^4.0.4"
2149
2149
  terminal-link "^3.0.0"
2150
2150
 
2151
2151
  "@salesforce/plugin-deploy-retrieve@3.22.33":
@@ -2167,7 +2167,7 @@
2167
2167
  ansis "^3.17.0"
2168
2168
  terminal-link "^3.0.0"
2169
2169
 
2170
- "@salesforce/plugin-info@^3.4.67", "@salesforce/plugin-info@^3.4.72", "@salesforce/plugin-info@3.4.73":
2170
+ "@salesforce/plugin-info@^3.4.67", "@salesforce/plugin-info@^3.4.72", "@salesforce/plugin-info@^3.4.73", "@salesforce/plugin-info@3.4.73":
2171
2171
  version "3.4.73"
2172
2172
  resolved "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.4.73.tgz"
2173
2173
  integrity sha512-REspJvUoRPR4Y0nR172pMB0B+LeMhjmJM77MQMujnAaUBH/8gX+IV8C9iqpDtRP9BbCxVDtmfozHJwboCtHKIg==
@@ -2204,17 +2204,17 @@
2204
2204
  got "^13.0.0"
2205
2205
  proxy-agent "^6.4.0"
2206
2206
 
2207
- "@salesforce/plugin-org@5.9.9":
2208
- version "5.9.9"
2209
- resolved "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-5.9.9.tgz"
2210
- integrity sha512-0wUB2YEOko+SO1csfwEMHdJ102/GF1qJKV6mT9YHIypSjT7+Kv78rzAtGUrNayorkS48eI+w9k5Vb7Z2ZL0pCw==
2207
+ "@salesforce/plugin-org@5.9.12":
2208
+ version "5.9.12"
2209
+ resolved "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-5.9.12.tgz"
2210
+ integrity sha512-dC8GJTqwSg+5YVJLZ8MTs16BcNs2eOxg6S1BrF1vXO9lJe8Qec3RIV819xZVi/8fD/Wv5AAIY6xMkfhZTfwtfg==
2211
2211
  dependencies:
2212
- "@oclif/core" "^4.5.0"
2213
- "@oclif/multi-stage-output" "^0.8.17"
2212
+ "@oclif/core" "^4.5.1"
2213
+ "@oclif/multi-stage-output" "^0.8.18"
2214
2214
  "@salesforce/core" "^8.18.1"
2215
2215
  "@salesforce/kit" "^3.2.3"
2216
2216
  "@salesforce/sf-plugins-core" "^12.2.3"
2217
- "@salesforce/source-deploy-retrieve" "^12.21.1"
2217
+ "@salesforce/source-deploy-retrieve" "^12.21.5"
2218
2218
  "@salesforce/ts-types" "^2.0.12"
2219
2219
  ansis "^3.16.0"
2220
2220
  change-case "^5.4.4"
@@ -2262,10 +2262,10 @@
2262
2262
  strip-ansi "^6"
2263
2263
  yarn-deduplicate "^6.0.2"
2264
2264
 
2265
- "@salesforce/plugin-schema@3.3.73":
2266
- version "3.3.73"
2267
- resolved "https://registry.npmjs.org/@salesforce/plugin-schema/-/plugin-schema-3.3.73.tgz"
2268
- integrity sha512-HMY2HNTvS/cKl9PrGQJyPy5/TgUQtXDqlupDKyvxwprrzBGgWURlsXk/eIbhAuyDflyfFBKK5eqpGRCdadpSwg==
2265
+ "@salesforce/plugin-schema@3.3.74":
2266
+ version "3.3.74"
2267
+ resolved "https://registry.npmjs.org/@salesforce/plugin-schema/-/plugin-schema-3.3.74.tgz"
2268
+ integrity sha512-yz0k6WXKSiXOPF9tRhg2Bd2InsInkvqxecVzNf9uFZGkVix8Z9OtqUCmMLGvaYUoPJ2MtCW5SEsfv77lRpmslw==
2269
2269
  dependencies:
2270
2270
  "@oclif/core" "^4"
2271
2271
  "@salesforce/core" "^8.18.1"
@@ -2319,13 +2319,13 @@
2319
2319
  "@salesforce/sf-plugins-core" "^12"
2320
2320
  "@salesforce/templates" "^64.2.0"
2321
2321
 
2322
- "@salesforce/plugin-trust@^3.7.69", "@salesforce/plugin-trust@3.7.109":
2323
- version "3.7.109"
2324
- resolved "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.7.109.tgz"
2325
- integrity sha512-XLLNXohMfkFxUNBn8h+Q33MNbySu+tLrcELyPn9YpIorzHyMf8dJZNVE5hv0aJDNaKrKt9tkcnTTrimcY/3ksA==
2322
+ "@salesforce/plugin-trust@^3.7.69", "@salesforce/plugin-trust@3.7.110":
2323
+ version "3.7.110"
2324
+ resolved "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.7.110.tgz"
2325
+ integrity sha512-nyRMbrcHG8Y3X9sOpGbrYuuaDaaISjm5nu8TXkOHEtCKpkxEogR016+nWOCC1Ge8DrGyh9ZBHMZn7VFW/QFVAQ==
2326
2326
  dependencies:
2327
2327
  "@oclif/core" "^4"
2328
- "@salesforce/core" "^8.17.0"
2328
+ "@salesforce/core" "^8.18.1"
2329
2329
  "@salesforce/kit" "^3.2.0"
2330
2330
  "@salesforce/plugin-info" "^3.4.72"
2331
2331
  "@salesforce/sf-plugins-core" "^12"
@@ -2390,12 +2390,12 @@
2390
2390
  cli-progress "^3.12.0"
2391
2391
  terminal-link "^3.0.0"
2392
2392
 
2393
- "@salesforce/source-deploy-retrieve@^12.16.9", "@salesforce/source-deploy-retrieve@^12.19.3", "@salesforce/source-deploy-retrieve@^12.19.5", "@salesforce/source-deploy-retrieve@^12.19.9", "@salesforce/source-deploy-retrieve@^12.21.1":
2394
- version "12.21.1"
2395
- resolved "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.21.1.tgz"
2396
- integrity sha512-VC6sAaLH04z1znJh7f8ftlUTDEzzUFzpaau8kIVjZW7Iq4xSnRORmxlh941C2KSTPRR454ZbnxuWC5czcn5Bcg==
2393
+ "@salesforce/source-deploy-retrieve@^12.16.9", "@salesforce/source-deploy-retrieve@^12.19.3", "@salesforce/source-deploy-retrieve@^12.19.5", "@salesforce/source-deploy-retrieve@^12.19.9", "@salesforce/source-deploy-retrieve@^12.21.1", "@salesforce/source-deploy-retrieve@^12.21.5":
2394
+ version "12.21.5"
2395
+ resolved "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.21.5.tgz"
2396
+ integrity sha512-IdBNI2vDcCb6fhLib3b7eJEfu9DI/B2cVtkJ+z4aBVPAd/AjwCQWAuYDAgOoG17JOhBEZaI9bRxuKQLhpFTQHQ==
2397
2397
  dependencies:
2398
- "@salesforce/core" "^8.12.0"
2398
+ "@salesforce/core" "^8.18.1"
2399
2399
  "@salesforce/kit" "^3.2.3"
2400
2400
  "@salesforce/ts-types" "^2.0.12"
2401
2401
  "@salesforce/types" "^1.3.0"
@@ -6052,10 +6052,10 @@ form-data-encoder@^2.1.2:
6052
6052
  resolved "https://registry.npmjs.org/form-data-encoder/-/form-data-encoder-2.1.4.tgz"
6053
6053
  integrity sha512-yDYSgNMraqvnxiEXO4hi88+YZxaHC6QKzb5N84iRCTDeRO7ZALpir/lVmf/uXUhnwUr2O4HU8s/n6x+yNjQkHw==
6054
6054
 
6055
- form-data@^4.0.0, form-data@^4.0.3:
6056
- version "4.0.3"
6057
- resolved "https://registry.npmjs.org/form-data/-/form-data-4.0.3.tgz"
6058
- integrity sha512-qsITQPfmvMOSAdeyZ+12I1c+CKSstAFAwu+97zrnWAbIr5u8wfsExUzCesVLC8NgHuRUqNN4Zy6UPWUTRGslcA==
6055
+ form-data@^4.0.0, form-data@^4.0.4:
6056
+ version "4.0.4"
6057
+ resolved "https://registry.npmjs.org/form-data/-/form-data-4.0.4.tgz"
6058
+ integrity sha512-KrGhL9Q4zjj0kiUt5OO4Mr/A/jlI2jDYs5eHBpYHPcBEVSiipAvn2Ko2HnPe20rmcuuvMHNdZFp+4IlGTMF0Ow==
6059
6059
  dependencies:
6060
6060
  asynckit "^0.4.0"
6061
6061
  combined-stream "^1.0.8"
@@ -4831,5 +4831,5 @@
4831
4831
  ]
4832
4832
  }
4833
4833
  },
4834
- "version": "2.99.3"
4834
+ "version": "2.99.5"
4835
4835
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
3
  "description": "The Salesforce CLI",
4
- "version": "2.99.3",
4
+ "version": "2.99.5",
5
5
  "author": "Salesforce",
6
6
  "bin": {
7
7
  "sf": "./bin/run.js",
@@ -152,29 +152,29 @@
152
152
  "@oclif/plugin-not-found": "3.2.60",
153
153
  "@oclif/plugin-plugins": "5.4.45",
154
154
  "@oclif/plugin-search": "1.2.27",
155
- "@oclif/plugin-update": "4.7.1",
155
+ "@oclif/plugin-update": "4.7.2",
156
156
  "@oclif/plugin-version": "2.2.31",
157
- "@oclif/plugin-warn-if-update-available": "3.1.44",
157
+ "@oclif/plugin-warn-if-update-available": "3.1.45",
158
158
  "@oclif/plugin-which": "3.2.39",
159
159
  "@salesforce/core": "^8.9.1",
160
160
  "@salesforce/kit": "^3.1.6",
161
161
  "@salesforce/plugin-agent": "1.23.3",
162
162
  "@salesforce/plugin-apex": "3.6.19",
163
163
  "@salesforce/plugin-api": "1.3.3",
164
- "@salesforce/plugin-auth": "3.7.9",
165
- "@salesforce/plugin-data": "4.0.46",
164
+ "@salesforce/plugin-auth": "3.7.10",
165
+ "@salesforce/plugin-data": "4.0.48",
166
166
  "@salesforce/plugin-deploy-retrieve": "3.22.33",
167
167
  "@salesforce/plugin-info": "3.4.73",
168
168
  "@salesforce/plugin-limits": "3.3.60",
169
169
  "@salesforce/plugin-marketplace": "1.3.8",
170
- "@salesforce/plugin-org": "5.9.9",
170
+ "@salesforce/plugin-org": "5.9.12",
171
171
  "@salesforce/plugin-packaging": "2.18.0",
172
- "@salesforce/plugin-schema": "3.3.73",
172
+ "@salesforce/plugin-schema": "3.3.74",
173
173
  "@salesforce/plugin-settings": "2.4.37",
174
174
  "@salesforce/plugin-sobject": "1.4.65",
175
175
  "@salesforce/plugin-telemetry": "3.6.49",
176
176
  "@salesforce/plugin-templates": "56.3.54",
177
- "@salesforce/plugin-trust": "3.7.109",
177
+ "@salesforce/plugin-trust": "3.7.110",
178
178
  "@salesforce/plugin-user": "3.6.29",
179
179
  "@salesforce/sf-plugins-core": "12.2.3",
180
180
  "ansis": "^3.12.0"