@salesforce/cli 2.132.11 → 2.132.12
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 +50 -50
- package/npm-shrinkwrap.json +60 -47
- package/oclif.lock +56 -50
- package/oclif.manifest.json +1 -1
- package/package.json +8 -8
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.132.
|
|
28
|
+
@salesforce/cli/2.132.12 linux-x64 node-v22.22.2
|
|
29
29
|
$ sf --help [COMMAND]
|
|
30
30
|
USAGE
|
|
31
31
|
$ sf COMMAND
|
|
@@ -2031,7 +2031,7 @@ EXAMPLES
|
|
|
2031
2031
|
$ sf api request graphql --body example.txt --stream-to-file output.txt --include
|
|
2032
2032
|
```
|
|
2033
2033
|
|
|
2034
|
-
_See code: [@salesforce/plugin-api](https://github.com/salesforcecli/plugin-api/blob/1.3.
|
|
2034
|
+
_See code: [@salesforce/plugin-api](https://github.com/salesforcecli/plugin-api/blob/1.3.20/src/commands/api/request/graphql.ts)_
|
|
2035
2035
|
|
|
2036
2036
|
## `sf api request rest [URL]`
|
|
2037
2037
|
|
|
@@ -2140,7 +2140,7 @@ FLAG DESCRIPTIONS
|
|
|
2140
2140
|
https://github.com/salesforcecli/plugin-api/tree/main/test/test-files/data-project.
|
|
2141
2141
|
```
|
|
2142
2142
|
|
|
2143
|
-
_See code: [@salesforce/plugin-api](https://github.com/salesforcecli/plugin-api/blob/1.3.
|
|
2143
|
+
_See code: [@salesforce/plugin-api](https://github.com/salesforcecli/plugin-api/blob/1.3.20/src/commands/api/request/rest.ts)_
|
|
2144
2144
|
|
|
2145
2145
|
## `sf autocomplete [SHELL]`
|
|
2146
2146
|
|
|
@@ -2453,7 +2453,7 @@ EXAMPLES
|
|
|
2453
2453
|
$ sf data bulk results --job-id 7507i000fake341G --target-org my-scratch
|
|
2454
2454
|
```
|
|
2455
2455
|
|
|
2456
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2456
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.92/src/commands/data/bulk/results.ts)_
|
|
2457
2457
|
|
|
2458
2458
|
## `sf data create file`
|
|
2459
2459
|
|
|
@@ -2502,7 +2502,7 @@ EXAMPLES
|
|
|
2502
2502
|
$ sf data create file --file path/to/astro.png --parent-id a03fakeLoJWPIA3
|
|
2503
2503
|
```
|
|
2504
2504
|
|
|
2505
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2505
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.92/src/commands/data/create/file.ts)_
|
|
2506
2506
|
|
|
2507
2507
|
## `sf data create record`
|
|
2508
2508
|
|
|
@@ -2558,7 +2558,7 @@ EXAMPLES
|
|
|
2558
2558
|
TracedEntityId=01p17000000R6bLAAS"
|
|
2559
2559
|
```
|
|
2560
2560
|
|
|
2561
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2561
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.92/src/commands/data/create/record.ts)_
|
|
2562
2562
|
|
|
2563
2563
|
## `sf data delete bulk`
|
|
2564
2564
|
|
|
@@ -2617,7 +2617,7 @@ FLAG DESCRIPTIONS
|
|
|
2617
2617
|
and can be enabled only by a system administrator.
|
|
2618
2618
|
```
|
|
2619
2619
|
|
|
2620
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2620
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.92/src/commands/data/delete/bulk.ts)_
|
|
2621
2621
|
|
|
2622
2622
|
## `sf data delete record`
|
|
2623
2623
|
|
|
@@ -2678,7 +2678,7 @@ EXAMPLES
|
|
|
2678
2678
|
$ sf data delete record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
|
|
2679
2679
|
```
|
|
2680
2680
|
|
|
2681
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2681
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.92/src/commands/data/delete/record.ts)_
|
|
2682
2682
|
|
|
2683
2683
|
## `sf data delete resume`
|
|
2684
2684
|
|
|
@@ -2717,7 +2717,7 @@ EXAMPLES
|
|
|
2717
2717
|
$ sf data delete resume --use-most-recent --target-org my-scratch
|
|
2718
2718
|
```
|
|
2719
2719
|
|
|
2720
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2720
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.92/src/commands/data/delete/resume.ts)_
|
|
2721
2721
|
|
|
2722
2722
|
## `sf data export bulk`
|
|
2723
2723
|
|
|
@@ -2784,7 +2784,7 @@ EXAMPLES
|
|
|
2784
2784
|
--result-format json --wait 10 --all-rows
|
|
2785
2785
|
```
|
|
2786
2786
|
|
|
2787
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2787
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.92/src/commands/data/export/bulk.ts)_
|
|
2788
2788
|
|
|
2789
2789
|
## `sf data export resume`
|
|
2790
2790
|
|
|
@@ -2823,7 +2823,7 @@ EXAMPLES
|
|
|
2823
2823
|
$ sf data export resume --use-most-recent
|
|
2824
2824
|
```
|
|
2825
2825
|
|
|
2826
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2826
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.92/src/commands/data/export/resume.ts)_
|
|
2827
2827
|
|
|
2828
2828
|
## `sf data export tree`
|
|
2829
2829
|
|
|
@@ -2883,7 +2883,7 @@ EXAMPLES
|
|
|
2883
2883
|
my-scratch
|
|
2884
2884
|
```
|
|
2885
2885
|
|
|
2886
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2886
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.92/src/commands/data/export/tree.ts)_
|
|
2887
2887
|
|
|
2888
2888
|
## `sf data get record`
|
|
2889
2889
|
|
|
@@ -2947,7 +2947,7 @@ EXAMPLES
|
|
|
2947
2947
|
$ sf data get record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
|
|
2948
2948
|
```
|
|
2949
2949
|
|
|
2950
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2950
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.92/src/commands/data/get/record.ts)_
|
|
2951
2951
|
|
|
2952
2952
|
## `sf data import bulk`
|
|
2953
2953
|
|
|
@@ -2999,7 +2999,7 @@ EXAMPLES
|
|
|
2999
2999
|
$ sf data import bulk --file accounts.csv --sobject Account --wait 10 --target-org my-scratch
|
|
3000
3000
|
```
|
|
3001
3001
|
|
|
3002
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3002
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.92/src/commands/data/import/bulk.ts)_
|
|
3003
3003
|
|
|
3004
3004
|
## `sf data import resume`
|
|
3005
3005
|
|
|
@@ -3035,7 +3035,7 @@ EXAMPLES
|
|
|
3035
3035
|
$ sf data import resume --use-most-recent --target-org my-scratch
|
|
3036
3036
|
```
|
|
3037
3037
|
|
|
3038
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3038
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.92/src/commands/data/import/resume.ts)_
|
|
3039
3039
|
|
|
3040
3040
|
## `sf data import tree`
|
|
3041
3041
|
|
|
@@ -3099,7 +3099,7 @@ FLAG DESCRIPTIONS
|
|
|
3099
3099
|
- files(array) - Files: An array of files paths to load
|
|
3100
3100
|
```
|
|
3101
3101
|
|
|
3102
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3102
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.92/src/commands/data/import/tree.ts)_
|
|
3103
3103
|
|
|
3104
3104
|
## `sf data query`
|
|
3105
3105
|
|
|
@@ -3152,7 +3152,7 @@ EXAMPLES
|
|
|
3152
3152
|
$ sf data query --query "SELECT Name FROM ApexTrigger" --use-tooling-api
|
|
3153
3153
|
```
|
|
3154
3154
|
|
|
3155
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3155
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.92/src/commands/data/query.ts)_
|
|
3156
3156
|
|
|
3157
3157
|
## `sf data resume`
|
|
3158
3158
|
|
|
@@ -3189,7 +3189,7 @@ EXAMPLES
|
|
|
3189
3189
|
$ sf data resume --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA
|
|
3190
3190
|
```
|
|
3191
3191
|
|
|
3192
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3192
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.92/src/commands/data/resume.ts)_
|
|
3193
3193
|
|
|
3194
3194
|
## `sf data search`
|
|
3195
3195
|
|
|
@@ -3239,7 +3239,7 @@ EXAMPLES
|
|
|
3239
3239
|
$ sf data search --file query.txt --target-org my-scratch --result-format csv
|
|
3240
3240
|
```
|
|
3241
3241
|
|
|
3242
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3242
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.92/src/commands/data/search.ts)_
|
|
3243
3243
|
|
|
3244
3244
|
## `sf data update bulk`
|
|
3245
3245
|
|
|
@@ -3294,7 +3294,7 @@ EXAMPLES
|
|
|
3294
3294
|
$ sf data update bulk --file accounts.csv --sobject Account --wait 10 --target-org my-scratch
|
|
3295
3295
|
```
|
|
3296
3296
|
|
|
3297
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3297
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.92/src/commands/data/update/bulk.ts)_
|
|
3298
3298
|
|
|
3299
3299
|
## `sf data update record`
|
|
3300
3300
|
|
|
@@ -3356,7 +3356,7 @@ EXAMPLES
|
|
|
3356
3356
|
"ExpirationDate=2017-12-01T00:58:04.000+0000"
|
|
3357
3357
|
```
|
|
3358
3358
|
|
|
3359
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3359
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.92/src/commands/data/update/record.ts)_
|
|
3360
3360
|
|
|
3361
3361
|
## `sf data update resume`
|
|
3362
3362
|
|
|
@@ -3395,7 +3395,7 @@ EXAMPLES
|
|
|
3395
3395
|
$ sf data update resume --use-most-recent
|
|
3396
3396
|
```
|
|
3397
3397
|
|
|
3398
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3398
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.92/src/commands/data/update/resume.ts)_
|
|
3399
3399
|
|
|
3400
3400
|
## `sf data upsert bulk`
|
|
3401
3401
|
|
|
@@ -3451,7 +3451,7 @@ EXAMPLES
|
|
|
3451
3451
|
my-scratch
|
|
3452
3452
|
```
|
|
3453
3453
|
|
|
3454
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3454
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.92/src/commands/data/upsert/bulk.ts)_
|
|
3455
3455
|
|
|
3456
3456
|
## `sf data upsert resume`
|
|
3457
3457
|
|
|
@@ -3490,7 +3490,7 @@ EXAMPLES
|
|
|
3490
3490
|
$ sf data upsert resume --use-most-recent --target-org my-scratch
|
|
3491
3491
|
```
|
|
3492
3492
|
|
|
3493
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3493
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.92/src/commands/data/upsert/resume.ts)_
|
|
3494
3494
|
|
|
3495
3495
|
## `sf doctor`
|
|
3496
3496
|
|
|
@@ -3538,7 +3538,7 @@ EXAMPLES
|
|
|
3538
3538
|
$ sf doctor --plugin @salesforce/plugin-source
|
|
3539
3539
|
```
|
|
3540
3540
|
|
|
3541
|
-
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.
|
|
3541
|
+
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.123/src/commands/doctor.ts)_
|
|
3542
3542
|
|
|
3543
3543
|
## `sf force data bulk delete`
|
|
3544
3544
|
|
|
@@ -3585,7 +3585,7 @@ EXAMPLES
|
|
|
3585
3585
|
$ sf force data bulk delete --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
|
|
3586
3586
|
```
|
|
3587
3587
|
|
|
3588
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3588
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.92/src/commands/force/data/bulk/delete.ts)_
|
|
3589
3589
|
|
|
3590
3590
|
## `sf force data bulk status`
|
|
3591
3591
|
|
|
@@ -3622,7 +3622,7 @@ EXAMPLES
|
|
|
3622
3622
|
$ sf force data bulk status --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA --target-org my-scratch
|
|
3623
3623
|
```
|
|
3624
3624
|
|
|
3625
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3625
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.92/src/commands/force/data/bulk/status.ts)_
|
|
3626
3626
|
|
|
3627
3627
|
## `sf force data bulk upsert`
|
|
3628
3628
|
|
|
@@ -3680,7 +3680,7 @@ EXAMPLES
|
|
|
3680
3680
|
--target-org my-scratch
|
|
3681
3681
|
```
|
|
3682
3682
|
|
|
3683
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3683
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.92/src/commands/force/data/bulk/upsert.ts)_
|
|
3684
3684
|
|
|
3685
3685
|
## `sf help [COMMAND]`
|
|
3686
3686
|
|
|
@@ -3740,7 +3740,7 @@ EXAMPLES
|
|
|
3740
3740
|
$ sf info releasenotes display --version latest
|
|
3741
3741
|
```
|
|
3742
3742
|
|
|
3743
|
-
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.
|
|
3743
|
+
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.123/src/commands/info/releasenotes/display.ts)_
|
|
3744
3744
|
|
|
3745
3745
|
## `sf logic get test`
|
|
3746
3746
|
|
|
@@ -9598,7 +9598,7 @@ FLAG DESCRIPTIONS
|
|
|
9598
9598
|
If you don't specify this flag, the command prompts you to choose from your local objects.
|
|
9599
9599
|
```
|
|
9600
9600
|
|
|
9601
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.
|
|
9601
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.98/src/commands/schema/generate/field.ts)_
|
|
9602
9602
|
|
|
9603
9603
|
## `sf schema generate platformevent`
|
|
9604
9604
|
|
|
@@ -9630,7 +9630,7 @@ EXAMPLES
|
|
|
9630
9630
|
$ sf schema generate platformevent --label "My Platform Event"
|
|
9631
9631
|
```
|
|
9632
9632
|
|
|
9633
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.
|
|
9633
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.98/src/commands/schema/generate/platformevent.ts)_
|
|
9634
9634
|
|
|
9635
9635
|
## `sf schema generate sobject`
|
|
9636
9636
|
|
|
@@ -9687,7 +9687,7 @@ FLAG DESCRIPTIONS
|
|
|
9687
9687
|
- Streaming API: With Bulk API and Sharing, classifies the custom object as an Enterprise Application object.
|
|
9688
9688
|
```
|
|
9689
9689
|
|
|
9690
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.
|
|
9690
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.98/src/commands/schema/generate/sobject.ts)_
|
|
9691
9691
|
|
|
9692
9692
|
## `sf schema generate tab`
|
|
9693
9693
|
|
|
@@ -9735,7 +9735,7 @@ FLAG DESCRIPTIONS
|
|
|
9735
9735
|
The API name for a custom object always ends in `__c`, such as `MyObject__c`.
|
|
9736
9736
|
```
|
|
9737
9737
|
|
|
9738
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.
|
|
9738
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.98/src/commands/schema/generate/tab.ts)_
|
|
9739
9739
|
|
|
9740
9740
|
## `sf search`
|
|
9741
9741
|
|
|
@@ -9798,7 +9798,7 @@ EXAMPLES
|
|
|
9798
9798
|
$ sf sobject describe --sobject ApexCodeCoverage --use-tooling-api
|
|
9799
9799
|
```
|
|
9800
9800
|
|
|
9801
|
-
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.
|
|
9801
|
+
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.105/src/commands/sobject/describe.ts)_
|
|
9802
9802
|
|
|
9803
9803
|
## `sf sobject list`
|
|
9804
9804
|
|
|
@@ -9837,7 +9837,7 @@ EXAMPLES
|
|
|
9837
9837
|
$ sf sobject list --sobject custom --target-org my-scratch-org
|
|
9838
9838
|
```
|
|
9839
9839
|
|
|
9840
|
-
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.
|
|
9840
|
+
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.105/src/commands/sobject/list.ts)_
|
|
9841
9841
|
|
|
9842
9842
|
## `sf template generate analytics template`
|
|
9843
9843
|
|
|
@@ -9881,7 +9881,7 @@ FLAG DESCRIPTIONS
|
|
|
9881
9881
|
directory.
|
|
9882
9882
|
```
|
|
9883
9883
|
|
|
9884
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.15.
|
|
9884
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.15.7/src/commands/template/generate/analytics/template.ts)_
|
|
9885
9885
|
|
|
9886
9886
|
## `sf template generate apex class`
|
|
9887
9887
|
|
|
@@ -9941,7 +9941,7 @@ FLAG DESCRIPTIONS
|
|
|
9941
9941
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
9942
9942
|
```
|
|
9943
9943
|
|
|
9944
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.15.
|
|
9944
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.15.7/src/commands/template/generate/apex/class.ts)_
|
|
9945
9945
|
|
|
9946
9946
|
## `sf template generate apex trigger`
|
|
9947
9947
|
|
|
@@ -10011,7 +10011,7 @@ FLAG DESCRIPTIONS
|
|
|
10011
10011
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
10012
10012
|
```
|
|
10013
10013
|
|
|
10014
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.15.
|
|
10014
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.15.7/src/commands/template/generate/apex/trigger.ts)_
|
|
10015
10015
|
|
|
10016
10016
|
## `sf template generate digital-experience site`
|
|
10017
10017
|
|
|
@@ -10065,7 +10065,7 @@ FLAG DESCRIPTIONS
|
|
|
10065
10065
|
project, defaults to the current directory.
|
|
10066
10066
|
```
|
|
10067
10067
|
|
|
10068
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.15.
|
|
10068
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.15.7/src/commands/template/generate/digital-experience/site.ts)_
|
|
10069
10069
|
|
|
10070
10070
|
## `sf template generate flexipage`
|
|
10071
10071
|
|
|
@@ -10147,7 +10147,7 @@ FLAG DESCRIPTIONS
|
|
|
10147
10147
|
'Custom_Object__c'. This sets the `sobjectType` field in the FlexiPage metadata.
|
|
10148
10148
|
```
|
|
10149
10149
|
|
|
10150
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.15.
|
|
10150
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.15.7/src/commands/template/generate/flexipage/index.ts)_
|
|
10151
10151
|
|
|
10152
10152
|
## `sf template generate lightning app`
|
|
10153
10153
|
|
|
@@ -10205,7 +10205,7 @@ FLAG DESCRIPTIONS
|
|
|
10205
10205
|
field in the DX project's "sfdx-project.json" file.
|
|
10206
10206
|
```
|
|
10207
10207
|
|
|
10208
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.15.
|
|
10208
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.15.7/src/commands/template/generate/lightning/app.ts)_
|
|
10209
10209
|
|
|
10210
10210
|
## `sf template generate lightning component`
|
|
10211
10211
|
|
|
@@ -10282,7 +10282,7 @@ FLAG DESCRIPTIONS
|
|
|
10282
10282
|
field in the DX project's "sfdx-project.json" file.
|
|
10283
10283
|
```
|
|
10284
10284
|
|
|
10285
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.15.
|
|
10285
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.15.7/src/commands/template/generate/lightning/component.ts)_
|
|
10286
10286
|
|
|
10287
10287
|
## `sf template generate lightning event`
|
|
10288
10288
|
|
|
@@ -10340,7 +10340,7 @@ FLAG DESCRIPTIONS
|
|
|
10340
10340
|
field in the DX project's "sfdx-project.json" file.
|
|
10341
10341
|
```
|
|
10342
10342
|
|
|
10343
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.15.
|
|
10343
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.15.7/src/commands/template/generate/lightning/event.ts)_
|
|
10344
10344
|
|
|
10345
10345
|
## `sf template generate lightning interface`
|
|
10346
10346
|
|
|
@@ -10398,7 +10398,7 @@ FLAG DESCRIPTIONS
|
|
|
10398
10398
|
field in the DX project's "sfdx-project.json" file.
|
|
10399
10399
|
```
|
|
10400
10400
|
|
|
10401
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.15.
|
|
10401
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.15.7/src/commands/template/generate/lightning/interface.ts)_
|
|
10402
10402
|
|
|
10403
10403
|
## `sf template generate lightning test`
|
|
10404
10404
|
|
|
@@ -10456,7 +10456,7 @@ FLAG DESCRIPTIONS
|
|
|
10456
10456
|
field in the DX project's "sfdx-project.json" file.
|
|
10457
10457
|
```
|
|
10458
10458
|
|
|
10459
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.15.
|
|
10459
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.15.7/src/commands/template/generate/lightning/test.ts)_
|
|
10460
10460
|
|
|
10461
10461
|
## `sf template generate project`
|
|
10462
10462
|
|
|
@@ -10582,7 +10582,7 @@ FLAG DESCRIPTIONS
|
|
|
10582
10582
|
server-side type stripping.
|
|
10583
10583
|
```
|
|
10584
10584
|
|
|
10585
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.15.
|
|
10585
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.15.7/src/commands/template/generate/project/index.ts)_
|
|
10586
10586
|
|
|
10587
10587
|
## `sf template generate static-resource`
|
|
10588
10588
|
|
|
@@ -10645,7 +10645,7 @@ FLAG DESCRIPTIONS
|
|
|
10645
10645
|
etc.
|
|
10646
10646
|
```
|
|
10647
10647
|
|
|
10648
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.15.
|
|
10648
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.15.7/src/commands/template/generate/static-resource/index.ts)_
|
|
10649
10649
|
|
|
10650
10650
|
## `sf template generate ui-bundle`
|
|
10651
10651
|
|
|
@@ -10729,7 +10729,7 @@ FLAG DESCRIPTIONS
|
|
|
10729
10729
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
10730
10730
|
```
|
|
10731
10731
|
|
|
10732
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.15.
|
|
10732
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.15.7/src/commands/template/generate/ui-bundle/index.ts)_
|
|
10733
10733
|
|
|
10734
10734
|
## `sf template generate visualforce component`
|
|
10735
10735
|
|
|
@@ -10786,7 +10786,7 @@ FLAG DESCRIPTIONS
|
|
|
10786
10786
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
10787
10787
|
```
|
|
10788
10788
|
|
|
10789
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.15.
|
|
10789
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.15.7/src/commands/template/generate/visualforce/component.ts)_
|
|
10790
10790
|
|
|
10791
10791
|
## `sf template generate visualforce page`
|
|
10792
10792
|
|
|
@@ -10837,7 +10837,7 @@ FLAG DESCRIPTIONS
|
|
|
10837
10837
|
The name can be up to 40 characters and must start with a letter.
|
|
10838
10838
|
```
|
|
10839
10839
|
|
|
10840
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.15.
|
|
10840
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.15.7/src/commands/template/generate/visualforce/page.ts)_
|
|
10841
10841
|
|
|
10842
10842
|
## `sf update [CHANNEL]`
|
|
10843
10843
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.132.
|
|
3
|
+
"version": "2.132.12",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.132.
|
|
9
|
+
"version": "2.132.12",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "Apache-2.0",
|
|
12
12
|
"dependencies": {
|
|
@@ -26,20 +26,20 @@
|
|
|
26
26
|
"@salesforce/kit": "^3.1.6",
|
|
27
27
|
"@salesforce/plugin-agent": "1.32.19",
|
|
28
28
|
"@salesforce/plugin-apex": "3.9.21",
|
|
29
|
-
"@salesforce/plugin-api": "1.3.
|
|
29
|
+
"@salesforce/plugin-api": "1.3.20",
|
|
30
30
|
"@salesforce/plugin-auth": "4.3.7",
|
|
31
|
-
"@salesforce/plugin-data": "4.0.
|
|
31
|
+
"@salesforce/plugin-data": "4.0.92",
|
|
32
32
|
"@salesforce/plugin-deploy-retrieve": "3.24.32",
|
|
33
|
-
"@salesforce/plugin-info": "3.4.
|
|
33
|
+
"@salesforce/plugin-info": "3.4.123",
|
|
34
34
|
"@salesforce/plugin-limits": "3.3.84",
|
|
35
35
|
"@salesforce/plugin-marketplace": "1.3.18",
|
|
36
36
|
"@salesforce/plugin-org": "5.9.86",
|
|
37
37
|
"@salesforce/plugin-packaging": "2.27.5",
|
|
38
|
-
"@salesforce/plugin-schema": "3.3.
|
|
38
|
+
"@salesforce/plugin-schema": "3.3.105",
|
|
39
39
|
"@salesforce/plugin-settings": "2.4.69",
|
|
40
|
-
"@salesforce/plugin-sobject": "1.4.
|
|
40
|
+
"@salesforce/plugin-sobject": "1.4.98",
|
|
41
41
|
"@salesforce/plugin-telemetry": "3.8.13",
|
|
42
|
-
"@salesforce/plugin-templates": "56.15.
|
|
42
|
+
"@salesforce/plugin-templates": "56.15.7",
|
|
43
43
|
"@salesforce/plugin-trust": "3.7.124",
|
|
44
44
|
"@salesforce/plugin-user": "3.8.3",
|
|
45
45
|
"@salesforce/sf-plugins-core": "12.2.6",
|
|
@@ -3308,6 +3308,18 @@
|
|
|
3308
3308
|
"integrity": "sha512-2IHAOaLauc8qaAitvWS+U931T+ze+7MNWrDHY47IENP5y2UA0vqJDu67kWZDdpCN1fFC77sfgfB+HV7SrKshnQ==",
|
|
3309
3309
|
"license": "MIT"
|
|
3310
3310
|
},
|
|
3311
|
+
"node_modules/@nodable/entities": {
|
|
3312
|
+
"version": "2.1.0",
|
|
3313
|
+
"resolved": "https://registry.npmjs.org/@nodable/entities/-/entities-2.1.0.tgz",
|
|
3314
|
+
"integrity": "sha512-nyT7T3nbMyBI/lvr6L5TyWbFJAI9FTgVRakNoBqCD+PmID8DzFrrNdLLtHMwMszOtqZa8PAOV24ZqDnQrhQINA==",
|
|
3315
|
+
"funding": [
|
|
3316
|
+
{
|
|
3317
|
+
"type": "github",
|
|
3318
|
+
"url": "https://github.com/sponsors/nodable"
|
|
3319
|
+
}
|
|
3320
|
+
],
|
|
3321
|
+
"license": "MIT"
|
|
3322
|
+
},
|
|
3311
3323
|
"node_modules/@nodelib/fs.scandir": {
|
|
3312
3324
|
"version": "2.1.5",
|
|
3313
3325
|
"resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
|
|
@@ -5245,13 +5257,13 @@
|
|
|
5245
5257
|
}
|
|
5246
5258
|
},
|
|
5247
5259
|
"node_modules/@salesforce/plugin-api": {
|
|
5248
|
-
"version": "1.3.
|
|
5249
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-api/-/plugin-api-1.3.
|
|
5250
|
-
"integrity": "sha512-
|
|
5260
|
+
"version": "1.3.20",
|
|
5261
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-api/-/plugin-api-1.3.20.tgz",
|
|
5262
|
+
"integrity": "sha512-gKCRr8+ckH3JtTOt2UclglYR27oiC0bMEfK5yMh6uKNsaAh9CpSDD9Pg110w9WSyCgB5zOLots7ZD6fgrSsxVA==",
|
|
5251
5263
|
"license": "Apache-2.0",
|
|
5252
5264
|
"dependencies": {
|
|
5253
5265
|
"@oclif/core": "^4",
|
|
5254
|
-
"@salesforce/core": "^8.
|
|
5266
|
+
"@salesforce/core": "^8.28.3",
|
|
5255
5267
|
"@salesforce/kit": "^3.2.4",
|
|
5256
5268
|
"@salesforce/sf-plugins-core": "^12.2.6",
|
|
5257
5269
|
"@salesforce/ts-types": "^2.0.12",
|
|
@@ -5396,9 +5408,9 @@
|
|
|
5396
5408
|
}
|
|
5397
5409
|
},
|
|
5398
5410
|
"node_modules/@salesforce/plugin-data": {
|
|
5399
|
-
"version": "4.0.
|
|
5400
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-4.0.
|
|
5401
|
-
"integrity": "sha512
|
|
5411
|
+
"version": "4.0.92",
|
|
5412
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-4.0.92.tgz",
|
|
5413
|
+
"integrity": "sha512-NQtedJyvfqjv1irhGJgAD8UecR0pxpcZw8jsZfDDGzFD24Pa81T9yAIktzUj6xIh+pe206mXb90dm58oPutjrA==",
|
|
5402
5414
|
"license": "Apache-2.0",
|
|
5403
5415
|
"dependencies": {
|
|
5404
5416
|
"@jsforce/jsforce-node": "^3.10.14",
|
|
@@ -5413,7 +5425,7 @@
|
|
|
5413
5425
|
"csv-stringify": "^6.7.0",
|
|
5414
5426
|
"form-data": "^4.0.5",
|
|
5415
5427
|
"terminal-link": "^3.0.0",
|
|
5416
|
-
"undici": "^7.
|
|
5428
|
+
"undici": "^7.25.0",
|
|
5417
5429
|
"zod": "^4.3.6"
|
|
5418
5430
|
},
|
|
5419
5431
|
"engines": {
|
|
@@ -5445,15 +5457,15 @@
|
|
|
5445
5457
|
}
|
|
5446
5458
|
},
|
|
5447
5459
|
"node_modules/@salesforce/plugin-info": {
|
|
5448
|
-
"version": "3.4.
|
|
5449
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.4.
|
|
5450
|
-
"integrity": "sha512-
|
|
5460
|
+
"version": "3.4.123",
|
|
5461
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.4.123.tgz",
|
|
5462
|
+
"integrity": "sha512-1UdiouEXdlZPHMpuhYSJJr+IUJP+wgMdvAkGg6yMxZwCTvz5BHcOYSTAk5x3lmvDQMF2Il3f7dfHJM0BeAhypQ==",
|
|
5451
5463
|
"license": "Apache-2.0",
|
|
5452
5464
|
"dependencies": {
|
|
5453
5465
|
"@inquirer/input": "^2.3.0",
|
|
5454
5466
|
"@jsforce/jsforce-node": "^3.10.14",
|
|
5455
5467
|
"@oclif/core": "^4",
|
|
5456
|
-
"@salesforce/core": "^8.28.
|
|
5468
|
+
"@salesforce/core": "^8.28.3",
|
|
5457
5469
|
"@salesforce/kit": "^3.2.6",
|
|
5458
5470
|
"@salesforce/sf-plugins-core": "^12",
|
|
5459
5471
|
"got": "^13.0.0",
|
|
@@ -5683,13 +5695,13 @@
|
|
|
5683
5695
|
}
|
|
5684
5696
|
},
|
|
5685
5697
|
"node_modules/@salesforce/plugin-schema": {
|
|
5686
|
-
"version": "3.3.
|
|
5687
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-schema/-/plugin-schema-3.3.
|
|
5688
|
-
"integrity": "sha512-
|
|
5698
|
+
"version": "3.3.105",
|
|
5699
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-schema/-/plugin-schema-3.3.105.tgz",
|
|
5700
|
+
"integrity": "sha512-kspWBkIoIm8fZ/SHg/F6nzCl40jVQlGV6hlawRo4N0+Zi7ulrxPEJQnLGVFsv1aB7OZi7p97J7A7uyNk09A9bw==",
|
|
5689
5701
|
"license": "Apache-2.0",
|
|
5690
5702
|
"dependencies": {
|
|
5691
5703
|
"@oclif/core": "^4",
|
|
5692
|
-
"@salesforce/core": "^8.
|
|
5704
|
+
"@salesforce/core": "^8.28.3",
|
|
5693
5705
|
"@salesforce/sf-plugins-core": "^11.3.12"
|
|
5694
5706
|
},
|
|
5695
5707
|
"engines": {
|
|
@@ -5785,9 +5797,9 @@
|
|
|
5785
5797
|
}
|
|
5786
5798
|
},
|
|
5787
5799
|
"node_modules/@salesforce/plugin-sobject": {
|
|
5788
|
-
"version": "1.4.
|
|
5789
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-sobject/-/plugin-sobject-1.4.
|
|
5790
|
-
"integrity": "sha512-
|
|
5800
|
+
"version": "1.4.98",
|
|
5801
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-sobject/-/plugin-sobject-1.4.98.tgz",
|
|
5802
|
+
"integrity": "sha512-RhtZFh8za7G0VLf6lUr1xf81YWQ0O6+3lBzMWD+qfMUsMe3PcNgKgL4Nv+ynuPVnqdkfeIm4Asckpm5HoEK8fQ==",
|
|
5791
5803
|
"license": "Apache-2.0",
|
|
5792
5804
|
"dependencies": {
|
|
5793
5805
|
"@inquirer/confirm": "^3.2.0",
|
|
@@ -5798,7 +5810,7 @@
|
|
|
5798
5810
|
"@salesforce/kit": "^3.2.6",
|
|
5799
5811
|
"@salesforce/sf-plugins-core": "^11.3.12",
|
|
5800
5812
|
"fast-glob": "^3.3.3",
|
|
5801
|
-
"fast-xml-parser": "^5.
|
|
5813
|
+
"fast-xml-parser": "^5.7.1",
|
|
5802
5814
|
"js2xmlparser": "^4.0.2"
|
|
5803
5815
|
},
|
|
5804
5816
|
"engines": {
|
|
@@ -5897,14 +5909,14 @@
|
|
|
5897
5909
|
}
|
|
5898
5910
|
},
|
|
5899
5911
|
"node_modules/@salesforce/plugin-templates": {
|
|
5900
|
-
"version": "56.15.
|
|
5901
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-56.15.
|
|
5902
|
-
"integrity": "sha512-
|
|
5912
|
+
"version": "56.15.7",
|
|
5913
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-56.15.7.tgz",
|
|
5914
|
+
"integrity": "sha512-cTCObEb9JwmeoUEvZdMUSnNuOXtqLLsShZJrESBmwi8PzqrPkt7MBwgQ/v01Ej183+nRc24wLLSMQfI/z+rpJw==",
|
|
5903
5915
|
"license": "Apache-2.0",
|
|
5904
5916
|
"dependencies": {
|
|
5905
|
-
"@salesforce/core": "^8.
|
|
5917
|
+
"@salesforce/core": "^8.28.3",
|
|
5906
5918
|
"@salesforce/sf-plugins-core": "^12",
|
|
5907
|
-
"@salesforce/templates": "^66.7.
|
|
5919
|
+
"@salesforce/templates": "^66.7.11"
|
|
5908
5920
|
},
|
|
5909
5921
|
"engines": {
|
|
5910
5922
|
"node": ">=18.0.0"
|
|
@@ -6273,9 +6285,9 @@
|
|
|
6273
6285
|
}
|
|
6274
6286
|
},
|
|
6275
6287
|
"node_modules/@salesforce/templates": {
|
|
6276
|
-
"version": "66.7.
|
|
6277
|
-
"resolved": "https://registry.npmjs.org/@salesforce/templates/-/templates-66.7.
|
|
6278
|
-
"integrity": "sha512-
|
|
6288
|
+
"version": "66.7.11",
|
|
6289
|
+
"resolved": "https://registry.npmjs.org/@salesforce/templates/-/templates-66.7.11.tgz",
|
|
6290
|
+
"integrity": "sha512-s6J9E7c4Z+u9oaCHlHX8uQ/46iKuwNozLIZSghsl1w4XKugJdrdArhx4PLX956TghZHjrG+KiHI/cZcB2hnArw==",
|
|
6279
6291
|
"license": "BSD-3-Clause",
|
|
6280
6292
|
"dependencies": {
|
|
6281
6293
|
"@salesforce/kit": "^3.2.6",
|
|
@@ -12275,9 +12287,9 @@
|
|
|
12275
12287
|
"license": "MIT"
|
|
12276
12288
|
},
|
|
12277
12289
|
"node_modules/fast-xml-builder": {
|
|
12278
|
-
"version": "1.1.
|
|
12279
|
-
"resolved": "https://registry.npmjs.org/fast-xml-builder/-/fast-xml-builder-1.1.
|
|
12280
|
-
"integrity": "sha512-
|
|
12290
|
+
"version": "1.1.5",
|
|
12291
|
+
"resolved": "https://registry.npmjs.org/fast-xml-builder/-/fast-xml-builder-1.1.5.tgz",
|
|
12292
|
+
"integrity": "sha512-4TJn/8FKLeslLAH3dnohXqE3QSoxkhvaMzepOIZytwJXZO69Bfz0HBdDHzOTOon6G59Zrk6VQ2bEiv1t61rfkA==",
|
|
12281
12293
|
"funding": [
|
|
12282
12294
|
{
|
|
12283
12295
|
"type": "github",
|
|
@@ -12290,9 +12302,9 @@
|
|
|
12290
12302
|
}
|
|
12291
12303
|
},
|
|
12292
12304
|
"node_modules/fast-xml-parser": {
|
|
12293
|
-
"version": "5.
|
|
12294
|
-
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.
|
|
12295
|
-
"integrity": "sha512-
|
|
12305
|
+
"version": "5.7.1",
|
|
12306
|
+
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.7.1.tgz",
|
|
12307
|
+
"integrity": "sha512-8Cc3f8GUGUULg34pBch/KGyPLglS+OFs05deyOlY7fL2MTagYPKrVQNmR1fLF/yJ9PH5ZSTd3YDF6pnmeZU+zA==",
|
|
12296
12308
|
"funding": [
|
|
12297
12309
|
{
|
|
12298
12310
|
"type": "github",
|
|
@@ -12301,8 +12313,9 @@
|
|
|
12301
12313
|
],
|
|
12302
12314
|
"license": "MIT",
|
|
12303
12315
|
"dependencies": {
|
|
12304
|
-
"
|
|
12305
|
-
"
|
|
12316
|
+
"@nodable/entities": "^2.1.0",
|
|
12317
|
+
"fast-xml-builder": "^1.1.5",
|
|
12318
|
+
"path-expression-matcher": "^1.5.0",
|
|
12306
12319
|
"strnum": "^2.2.3"
|
|
12307
12320
|
},
|
|
12308
12321
|
"bin": {
|
|
@@ -23928,9 +23941,9 @@
|
|
|
23928
23941
|
}
|
|
23929
23942
|
},
|
|
23930
23943
|
"node_modules/undici": {
|
|
23931
|
-
"version": "7.
|
|
23932
|
-
"resolved": "https://registry.npmjs.org/undici/-/undici-7.
|
|
23933
|
-
"integrity": "sha512-
|
|
23944
|
+
"version": "7.25.0",
|
|
23945
|
+
"resolved": "https://registry.npmjs.org/undici/-/undici-7.25.0.tgz",
|
|
23946
|
+
"integrity": "sha512-xXnp4kTyor2Zq+J1FfPI6Eq3ew5h6Vl0F/8d9XU5zZQf1tX9s2Su1/3PiMmUANFULpmksxkClamIZcaUqryHsQ==",
|
|
23934
23947
|
"license": "MIT",
|
|
23935
23948
|
"engines": {
|
|
23936
23949
|
"node": ">=20.18.1"
|
package/oclif.lock
CHANGED
|
@@ -1505,6 +1505,11 @@
|
|
|
1505
1505
|
resolved "https://registry.npmjs.org/@microsoft/applicationinsights-web-snippet/-/applicationinsights-web-snippet-1.0.1.tgz"
|
|
1506
1506
|
integrity sha512-2IHAOaLauc8qaAitvWS+U931T+ze+7MNWrDHY47IENP5y2UA0vqJDu67kWZDdpCN1fFC77sfgfB+HV7SrKshnQ==
|
|
1507
1507
|
|
|
1508
|
+
"@nodable/entities@^2.1.0":
|
|
1509
|
+
version "2.1.0"
|
|
1510
|
+
resolved "https://registry.npmjs.org/@nodable/entities/-/entities-2.1.0.tgz"
|
|
1511
|
+
integrity sha512-nyT7T3nbMyBI/lvr6L5TyWbFJAI9FTgVRakNoBqCD+PmID8DzFrrNdLLtHMwMszOtqZa8PAOV24ZqDnQrhQINA==
|
|
1512
|
+
|
|
1508
1513
|
"@nodelib/fs.scandir@2.1.5":
|
|
1509
1514
|
version "2.1.5"
|
|
1510
1515
|
resolved "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz"
|
|
@@ -2303,13 +2308,13 @@
|
|
|
2303
2308
|
"@salesforce/sf-plugins-core" "^12.2.6"
|
|
2304
2309
|
ansis "^3.3.1"
|
|
2305
2310
|
|
|
2306
|
-
"@salesforce/plugin-api@1.3.
|
|
2307
|
-
version "1.3.
|
|
2308
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-api/-/plugin-api-1.3.
|
|
2309
|
-
integrity sha512-
|
|
2311
|
+
"@salesforce/plugin-api@1.3.20":
|
|
2312
|
+
version "1.3.20"
|
|
2313
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-api/-/plugin-api-1.3.20.tgz"
|
|
2314
|
+
integrity sha512-gKCRr8+ckH3JtTOt2UclglYR27oiC0bMEfK5yMh6uKNsaAh9CpSDD9Pg110w9WSyCgB5zOLots7ZD6fgrSsxVA==
|
|
2310
2315
|
dependencies:
|
|
2311
2316
|
"@oclif/core" "^4"
|
|
2312
|
-
"@salesforce/core" "^8.
|
|
2317
|
+
"@salesforce/core" "^8.28.3"
|
|
2313
2318
|
"@salesforce/kit" "^3.2.4"
|
|
2314
2319
|
"@salesforce/sf-plugins-core" "^12.2.6"
|
|
2315
2320
|
"@salesforce/ts-types" "^2.0.12"
|
|
@@ -2347,10 +2352,10 @@
|
|
|
2347
2352
|
debug "^4.4.3"
|
|
2348
2353
|
handlebars "^4.7.9"
|
|
2349
2354
|
|
|
2350
|
-
"@salesforce/plugin-data@4.0.
|
|
2351
|
-
version "4.0.
|
|
2352
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-4.0.
|
|
2353
|
-
integrity sha512
|
|
2355
|
+
"@salesforce/plugin-data@4.0.92":
|
|
2356
|
+
version "4.0.92"
|
|
2357
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-4.0.92.tgz"
|
|
2358
|
+
integrity sha512-NQtedJyvfqjv1irhGJgAD8UecR0pxpcZw8jsZfDDGzFD24Pa81T9yAIktzUj6xIh+pe206mXb90dm58oPutjrA==
|
|
2354
2359
|
dependencies:
|
|
2355
2360
|
"@jsforce/jsforce-node" "^3.10.14"
|
|
2356
2361
|
"@oclif/multi-stage-output" "^0.8.36"
|
|
@@ -2364,7 +2369,7 @@
|
|
|
2364
2369
|
csv-stringify "^6.7.0"
|
|
2365
2370
|
form-data "^4.0.5"
|
|
2366
2371
|
terminal-link "^3.0.0"
|
|
2367
|
-
undici "^7.
|
|
2372
|
+
undici "^7.25.0"
|
|
2368
2373
|
zod "^4.3.6"
|
|
2369
2374
|
|
|
2370
2375
|
"@salesforce/plugin-deploy-retrieve@3.24.32":
|
|
@@ -2386,15 +2391,15 @@
|
|
|
2386
2391
|
ansis "^3.17.0"
|
|
2387
2392
|
terminal-link "^3.0.0"
|
|
2388
2393
|
|
|
2389
|
-
"@salesforce/plugin-info@^3.4.100", "@salesforce/plugin-info@^3.4.121", "@salesforce/plugin-info@^3.4.122", "@salesforce/plugin-info@3.4.
|
|
2390
|
-
version "3.4.
|
|
2391
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.4.
|
|
2392
|
-
integrity sha512-
|
|
2394
|
+
"@salesforce/plugin-info@^3.4.100", "@salesforce/plugin-info@^3.4.121", "@salesforce/plugin-info@^3.4.122", "@salesforce/plugin-info@3.4.123":
|
|
2395
|
+
version "3.4.123"
|
|
2396
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.4.123.tgz"
|
|
2397
|
+
integrity sha512-1UdiouEXdlZPHMpuhYSJJr+IUJP+wgMdvAkGg6yMxZwCTvz5BHcOYSTAk5x3lmvDQMF2Il3f7dfHJM0BeAhypQ==
|
|
2393
2398
|
dependencies:
|
|
2394
2399
|
"@inquirer/input" "^2.3.0"
|
|
2395
2400
|
"@jsforce/jsforce-node" "^3.10.14"
|
|
2396
2401
|
"@oclif/core" "^4"
|
|
2397
|
-
"@salesforce/core" "^8.28.
|
|
2402
|
+
"@salesforce/core" "^8.28.3"
|
|
2398
2403
|
"@salesforce/kit" "^3.2.6"
|
|
2399
2404
|
"@salesforce/sf-plugins-core" "^12"
|
|
2400
2405
|
got "^13.0.0"
|
|
@@ -2483,13 +2488,13 @@
|
|
|
2483
2488
|
strip-ansi "^6"
|
|
2484
2489
|
yarn-deduplicate "^6.0.2"
|
|
2485
2490
|
|
|
2486
|
-
"@salesforce/plugin-schema@3.3.
|
|
2487
|
-
version "3.3.
|
|
2488
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-schema/-/plugin-schema-3.3.
|
|
2489
|
-
integrity sha512-
|
|
2491
|
+
"@salesforce/plugin-schema@3.3.105":
|
|
2492
|
+
version "3.3.105"
|
|
2493
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-schema/-/plugin-schema-3.3.105.tgz"
|
|
2494
|
+
integrity sha512-kspWBkIoIm8fZ/SHg/F6nzCl40jVQlGV6hlawRo4N0+Zi7ulrxPEJQnLGVFsv1aB7OZi7p97J7A7uyNk09A9bw==
|
|
2490
2495
|
dependencies:
|
|
2491
2496
|
"@oclif/core" "^4"
|
|
2492
|
-
"@salesforce/core" "^8.
|
|
2497
|
+
"@salesforce/core" "^8.28.3"
|
|
2493
2498
|
"@salesforce/sf-plugins-core" "^11.3.12"
|
|
2494
2499
|
|
|
2495
2500
|
"@salesforce/plugin-settings@2.4.69":
|
|
@@ -2502,10 +2507,10 @@
|
|
|
2502
2507
|
"@salesforce/sf-plugins-core" "^12.2.6"
|
|
2503
2508
|
fast-levenshtein "^3.0.0"
|
|
2504
2509
|
|
|
2505
|
-
"@salesforce/plugin-sobject@1.4.
|
|
2506
|
-
version "1.4.
|
|
2507
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-sobject/-/plugin-sobject-1.4.
|
|
2508
|
-
integrity sha512-
|
|
2510
|
+
"@salesforce/plugin-sobject@1.4.98":
|
|
2511
|
+
version "1.4.98"
|
|
2512
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-sobject/-/plugin-sobject-1.4.98.tgz"
|
|
2513
|
+
integrity sha512-RhtZFh8za7G0VLf6lUr1xf81YWQ0O6+3lBzMWD+qfMUsMe3PcNgKgL4Nv+ynuPVnqdkfeIm4Asckpm5HoEK8fQ==
|
|
2509
2514
|
dependencies:
|
|
2510
2515
|
"@inquirer/confirm" "^3.2.0"
|
|
2511
2516
|
"@inquirer/input" "^2.3.0"
|
|
@@ -2515,7 +2520,7 @@
|
|
|
2515
2520
|
"@salesforce/kit" "^3.2.6"
|
|
2516
2521
|
"@salesforce/sf-plugins-core" "^11.3.12"
|
|
2517
2522
|
fast-glob "^3.3.3"
|
|
2518
|
-
fast-xml-parser "^5.
|
|
2523
|
+
fast-xml-parser "^5.7.1"
|
|
2519
2524
|
js2xmlparser "^4.0.2"
|
|
2520
2525
|
|
|
2521
2526
|
"@salesforce/plugin-telemetry@3.8.13":
|
|
@@ -2531,14 +2536,14 @@
|
|
|
2531
2536
|
"@salesforce/ts-types" "^2.0.12"
|
|
2532
2537
|
debug "^4.4.3"
|
|
2533
2538
|
|
|
2534
|
-
"@salesforce/plugin-templates@56.15.
|
|
2535
|
-
version "56.15.
|
|
2536
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-56.15.
|
|
2537
|
-
integrity sha512-
|
|
2539
|
+
"@salesforce/plugin-templates@56.15.7":
|
|
2540
|
+
version "56.15.7"
|
|
2541
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-56.15.7.tgz"
|
|
2542
|
+
integrity sha512-cTCObEb9JwmeoUEvZdMUSnNuOXtqLLsShZJrESBmwi8PzqrPkt7MBwgQ/v01Ej183+nRc24wLLSMQfI/z+rpJw==
|
|
2538
2543
|
dependencies:
|
|
2539
|
-
"@salesforce/core" "^8.
|
|
2544
|
+
"@salesforce/core" "^8.28.3"
|
|
2540
2545
|
"@salesforce/sf-plugins-core" "^12"
|
|
2541
|
-
"@salesforce/templates" "^66.7.
|
|
2546
|
+
"@salesforce/templates" "^66.7.11"
|
|
2542
2547
|
|
|
2543
2548
|
"@salesforce/plugin-trust@^3.7.89", "@salesforce/plugin-trust@3.7.124":
|
|
2544
2549
|
version "3.7.124"
|
|
@@ -2658,10 +2663,10 @@
|
|
|
2658
2663
|
o11y_schema "^260.63.0"
|
|
2659
2664
|
proxy-agent "^6.5.0"
|
|
2660
2665
|
|
|
2661
|
-
"@salesforce/templates@^66.7.
|
|
2662
|
-
version "66.7.
|
|
2663
|
-
resolved "https://registry.npmjs.org/@salesforce/templates/-/templates-66.7.
|
|
2664
|
-
integrity sha512-
|
|
2666
|
+
"@salesforce/templates@^66.7.11":
|
|
2667
|
+
version "66.7.11"
|
|
2668
|
+
resolved "https://registry.npmjs.org/@salesforce/templates/-/templates-66.7.11.tgz"
|
|
2669
|
+
integrity sha512-s6J9E7c4Z+u9oaCHlHX8uQ/46iKuwNozLIZSghsl1w4XKugJdrdArhx4PLX956TghZHjrG+KiHI/cZcB2hnArw==
|
|
2665
2670
|
dependencies:
|
|
2666
2671
|
"@salesforce/kit" "^3.2.6"
|
|
2667
2672
|
ejs "^3.1.10"
|
|
@@ -6011,20 +6016,21 @@ fast-uri@^3.0.1:
|
|
|
6011
6016
|
resolved "https://registry.npmjs.org/fast-uri/-/fast-uri-3.0.1.tgz"
|
|
6012
6017
|
integrity sha512-MWipKbbYiYI0UC7cl8m/i/IWTqfC8YXsqjzybjddLsFjStroQzsHXkc73JutMvBiXmOvapk+axIl79ig5t55Bw==
|
|
6013
6018
|
|
|
6014
|
-
fast-xml-builder@^1.1.4:
|
|
6015
|
-
version "1.1.
|
|
6016
|
-
resolved "https://registry.npmjs.org/fast-xml-builder/-/fast-xml-builder-1.1.
|
|
6017
|
-
integrity sha512-
|
|
6019
|
+
fast-xml-builder@^1.1.4, fast-xml-builder@^1.1.5:
|
|
6020
|
+
version "1.1.5"
|
|
6021
|
+
resolved "https://registry.npmjs.org/fast-xml-builder/-/fast-xml-builder-1.1.5.tgz"
|
|
6022
|
+
integrity sha512-4TJn/8FKLeslLAH3dnohXqE3QSoxkhvaMzepOIZytwJXZO69Bfz0HBdDHzOTOon6G59Zrk6VQ2bEiv1t61rfkA==
|
|
6018
6023
|
dependencies:
|
|
6019
6024
|
path-expression-matcher "^1.1.3"
|
|
6020
6025
|
|
|
6021
|
-
fast-xml-parser@^5.3.6, fast-xml-parser@^5.5.11, fast-xml-parser@^5.5.6, fast-xml-parser@^5.5.7, fast-xml-parser@^5.5.8:
|
|
6022
|
-
version "5.
|
|
6023
|
-
resolved "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.
|
|
6024
|
-
integrity sha512-
|
|
6026
|
+
fast-xml-parser@^5.3.6, fast-xml-parser@^5.5.11, fast-xml-parser@^5.5.6, fast-xml-parser@^5.5.7, fast-xml-parser@^5.5.8, fast-xml-parser@^5.7.1:
|
|
6027
|
+
version "5.7.1"
|
|
6028
|
+
resolved "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.7.1.tgz"
|
|
6029
|
+
integrity sha512-8Cc3f8GUGUULg34pBch/KGyPLglS+OFs05deyOlY7fL2MTagYPKrVQNmR1fLF/yJ9PH5ZSTd3YDF6pnmeZU+zA==
|
|
6025
6030
|
dependencies:
|
|
6026
|
-
|
|
6027
|
-
|
|
6031
|
+
"@nodable/entities" "^2.1.0"
|
|
6032
|
+
fast-xml-builder "^1.1.5"
|
|
6033
|
+
path-expression-matcher "^1.5.0"
|
|
6028
6034
|
strnum "^2.2.3"
|
|
6029
6035
|
|
|
6030
6036
|
fast-xml-parser@5.5.8:
|
|
@@ -9558,7 +9564,7 @@ path-exists@^4.0.0:
|
|
|
9558
9564
|
resolved "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz"
|
|
9559
9565
|
integrity sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==
|
|
9560
9566
|
|
|
9561
|
-
path-expression-matcher@^1.1.3, path-expression-matcher@^1.2.0, path-expression-matcher@^1.
|
|
9567
|
+
path-expression-matcher@^1.1.3, path-expression-matcher@^1.2.0, path-expression-matcher@^1.5.0:
|
|
9562
9568
|
version "1.5.0"
|
|
9563
9569
|
resolved "https://registry.npmjs.org/path-expression-matcher/-/path-expression-matcher-1.5.0.tgz"
|
|
9564
9570
|
integrity sha512-cbrerZV+6rvdQrrD+iGMcZFEiiSrbv9Tfdkvnusy6y0x0GKBXREFg/Y65GhIfm0tnLntThhzCnfKwp1WRjeCyQ==
|
|
@@ -11436,10 +11442,10 @@ undici-types@~7.8.0:
|
|
|
11436
11442
|
resolved "https://registry.npmjs.org/undici-types/-/undici-types-7.8.0.tgz"
|
|
11437
11443
|
integrity sha512-9UJ2xGDvQ43tYyVMpuHlsgApydB8ZKfVYTsLDhXkFL/6gfkp+U8xTGdh8pMJv1SpZna0zxG1DwsKZsreLbXBxw==
|
|
11438
11444
|
|
|
11439
|
-
undici@^7.
|
|
11440
|
-
version "7.
|
|
11441
|
-
resolved "https://registry.npmjs.org/undici/-/undici-7.
|
|
11442
|
-
integrity sha512-
|
|
11445
|
+
undici@^7.25.0:
|
|
11446
|
+
version "7.25.0"
|
|
11447
|
+
resolved "https://registry.npmjs.org/undici/-/undici-7.25.0.tgz"
|
|
11448
|
+
integrity sha512-xXnp4kTyor2Zq+J1FfPI6Eq3ew5h6Vl0F/8d9XU5zZQf1tX9s2Su1/3PiMmUANFULpmksxkClamIZcaUqryHsQ==
|
|
11443
11449
|
|
|
11444
11450
|
unicorn-magic@^0.1.0:
|
|
11445
11451
|
version "0.1.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.132.
|
|
4
|
+
"version": "2.132.12",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -78,7 +78,7 @@
|
|
|
78
78
|
"jitPlugins": {
|
|
79
79
|
"@salesforce/plugin-code-analyzer": "5.11.1",
|
|
80
80
|
"@salesforce/plugin-community": "3.3.56",
|
|
81
|
-
"@salesforce/plugin-custom-metadata": "3.3.
|
|
81
|
+
"@salesforce/plugin-custom-metadata": "3.3.95",
|
|
82
82
|
"@salesforce/plugin-dev": "2.5.2",
|
|
83
83
|
"@salesforce/plugin-devops-center": "1.2.27",
|
|
84
84
|
"@salesforce/plugin-flow": "1.0.5",
|
|
@@ -161,20 +161,20 @@
|
|
|
161
161
|
"@salesforce/kit": "^3.1.6",
|
|
162
162
|
"@salesforce/plugin-agent": "1.32.19",
|
|
163
163
|
"@salesforce/plugin-apex": "3.9.21",
|
|
164
|
-
"@salesforce/plugin-api": "1.3.
|
|
164
|
+
"@salesforce/plugin-api": "1.3.20",
|
|
165
165
|
"@salesforce/plugin-auth": "4.3.7",
|
|
166
|
-
"@salesforce/plugin-data": "4.0.
|
|
166
|
+
"@salesforce/plugin-data": "4.0.92",
|
|
167
167
|
"@salesforce/plugin-deploy-retrieve": "3.24.32",
|
|
168
|
-
"@salesforce/plugin-info": "3.4.
|
|
168
|
+
"@salesforce/plugin-info": "3.4.123",
|
|
169
169
|
"@salesforce/plugin-limits": "3.3.84",
|
|
170
170
|
"@salesforce/plugin-marketplace": "1.3.18",
|
|
171
171
|
"@salesforce/plugin-org": "5.9.86",
|
|
172
172
|
"@salesforce/plugin-packaging": "2.27.5",
|
|
173
|
-
"@salesforce/plugin-schema": "3.3.
|
|
173
|
+
"@salesforce/plugin-schema": "3.3.105",
|
|
174
174
|
"@salesforce/plugin-settings": "2.4.69",
|
|
175
|
-
"@salesforce/plugin-sobject": "1.4.
|
|
175
|
+
"@salesforce/plugin-sobject": "1.4.98",
|
|
176
176
|
"@salesforce/plugin-telemetry": "3.8.13",
|
|
177
|
-
"@salesforce/plugin-templates": "56.15.
|
|
177
|
+
"@salesforce/plugin-templates": "56.15.7",
|
|
178
178
|
"@salesforce/plugin-trust": "3.7.124",
|
|
179
179
|
"@salesforce/plugin-user": "3.8.3",
|
|
180
180
|
"@salesforce/sf-plugins-core": "12.2.6",
|