@salesforce/cli 2.110.3 → 2.110.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 +46 -46
- package/npm-shrinkwrap.json +71 -122
- package/oclif.lock +54 -54
- package/oclif.manifest.json +1 -1
- package/package.json +5 -5
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.110.
|
|
28
|
+
@salesforce/cli/2.110.4 linux-x64 node-v22.20.0
|
|
29
29
|
$ sf --help [COMMAND]
|
|
30
30
|
USAGE
|
|
31
31
|
$ sf COMMAND
|
|
@@ -1085,7 +1085,7 @@ FLAG DESCRIPTIONS
|
|
|
1085
1085
|
directory.
|
|
1086
1086
|
```
|
|
1087
1087
|
|
|
1088
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
1088
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.66/src/commands/analytics/generate/template.ts)_
|
|
1089
1089
|
|
|
1090
1090
|
## `sf apex generate class`
|
|
1091
1091
|
|
|
@@ -1144,7 +1144,7 @@ FLAG DESCRIPTIONS
|
|
|
1144
1144
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
1145
1145
|
```
|
|
1146
1146
|
|
|
1147
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
1147
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.66/src/commands/apex/generate/class.ts)_
|
|
1148
1148
|
|
|
1149
1149
|
## `sf apex generate trigger`
|
|
1150
1150
|
|
|
@@ -1213,7 +1213,7 @@ FLAG DESCRIPTIONS
|
|
|
1213
1213
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
1214
1214
|
```
|
|
1215
1215
|
|
|
1216
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
1216
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.66/src/commands/apex/generate/trigger.ts)_
|
|
1217
1217
|
|
|
1218
1218
|
## `sf apex get log`
|
|
1219
1219
|
|
|
@@ -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.
|
|
2083
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.59/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.
|
|
2132
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.59/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.
|
|
2188
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.59/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.
|
|
2247
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.59/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.
|
|
2308
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.59/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.
|
|
2347
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.59/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.
|
|
2414
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.59/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.
|
|
2453
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.59/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.
|
|
2513
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.59/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.
|
|
2577
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.59/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.
|
|
2629
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.59/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.
|
|
2665
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.59/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.
|
|
2729
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.59/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.
|
|
2782
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.59/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.
|
|
2819
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.59/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.
|
|
2869
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.59/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.
|
|
2924
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.59/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.
|
|
2986
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.59/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.
|
|
3025
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.59/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.
|
|
3081
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.59/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.
|
|
3120
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.59/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.
|
|
3168
|
+
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.89/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.
|
|
3215
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.59/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.
|
|
3252
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.59/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.
|
|
3310
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.59/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.
|
|
3370
|
+
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.89/src/commands/info/releasenotes/display.ts)_
|
|
3371
3371
|
|
|
3372
3372
|
## `sf lightning generate app`
|
|
3373
3373
|
|
|
@@ -3422,7 +3422,7 @@ FLAG DESCRIPTIONS
|
|
|
3422
3422
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
3423
3423
|
```
|
|
3424
3424
|
|
|
3425
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
3425
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.66/src/commands/lightning/generate/app.ts)_
|
|
3426
3426
|
|
|
3427
3427
|
## `sf lightning generate component`
|
|
3428
3428
|
|
|
@@ -3491,7 +3491,7 @@ FLAG DESCRIPTIONS
|
|
|
3491
3491
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
3492
3492
|
```
|
|
3493
3493
|
|
|
3494
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
3494
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.66/src/commands/lightning/generate/component.ts)_
|
|
3495
3495
|
|
|
3496
3496
|
## `sf lightning generate event`
|
|
3497
3497
|
|
|
@@ -3546,7 +3546,7 @@ FLAG DESCRIPTIONS
|
|
|
3546
3546
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
3547
3547
|
```
|
|
3548
3548
|
|
|
3549
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
3549
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.66/src/commands/lightning/generate/event.ts)_
|
|
3550
3550
|
|
|
3551
3551
|
## `sf lightning generate interface`
|
|
3552
3552
|
|
|
@@ -3601,7 +3601,7 @@ FLAG DESCRIPTIONS
|
|
|
3601
3601
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
3602
3602
|
```
|
|
3603
3603
|
|
|
3604
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
3604
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.66/src/commands/lightning/generate/interface.ts)_
|
|
3605
3605
|
|
|
3606
3606
|
## `sf lightning generate test`
|
|
3607
3607
|
|
|
@@ -3656,7 +3656,7 @@ FLAG DESCRIPTIONS
|
|
|
3656
3656
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
3657
3657
|
```
|
|
3658
3658
|
|
|
3659
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
3659
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.66/src/commands/lightning/generate/test.ts)_
|
|
3660
3660
|
|
|
3661
3661
|
## `sf logic get test`
|
|
3662
3662
|
|
|
@@ -7347,7 +7347,7 @@ EXAMPLES
|
|
|
7347
7347
|
$ sf plugins
|
|
7348
7348
|
```
|
|
7349
7349
|
|
|
7350
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
7350
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.49/src/commands/plugins/index.ts)_
|
|
7351
7351
|
|
|
7352
7352
|
## `sf plugins discover`
|
|
7353
7353
|
|
|
@@ -7392,7 +7392,7 @@ EXAMPLES
|
|
|
7392
7392
|
$ sf plugins inspect @salesforce/plugin-packaging
|
|
7393
7393
|
```
|
|
7394
7394
|
|
|
7395
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
7395
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.49/src/commands/plugins/inspect.ts)_
|
|
7396
7396
|
|
|
7397
7397
|
## `sf plugins install PLUGIN`
|
|
7398
7398
|
|
|
@@ -7441,7 +7441,7 @@ EXAMPLES
|
|
|
7441
7441
|
$ sf plugins install someuser/someplugin
|
|
7442
7442
|
```
|
|
7443
7443
|
|
|
7444
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
7444
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.49/src/commands/plugins/install.ts)_
|
|
7445
7445
|
|
|
7446
7446
|
## `sf plugins link PATH`
|
|
7447
7447
|
|
|
@@ -7472,7 +7472,7 @@ EXAMPLES
|
|
|
7472
7472
|
$ sf plugins link @salesforce/plugin-packaging
|
|
7473
7473
|
```
|
|
7474
7474
|
|
|
7475
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
7475
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.49/src/commands/plugins/link.ts)_
|
|
7476
7476
|
|
|
7477
7477
|
## `sf plugins reset`
|
|
7478
7478
|
|
|
@@ -7487,7 +7487,7 @@ FLAGS
|
|
|
7487
7487
|
--reinstall Reinstall all plugins after uninstalling.
|
|
7488
7488
|
```
|
|
7489
7489
|
|
|
7490
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
7490
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.49/src/commands/plugins/reset.ts)_
|
|
7491
7491
|
|
|
7492
7492
|
## `sf plugins trust verify`
|
|
7493
7493
|
|
|
@@ -7544,7 +7544,7 @@ EXAMPLES
|
|
|
7544
7544
|
$ sf plugins uninstall @salesforce/plugin-packaging
|
|
7545
7545
|
```
|
|
7546
7546
|
|
|
7547
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
7547
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.49/src/commands/plugins/uninstall.ts)_
|
|
7548
7548
|
|
|
7549
7549
|
## `sf plugins update`
|
|
7550
7550
|
|
|
@@ -7562,7 +7562,7 @@ DESCRIPTION
|
|
|
7562
7562
|
Update installed plugins.
|
|
7563
7563
|
```
|
|
7564
7564
|
|
|
7565
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
7565
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.49/src/commands/plugins/update.ts)_
|
|
7566
7566
|
|
|
7567
7567
|
## `sf project convert mdapi`
|
|
7568
7568
|
|
|
@@ -8919,7 +8919,7 @@ FLAG DESCRIPTIONS
|
|
|
8919
8919
|
Override the api version used for api requests made by this command
|
|
8920
8920
|
```
|
|
8921
8921
|
|
|
8922
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
8922
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.66/src/commands/project/generate.ts)_
|
|
8923
8923
|
|
|
8924
8924
|
## `sf project generate manifest`
|
|
8925
8925
|
|
|
@@ -9696,7 +9696,7 @@ FLAG DESCRIPTIONS
|
|
|
9696
9696
|
etc.
|
|
9697
9697
|
```
|
|
9698
9698
|
|
|
9699
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
9699
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.66/src/commands/static-resource/generate.ts)_
|
|
9700
9700
|
|
|
9701
9701
|
## `sf update [CHANNEL]`
|
|
9702
9702
|
|
|
@@ -9810,7 +9810,7 @@ FLAG DESCRIPTIONS
|
|
|
9810
9810
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
9811
9811
|
```
|
|
9812
9812
|
|
|
9813
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
9813
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.66/src/commands/visualforce/generate/component.ts)_
|
|
9814
9814
|
|
|
9815
9815
|
## `sf visualforce generate page`
|
|
9816
9816
|
|
|
@@ -9860,7 +9860,7 @@ FLAG DESCRIPTIONS
|
|
|
9860
9860
|
The name can be up to 40 characters and must start with a letter.
|
|
9861
9861
|
```
|
|
9862
9862
|
|
|
9863
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
9863
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.66/src/commands/visualforce/generate/page.ts)_
|
|
9864
9864
|
|
|
9865
9865
|
## `sf which`
|
|
9866
9866
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.110.
|
|
3
|
+
"version": "2.110.4",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.110.
|
|
9
|
+
"version": "2.110.4",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "Apache-2.0",
|
|
12
12
|
"dependencies": {
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"@oclif/plugin-commands": "4.1.34",
|
|
17
17
|
"@oclif/plugin-help": "6.2.33",
|
|
18
18
|
"@oclif/plugin-not-found": "3.2.68",
|
|
19
|
-
"@oclif/plugin-plugins": "5.4.
|
|
19
|
+
"@oclif/plugin-plugins": "5.4.49",
|
|
20
20
|
"@oclif/plugin-search": "1.2.32",
|
|
21
21
|
"@oclif/plugin-update": "4.7.8",
|
|
22
22
|
"@oclif/plugin-version": "2.2.33",
|
|
@@ -28,9 +28,9 @@
|
|
|
28
28
|
"@salesforce/plugin-apex": "3.8.3",
|
|
29
29
|
"@salesforce/plugin-api": "1.3.3",
|
|
30
30
|
"@salesforce/plugin-auth": "3.9.9",
|
|
31
|
-
"@salesforce/plugin-data": "4.0.
|
|
31
|
+
"@salesforce/plugin-data": "4.0.59",
|
|
32
32
|
"@salesforce/plugin-deploy-retrieve": "3.23.3",
|
|
33
|
-
"@salesforce/plugin-info": "3.4.
|
|
33
|
+
"@salesforce/plugin-info": "3.4.89",
|
|
34
34
|
"@salesforce/plugin-limits": "3.3.67",
|
|
35
35
|
"@salesforce/plugin-marketplace": "1.3.8",
|
|
36
36
|
"@salesforce/plugin-org": "5.9.32",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"@salesforce/plugin-settings": "2.4.48",
|
|
40
40
|
"@salesforce/plugin-sobject": "1.4.73",
|
|
41
41
|
"@salesforce/plugin-telemetry": "3.6.58",
|
|
42
|
-
"@salesforce/plugin-templates": "56.3.
|
|
42
|
+
"@salesforce/plugin-templates": "56.3.66",
|
|
43
43
|
"@salesforce/plugin-trust": "3.7.113",
|
|
44
44
|
"@salesforce/plugin-user": "3.6.38",
|
|
45
45
|
"@salesforce/sf-plugins-core": "12.2.4",
|
|
@@ -4019,6 +4019,7 @@
|
|
|
4019
4019
|
"version": "8.0.2",
|
|
4020
4020
|
"resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz",
|
|
4021
4021
|
"integrity": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==",
|
|
4022
|
+
"dev": true,
|
|
4022
4023
|
"license": "ISC",
|
|
4023
4024
|
"dependencies": {
|
|
4024
4025
|
"string-width": "^5.1.2",
|
|
@@ -4036,6 +4037,7 @@
|
|
|
4036
4037
|
"version": "6.0.1",
|
|
4037
4038
|
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
|
|
4038
4039
|
"integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
|
|
4040
|
+
"dev": true,
|
|
4039
4041
|
"license": "MIT",
|
|
4040
4042
|
"engines": {
|
|
4041
4043
|
"node": ">=12"
|
|
@@ -4048,12 +4050,14 @@
|
|
|
4048
4050
|
"version": "9.2.2",
|
|
4049
4051
|
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz",
|
|
4050
4052
|
"integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==",
|
|
4053
|
+
"dev": true,
|
|
4051
4054
|
"license": "MIT"
|
|
4052
4055
|
},
|
|
4053
4056
|
"node_modules/@isaacs/cliui/node_modules/string-width": {
|
|
4054
4057
|
"version": "5.1.2",
|
|
4055
4058
|
"resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz",
|
|
4056
4059
|
"integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==",
|
|
4060
|
+
"dev": true,
|
|
4057
4061
|
"license": "MIT",
|
|
4058
4062
|
"dependencies": {
|
|
4059
4063
|
"eastasianwidth": "^0.2.0",
|
|
@@ -4071,6 +4075,7 @@
|
|
|
4071
4075
|
"version": "7.1.2",
|
|
4072
4076
|
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.2.tgz",
|
|
4073
4077
|
"integrity": "sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA==",
|
|
4078
|
+
"dev": true,
|
|
4074
4079
|
"license": "MIT",
|
|
4075
4080
|
"dependencies": {
|
|
4076
4081
|
"ansi-regex": "^6.0.1"
|
|
@@ -4086,6 +4091,7 @@
|
|
|
4086
4091
|
"version": "8.1.0",
|
|
4087
4092
|
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz",
|
|
4088
4093
|
"integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==",
|
|
4094
|
+
"dev": true,
|
|
4089
4095
|
"license": "MIT",
|
|
4090
4096
|
"dependencies": {
|
|
4091
4097
|
"ansi-styles": "^6.1.0",
|
|
@@ -4230,9 +4236,9 @@
|
|
|
4230
4236
|
}
|
|
4231
4237
|
},
|
|
4232
4238
|
"node_modules/@jsforce/jsforce-node": {
|
|
4233
|
-
"version": "3.10.
|
|
4234
|
-
"resolved": "https://registry.npmjs.org/@jsforce/jsforce-node/-/jsforce-node-3.10.
|
|
4235
|
-
"integrity": "sha512
|
|
4239
|
+
"version": "3.10.8",
|
|
4240
|
+
"resolved": "https://registry.npmjs.org/@jsforce/jsforce-node/-/jsforce-node-3.10.8.tgz",
|
|
4241
|
+
"integrity": "sha512-XGD/ivZz+htN5SgctFyEZ+JNG6C8FXzaEwvPbRSdsIy/hpWlexY38XtTpdT5xX3KnYSnOE4zA1M/oIbTm7RD/Q==",
|
|
4236
4242
|
"license": "MIT",
|
|
4237
4243
|
"dependencies": {
|
|
4238
4244
|
"@sindresorhus/is": "^4",
|
|
@@ -5038,15 +5044,15 @@
|
|
|
5038
5044
|
}
|
|
5039
5045
|
},
|
|
5040
5046
|
"node_modules/@oclif/plugin-plugins": {
|
|
5041
|
-
"version": "5.4.
|
|
5042
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.4.
|
|
5043
|
-
"integrity": "sha512-
|
|
5047
|
+
"version": "5.4.49",
|
|
5048
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.4.49.tgz",
|
|
5049
|
+
"integrity": "sha512-OeDLxEjbfEj5AN/wEKXzSY4VC+svBVdjrlHjxm4/e1ZnK3ZuSe1MeABmJc4mXmWwG/zagtNtSAKmTOWhe+WmmA==",
|
|
5044
5050
|
"license": "MIT",
|
|
5045
5051
|
"dependencies": {
|
|
5046
5052
|
"@oclif/core": "^4.5.4",
|
|
5047
5053
|
"ansis": "^3.17.0",
|
|
5048
5054
|
"debug": "^4.4.0",
|
|
5049
|
-
"npm": "^10.9.
|
|
5055
|
+
"npm": "^10.9.4",
|
|
5050
5056
|
"npm-package-arg": "^11.0.3",
|
|
5051
5057
|
"npm-run-path": "^5.3.0",
|
|
5052
5058
|
"object-treeify": "^4.0.1",
|
|
@@ -5561,6 +5567,7 @@
|
|
|
5561
5567
|
"version": "0.11.0",
|
|
5562
5568
|
"resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz",
|
|
5563
5569
|
"integrity": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==",
|
|
5570
|
+
"dev": true,
|
|
5564
5571
|
"license": "MIT",
|
|
5565
5572
|
"optional": true,
|
|
5566
5573
|
"engines": {
|
|
@@ -6282,12 +6289,12 @@
|
|
|
6282
6289
|
}
|
|
6283
6290
|
},
|
|
6284
6291
|
"node_modules/@salesforce/plugin-data": {
|
|
6285
|
-
"version": "4.0.
|
|
6286
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-4.0.
|
|
6287
|
-
"integrity": "sha512-
|
|
6292
|
+
"version": "4.0.59",
|
|
6293
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-4.0.59.tgz",
|
|
6294
|
+
"integrity": "sha512-q0MoQwHY4ISuNyBvndwosW0awUaSOlH9nUtwg5PYgD+j9t4Ys4YGSn8pF7VtsI1aC5gXkgilhAQ7h6lfL0JssQ==",
|
|
6288
6295
|
"license": "Apache-2.0",
|
|
6289
6296
|
"dependencies": {
|
|
6290
|
-
"@jsforce/jsforce-node": "^3.10.
|
|
6297
|
+
"@jsforce/jsforce-node": "^3.10.8",
|
|
6291
6298
|
"@oclif/multi-stage-output": "^0.8.23",
|
|
6292
6299
|
"@salesforce/core": "^8.21.2",
|
|
6293
6300
|
"@salesforce/kit": "^3.2.2",
|
|
@@ -6329,13 +6336,13 @@
|
|
|
6329
6336
|
}
|
|
6330
6337
|
},
|
|
6331
6338
|
"node_modules/@salesforce/plugin-info": {
|
|
6332
|
-
"version": "3.4.
|
|
6333
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.4.
|
|
6334
|
-
"integrity": "sha512-
|
|
6339
|
+
"version": "3.4.89",
|
|
6340
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.4.89.tgz",
|
|
6341
|
+
"integrity": "sha512-SoS+BRb9oKo0TveJP0VhYZSBSAUx5d3a3QWpBTHohMxTCNCOuhXO5Ky5FMLAxpxgUOnH0NJ2AqF2HMKwrHj24Q==",
|
|
6335
6342
|
"license": "Apache-2.0",
|
|
6336
6343
|
"dependencies": {
|
|
6337
6344
|
"@inquirer/input": "^2.3.0",
|
|
6338
|
-
"@jsforce/jsforce-node": "^3.10.
|
|
6345
|
+
"@jsforce/jsforce-node": "^3.10.8",
|
|
6339
6346
|
"@oclif/core": "^4",
|
|
6340
6347
|
"@salesforce/core": "^8.23.1",
|
|
6341
6348
|
"@salesforce/kit": "^3.2.3",
|
|
@@ -6697,14 +6704,14 @@
|
|
|
6697
6704
|
}
|
|
6698
6705
|
},
|
|
6699
6706
|
"node_modules/@salesforce/plugin-templates": {
|
|
6700
|
-
"version": "56.3.
|
|
6701
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-56.3.
|
|
6702
|
-
"integrity": "sha512-
|
|
6707
|
+
"version": "56.3.66",
|
|
6708
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-56.3.66.tgz",
|
|
6709
|
+
"integrity": "sha512-VL/+aIz89aC48DIRvWY+6o3xVOa6VyoE5OJX+JDx98DI+QAy0/0HLoHw2/xnB183qqVpUQyCCn4Z0KoJCln+tQ==",
|
|
6703
6710
|
"license": "Apache-2.0",
|
|
6704
6711
|
"dependencies": {
|
|
6705
6712
|
"@salesforce/core": "^8.23.1",
|
|
6706
6713
|
"@salesforce/sf-plugins-core": "^12",
|
|
6707
|
-
"@salesforce/templates": "^64.3.
|
|
6714
|
+
"@salesforce/templates": "^64.3.2"
|
|
6708
6715
|
},
|
|
6709
6716
|
"engines": {
|
|
6710
6717
|
"node": ">=18.0.0"
|
|
@@ -7073,9 +7080,9 @@
|
|
|
7073
7080
|
}
|
|
7074
7081
|
},
|
|
7075
7082
|
"node_modules/@salesforce/templates": {
|
|
7076
|
-
"version": "64.3.
|
|
7077
|
-
"resolved": "https://registry.npmjs.org/@salesforce/templates/-/templates-64.3.
|
|
7078
|
-
"integrity": "sha512-
|
|
7083
|
+
"version": "64.3.2",
|
|
7084
|
+
"resolved": "https://registry.npmjs.org/@salesforce/templates/-/templates-64.3.2.tgz",
|
|
7085
|
+
"integrity": "sha512-j6T07E3w/7Dz4jG1wwuw//WKUomFYOvMOEQrXobkNO7H25dMnnfcfbnUd9KPt9G4b04C+GU1FKv3nEOt8umKww==",
|
|
7079
7086
|
"license": "BSD-3-Clause",
|
|
7080
7087
|
"dependencies": {
|
|
7081
7088
|
"@salesforce/kit": "^3.2.4",
|
|
@@ -7084,7 +7091,7 @@
|
|
|
7084
7091
|
"hpagent": "^1.2.0",
|
|
7085
7092
|
"mime-types": "^3.0.1",
|
|
7086
7093
|
"proxy-from-env": "^1.1.0",
|
|
7087
|
-
"tar": "^7.
|
|
7094
|
+
"tar": "^7.5.1",
|
|
7088
7095
|
"tslib": "^2.8.1"
|
|
7089
7096
|
},
|
|
7090
7097
|
"engines": {
|
|
@@ -7213,21 +7220,6 @@
|
|
|
7213
7220
|
"node": ">= 0.6"
|
|
7214
7221
|
}
|
|
7215
7222
|
},
|
|
7216
|
-
"node_modules/@salesforce/templates/node_modules/mkdirp": {
|
|
7217
|
-
"version": "3.0.1",
|
|
7218
|
-
"resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-3.0.1.tgz",
|
|
7219
|
-
"integrity": "sha512-+NsyUUAZDmo6YVHzL/stxSu3t9YS1iljliy3BSDrXJ/dkn1KYdmtZODGGjLcc9XLgVVpH4KshHB8XmZgMhaBXg==",
|
|
7220
|
-
"license": "MIT",
|
|
7221
|
-
"bin": {
|
|
7222
|
-
"mkdirp": "dist/cjs/src/bin.js"
|
|
7223
|
-
},
|
|
7224
|
-
"engines": {
|
|
7225
|
-
"node": ">=10"
|
|
7226
|
-
},
|
|
7227
|
-
"funding": {
|
|
7228
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
7229
|
-
}
|
|
7230
|
-
},
|
|
7231
7223
|
"node_modules/@salesforce/templates/node_modules/normalize-url": {
|
|
7232
7224
|
"version": "6.1.0",
|
|
7233
7225
|
"resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-6.1.0.tgz",
|
|
@@ -7250,16 +7242,15 @@
|
|
|
7250
7242
|
}
|
|
7251
7243
|
},
|
|
7252
7244
|
"node_modules/@salesforce/templates/node_modules/tar": {
|
|
7253
|
-
"version": "7.
|
|
7254
|
-
"resolved": "https://registry.npmjs.org/tar/-/tar-7.
|
|
7255
|
-
"integrity": "sha512-
|
|
7245
|
+
"version": "7.5.1",
|
|
7246
|
+
"resolved": "https://registry.npmjs.org/tar/-/tar-7.5.1.tgz",
|
|
7247
|
+
"integrity": "sha512-nlGpxf+hv0v7GkWBK2V9spgactGOp0qvfWRxUMjqHyzrt3SgwE48DIv/FhqPHJYLHpgW1opq3nERbz5Anq7n1g==",
|
|
7256
7248
|
"license": "ISC",
|
|
7257
7249
|
"dependencies": {
|
|
7258
7250
|
"@isaacs/fs-minipass": "^4.0.0",
|
|
7259
7251
|
"chownr": "^3.0.0",
|
|
7260
7252
|
"minipass": "^7.1.2",
|
|
7261
|
-
"minizlib": "^3.0
|
|
7262
|
-
"mkdirp": "^3.0.1",
|
|
7253
|
+
"minizlib": "^3.1.0",
|
|
7263
7254
|
"yallist": "^5.0.0"
|
|
7264
7255
|
},
|
|
7265
7256
|
"engines": {
|
|
@@ -9815,22 +9806,6 @@
|
|
|
9815
9806
|
"node": ">=18"
|
|
9816
9807
|
}
|
|
9817
9808
|
},
|
|
9818
|
-
"node_modules/cacache/node_modules/mkdirp": {
|
|
9819
|
-
"version": "3.0.1",
|
|
9820
|
-
"resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-3.0.1.tgz",
|
|
9821
|
-
"integrity": "sha512-+NsyUUAZDmo6YVHzL/stxSu3t9YS1iljliy3BSDrXJ/dkn1KYdmtZODGGjLcc9XLgVVpH4KshHB8XmZgMhaBXg==",
|
|
9822
|
-
"extraneous": true,
|
|
9823
|
-
"license": "MIT",
|
|
9824
|
-
"bin": {
|
|
9825
|
-
"mkdirp": "dist/cjs/src/bin.js"
|
|
9826
|
-
},
|
|
9827
|
-
"engines": {
|
|
9828
|
-
"node": ">=10"
|
|
9829
|
-
},
|
|
9830
|
-
"funding": {
|
|
9831
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
9832
|
-
}
|
|
9833
|
-
},
|
|
9834
9809
|
"node_modules/cacache/node_modules/p-map": {
|
|
9835
9810
|
"version": "7.0.3",
|
|
9836
9811
|
"resolved": "https://registry.npmjs.org/p-map/-/p-map-7.0.3.tgz",
|
|
@@ -9845,17 +9820,16 @@
|
|
|
9845
9820
|
}
|
|
9846
9821
|
},
|
|
9847
9822
|
"node_modules/cacache/node_modules/tar": {
|
|
9848
|
-
"version": "7.
|
|
9849
|
-
"resolved": "https://registry.npmjs.org/tar/-/tar-7.
|
|
9850
|
-
"integrity": "sha512-
|
|
9823
|
+
"version": "7.5.1",
|
|
9824
|
+
"resolved": "https://registry.npmjs.org/tar/-/tar-7.5.1.tgz",
|
|
9825
|
+
"integrity": "sha512-nlGpxf+hv0v7GkWBK2V9spgactGOp0qvfWRxUMjqHyzrt3SgwE48DIv/FhqPHJYLHpgW1opq3nERbz5Anq7n1g==",
|
|
9851
9826
|
"extraneous": true,
|
|
9852
9827
|
"license": "ISC",
|
|
9853
9828
|
"dependencies": {
|
|
9854
9829
|
"@isaacs/fs-minipass": "^4.0.0",
|
|
9855
9830
|
"chownr": "^3.0.0",
|
|
9856
9831
|
"minipass": "^7.1.2",
|
|
9857
|
-
"minizlib": "^3.0
|
|
9858
|
-
"mkdirp": "^3.0.1",
|
|
9832
|
+
"minizlib": "^3.1.0",
|
|
9859
9833
|
"yallist": "^5.0.0"
|
|
9860
9834
|
},
|
|
9861
9835
|
"engines": {
|
|
@@ -11311,6 +11285,7 @@
|
|
|
11311
11285
|
"version": "7.0.6",
|
|
11312
11286
|
"resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz",
|
|
11313
11287
|
"integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==",
|
|
11288
|
+
"dev": true,
|
|
11314
11289
|
"license": "MIT",
|
|
11315
11290
|
"dependencies": {
|
|
11316
11291
|
"path-key": "^3.1.0",
|
|
@@ -11325,12 +11300,14 @@
|
|
|
11325
11300
|
"version": "2.0.0",
|
|
11326
11301
|
"resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
|
|
11327
11302
|
"integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
|
|
11303
|
+
"dev": true,
|
|
11328
11304
|
"license": "ISC"
|
|
11329
11305
|
},
|
|
11330
11306
|
"node_modules/cross-spawn/node_modules/which": {
|
|
11331
11307
|
"version": "2.0.2",
|
|
11332
11308
|
"resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
|
|
11333
11309
|
"integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
|
|
11310
|
+
"dev": true,
|
|
11334
11311
|
"license": "ISC",
|
|
11335
11312
|
"dependencies": {
|
|
11336
11313
|
"isexe": "^2.0.0"
|
|
@@ -11961,6 +11938,7 @@
|
|
|
11961
11938
|
"version": "0.2.0",
|
|
11962
11939
|
"resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz",
|
|
11963
11940
|
"integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==",
|
|
11941
|
+
"dev": true,
|
|
11964
11942
|
"license": "MIT"
|
|
11965
11943
|
},
|
|
11966
11944
|
"node_modules/ecdsa-sig-formatter": {
|
|
@@ -13202,6 +13180,7 @@
|
|
|
13202
13180
|
"version": "3.3.1",
|
|
13203
13181
|
"resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.3.1.tgz",
|
|
13204
13182
|
"integrity": "sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==",
|
|
13183
|
+
"dev": true,
|
|
13205
13184
|
"license": "ISC",
|
|
13206
13185
|
"dependencies": {
|
|
13207
13186
|
"cross-spawn": "^7.0.6",
|
|
@@ -13218,6 +13197,7 @@
|
|
|
13218
13197
|
"version": "4.1.0",
|
|
13219
13198
|
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
|
|
13220
13199
|
"integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
|
|
13200
|
+
"dev": true,
|
|
13221
13201
|
"license": "ISC",
|
|
13222
13202
|
"engines": {
|
|
13223
13203
|
"node": ">=14"
|
|
@@ -13717,6 +13697,7 @@
|
|
|
13717
13697
|
"version": "10.4.5",
|
|
13718
13698
|
"resolved": "https://registry.npmjs.org/glob/-/glob-10.4.5.tgz",
|
|
13719
13699
|
"integrity": "sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==",
|
|
13700
|
+
"dev": true,
|
|
13720
13701
|
"license": "ISC",
|
|
13721
13702
|
"dependencies": {
|
|
13722
13703
|
"foreground-child": "^3.1.0",
|
|
@@ -15608,6 +15589,7 @@
|
|
|
15608
15589
|
"version": "3.1.2",
|
|
15609
15590
|
"resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-3.1.2.tgz",
|
|
15610
15591
|
"integrity": "sha512-kWmLKn2tRtfYMF/BakihVVRzBKOxz4gJMiL2Rj91WnAB5TPZumSH99R/Yf1qE1u4uRimvCSJfm6hnxohXeEXjQ==",
|
|
15592
|
+
"dev": true,
|
|
15611
15593
|
"license": "BlueOak-1.0.0",
|
|
15612
15594
|
"dependencies": {
|
|
15613
15595
|
"@isaacs/cliui": "^8.0.2"
|
|
@@ -17173,33 +17155,17 @@
|
|
|
17173
17155
|
}
|
|
17174
17156
|
},
|
|
17175
17157
|
"node_modules/minizlib": {
|
|
17176
|
-
"version": "3.0
|
|
17177
|
-
"resolved": "https://registry.npmjs.org/minizlib/-/minizlib-3.0.
|
|
17178
|
-
"integrity": "sha512-
|
|
17158
|
+
"version": "3.1.0",
|
|
17159
|
+
"resolved": "https://registry.npmjs.org/minizlib/-/minizlib-3.1.0.tgz",
|
|
17160
|
+
"integrity": "sha512-KZxYo1BUkWD2TVFLr0MQoM8vUUigWD3LlD83a/75BqC+4qE0Hb1Vo5v1FgcfaNXvfXzr+5EhQ6ing/CaBijTlw==",
|
|
17179
17161
|
"license": "MIT",
|
|
17180
17162
|
"dependencies": {
|
|
17181
|
-
"minipass": "^7.
|
|
17182
|
-
"rimraf": "^5.0.5"
|
|
17163
|
+
"minipass": "^7.1.2"
|
|
17183
17164
|
},
|
|
17184
17165
|
"engines": {
|
|
17185
17166
|
"node": ">= 18"
|
|
17186
17167
|
}
|
|
17187
17168
|
},
|
|
17188
|
-
"node_modules/minizlib/node_modules/rimraf": {
|
|
17189
|
-
"version": "5.0.10",
|
|
17190
|
-
"resolved": "https://registry.npmjs.org/rimraf/-/rimraf-5.0.10.tgz",
|
|
17191
|
-
"integrity": "sha512-l0OE8wL34P4nJH/H2ffoaniAokM2qSmrtXHmlpvYr5AVVX8msAyW0l8NVJFDxlSK4u3Uh/f41cQheDVdnYijwQ==",
|
|
17192
|
-
"license": "ISC",
|
|
17193
|
-
"dependencies": {
|
|
17194
|
-
"glob": "^10.3.7"
|
|
17195
|
-
},
|
|
17196
|
-
"bin": {
|
|
17197
|
-
"rimraf": "dist/esm/bin.mjs"
|
|
17198
|
-
},
|
|
17199
|
-
"funding": {
|
|
17200
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
17201
|
-
}
|
|
17202
|
-
},
|
|
17203
17169
|
"node_modules/mkdirp": {
|
|
17204
17170
|
"version": "1.0.4",
|
|
17205
17171
|
"resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz",
|
|
@@ -17616,34 +17582,17 @@
|
|
|
17616
17582
|
"node": ">=18"
|
|
17617
17583
|
}
|
|
17618
17584
|
},
|
|
17619
|
-
"node_modules/node-gyp/node_modules/mkdirp": {
|
|
17620
|
-
"version": "3.0.1",
|
|
17621
|
-
"resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-3.0.1.tgz",
|
|
17622
|
-
"integrity": "sha512-+NsyUUAZDmo6YVHzL/stxSu3t9YS1iljliy3BSDrXJ/dkn1KYdmtZODGGjLcc9XLgVVpH4KshHB8XmZgMhaBXg==",
|
|
17623
|
-
"extraneous": true,
|
|
17624
|
-
"license": "MIT",
|
|
17625
|
-
"bin": {
|
|
17626
|
-
"mkdirp": "dist/cjs/src/bin.js"
|
|
17627
|
-
},
|
|
17628
|
-
"engines": {
|
|
17629
|
-
"node": ">=10"
|
|
17630
|
-
},
|
|
17631
|
-
"funding": {
|
|
17632
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
17633
|
-
}
|
|
17634
|
-
},
|
|
17635
17585
|
"node_modules/node-gyp/node_modules/tar": {
|
|
17636
|
-
"version": "7.
|
|
17637
|
-
"resolved": "https://registry.npmjs.org/tar/-/tar-7.
|
|
17638
|
-
"integrity": "sha512-
|
|
17586
|
+
"version": "7.5.1",
|
|
17587
|
+
"resolved": "https://registry.npmjs.org/tar/-/tar-7.5.1.tgz",
|
|
17588
|
+
"integrity": "sha512-nlGpxf+hv0v7GkWBK2V9spgactGOp0qvfWRxUMjqHyzrt3SgwE48DIv/FhqPHJYLHpgW1opq3nERbz5Anq7n1g==",
|
|
17639
17589
|
"extraneous": true,
|
|
17640
17590
|
"license": "ISC",
|
|
17641
17591
|
"dependencies": {
|
|
17642
17592
|
"@isaacs/fs-minipass": "^4.0.0",
|
|
17643
17593
|
"chownr": "^3.0.0",
|
|
17644
17594
|
"minipass": "^7.1.2",
|
|
17645
|
-
"minizlib": "^3.0
|
|
17646
|
-
"mkdirp": "^3.0.1",
|
|
17595
|
+
"minizlib": "^3.1.0",
|
|
17647
17596
|
"yallist": "^5.0.0"
|
|
17648
17597
|
},
|
|
17649
17598
|
"engines": {
|
|
@@ -17749,9 +17698,9 @@
|
|
|
17749
17698
|
}
|
|
17750
17699
|
},
|
|
17751
17700
|
"node_modules/npm": {
|
|
17752
|
-
"version": "10.9.
|
|
17753
|
-
"resolved": "https://registry.npmjs.org/npm/-/npm-10.9.
|
|
17754
|
-
"integrity": "sha512-
|
|
17701
|
+
"version": "10.9.4",
|
|
17702
|
+
"resolved": "https://registry.npmjs.org/npm/-/npm-10.9.4.tgz",
|
|
17703
|
+
"integrity": "sha512-OnUG836FwboQIbqtefDNlyR0gTHzIfwRfE3DuiNewBvnMnWEpB0VEXwBlFVgqpNzIgYo/MHh3d2Hel/pszapAA==",
|
|
17755
17704
|
"bundleDependencies": [
|
|
17756
17705
|
"@isaacs/string-locale-compare",
|
|
17757
17706
|
"@npmcli/arborist",
|
|
@@ -18623,8 +18572,6 @@
|
|
|
18623
18572
|
},
|
|
18624
18573
|
"node_modules/npm/node_modules/cacache/node_modules/mkdirp": {
|
|
18625
18574
|
"version": "3.0.1",
|
|
18626
|
-
"resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-3.0.1.tgz",
|
|
18627
|
-
"integrity": "sha512-+NsyUUAZDmo6YVHzL/stxSu3t9YS1iljliy3BSDrXJ/dkn1KYdmtZODGGjLcc9XLgVVpH4KshHB8XmZgMhaBXg==",
|
|
18628
18575
|
"inBundle": true,
|
|
18629
18576
|
"license": "MIT",
|
|
18630
18577
|
"bin": {
|
|
@@ -18639,8 +18586,6 @@
|
|
|
18639
18586
|
},
|
|
18640
18587
|
"node_modules/npm/node_modules/cacache/node_modules/tar": {
|
|
18641
18588
|
"version": "7.4.3",
|
|
18642
|
-
"resolved": "https://registry.npmjs.org/tar/-/tar-7.4.3.tgz",
|
|
18643
|
-
"integrity": "sha512-5S7Va8hKfV7W5U6g3aYxXmlPoZVAwUMy9AOKyF2fVuZa2UD3qZjg578OrLRt8PcNN1PleVaL/5/yYATNL0ICUw==",
|
|
18644
18589
|
"inBundle": true,
|
|
18645
18590
|
"license": "ISC",
|
|
18646
18591
|
"dependencies": {
|
|
@@ -19609,8 +19554,6 @@
|
|
|
19609
19554
|
},
|
|
19610
19555
|
"node_modules/npm/node_modules/node-gyp/node_modules/mkdirp": {
|
|
19611
19556
|
"version": "3.0.1",
|
|
19612
|
-
"resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-3.0.1.tgz",
|
|
19613
|
-
"integrity": "sha512-+NsyUUAZDmo6YVHzL/stxSu3t9YS1iljliy3BSDrXJ/dkn1KYdmtZODGGjLcc9XLgVVpH4KshHB8XmZgMhaBXg==",
|
|
19614
19557
|
"inBundle": true,
|
|
19615
19558
|
"license": "MIT",
|
|
19616
19559
|
"bin": {
|
|
@@ -19625,8 +19568,6 @@
|
|
|
19625
19568
|
},
|
|
19626
19569
|
"node_modules/npm/node_modules/node-gyp/node_modules/tar": {
|
|
19627
19570
|
"version": "7.4.3",
|
|
19628
|
-
"resolved": "https://registry.npmjs.org/tar/-/tar-7.4.3.tgz",
|
|
19629
|
-
"integrity": "sha512-5S7Va8hKfV7W5U6g3aYxXmlPoZVAwUMy9AOKyF2fVuZa2UD3qZjg578OrLRt8PcNN1PleVaL/5/yYATNL0ICUw==",
|
|
19630
19571
|
"inBundle": true,
|
|
19631
19572
|
"license": "ISC",
|
|
19632
19573
|
"dependencies": {
|
|
@@ -21344,6 +21285,7 @@
|
|
|
21344
21285
|
"version": "1.0.0",
|
|
21345
21286
|
"resolved": "https://registry.npmjs.org/package-json-from-dist/-/package-json-from-dist-1.0.0.tgz",
|
|
21346
21287
|
"integrity": "sha512-dATvCeZN/8wQsGywez1mzHtTlP22H8OEfPrVMLNr4/eGa+ijtLn/6M5f0dY8UKNrC2O9UCU6SSoG3qRKnt7STw==",
|
|
21288
|
+
"dev": true,
|
|
21347
21289
|
"license": "BlueOak-1.0.0"
|
|
21348
21290
|
},
|
|
21349
21291
|
"node_modules/pacote": {
|
|
@@ -21515,6 +21457,7 @@
|
|
|
21515
21457
|
"version": "1.11.1",
|
|
21516
21458
|
"resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.11.1.tgz",
|
|
21517
21459
|
"integrity": "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==",
|
|
21460
|
+
"dev": true,
|
|
21518
21461
|
"license": "BlueOak-1.0.0",
|
|
21519
21462
|
"dependencies": {
|
|
21520
21463
|
"lru-cache": "^10.2.0",
|
|
@@ -23020,6 +22963,7 @@
|
|
|
23020
22963
|
"version": "2.0.0",
|
|
23021
22964
|
"resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
|
|
23022
22965
|
"integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
|
|
22966
|
+
"dev": true,
|
|
23023
22967
|
"license": "MIT",
|
|
23024
22968
|
"dependencies": {
|
|
23025
22969
|
"shebang-regex": "^3.0.0"
|
|
@@ -23032,6 +22976,7 @@
|
|
|
23032
22976
|
"version": "3.0.0",
|
|
23033
22977
|
"resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
|
|
23034
22978
|
"integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
|
|
22979
|
+
"dev": true,
|
|
23035
22980
|
"license": "MIT",
|
|
23036
22981
|
"engines": {
|
|
23037
22982
|
"node": ">=8"
|
|
@@ -23835,6 +23780,7 @@
|
|
|
23835
23780
|
"version": "4.2.3",
|
|
23836
23781
|
"resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
|
|
23837
23782
|
"integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
|
|
23783
|
+
"dev": true,
|
|
23838
23784
|
"license": "MIT",
|
|
23839
23785
|
"dependencies": {
|
|
23840
23786
|
"emoji-regex": "^8.0.0",
|
|
@@ -23936,6 +23882,7 @@
|
|
|
23936
23882
|
"version": "6.0.1",
|
|
23937
23883
|
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
|
|
23938
23884
|
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
|
|
23885
|
+
"dev": true,
|
|
23939
23886
|
"license": "MIT",
|
|
23940
23887
|
"dependencies": {
|
|
23941
23888
|
"ansi-regex": "^5.0.1"
|
|
@@ -25416,6 +25363,7 @@
|
|
|
25416
25363
|
"version": "7.0.0",
|
|
25417
25364
|
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
|
|
25418
25365
|
"integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
|
|
25366
|
+
"dev": true,
|
|
25419
25367
|
"license": "MIT",
|
|
25420
25368
|
"dependencies": {
|
|
25421
25369
|
"ansi-styles": "^4.0.0",
|
|
@@ -25433,6 +25381,7 @@
|
|
|
25433
25381
|
"version": "4.3.0",
|
|
25434
25382
|
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
|
25435
25383
|
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
|
25384
|
+
"dev": true,
|
|
25436
25385
|
"license": "MIT",
|
|
25437
25386
|
"dependencies": {
|
|
25438
25387
|
"color-convert": "^2.0.1"
|
package/oclif.lock
CHANGED
|
@@ -1668,10 +1668,10 @@
|
|
|
1668
1668
|
"@jridgewell/resolve-uri" "^3.0.3"
|
|
1669
1669
|
"@jridgewell/sourcemap-codec" "^1.4.10"
|
|
1670
1670
|
|
|
1671
|
-
"@jsforce/jsforce-node@^3.10.4", "@jsforce/jsforce-node@^3.10.
|
|
1672
|
-
version "3.10.
|
|
1673
|
-
resolved "https://registry.npmjs.org/@jsforce/jsforce-node/-/jsforce-node-3.10.
|
|
1674
|
-
integrity sha512
|
|
1671
|
+
"@jsforce/jsforce-node@^3.10.4", "@jsforce/jsforce-node@^3.10.8":
|
|
1672
|
+
version "3.10.8"
|
|
1673
|
+
resolved "https://registry.npmjs.org/@jsforce/jsforce-node/-/jsforce-node-3.10.8.tgz"
|
|
1674
|
+
integrity sha512-XGD/ivZz+htN5SgctFyEZ+JNG6C8FXzaEwvPbRSdsIy/hpWlexY38XtTpdT5xX3KnYSnOE4zA1M/oIbTm7RD/Q==
|
|
1675
1675
|
dependencies:
|
|
1676
1676
|
"@sindresorhus/is" "^4"
|
|
1677
1677
|
base64url "^3.0.1"
|
|
@@ -2013,15 +2013,15 @@
|
|
|
2013
2013
|
ansis "^3.17.0"
|
|
2014
2014
|
fast-levenshtein "^3.0.0"
|
|
2015
2015
|
|
|
2016
|
-
"@oclif/plugin-plugins@5.4.
|
|
2017
|
-
version "5.4.
|
|
2018
|
-
resolved "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.4.
|
|
2019
|
-
integrity sha512-
|
|
2016
|
+
"@oclif/plugin-plugins@5.4.49":
|
|
2017
|
+
version "5.4.49"
|
|
2018
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.4.49.tgz"
|
|
2019
|
+
integrity sha512-OeDLxEjbfEj5AN/wEKXzSY4VC+svBVdjrlHjxm4/e1ZnK3ZuSe1MeABmJc4mXmWwG/zagtNtSAKmTOWhe+WmmA==
|
|
2020
2020
|
dependencies:
|
|
2021
2021
|
"@oclif/core" "^4.5.4"
|
|
2022
2022
|
ansis "^3.17.0"
|
|
2023
2023
|
debug "^4.4.0"
|
|
2024
|
-
npm "^10.9.
|
|
2024
|
+
npm "^10.9.4"
|
|
2025
2025
|
npm-package-arg "^11.0.3"
|
|
2026
2026
|
npm-run-path "^5.3.0"
|
|
2027
2027
|
object-treeify "^4.0.1"
|
|
@@ -2529,12 +2529,12 @@
|
|
|
2529
2529
|
debug "^4.4.0"
|
|
2530
2530
|
handlebars "^4.7.8"
|
|
2531
2531
|
|
|
2532
|
-
"@salesforce/plugin-data@4.0.
|
|
2533
|
-
version "4.0.
|
|
2534
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-4.0.
|
|
2535
|
-
integrity sha512-
|
|
2532
|
+
"@salesforce/plugin-data@4.0.59":
|
|
2533
|
+
version "4.0.59"
|
|
2534
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-4.0.59.tgz"
|
|
2535
|
+
integrity sha512-q0MoQwHY4ISuNyBvndwosW0awUaSOlH9nUtwg5PYgD+j9t4Ys4YGSn8pF7VtsI1aC5gXkgilhAQ7h6lfL0JssQ==
|
|
2536
2536
|
dependencies:
|
|
2537
|
-
"@jsforce/jsforce-node" "^3.10.
|
|
2537
|
+
"@jsforce/jsforce-node" "^3.10.8"
|
|
2538
2538
|
"@oclif/multi-stage-output" "^0.8.23"
|
|
2539
2539
|
"@salesforce/core" "^8.21.2"
|
|
2540
2540
|
"@salesforce/kit" "^3.2.2"
|
|
@@ -2566,13 +2566,13 @@
|
|
|
2566
2566
|
ansis "^3.17.0"
|
|
2567
2567
|
terminal-link "^3.0.0"
|
|
2568
2568
|
|
|
2569
|
-
"@salesforce/plugin-info@^3.4.74", "@salesforce/plugin-info@^3.4.85", "@salesforce/plugin-info@^3.4.88", "@salesforce/plugin-info@3.4.
|
|
2570
|
-
version "3.4.
|
|
2571
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.4.
|
|
2572
|
-
integrity sha512-
|
|
2569
|
+
"@salesforce/plugin-info@^3.4.74", "@salesforce/plugin-info@^3.4.85", "@salesforce/plugin-info@^3.4.88", "@salesforce/plugin-info@3.4.89":
|
|
2570
|
+
version "3.4.89"
|
|
2571
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.4.89.tgz"
|
|
2572
|
+
integrity sha512-SoS+BRb9oKo0TveJP0VhYZSBSAUx5d3a3QWpBTHohMxTCNCOuhXO5Ky5FMLAxpxgUOnH0NJ2AqF2HMKwrHj24Q==
|
|
2573
2573
|
dependencies:
|
|
2574
2574
|
"@inquirer/input" "^2.3.0"
|
|
2575
|
-
"@jsforce/jsforce-node" "^3.10.
|
|
2575
|
+
"@jsforce/jsforce-node" "^3.10.8"
|
|
2576
2576
|
"@oclif/core" "^4"
|
|
2577
2577
|
"@salesforce/core" "^8.23.1"
|
|
2578
2578
|
"@salesforce/kit" "^3.2.3"
|
|
@@ -2709,14 +2709,14 @@
|
|
|
2709
2709
|
"@salesforce/ts-types" "^2.0.11"
|
|
2710
2710
|
debug "^4.4.3"
|
|
2711
2711
|
|
|
2712
|
-
"@salesforce/plugin-templates@56.3.
|
|
2713
|
-
version "56.3.
|
|
2714
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-56.3.
|
|
2715
|
-
integrity sha512-
|
|
2712
|
+
"@salesforce/plugin-templates@56.3.66":
|
|
2713
|
+
version "56.3.66"
|
|
2714
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-56.3.66.tgz"
|
|
2715
|
+
integrity sha512-VL/+aIz89aC48DIRvWY+6o3xVOa6VyoE5OJX+JDx98DI+QAy0/0HLoHw2/xnB183qqVpUQyCCn4Z0KoJCln+tQ==
|
|
2716
2716
|
dependencies:
|
|
2717
2717
|
"@salesforce/core" "^8.23.1"
|
|
2718
2718
|
"@salesforce/sf-plugins-core" "^12"
|
|
2719
|
-
"@salesforce/templates" "^64.3.
|
|
2719
|
+
"@salesforce/templates" "^64.3.2"
|
|
2720
2720
|
|
|
2721
2721
|
"@salesforce/plugin-trust@^3.7.69", "@salesforce/plugin-trust@3.7.113":
|
|
2722
2722
|
version "3.7.113"
|
|
@@ -2836,10 +2836,10 @@
|
|
|
2836
2836
|
got "^11"
|
|
2837
2837
|
proxy-agent "^6.5.0"
|
|
2838
2838
|
|
|
2839
|
-
"@salesforce/templates@^64.3.
|
|
2840
|
-
version "64.3.
|
|
2841
|
-
resolved "https://registry.npmjs.org/@salesforce/templates/-/templates-64.3.
|
|
2842
|
-
integrity sha512-
|
|
2839
|
+
"@salesforce/templates@^64.3.2":
|
|
2840
|
+
version "64.3.2"
|
|
2841
|
+
resolved "https://registry.npmjs.org/@salesforce/templates/-/templates-64.3.2.tgz"
|
|
2842
|
+
integrity sha512-j6T07E3w/7Dz4jG1wwuw//WKUomFYOvMOEQrXobkNO7H25dMnnfcfbnUd9KPt9G4b04C+GU1FKv3nEOt8umKww==
|
|
2843
2843
|
dependencies:
|
|
2844
2844
|
"@salesforce/kit" "^3.2.4"
|
|
2845
2845
|
ejs "^3.1.10"
|
|
@@ -2847,7 +2847,7 @@
|
|
|
2847
2847
|
hpagent "^1.2.0"
|
|
2848
2848
|
mime-types "^3.0.1"
|
|
2849
2849
|
proxy-from-env "^1.1.0"
|
|
2850
|
-
tar "^7.
|
|
2850
|
+
tar "^7.5.1"
|
|
2851
2851
|
tslib "^2.8.1"
|
|
2852
2852
|
|
|
2853
2853
|
"@salesforce/ts-sinon@^1.4.31":
|
|
@@ -6686,7 +6686,7 @@ glob-parent@^6.0.2:
|
|
|
6686
6686
|
dependencies:
|
|
6687
6687
|
is-glob "^4.0.3"
|
|
6688
6688
|
|
|
6689
|
-
glob@^10.2.2, glob@^10.3.10, glob@^10.
|
|
6689
|
+
glob@^10.2.2, glob@^10.3.10, glob@^10.4.5:
|
|
6690
6690
|
version "10.4.5"
|
|
6691
6691
|
resolved "https://registry.npmjs.org/glob/-/glob-10.4.5.tgz"
|
|
6692
6692
|
integrity sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==
|
|
@@ -8759,13 +8759,12 @@ minizlib@^2.1.1:
|
|
|
8759
8759
|
minipass "^3.0.0"
|
|
8760
8760
|
yallist "^4.0.0"
|
|
8761
8761
|
|
|
8762
|
-
minizlib@^3.0.1:
|
|
8763
|
-
version "3.0
|
|
8764
|
-
resolved "https://registry.npmjs.org/minizlib/-/minizlib-3.0.
|
|
8765
|
-
integrity sha512-
|
|
8762
|
+
minizlib@^3.0.1, minizlib@^3.1.0:
|
|
8763
|
+
version "3.1.0"
|
|
8764
|
+
resolved "https://registry.npmjs.org/minizlib/-/minizlib-3.1.0.tgz"
|
|
8765
|
+
integrity sha512-KZxYo1BUkWD2TVFLr0MQoM8vUUigWD3LlD83a/75BqC+4qE0Hb1Vo5v1FgcfaNXvfXzr+5EhQ6ing/CaBijTlw==
|
|
8766
8766
|
dependencies:
|
|
8767
|
-
minipass "^7.
|
|
8768
|
-
rimraf "^5.0.5"
|
|
8767
|
+
minipass "^7.1.2"
|
|
8769
8768
|
|
|
8770
8769
|
mkdirp-classic@^0.5.2:
|
|
8771
8770
|
version "0.5.3"
|
|
@@ -8779,8 +8778,6 @@ mkdirp@^1.0.3:
|
|
|
8779
8778
|
|
|
8780
8779
|
mkdirp@^3.0.1:
|
|
8781
8780
|
version "3.0.1"
|
|
8782
|
-
resolved "https://registry.npmjs.org/mkdirp/-/mkdirp-3.0.1.tgz"
|
|
8783
|
-
integrity sha512-+NsyUUAZDmo6YVHzL/stxSu3t9YS1iljliy3BSDrXJ/dkn1KYdmtZODGGjLcc9XLgVVpH4KshHB8XmZgMhaBXg==
|
|
8784
8781
|
|
|
8785
8782
|
mnemonist@^0.39.0:
|
|
8786
8783
|
version "0.39.8"
|
|
@@ -9132,10 +9129,10 @@ npm-user-validate@^3.0.0:
|
|
|
9132
9129
|
resolved "https://registry.npmjs.org/npm-user-validate/-/npm-user-validate-3.0.0.tgz"
|
|
9133
9130
|
integrity sha512-9xi0RdSmJ4mPYTC393VJPz1Sp8LyCx9cUnm/L9Qcb3cFO8gjT4mN20P9FAsea8qDHdQ7LtcN8VLh2UT47SdKCw==
|
|
9134
9131
|
|
|
9135
|
-
npm@^10.9.3:
|
|
9136
|
-
version "10.9.
|
|
9137
|
-
resolved "https://registry.npmjs.org/npm/-/npm-10.9.
|
|
9138
|
-
integrity sha512-
|
|
9132
|
+
npm@^10.9.3, npm@^10.9.4:
|
|
9133
|
+
version "10.9.4"
|
|
9134
|
+
resolved "https://registry.npmjs.org/npm/-/npm-10.9.4.tgz"
|
|
9135
|
+
integrity sha512-OnUG836FwboQIbqtefDNlyR0gTHzIfwRfE3DuiNewBvnMnWEpB0VEXwBlFVgqpNzIgYo/MHh3d2Hel/pszapAA==
|
|
9139
9136
|
dependencies:
|
|
9140
9137
|
"@isaacs/string-locale-compare" "^1.1.0"
|
|
9141
9138
|
"@npmcli/arborist" "^8.0.1"
|
|
@@ -10370,13 +10367,6 @@ rimraf@^3.0.0, rimraf@^3.0.2:
|
|
|
10370
10367
|
dependencies:
|
|
10371
10368
|
glob "^7.1.3"
|
|
10372
10369
|
|
|
10373
|
-
rimraf@^5.0.5:
|
|
10374
|
-
version "5.0.10"
|
|
10375
|
-
resolved "https://registry.npmjs.org/rimraf/-/rimraf-5.0.10.tgz"
|
|
10376
|
-
integrity sha512-l0OE8wL34P4nJH/H2ffoaniAokM2qSmrtXHmlpvYr5AVVX8msAyW0l8NVJFDxlSK4u3Uh/f41cQheDVdnYijwQ==
|
|
10377
|
-
dependencies:
|
|
10378
|
-
glob "^10.3.7"
|
|
10379
|
-
|
|
10380
10370
|
run-applescript@^7.0.0:
|
|
10381
10371
|
version "7.0.0"
|
|
10382
10372
|
resolved "https://registry.npmjs.org/run-applescript/-/run-applescript-7.0.0.tgz"
|
|
@@ -11163,15 +11153,25 @@ tar@^6.1.11, tar@^6.2.1:
|
|
|
11163
11153
|
yallist "^4.0.0"
|
|
11164
11154
|
|
|
11165
11155
|
tar@^7.4.3:
|
|
11166
|
-
version "7.
|
|
11167
|
-
resolved "https://registry.npmjs.org/tar/-/tar-7.
|
|
11168
|
-
integrity sha512-
|
|
11156
|
+
version "7.5.1"
|
|
11157
|
+
resolved "https://registry.npmjs.org/tar/-/tar-7.5.1.tgz"
|
|
11158
|
+
integrity sha512-nlGpxf+hv0v7GkWBK2V9spgactGOp0qvfWRxUMjqHyzrt3SgwE48DIv/FhqPHJYLHpgW1opq3nERbz5Anq7n1g==
|
|
11169
11159
|
dependencies:
|
|
11170
11160
|
"@isaacs/fs-minipass" "^4.0.0"
|
|
11171
11161
|
chownr "^3.0.0"
|
|
11172
11162
|
minipass "^7.1.2"
|
|
11173
|
-
minizlib "^3.0
|
|
11174
|
-
|
|
11163
|
+
minizlib "^3.1.0"
|
|
11164
|
+
yallist "^5.0.0"
|
|
11165
|
+
|
|
11166
|
+
tar@^7.5.1:
|
|
11167
|
+
version "7.5.1"
|
|
11168
|
+
resolved "https://registry.npmjs.org/tar/-/tar-7.5.1.tgz"
|
|
11169
|
+
integrity sha512-nlGpxf+hv0v7GkWBK2V9spgactGOp0qvfWRxUMjqHyzrt3SgwE48DIv/FhqPHJYLHpgW1opq3nERbz5Anq7n1g==
|
|
11170
|
+
dependencies:
|
|
11171
|
+
"@isaacs/fs-minipass" "^4.0.0"
|
|
11172
|
+
chownr "^3.0.0"
|
|
11173
|
+
minipass "^7.1.2"
|
|
11174
|
+
minizlib "^3.1.0"
|
|
11175
11175
|
yallist "^5.0.0"
|
|
11176
11176
|
|
|
11177
11177
|
terminal-link@^3.0.0:
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
3
|
"description": "The Salesforce CLI",
|
|
4
|
-
"version": "2.110.
|
|
4
|
+
"version": "2.110.4",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -149,7 +149,7 @@
|
|
|
149
149
|
"@oclif/plugin-commands": "4.1.34",
|
|
150
150
|
"@oclif/plugin-help": "6.2.33",
|
|
151
151
|
"@oclif/plugin-not-found": "3.2.68",
|
|
152
|
-
"@oclif/plugin-plugins": "5.4.
|
|
152
|
+
"@oclif/plugin-plugins": "5.4.49",
|
|
153
153
|
"@oclif/plugin-search": "1.2.32",
|
|
154
154
|
"@oclif/plugin-update": "4.7.8",
|
|
155
155
|
"@oclif/plugin-version": "2.2.33",
|
|
@@ -161,9 +161,9 @@
|
|
|
161
161
|
"@salesforce/plugin-apex": "3.8.3",
|
|
162
162
|
"@salesforce/plugin-api": "1.3.3",
|
|
163
163
|
"@salesforce/plugin-auth": "3.9.9",
|
|
164
|
-
"@salesforce/plugin-data": "4.0.
|
|
164
|
+
"@salesforce/plugin-data": "4.0.59",
|
|
165
165
|
"@salesforce/plugin-deploy-retrieve": "3.23.3",
|
|
166
|
-
"@salesforce/plugin-info": "3.4.
|
|
166
|
+
"@salesforce/plugin-info": "3.4.89",
|
|
167
167
|
"@salesforce/plugin-limits": "3.3.67",
|
|
168
168
|
"@salesforce/plugin-marketplace": "1.3.8",
|
|
169
169
|
"@salesforce/plugin-org": "5.9.32",
|
|
@@ -172,7 +172,7 @@
|
|
|
172
172
|
"@salesforce/plugin-settings": "2.4.48",
|
|
173
173
|
"@salesforce/plugin-sobject": "1.4.73",
|
|
174
174
|
"@salesforce/plugin-telemetry": "3.6.58",
|
|
175
|
-
"@salesforce/plugin-templates": "56.3.
|
|
175
|
+
"@salesforce/plugin-templates": "56.3.66",
|
|
176
176
|
"@salesforce/plugin-trust": "3.7.113",
|
|
177
177
|
"@salesforce/plugin-user": "3.6.38",
|
|
178
178
|
"@salesforce/sf-plugins-core": "12.2.4",
|