@salesforce/cli 2.132.6 → 2.132.8
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 +33 -33
- package/npm-shrinkwrap.json +27 -27
- package/oclif.lock +27 -27
- package/oclif.manifest.json +1 -1
- package/package.json +6 -6
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.8 linux-x64 node-v22.22.2
|
|
29
29
|
$ sf --help [COMMAND]
|
|
30
30
|
USAGE
|
|
31
31
|
$ sf COMMAND
|
|
@@ -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.91/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.91/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.91/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.91/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.91/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.91/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.91/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.91/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.91/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.91/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.91/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.91/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.91/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.91/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.91/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.91/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.91/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.91/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.91/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.91/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.91/src/commands/data/upsert/resume.ts)_
|
|
3494
3494
|
|
|
3495
3495
|
## `sf doctor`
|
|
3496
3496
|
|
|
@@ -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.91/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.91/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.91/src/commands/force/data/bulk/upsert.ts)_
|
|
3684
3684
|
|
|
3685
3685
|
## `sf help [COMMAND]`
|
|
3686
3686
|
|
|
@@ -7615,7 +7615,7 @@ EXAMPLES
|
|
|
7615
7615
|
$ sf plugins
|
|
7616
7616
|
```
|
|
7617
7617
|
|
|
7618
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
7618
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.61/src/commands/plugins/index.ts)_
|
|
7619
7619
|
|
|
7620
7620
|
## `sf plugins discover`
|
|
7621
7621
|
|
|
@@ -7660,7 +7660,7 @@ EXAMPLES
|
|
|
7660
7660
|
$ sf plugins inspect @salesforce/plugin-packaging
|
|
7661
7661
|
```
|
|
7662
7662
|
|
|
7663
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
7663
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.61/src/commands/plugins/inspect.ts)_
|
|
7664
7664
|
|
|
7665
7665
|
## `sf plugins install PLUGIN`
|
|
7666
7666
|
|
|
@@ -7709,7 +7709,7 @@ EXAMPLES
|
|
|
7709
7709
|
$ sf plugins install someuser/someplugin
|
|
7710
7710
|
```
|
|
7711
7711
|
|
|
7712
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
7712
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.61/src/commands/plugins/install.ts)_
|
|
7713
7713
|
|
|
7714
7714
|
## `sf plugins link PATH`
|
|
7715
7715
|
|
|
@@ -7740,7 +7740,7 @@ EXAMPLES
|
|
|
7740
7740
|
$ sf plugins link @salesforce/plugin-packaging
|
|
7741
7741
|
```
|
|
7742
7742
|
|
|
7743
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
7743
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.61/src/commands/plugins/link.ts)_
|
|
7744
7744
|
|
|
7745
7745
|
## `sf plugins reset`
|
|
7746
7746
|
|
|
@@ -7755,7 +7755,7 @@ FLAGS
|
|
|
7755
7755
|
--reinstall Reinstall all plugins after uninstalling.
|
|
7756
7756
|
```
|
|
7757
7757
|
|
|
7758
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
7758
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.61/src/commands/plugins/reset.ts)_
|
|
7759
7759
|
|
|
7760
7760
|
## `sf plugins trust verify`
|
|
7761
7761
|
|
|
@@ -7812,7 +7812,7 @@ EXAMPLES
|
|
|
7812
7812
|
$ sf plugins uninstall @salesforce/plugin-packaging
|
|
7813
7813
|
```
|
|
7814
7814
|
|
|
7815
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
7815
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.61/src/commands/plugins/uninstall.ts)_
|
|
7816
7816
|
|
|
7817
7817
|
## `sf plugins update`
|
|
7818
7818
|
|
|
@@ -7830,7 +7830,7 @@ DESCRIPTION
|
|
|
7830
7830
|
Update installed plugins.
|
|
7831
7831
|
```
|
|
7832
7832
|
|
|
7833
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
7833
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.61/src/commands/plugins/update.ts)_
|
|
7834
7834
|
|
|
7835
7835
|
## `sf project convert mdapi`
|
|
7836
7836
|
|
|
@@ -10875,7 +10875,7 @@ EXAMPLES
|
|
|
10875
10875
|
$ sf update --available
|
|
10876
10876
|
```
|
|
10877
10877
|
|
|
10878
|
-
_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.7.
|
|
10878
|
+
_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.7.32/src/commands/update.ts)_
|
|
10879
10879
|
|
|
10880
10880
|
## `sf version`
|
|
10881
10881
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.132.
|
|
3
|
+
"version": "2.132.8",
|
|
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.8",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "Apache-2.0",
|
|
12
12
|
"dependencies": {
|
|
@@ -16,9 +16,9 @@
|
|
|
16
16
|
"@oclif/plugin-commands": "4.1.46",
|
|
17
17
|
"@oclif/plugin-help": "6.2.44",
|
|
18
18
|
"@oclif/plugin-not-found": "3.2.80",
|
|
19
|
-
"@oclif/plugin-plugins": "5.4.
|
|
19
|
+
"@oclif/plugin-plugins": "5.4.61",
|
|
20
20
|
"@oclif/plugin-search": "1.2.44",
|
|
21
|
-
"@oclif/plugin-update": "4.7.
|
|
21
|
+
"@oclif/plugin-update": "4.7.32",
|
|
22
22
|
"@oclif/plugin-version": "2.2.42",
|
|
23
23
|
"@oclif/plugin-warn-if-update-available": "3.1.60",
|
|
24
24
|
"@oclif/plugin-which": "3.2.49",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"@salesforce/plugin-apex": "3.9.21",
|
|
29
29
|
"@salesforce/plugin-api": "1.3.18",
|
|
30
30
|
"@salesforce/plugin-auth": "4.3.6",
|
|
31
|
-
"@salesforce/plugin-data": "4.0.
|
|
31
|
+
"@salesforce/plugin-data": "4.0.91",
|
|
32
32
|
"@salesforce/plugin-deploy-retrieve": "3.24.29",
|
|
33
33
|
"@salesforce/plugin-info": "3.4.121",
|
|
34
34
|
"@salesforce/plugin-limits": "3.3.84",
|
|
@@ -54,10 +54,10 @@
|
|
|
54
54
|
"@oclif/test": "^4.1.18",
|
|
55
55
|
"@salesforce/dev-scripts": "^11.0.2",
|
|
56
56
|
"@salesforce/plugin-release-management": "^5.8.7",
|
|
57
|
-
"@salesforce/ts-sinon": "^1.4.
|
|
57
|
+
"@salesforce/ts-sinon": "^1.4.34",
|
|
58
58
|
"@salesforce/ts-types": "^2.0.11",
|
|
59
59
|
"aws-sdk": "^2.1693.0",
|
|
60
|
-
"oclif": "^4.
|
|
60
|
+
"oclif": "^4.23.0",
|
|
61
61
|
"ts-node": "^10.9.2",
|
|
62
62
|
"typescript": "^5.9.3"
|
|
63
63
|
},
|
|
@@ -3978,9 +3978,9 @@
|
|
|
3978
3978
|
}
|
|
3979
3979
|
},
|
|
3980
3980
|
"node_modules/@oclif/plugin-plugins": {
|
|
3981
|
-
"version": "5.4.
|
|
3982
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.4.
|
|
3983
|
-
"integrity": "sha512-
|
|
3981
|
+
"version": "5.4.61",
|
|
3982
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.4.61.tgz",
|
|
3983
|
+
"integrity": "sha512-FsXYLdXJWucrAzDQ3Q2G/mFGeTaUIsL4o76ayG6qNaF8iq1n2O3YnniCl90RLphJmty2ScGTv2YIniOHt4HHjw==",
|
|
3984
3984
|
"license": "MIT",
|
|
3985
3985
|
"dependencies": {
|
|
3986
3986
|
"@oclif/core": "^4.8.0",
|
|
@@ -4107,9 +4107,9 @@
|
|
|
4107
4107
|
}
|
|
4108
4108
|
},
|
|
4109
4109
|
"node_modules/@oclif/plugin-update": {
|
|
4110
|
-
"version": "4.7.
|
|
4111
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.7.
|
|
4112
|
-
"integrity": "sha512-
|
|
4110
|
+
"version": "4.7.32",
|
|
4111
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.7.32.tgz",
|
|
4112
|
+
"integrity": "sha512-XKb6tkaro4Ci5X/hTMlBmf2m1OvVKz+OajGMFn137V2TAUKRAbf2pz9LMZgJZNz9k4Jibsh3K7BNfgkdNIhkrg==",
|
|
4113
4113
|
"license": "MIT",
|
|
4114
4114
|
"dependencies": {
|
|
4115
4115
|
"@inquirer/select": "^2.5.0",
|
|
@@ -5396,9 +5396,9 @@
|
|
|
5396
5396
|
}
|
|
5397
5397
|
},
|
|
5398
5398
|
"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
|
|
5399
|
+
"version": "4.0.91",
|
|
5400
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-4.0.91.tgz",
|
|
5401
|
+
"integrity": "sha512-+s/+2rt/NX0PvWUpQKnVmoYOV3OdfLq9POB6NuT6Qy4SafC60ENnUOl+q6vJdEHuOsKJVAp9nPhAPMwCwAb1Ow==",
|
|
5402
5402
|
"license": "Apache-2.0",
|
|
5403
5403
|
"dependencies": {
|
|
5404
5404
|
"@jsforce/jsforce-node": "^3.10.14",
|
|
@@ -5410,7 +5410,7 @@
|
|
|
5410
5410
|
"ansis": "^3.16.0",
|
|
5411
5411
|
"change-case": "^5.4.4",
|
|
5412
5412
|
"csv-parse": "^5.6.0",
|
|
5413
|
-
"csv-stringify": "^6.
|
|
5413
|
+
"csv-stringify": "^6.7.0",
|
|
5414
5414
|
"form-data": "^4.0.5",
|
|
5415
5415
|
"terminal-link": "^3.0.0",
|
|
5416
5416
|
"undici": "^7.24.7",
|
|
@@ -6430,9 +6430,9 @@
|
|
|
6430
6430
|
}
|
|
6431
6431
|
},
|
|
6432
6432
|
"node_modules/@salesforce/ts-sinon": {
|
|
6433
|
-
"version": "1.4.
|
|
6434
|
-
"resolved": "https://registry.npmjs.org/@salesforce/ts-sinon/-/ts-sinon-1.4.
|
|
6435
|
-
"integrity": "sha512-
|
|
6433
|
+
"version": "1.4.34",
|
|
6434
|
+
"resolved": "https://registry.npmjs.org/@salesforce/ts-sinon/-/ts-sinon-1.4.34.tgz",
|
|
6435
|
+
"integrity": "sha512-fzpCoOUUfE3I43HYFATWEPlGRUvQIxMecdmMuaG61T/Y2Vsvw9oU+YtHx9zDmvuVy/g0fUj/lxMoqRRMy5ttpQ==",
|
|
6436
6436
|
"dev": true,
|
|
6437
6437
|
"license": "Apache-2.0",
|
|
6438
6438
|
"dependencies": {
|
|
@@ -10688,9 +10688,9 @@
|
|
|
10688
10688
|
"license": "MIT"
|
|
10689
10689
|
},
|
|
10690
10690
|
"node_modules/csv-stringify": {
|
|
10691
|
-
"version": "6.
|
|
10692
|
-
"resolved": "https://registry.npmjs.org/csv-stringify/-/csv-stringify-6.
|
|
10693
|
-
"integrity": "sha512-
|
|
10691
|
+
"version": "6.7.0",
|
|
10692
|
+
"resolved": "https://registry.npmjs.org/csv-stringify/-/csv-stringify-6.7.0.tgz",
|
|
10693
|
+
"integrity": "sha512-UdtziYp5HuTz7e5j8Nvq+a/3HQo+2/aJZ9xntNTpmRRIg/3YYqDVgiS9fvAhtNbnyfbv2ZBe0bqCHqzhE7FqWQ==",
|
|
10694
10694
|
"license": "MIT"
|
|
10695
10695
|
},
|
|
10696
10696
|
"node_modules/dargs": {
|
|
@@ -20119,9 +20119,9 @@
|
|
|
20119
20119
|
"license": "MIT"
|
|
20120
20120
|
},
|
|
20121
20121
|
"node_modules/oclif": {
|
|
20122
|
-
"version": "4.
|
|
20123
|
-
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.
|
|
20124
|
-
"integrity": "sha512-
|
|
20122
|
+
"version": "4.23.0",
|
|
20123
|
+
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.23.0.tgz",
|
|
20124
|
+
"integrity": "sha512-0Rz8YsJx6NQORMgyDeDr6i0OlJa6h4oLXBht9iRZhn/YI/by/ONKgcJIPXyTgeLK21JmhbFqJn6Y1AME0EH1Dw==",
|
|
20125
20125
|
"dev": true,
|
|
20126
20126
|
"license": "MIT",
|
|
20127
20127
|
"dependencies": {
|
|
@@ -20143,7 +20143,7 @@
|
|
|
20143
20143
|
"fs-extra": "^8.1",
|
|
20144
20144
|
"github-slugger": "^2",
|
|
20145
20145
|
"got": "^13",
|
|
20146
|
-
"lodash": "^4.
|
|
20146
|
+
"lodash": "^4.18.1",
|
|
20147
20147
|
"normalize-package-data": "^6",
|
|
20148
20148
|
"semver": "^7.7.4",
|
|
20149
20149
|
"sort-package-json": "^2.15.1",
|
package/oclif.lock
CHANGED
|
@@ -1811,10 +1811,10 @@
|
|
|
1811
1811
|
ansis "^3.17.0"
|
|
1812
1812
|
fast-levenshtein "^3.0.0"
|
|
1813
1813
|
|
|
1814
|
-
"@oclif/plugin-plugins@5.4.
|
|
1815
|
-
version "5.4.
|
|
1816
|
-
resolved "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.4.
|
|
1817
|
-
integrity sha512-
|
|
1814
|
+
"@oclif/plugin-plugins@5.4.61":
|
|
1815
|
+
version "5.4.61"
|
|
1816
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.4.61.tgz"
|
|
1817
|
+
integrity sha512-FsXYLdXJWucrAzDQ3Q2G/mFGeTaUIsL4o76ayG6qNaF8iq1n2O3YnniCl90RLphJmty2ScGTv2YIniOHt4HHjw==
|
|
1818
1818
|
dependencies:
|
|
1819
1819
|
"@oclif/core" "^4.8.0"
|
|
1820
1820
|
ansis "^3.17.0"
|
|
@@ -1837,10 +1837,10 @@
|
|
|
1837
1837
|
ansi-escapes "^7.3.0"
|
|
1838
1838
|
inquirer-autocomplete-standalone "^0.8.1"
|
|
1839
1839
|
|
|
1840
|
-
"@oclif/plugin-update@4.7.
|
|
1841
|
-
version "4.7.
|
|
1842
|
-
resolved "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.7.
|
|
1843
|
-
integrity sha512-
|
|
1840
|
+
"@oclif/plugin-update@4.7.32":
|
|
1841
|
+
version "4.7.32"
|
|
1842
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.7.32.tgz"
|
|
1843
|
+
integrity sha512-XKb6tkaro4Ci5X/hTMlBmf2m1OvVKz+OajGMFn137V2TAUKRAbf2pz9LMZgJZNz9k4Jibsh3K7BNfgkdNIhkrg==
|
|
1844
1844
|
dependencies:
|
|
1845
1845
|
"@inquirer/select" "^2.5.0"
|
|
1846
1846
|
"@oclif/core" "^4"
|
|
@@ -2347,10 +2347,10 @@
|
|
|
2347
2347
|
debug "^4.4.3"
|
|
2348
2348
|
handlebars "^4.7.9"
|
|
2349
2349
|
|
|
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
|
|
2350
|
+
"@salesforce/plugin-data@4.0.91":
|
|
2351
|
+
version "4.0.91"
|
|
2352
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-4.0.91.tgz"
|
|
2353
|
+
integrity sha512-+s/+2rt/NX0PvWUpQKnVmoYOV3OdfLq9POB6NuT6Qy4SafC60ENnUOl+q6vJdEHuOsKJVAp9nPhAPMwCwAb1Ow==
|
|
2354
2354
|
dependencies:
|
|
2355
2355
|
"@jsforce/jsforce-node" "^3.10.14"
|
|
2356
2356
|
"@oclif/multi-stage-output" "^0.8.36"
|
|
@@ -2361,7 +2361,7 @@
|
|
|
2361
2361
|
ansis "^3.16.0"
|
|
2362
2362
|
change-case "^5.4.4"
|
|
2363
2363
|
csv-parse "^5.6.0"
|
|
2364
|
-
csv-stringify "^6.
|
|
2364
|
+
csv-stringify "^6.7.0"
|
|
2365
2365
|
form-data "^4.0.5"
|
|
2366
2366
|
terminal-link "^3.0.0"
|
|
2367
2367
|
undici "^7.24.7"
|
|
@@ -2672,10 +2672,10 @@
|
|
|
2672
2672
|
tar "^7.5.13"
|
|
2673
2673
|
tslib "^2.8.1"
|
|
2674
2674
|
|
|
2675
|
-
"@salesforce/ts-sinon@^1.4.
|
|
2676
|
-
version "1.4.
|
|
2677
|
-
resolved "https://registry.npmjs.org/@salesforce/ts-sinon/-/ts-sinon-1.4.
|
|
2678
|
-
integrity sha512-
|
|
2675
|
+
"@salesforce/ts-sinon@^1.4.34":
|
|
2676
|
+
version "1.4.34"
|
|
2677
|
+
resolved "https://registry.npmjs.org/@salesforce/ts-sinon/-/ts-sinon-1.4.34.tgz"
|
|
2678
|
+
integrity sha512-fzpCoOUUfE3I43HYFATWEPlGRUvQIxMecdmMuaG61T/Y2Vsvw9oU+YtHx9zDmvuVy/g0fUj/lxMoqRRMy5ttpQ==
|
|
2679
2679
|
dependencies:
|
|
2680
2680
|
"@salesforce/ts-types" "^2.0.12"
|
|
2681
2681
|
sinon "^5.1.1"
|
|
@@ -5141,10 +5141,10 @@ csv-parse@^5.5.2, csv-parse@^5.6.0:
|
|
|
5141
5141
|
resolved "https://registry.npmjs.org/csv-parse/-/csv-parse-5.6.0.tgz"
|
|
5142
5142
|
integrity sha512-l3nz3euub2QMg5ouu5U09Ew9Wf6/wQ8I++ch1loQ0ljmzhmfZYrH9fflS22i/PQEvsPvxCwxgz5q7UB8K1JO4Q==
|
|
5143
5143
|
|
|
5144
|
-
csv-stringify@^6.6.0:
|
|
5145
|
-
version "6.
|
|
5146
|
-
resolved "https://registry.npmjs.org/csv-stringify/-/csv-stringify-6.
|
|
5147
|
-
integrity sha512-
|
|
5144
|
+
csv-stringify@^6.6.0, csv-stringify@^6.7.0:
|
|
5145
|
+
version "6.7.0"
|
|
5146
|
+
resolved "https://registry.npmjs.org/csv-stringify/-/csv-stringify-6.7.0.tgz"
|
|
5147
|
+
integrity sha512-UdtziYp5HuTz7e5j8Nvq+a/3HQo+2/aJZ9xntNTpmRRIg/3YYqDVgiS9fvAhtNbnyfbv2ZBe0bqCHqzhE7FqWQ==
|
|
5148
5148
|
|
|
5149
5149
|
dargs@^7.0.0:
|
|
5150
5150
|
version "7.0.0"
|
|
@@ -8135,7 +8135,7 @@ lodash.upperfirst@^4.3.1:
|
|
|
8135
8135
|
resolved "https://registry.npmjs.org/lodash.upperfirst/-/lodash.upperfirst-4.3.1.tgz"
|
|
8136
8136
|
integrity sha512-sReKOYJIJf74dhJONhU4e0/shzi1trVbSWDOhKYE5XV2O+H7Sb2Dihwuc7xWxVl+DgFPyTqIN3zMfT9cq5iWDg==
|
|
8137
8137
|
|
|
8138
|
-
lodash@^4.17.15, lodash@^4.17.21, lodash@^4.
|
|
8138
|
+
lodash@^4.17.15, lodash@^4.17.21, lodash@^4.18.1:
|
|
8139
8139
|
version "4.18.1"
|
|
8140
8140
|
resolved "https://registry.npmjs.org/lodash/-/lodash-4.18.1.tgz"
|
|
8141
8141
|
integrity sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==
|
|
@@ -9202,10 +9202,10 @@ obliterator@^2.0.1:
|
|
|
9202
9202
|
resolved "https://registry.npmjs.org/obliterator/-/obliterator-2.0.4.tgz"
|
|
9203
9203
|
integrity sha512-lgHwxlxV1qIg1Eap7LgIeoBWIMFibOjbrYPIPJZcI1mmGAI2m3lNYpK12Y+GBdPQ0U1hRwSord7GIaawz962qQ==
|
|
9204
9204
|
|
|
9205
|
-
oclif@^4.
|
|
9206
|
-
version "4.
|
|
9207
|
-
resolved "https://registry.npmjs.org/oclif/-/oclif-4.
|
|
9208
|
-
integrity sha512-
|
|
9205
|
+
oclif@^4.23.0:
|
|
9206
|
+
version "4.23.0"
|
|
9207
|
+
resolved "https://registry.npmjs.org/oclif/-/oclif-4.23.0.tgz"
|
|
9208
|
+
integrity sha512-0Rz8YsJx6NQORMgyDeDr6i0OlJa6h4oLXBht9iRZhn/YI/by/ONKgcJIPXyTgeLK21JmhbFqJn6Y1AME0EH1Dw==
|
|
9209
9209
|
dependencies:
|
|
9210
9210
|
"@aws-sdk/client-cloudfront" "3.1009.0"
|
|
9211
9211
|
"@aws-sdk/client-s3" "3.1014.0"
|
|
@@ -9225,7 +9225,7 @@ oclif@^4.22.96:
|
|
|
9225
9225
|
fs-extra "^8.1"
|
|
9226
9226
|
github-slugger "^2"
|
|
9227
9227
|
got "^13"
|
|
9228
|
-
lodash "^4.
|
|
9228
|
+
lodash "^4.18.1"
|
|
9229
9229
|
normalize-package-data "^6"
|
|
9230
9230
|
semver "^7.7.4"
|
|
9231
9231
|
sort-package-json "^2.15.1"
|
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.8",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -151,9 +151,9 @@
|
|
|
151
151
|
"@oclif/plugin-commands": "4.1.46",
|
|
152
152
|
"@oclif/plugin-help": "6.2.44",
|
|
153
153
|
"@oclif/plugin-not-found": "3.2.80",
|
|
154
|
-
"@oclif/plugin-plugins": "5.4.
|
|
154
|
+
"@oclif/plugin-plugins": "5.4.61",
|
|
155
155
|
"@oclif/plugin-search": "1.2.44",
|
|
156
|
-
"@oclif/plugin-update": "4.7.
|
|
156
|
+
"@oclif/plugin-update": "4.7.32",
|
|
157
157
|
"@oclif/plugin-version": "2.2.42",
|
|
158
158
|
"@oclif/plugin-warn-if-update-available": "3.1.60",
|
|
159
159
|
"@oclif/plugin-which": "3.2.49",
|
|
@@ -163,7 +163,7 @@
|
|
|
163
163
|
"@salesforce/plugin-apex": "3.9.21",
|
|
164
164
|
"@salesforce/plugin-api": "1.3.18",
|
|
165
165
|
"@salesforce/plugin-auth": "4.3.6",
|
|
166
|
-
"@salesforce/plugin-data": "4.0.
|
|
166
|
+
"@salesforce/plugin-data": "4.0.91",
|
|
167
167
|
"@salesforce/plugin-deploy-retrieve": "3.24.29",
|
|
168
168
|
"@salesforce/plugin-info": "3.4.121",
|
|
169
169
|
"@salesforce/plugin-limits": "3.3.84",
|
|
@@ -261,10 +261,10 @@
|
|
|
261
261
|
"@oclif/test": "^4.1.18",
|
|
262
262
|
"@salesforce/dev-scripts": "^11.0.2",
|
|
263
263
|
"@salesforce/plugin-release-management": "^5.8.7",
|
|
264
|
-
"@salesforce/ts-sinon": "^1.4.
|
|
264
|
+
"@salesforce/ts-sinon": "^1.4.34",
|
|
265
265
|
"@salesforce/ts-types": "^2.0.11",
|
|
266
266
|
"aws-sdk": "^2.1693.0",
|
|
267
|
-
"oclif": "^4.
|
|
267
|
+
"oclif": "^4.23.0",
|
|
268
268
|
"ts-node": "^10.9.2",
|
|
269
269
|
"typescript": "^5.9.3"
|
|
270
270
|
},
|