@salesforce/cli 2.128.0 → 2.128.2
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 +62 -62
- package/npm-shrinkwrap.json +49 -49
- package/oclif.lock +53 -53
- 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.128.
|
|
28
|
+
@salesforce/cli/2.128.2 linux-x64 node-v22.22.1
|
|
29
29
|
$ sf --help [COMMAND]
|
|
30
30
|
USAGE
|
|
31
31
|
$ sf COMMAND
|
|
@@ -2329,7 +2329,7 @@ EXAMPLES
|
|
|
2329
2329
|
$ sf data bulk results --job-id 7507i000fake341G --target-org my-scratch
|
|
2330
2330
|
```
|
|
2331
2331
|
|
|
2332
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2332
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.79/src/commands/data/bulk/results.ts)_
|
|
2333
2333
|
|
|
2334
2334
|
## `sf data create file`
|
|
2335
2335
|
|
|
@@ -2378,7 +2378,7 @@ EXAMPLES
|
|
|
2378
2378
|
$ sf data create file --file path/to/astro.png --parent-id a03fakeLoJWPIA3
|
|
2379
2379
|
```
|
|
2380
2380
|
|
|
2381
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2381
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.79/src/commands/data/create/file.ts)_
|
|
2382
2382
|
|
|
2383
2383
|
## `sf data create record`
|
|
2384
2384
|
|
|
@@ -2434,7 +2434,7 @@ EXAMPLES
|
|
|
2434
2434
|
TracedEntityId=01p17000000R6bLAAS"
|
|
2435
2435
|
```
|
|
2436
2436
|
|
|
2437
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2437
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.79/src/commands/data/create/record.ts)_
|
|
2438
2438
|
|
|
2439
2439
|
## `sf data delete bulk`
|
|
2440
2440
|
|
|
@@ -2493,7 +2493,7 @@ FLAG DESCRIPTIONS
|
|
|
2493
2493
|
and can be enabled only by a system administrator.
|
|
2494
2494
|
```
|
|
2495
2495
|
|
|
2496
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2496
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.79/src/commands/data/delete/bulk.ts)_
|
|
2497
2497
|
|
|
2498
2498
|
## `sf data delete record`
|
|
2499
2499
|
|
|
@@ -2554,7 +2554,7 @@ EXAMPLES
|
|
|
2554
2554
|
$ sf data delete record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
|
|
2555
2555
|
```
|
|
2556
2556
|
|
|
2557
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2557
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.79/src/commands/data/delete/record.ts)_
|
|
2558
2558
|
|
|
2559
2559
|
## `sf data delete resume`
|
|
2560
2560
|
|
|
@@ -2593,7 +2593,7 @@ EXAMPLES
|
|
|
2593
2593
|
$ sf data delete resume --use-most-recent --target-org my-scratch
|
|
2594
2594
|
```
|
|
2595
2595
|
|
|
2596
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2596
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.79/src/commands/data/delete/resume.ts)_
|
|
2597
2597
|
|
|
2598
2598
|
## `sf data export bulk`
|
|
2599
2599
|
|
|
@@ -2660,7 +2660,7 @@ EXAMPLES
|
|
|
2660
2660
|
--result-format json --wait 10 --all-rows
|
|
2661
2661
|
```
|
|
2662
2662
|
|
|
2663
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2663
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.79/src/commands/data/export/bulk.ts)_
|
|
2664
2664
|
|
|
2665
2665
|
## `sf data export resume`
|
|
2666
2666
|
|
|
@@ -2699,7 +2699,7 @@ EXAMPLES
|
|
|
2699
2699
|
$ sf data export resume --use-most-recent
|
|
2700
2700
|
```
|
|
2701
2701
|
|
|
2702
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2702
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.79/src/commands/data/export/resume.ts)_
|
|
2703
2703
|
|
|
2704
2704
|
## `sf data export tree`
|
|
2705
2705
|
|
|
@@ -2759,7 +2759,7 @@ EXAMPLES
|
|
|
2759
2759
|
my-scratch
|
|
2760
2760
|
```
|
|
2761
2761
|
|
|
2762
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2762
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.79/src/commands/data/export/tree.ts)_
|
|
2763
2763
|
|
|
2764
2764
|
## `sf data get record`
|
|
2765
2765
|
|
|
@@ -2823,7 +2823,7 @@ EXAMPLES
|
|
|
2823
2823
|
$ sf data get record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
|
|
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.79/src/commands/data/get/record.ts)_
|
|
2827
2827
|
|
|
2828
2828
|
## `sf data import bulk`
|
|
2829
2829
|
|
|
@@ -2875,7 +2875,7 @@ EXAMPLES
|
|
|
2875
2875
|
$ sf data import bulk --file accounts.csv --sobject Account --wait 10 --target-org my-scratch
|
|
2876
2876
|
```
|
|
2877
2877
|
|
|
2878
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2878
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.79/src/commands/data/import/bulk.ts)_
|
|
2879
2879
|
|
|
2880
2880
|
## `sf data import resume`
|
|
2881
2881
|
|
|
@@ -2911,7 +2911,7 @@ EXAMPLES
|
|
|
2911
2911
|
$ sf data import resume --use-most-recent --target-org my-scratch
|
|
2912
2912
|
```
|
|
2913
2913
|
|
|
2914
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2914
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.79/src/commands/data/import/resume.ts)_
|
|
2915
2915
|
|
|
2916
2916
|
## `sf data import tree`
|
|
2917
2917
|
|
|
@@ -2975,7 +2975,7 @@ FLAG DESCRIPTIONS
|
|
|
2975
2975
|
- files(array) - Files: An array of files paths to load
|
|
2976
2976
|
```
|
|
2977
2977
|
|
|
2978
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2978
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.79/src/commands/data/import/tree.ts)_
|
|
2979
2979
|
|
|
2980
2980
|
## `sf data query`
|
|
2981
2981
|
|
|
@@ -3028,7 +3028,7 @@ EXAMPLES
|
|
|
3028
3028
|
$ sf data query --query "SELECT Name FROM ApexTrigger" --use-tooling-api
|
|
3029
3029
|
```
|
|
3030
3030
|
|
|
3031
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3031
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.79/src/commands/data/query.ts)_
|
|
3032
3032
|
|
|
3033
3033
|
## `sf data resume`
|
|
3034
3034
|
|
|
@@ -3065,7 +3065,7 @@ EXAMPLES
|
|
|
3065
3065
|
$ sf data resume --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA
|
|
3066
3066
|
```
|
|
3067
3067
|
|
|
3068
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3068
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.79/src/commands/data/resume.ts)_
|
|
3069
3069
|
|
|
3070
3070
|
## `sf data search`
|
|
3071
3071
|
|
|
@@ -3115,7 +3115,7 @@ EXAMPLES
|
|
|
3115
3115
|
$ sf data search --file query.txt --target-org my-scratch --result-format csv
|
|
3116
3116
|
```
|
|
3117
3117
|
|
|
3118
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3118
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.79/src/commands/data/search.ts)_
|
|
3119
3119
|
|
|
3120
3120
|
## `sf data update bulk`
|
|
3121
3121
|
|
|
@@ -3170,7 +3170,7 @@ EXAMPLES
|
|
|
3170
3170
|
$ sf data update bulk --file accounts.csv --sobject Account --wait 10 --target-org my-scratch
|
|
3171
3171
|
```
|
|
3172
3172
|
|
|
3173
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3173
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.79/src/commands/data/update/bulk.ts)_
|
|
3174
3174
|
|
|
3175
3175
|
## `sf data update record`
|
|
3176
3176
|
|
|
@@ -3232,7 +3232,7 @@ EXAMPLES
|
|
|
3232
3232
|
"ExpirationDate=2017-12-01T00:58:04.000+0000"
|
|
3233
3233
|
```
|
|
3234
3234
|
|
|
3235
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3235
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.79/src/commands/data/update/record.ts)_
|
|
3236
3236
|
|
|
3237
3237
|
## `sf data update resume`
|
|
3238
3238
|
|
|
@@ -3271,7 +3271,7 @@ EXAMPLES
|
|
|
3271
3271
|
$ sf data update resume --use-most-recent
|
|
3272
3272
|
```
|
|
3273
3273
|
|
|
3274
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3274
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.79/src/commands/data/update/resume.ts)_
|
|
3275
3275
|
|
|
3276
3276
|
## `sf data upsert bulk`
|
|
3277
3277
|
|
|
@@ -3327,7 +3327,7 @@ EXAMPLES
|
|
|
3327
3327
|
my-scratch
|
|
3328
3328
|
```
|
|
3329
3329
|
|
|
3330
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3330
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.79/src/commands/data/upsert/bulk.ts)_
|
|
3331
3331
|
|
|
3332
3332
|
## `sf data upsert resume`
|
|
3333
3333
|
|
|
@@ -3366,7 +3366,7 @@ EXAMPLES
|
|
|
3366
3366
|
$ sf data upsert resume --use-most-recent --target-org my-scratch
|
|
3367
3367
|
```
|
|
3368
3368
|
|
|
3369
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3369
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.79/src/commands/data/upsert/resume.ts)_
|
|
3370
3370
|
|
|
3371
3371
|
## `sf doctor`
|
|
3372
3372
|
|
|
@@ -3461,7 +3461,7 @@ EXAMPLES
|
|
|
3461
3461
|
$ sf force data bulk delete --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
|
|
3462
3462
|
```
|
|
3463
3463
|
|
|
3464
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3464
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.79/src/commands/force/data/bulk/delete.ts)_
|
|
3465
3465
|
|
|
3466
3466
|
## `sf force data bulk status`
|
|
3467
3467
|
|
|
@@ -3498,7 +3498,7 @@ EXAMPLES
|
|
|
3498
3498
|
$ sf force data bulk status --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA --target-org my-scratch
|
|
3499
3499
|
```
|
|
3500
3500
|
|
|
3501
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3501
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.79/src/commands/force/data/bulk/status.ts)_
|
|
3502
3502
|
|
|
3503
3503
|
## `sf force data bulk upsert`
|
|
3504
3504
|
|
|
@@ -3556,7 +3556,7 @@ EXAMPLES
|
|
|
3556
3556
|
--target-org my-scratch
|
|
3557
3557
|
```
|
|
3558
3558
|
|
|
3559
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3559
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.79/src/commands/force/data/bulk/upsert.ts)_
|
|
3560
3560
|
|
|
3561
3561
|
## `sf help [COMMAND]`
|
|
3562
3562
|
|
|
@@ -3576,7 +3576,7 @@ DESCRIPTION
|
|
|
3576
3576
|
Display help for sf.
|
|
3577
3577
|
```
|
|
3578
3578
|
|
|
3579
|
-
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.2.
|
|
3579
|
+
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.2.38/src/commands/help.ts)_
|
|
3580
3580
|
|
|
3581
3581
|
## `sf info releasenotes display`
|
|
3582
3582
|
|
|
@@ -4696,7 +4696,7 @@ EXAMPLES
|
|
|
4696
4696
|
$ sf org list auth
|
|
4697
4697
|
```
|
|
4698
4698
|
|
|
4699
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.3.
|
|
4699
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.3.1/src/commands/org/list/auth.ts)_
|
|
4700
4700
|
|
|
4701
4701
|
## `sf org list limits`
|
|
4702
4702
|
|
|
@@ -4996,7 +4996,7 @@ FLAG DESCRIPTIONS
|
|
|
4996
4996
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
4997
4997
|
```
|
|
4998
4998
|
|
|
4999
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.3.
|
|
4999
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.3.1/src/commands/org/login/access-token.ts)_
|
|
5000
5000
|
|
|
5001
5001
|
## `sf org login jwt`
|
|
5002
5002
|
|
|
@@ -5087,7 +5087,7 @@ FLAG DESCRIPTIONS
|
|
|
5087
5087
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
5088
5088
|
```
|
|
5089
5089
|
|
|
5090
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.3.
|
|
5090
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.3.1/src/commands/org/login/jwt.ts)_
|
|
5091
5091
|
|
|
5092
5092
|
## `sf org login sfdx-url`
|
|
5093
5093
|
|
|
@@ -5157,7 +5157,7 @@ EXAMPLES
|
|
|
5157
5157
|
$ echo url | sf org login sfdx-url --sfdx-url-stdin
|
|
5158
5158
|
```
|
|
5159
5159
|
|
|
5160
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.3.
|
|
5160
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.3.1/src/commands/org/login/sfdx-url.ts)_
|
|
5161
5161
|
|
|
5162
5162
|
## `sf org login web`
|
|
5163
5163
|
|
|
@@ -5262,7 +5262,7 @@ FLAG DESCRIPTIONS
|
|
|
5262
5262
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
5263
5263
|
```
|
|
5264
5264
|
|
|
5265
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.3.
|
|
5265
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.3.1/src/commands/org/login/web.ts)_
|
|
5266
5266
|
|
|
5267
5267
|
## `sf org logout`
|
|
5268
5268
|
|
|
@@ -5328,7 +5328,7 @@ FLAG DESCRIPTIONS
|
|
|
5328
5328
|
All orgs includes Dev Hubs, sandboxes, DE orgs, and expired, deleted, and unknown-status scratch orgs.
|
|
5329
5329
|
```
|
|
5330
5330
|
|
|
5331
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.3.
|
|
5331
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.3.1/src/commands/org/logout.ts)_
|
|
5332
5332
|
|
|
5333
5333
|
## `sf org open`
|
|
5334
5334
|
|
|
@@ -5817,7 +5817,7 @@ FLAG DESCRIPTIONS
|
|
|
5817
5817
|
--installation-key-bypass flag is required.
|
|
5818
5818
|
```
|
|
5819
5819
|
|
|
5820
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.
|
|
5820
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.8/src/commands/package/convert.ts)_
|
|
5821
5821
|
|
|
5822
5822
|
## `sf package create`
|
|
5823
5823
|
|
|
@@ -5896,7 +5896,7 @@ FLAG DESCRIPTIONS
|
|
|
5896
5896
|
Org-Dependent Unlocked Packages" in the Salesforce DX Developer Guide.
|
|
5897
5897
|
```
|
|
5898
5898
|
|
|
5899
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.
|
|
5899
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.8/src/commands/package/create.ts)_
|
|
5900
5900
|
|
|
5901
5901
|
## `sf package delete`
|
|
5902
5902
|
|
|
@@ -5938,7 +5938,7 @@ EXAMPLES
|
|
|
5938
5938
|
$ sf package delete --package 0Ho... --target-dev-hub devhub@example.com
|
|
5939
5939
|
```
|
|
5940
5940
|
|
|
5941
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.
|
|
5941
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.8/src/commands/package/delete.ts)_
|
|
5942
5942
|
|
|
5943
5943
|
## `sf package install`
|
|
5944
5944
|
|
|
@@ -6037,7 +6037,7 @@ FLAG DESCRIPTIONS
|
|
|
6037
6037
|
- Delete: Delete removed components, except for custom objects and custom fields, that don't have dependencies.
|
|
6038
6038
|
```
|
|
6039
6039
|
|
|
6040
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.
|
|
6040
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.8/src/commands/package/install.ts)_
|
|
6041
6041
|
|
|
6042
6042
|
## `sf package install report`
|
|
6043
6043
|
|
|
@@ -6070,7 +6070,7 @@ EXAMPLES
|
|
|
6070
6070
|
$ sf package install report --request-id 0Hf... --target-org me@example.com
|
|
6071
6071
|
```
|
|
6072
6072
|
|
|
6073
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.
|
|
6073
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.8/src/commands/package/install/report.ts)_
|
|
6074
6074
|
|
|
6075
6075
|
## `sf package installed list`
|
|
6076
6076
|
|
|
@@ -6102,7 +6102,7 @@ EXAMPLES
|
|
|
6102
6102
|
$ sf package installed list --target-org me@example.com
|
|
6103
6103
|
```
|
|
6104
6104
|
|
|
6105
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.
|
|
6105
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.8/src/commands/package/installed/list.ts)_
|
|
6106
6106
|
|
|
6107
6107
|
## `sf package list`
|
|
6108
6108
|
|
|
@@ -6140,7 +6140,7 @@ EXAMPLES
|
|
|
6140
6140
|
$ sf package list --target-dev-hub devhub@example.com --verbose
|
|
6141
6141
|
```
|
|
6142
6142
|
|
|
6143
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.
|
|
6143
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.8/src/commands/package/list.ts)_
|
|
6144
6144
|
|
|
6145
6145
|
## `sf package push-upgrade abort`
|
|
6146
6146
|
|
|
@@ -6179,7 +6179,7 @@ EXAMPLES
|
|
|
6179
6179
|
$ sf package push-upgrade abort --push-request-id 0DV... --target-dev-hub devhub@example.com
|
|
6180
6180
|
```
|
|
6181
6181
|
|
|
6182
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.
|
|
6182
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.8/src/commands/package/push-upgrade/abort.ts)_
|
|
6183
6183
|
|
|
6184
6184
|
## `sf package push-upgrade list`
|
|
6185
6185
|
|
|
@@ -6238,7 +6238,7 @@ EXAMPLES
|
|
|
6238
6238
|
$ sf package push-upgrade list --package 033xyz –-status Failed
|
|
6239
6239
|
```
|
|
6240
6240
|
|
|
6241
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.
|
|
6241
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.8/src/commands/package/push-upgrade/list.ts)_
|
|
6242
6242
|
|
|
6243
6243
|
## `sf package push-upgrade report`
|
|
6244
6244
|
|
|
@@ -6280,7 +6280,7 @@ EXAMPLES
|
|
|
6280
6280
|
$ sf package push-upgrade report --push-request-id 0DV... --target-dev-hub devhub@example.com
|
|
6281
6281
|
```
|
|
6282
6282
|
|
|
6283
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.
|
|
6283
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.8/src/commands/package/push-upgrade/report.ts)_
|
|
6284
6284
|
|
|
6285
6285
|
## `sf package push-upgrade schedule`
|
|
6286
6286
|
|
|
@@ -6367,7 +6367,7 @@ FLAG DESCRIPTIONS
|
|
|
6367
6367
|
Overrides the value of the target-dev-hub configuration variable, if set.
|
|
6368
6368
|
```
|
|
6369
6369
|
|
|
6370
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.
|
|
6370
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.8/src/commands/package/push-upgrade/schedule.ts)_
|
|
6371
6371
|
|
|
6372
6372
|
## `sf package uninstall`
|
|
6373
6373
|
|
|
@@ -6415,7 +6415,7 @@ EXAMPLES
|
|
|
6415
6415
|
$ sf package uninstall --package "Undesirable Package Alias"
|
|
6416
6416
|
```
|
|
6417
6417
|
|
|
6418
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.
|
|
6418
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.8/src/commands/package/uninstall.ts)_
|
|
6419
6419
|
|
|
6420
6420
|
## `sf package uninstall report`
|
|
6421
6421
|
|
|
@@ -6448,7 +6448,7 @@ EXAMPLES
|
|
|
6448
6448
|
$ sf package uninstall report --request-id 06y... --target-org me@example.com
|
|
6449
6449
|
```
|
|
6450
6450
|
|
|
6451
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.
|
|
6451
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.8/src/commands/package/uninstall/report.ts)_
|
|
6452
6452
|
|
|
6453
6453
|
## `sf package update`
|
|
6454
6454
|
|
|
@@ -6516,7 +6516,7 @@ FLAG DESCRIPTIONS
|
|
|
6516
6516
|
the Installed Packages page. Only released package versions can be set as the recommended version.
|
|
6517
6517
|
```
|
|
6518
6518
|
|
|
6519
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.
|
|
6519
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.8/src/commands/package/update.ts)_
|
|
6520
6520
|
|
|
6521
6521
|
## `sf package version create`
|
|
6522
6522
|
|
|
@@ -6693,7 +6693,7 @@ FLAG DESCRIPTIONS
|
|
|
6693
6693
|
periods of no output from commands.
|
|
6694
6694
|
```
|
|
6695
6695
|
|
|
6696
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.
|
|
6696
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.8/src/commands/package/version/create.ts)_
|
|
6697
6697
|
|
|
6698
6698
|
## `sf package version create list`
|
|
6699
6699
|
|
|
@@ -6754,7 +6754,7 @@ EXAMPLES
|
|
|
6754
6754
|
$ sf package version create list --created-last-days 0 --status Success
|
|
6755
6755
|
```
|
|
6756
6756
|
|
|
6757
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.
|
|
6757
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.8/src/commands/package/version/create/list.ts)_
|
|
6758
6758
|
|
|
6759
6759
|
## `sf package version create report`
|
|
6760
6760
|
|
|
@@ -6797,7 +6797,7 @@ EXAMPLES
|
|
|
6797
6797
|
$ sf package version create report --package-create-request-id 08c... --target-dev-hub devhub@example.com
|
|
6798
6798
|
```
|
|
6799
6799
|
|
|
6800
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.
|
|
6800
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.8/src/commands/package/version/create/report.ts)_
|
|
6801
6801
|
|
|
6802
6802
|
## `sf package version delete`
|
|
6803
6803
|
|
|
@@ -6838,7 +6838,7 @@ EXAMPLES
|
|
|
6838
6838
|
$ sf package version delete --package 04t... --target-org devhub@example.com
|
|
6839
6839
|
```
|
|
6840
6840
|
|
|
6841
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.
|
|
6841
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.8/src/commands/package/version/delete.ts)_
|
|
6842
6842
|
|
|
6843
6843
|
## `sf package version displayancestry`
|
|
6844
6844
|
|
|
@@ -6898,7 +6898,7 @@ FLAG DESCRIPTIONS
|
|
|
6898
6898
|
You can use the DOT code output in graph visualization software to create tree visualizations.
|
|
6899
6899
|
```
|
|
6900
6900
|
|
|
6901
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.
|
|
6901
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.8/src/commands/package/version/displayancestry.ts)_
|
|
6902
6902
|
|
|
6903
6903
|
## `sf package version displaydependencies`
|
|
6904
6904
|
|
|
@@ -6960,7 +6960,7 @@ FLAG DESCRIPTIONS
|
|
|
6960
6960
|
package, which must be installed last.
|
|
6961
6961
|
```
|
|
6962
6962
|
|
|
6963
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.
|
|
6963
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.8/src/commands/package/version/displaydependencies.ts)_
|
|
6964
6964
|
|
|
6965
6965
|
## `sf package version list`
|
|
6966
6966
|
|
|
@@ -7036,7 +7036,7 @@ EXAMPLES
|
|
|
7036
7036
|
$ sf package version list --packages exp-mgr,exp-mgr-util --released --modified-last-days 0
|
|
7037
7037
|
```
|
|
7038
7038
|
|
|
7039
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.
|
|
7039
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.8/src/commands/package/version/list.ts)_
|
|
7040
7040
|
|
|
7041
7041
|
## `sf package version promote`
|
|
7042
7042
|
|
|
@@ -7080,7 +7080,7 @@ EXAMPLES
|
|
|
7080
7080
|
$ sf package version promote --package "Awesome Package Alias"
|
|
7081
7081
|
```
|
|
7082
7082
|
|
|
7083
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.
|
|
7083
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.8/src/commands/package/version/promote.ts)_
|
|
7084
7084
|
|
|
7085
7085
|
## `sf package version report`
|
|
7086
7086
|
|
|
@@ -7120,7 +7120,7 @@ EXAMPLES
|
|
|
7120
7120
|
$ sf package version report --package "Your Package Alias" --target-dev-hub devhub@example.com
|
|
7121
7121
|
```
|
|
7122
7122
|
|
|
7123
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.
|
|
7123
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.8/src/commands/package/version/report.ts)_
|
|
7124
7124
|
|
|
7125
7125
|
## `sf package version retrieve`
|
|
7126
7126
|
|
|
@@ -7165,7 +7165,7 @@ EXAMPLES
|
|
|
7165
7165
|
$ sf package version retrieve --package 04tXXX --output-dir my-directory/ --target-dev-hub devhub@example.com
|
|
7166
7166
|
```
|
|
7167
7167
|
|
|
7168
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.
|
|
7168
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.8/src/commands/package/version/retrieve.ts)_
|
|
7169
7169
|
|
|
7170
7170
|
## `sf package version update`
|
|
7171
7171
|
|
|
@@ -7218,7 +7218,7 @@ EXAMPLES
|
|
|
7218
7218
|
$ sf package version update --package 04t... --version-description "New Package Version Description"
|
|
7219
7219
|
```
|
|
7220
7220
|
|
|
7221
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.
|
|
7221
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.8/src/commands/package/version/update.ts)_
|
|
7222
7222
|
|
|
7223
7223
|
## `sf package1 version create`
|
|
7224
7224
|
|
|
@@ -7285,7 +7285,7 @@ FLAG DESCRIPTIONS
|
|
|
7285
7285
|
subscribers.
|
|
7286
7286
|
```
|
|
7287
7287
|
|
|
7288
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.
|
|
7288
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.8/src/commands/package1/version/create.ts)_
|
|
7289
7289
|
|
|
7290
7290
|
## `sf package1 version create get`
|
|
7291
7291
|
|
|
@@ -7318,7 +7318,7 @@ EXAMPLES
|
|
|
7318
7318
|
$ sf package1 version create get --request-id 0HD... --target-org myorg@example.com
|
|
7319
7319
|
```
|
|
7320
7320
|
|
|
7321
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.
|
|
7321
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.8/src/commands/package1/version/create/get.ts)_
|
|
7322
7322
|
|
|
7323
7323
|
## `sf package1 version display`
|
|
7324
7324
|
|
|
@@ -7352,7 +7352,7 @@ EXAMPLES
|
|
|
7352
7352
|
$ sf package1 version display --package-version-id 04t... --target-org myorg@example.com
|
|
7353
7353
|
```
|
|
7354
7354
|
|
|
7355
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.
|
|
7355
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.8/src/commands/package1/version/display.ts)_
|
|
7356
7356
|
|
|
7357
7357
|
## `sf package1 version list`
|
|
7358
7358
|
|
|
@@ -7390,7 +7390,7 @@ FLAG DESCRIPTIONS
|
|
|
7390
7390
|
If not specified, shows all versions for all packages (managed and unmanaged) in the org.
|
|
7391
7391
|
```
|
|
7392
7392
|
|
|
7393
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.
|
|
7393
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.25.8/src/commands/package1/version/list.ts)_
|
|
7394
7394
|
|
|
7395
7395
|
## `sf plugins`
|
|
7396
7396
|
|
|
@@ -10577,7 +10577,7 @@ FLAG DESCRIPTIONS
|
|
|
10577
10577
|
Additionally shows the architecture, node version, operating system, and versions of plugins that the CLI is using.
|
|
10578
10578
|
```
|
|
10579
10579
|
|
|
10580
|
-
_See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/2.2.
|
|
10580
|
+
_See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/2.2.38/src/commands/version.ts)_
|
|
10581
10581
|
|
|
10582
10582
|
## `sf which`
|
|
10583
10583
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.128.
|
|
3
|
+
"version": "2.128.2",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.128.
|
|
9
|
+
"version": "2.128.2",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "Apache-2.0",
|
|
12
12
|
"dependencies": {
|
|
@@ -14,12 +14,12 @@
|
|
|
14
14
|
"@oclif/core": "4.9.0",
|
|
15
15
|
"@oclif/plugin-autocomplete": "3.2.40",
|
|
16
16
|
"@oclif/plugin-commands": "4.1.40",
|
|
17
|
-
"@oclif/plugin-help": "6.2.
|
|
18
|
-
"@oclif/plugin-not-found": "3.2.
|
|
17
|
+
"@oclif/plugin-help": "6.2.38",
|
|
18
|
+
"@oclif/plugin-not-found": "3.2.75",
|
|
19
19
|
"@oclif/plugin-plugins": "5.4.58",
|
|
20
20
|
"@oclif/plugin-search": "1.2.38",
|
|
21
21
|
"@oclif/plugin-update": "4.7.22",
|
|
22
|
-
"@oclif/plugin-version": "2.2.
|
|
22
|
+
"@oclif/plugin-version": "2.2.38",
|
|
23
23
|
"@oclif/plugin-warn-if-update-available": "3.1.55",
|
|
24
24
|
"@oclif/plugin-which": "3.2.44",
|
|
25
25
|
"@salesforce/core": "^8.25.0",
|
|
@@ -27,18 +27,18 @@
|
|
|
27
27
|
"@salesforce/plugin-agent": "1.32.1",
|
|
28
28
|
"@salesforce/plugin-apex": "3.9.12",
|
|
29
29
|
"@salesforce/plugin-api": "1.3.11",
|
|
30
|
-
"@salesforce/plugin-auth": "4.3.
|
|
31
|
-
"@salesforce/plugin-data": "4.0.
|
|
30
|
+
"@salesforce/plugin-auth": "4.3.1",
|
|
31
|
+
"@salesforce/plugin-data": "4.0.79",
|
|
32
32
|
"@salesforce/plugin-deploy-retrieve": "3.24.15",
|
|
33
33
|
"@salesforce/plugin-info": "3.4.109",
|
|
34
34
|
"@salesforce/plugin-limits": "3.3.79",
|
|
35
35
|
"@salesforce/plugin-marketplace": "1.3.10",
|
|
36
36
|
"@salesforce/plugin-org": "5.9.71",
|
|
37
|
-
"@salesforce/plugin-packaging": "2.25.
|
|
37
|
+
"@salesforce/plugin-packaging": "2.25.8",
|
|
38
38
|
"@salesforce/plugin-schema": "3.3.96",
|
|
39
39
|
"@salesforce/plugin-settings": "2.4.60",
|
|
40
40
|
"@salesforce/plugin-sobject": "1.4.85",
|
|
41
|
-
"@salesforce/plugin-telemetry": "3.8.
|
|
41
|
+
"@salesforce/plugin-telemetry": "3.8.3",
|
|
42
42
|
"@salesforce/plugin-templates": "56.10.5",
|
|
43
43
|
"@salesforce/plugin-trust": "3.7.114",
|
|
44
44
|
"@salesforce/plugin-user": "3.7.0",
|
|
@@ -3973,9 +3973,9 @@
|
|
|
3973
3973
|
}
|
|
3974
3974
|
},
|
|
3975
3975
|
"node_modules/@oclif/plugin-help": {
|
|
3976
|
-
"version": "6.2.
|
|
3977
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.
|
|
3978
|
-
"integrity": "sha512-
|
|
3976
|
+
"version": "6.2.38",
|
|
3977
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.38.tgz",
|
|
3978
|
+
"integrity": "sha512-aTVQ8qPy5kD/Neq2B4OEo2joukHWdEabTMHfQyXtsagW1O2MvhM58+JUWADvieX67OSjSXseD6f6O/e5SA2N/Q==",
|
|
3979
3979
|
"license": "MIT",
|
|
3980
3980
|
"dependencies": {
|
|
3981
3981
|
"@oclif/core": "^4"
|
|
@@ -3985,13 +3985,13 @@
|
|
|
3985
3985
|
}
|
|
3986
3986
|
},
|
|
3987
3987
|
"node_modules/@oclif/plugin-not-found": {
|
|
3988
|
-
"version": "3.2.
|
|
3989
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.2.
|
|
3990
|
-
"integrity": "sha512-
|
|
3988
|
+
"version": "3.2.75",
|
|
3989
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.2.75.tgz",
|
|
3990
|
+
"integrity": "sha512-xBEf7fJoS/fIqzGBUe0i6yc7ozo23KTyusy50DHqh+oqay5gtMLPUfr1RbvJBGGwozzFAMMFXN9o+AvUDt/zTA==",
|
|
3991
3991
|
"license": "MIT",
|
|
3992
3992
|
"dependencies": {
|
|
3993
3993
|
"@inquirer/prompts": "^7.10.1",
|
|
3994
|
-
"@oclif/core": "^4.
|
|
3994
|
+
"@oclif/core": "^4.9.0",
|
|
3995
3995
|
"ansis": "^3.17.0",
|
|
3996
3996
|
"fast-levenshtein": "^3.0.0"
|
|
3997
3997
|
},
|
|
@@ -4150,9 +4150,9 @@
|
|
|
4150
4150
|
}
|
|
4151
4151
|
},
|
|
4152
4152
|
"node_modules/@oclif/plugin-version": {
|
|
4153
|
-
"version": "2.2.
|
|
4154
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-2.2.
|
|
4155
|
-
"integrity": "sha512-
|
|
4153
|
+
"version": "2.2.38",
|
|
4154
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-2.2.38.tgz",
|
|
4155
|
+
"integrity": "sha512-xhZJYmrJndpRFYWJccMSVvIh7rtHJO4Ta7XhCO2u3jeV5ZrzN4myk0uSNCaPxK5EchntI+JXmNeEPLkqNkj/xg==",
|
|
4156
4156
|
"license": "MIT",
|
|
4157
4157
|
"dependencies": {
|
|
4158
4158
|
"@oclif/core": "^4",
|
|
@@ -4973,9 +4973,9 @@
|
|
|
4973
4973
|
}
|
|
4974
4974
|
},
|
|
4975
4975
|
"node_modules/@salesforce/o11y-reporter": {
|
|
4976
|
-
"version": "1.8.
|
|
4977
|
-
"resolved": "https://registry.npmjs.org/@salesforce/o11y-reporter/-/o11y-reporter-1.8.
|
|
4978
|
-
"integrity": "sha512-
|
|
4976
|
+
"version": "1.8.2",
|
|
4977
|
+
"resolved": "https://registry.npmjs.org/@salesforce/o11y-reporter/-/o11y-reporter-1.8.2.tgz",
|
|
4978
|
+
"integrity": "sha512-6Z4L/4C//f5OboxVVK0rRZCo7sRn5REI6e6O8o4cqmJNKiKhn2GzLft6Jfqa9sk46YOXn5ok4yJ6HGQUJZ1gPg==",
|
|
4979
4979
|
"license": "Apache-2.0",
|
|
4980
4980
|
"dependencies": {
|
|
4981
4981
|
"o11y": "^258.7.0",
|
|
@@ -5190,9 +5190,9 @@
|
|
|
5190
5190
|
}
|
|
5191
5191
|
},
|
|
5192
5192
|
"node_modules/@salesforce/plugin-auth": {
|
|
5193
|
-
"version": "4.3.
|
|
5194
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-4.3.
|
|
5195
|
-
"integrity": "sha512-
|
|
5193
|
+
"version": "4.3.1",
|
|
5194
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-4.3.1.tgz",
|
|
5195
|
+
"integrity": "sha512-5VzkM+wssqzMsHiNoL9tkNc9UbLJKy0D7itDS/dCzhPxc454P7MWOHZnuftfsVsE2pq5kRMsLJbtFSetGtMwGQ==",
|
|
5196
5196
|
"license": "Apache-2.0",
|
|
5197
5197
|
"dependencies": {
|
|
5198
5198
|
"@inquirer/checkbox": "^2.5.0",
|
|
@@ -5321,9 +5321,9 @@
|
|
|
5321
5321
|
}
|
|
5322
5322
|
},
|
|
5323
5323
|
"node_modules/@salesforce/plugin-data": {
|
|
5324
|
-
"version": "4.0.
|
|
5325
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-4.0.
|
|
5326
|
-
"integrity": "sha512-
|
|
5324
|
+
"version": "4.0.79",
|
|
5325
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-4.0.79.tgz",
|
|
5326
|
+
"integrity": "sha512-N8ySbHVp0+DonZ07Dk5uDw4adkSh7KQ/Kcv6BvLjxpKI1LBdzzarmzy/xR0+O34OM1hAJcsL4Pj85vStG6rTjg==",
|
|
5327
5327
|
"license": "Apache-2.0",
|
|
5328
5328
|
"dependencies": {
|
|
5329
5329
|
"@jsforce/jsforce-node": "^3.10.14",
|
|
@@ -5338,7 +5338,7 @@
|
|
|
5338
5338
|
"csv-stringify": "^6.6.0",
|
|
5339
5339
|
"form-data": "^4.0.5",
|
|
5340
5340
|
"terminal-link": "^3.0.0",
|
|
5341
|
-
"undici": "^7.
|
|
5341
|
+
"undici": "^7.24.0",
|
|
5342
5342
|
"zod": "^4.3.6"
|
|
5343
5343
|
},
|
|
5344
5344
|
"engines": {
|
|
@@ -5460,13 +5460,13 @@
|
|
|
5460
5460
|
}
|
|
5461
5461
|
},
|
|
5462
5462
|
"node_modules/@salesforce/plugin-packaging": {
|
|
5463
|
-
"version": "2.25.
|
|
5464
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-packaging/-/plugin-packaging-2.25.
|
|
5465
|
-
"integrity": "sha512
|
|
5463
|
+
"version": "2.25.8",
|
|
5464
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-packaging/-/plugin-packaging-2.25.8.tgz",
|
|
5465
|
+
"integrity": "sha512-+eUh7uRhMvnlSjTkbnIs8OPbu+rzv6AOSWCUGFQ2Ok9xYmzGNxEAqoUYMqxqxFTK3eIg6gtO0NlL8OKV6G4xQg==",
|
|
5466
5466
|
"license": "Apache-2.0",
|
|
5467
5467
|
"dependencies": {
|
|
5468
5468
|
"@oclif/core": "^4",
|
|
5469
|
-
"@salesforce/core": "^8.
|
|
5469
|
+
"@salesforce/core": "^8.27.0",
|
|
5470
5470
|
"@salesforce/kit": "^3.2.4",
|
|
5471
5471
|
"@salesforce/packaging": "^4.21.1",
|
|
5472
5472
|
"@salesforce/sf-plugins-core": "^12.2.6",
|
|
@@ -5735,16 +5735,16 @@
|
|
|
5735
5735
|
}
|
|
5736
5736
|
},
|
|
5737
5737
|
"node_modules/@salesforce/plugin-telemetry": {
|
|
5738
|
-
"version": "3.8.
|
|
5739
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-3.8.
|
|
5740
|
-
"integrity": "sha512-
|
|
5738
|
+
"version": "3.8.3",
|
|
5739
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-3.8.3.tgz",
|
|
5740
|
+
"integrity": "sha512-HqiMJsCbWvuUHn8VzARQqReBM9FhqcJO9q3sZm+Q5xtdntV5OXpDWPIJ/wZzOENGTbTS5amIM+hmsqwadmcuUA==",
|
|
5741
5741
|
"license": "Apache-2.0",
|
|
5742
5742
|
"dependencies": {
|
|
5743
5743
|
"@oclif/core": "^4.8.0",
|
|
5744
5744
|
"@salesforce/core": "^8.25.1",
|
|
5745
5745
|
"@salesforce/kit": "^3.2.4",
|
|
5746
5746
|
"@salesforce/sf-plugins-core": "^12",
|
|
5747
|
-
"@salesforce/telemetry": "^6.8.
|
|
5747
|
+
"@salesforce/telemetry": "^6.8.1",
|
|
5748
5748
|
"@salesforce/ts-types": "^2.0.12",
|
|
5749
5749
|
"debug": "^4.4.3"
|
|
5750
5750
|
},
|
|
@@ -6011,17 +6011,17 @@
|
|
|
6011
6011
|
}
|
|
6012
6012
|
},
|
|
6013
6013
|
"node_modules/@salesforce/telemetry": {
|
|
6014
|
-
"version": "6.8.
|
|
6015
|
-
"resolved": "https://registry.npmjs.org/@salesforce/telemetry/-/telemetry-6.8.
|
|
6016
|
-
"integrity": "sha512-
|
|
6014
|
+
"version": "6.8.4",
|
|
6015
|
+
"resolved": "https://registry.npmjs.org/@salesforce/telemetry/-/telemetry-6.8.4.tgz",
|
|
6016
|
+
"integrity": "sha512-kS62cLXWr6CFKeQyjleOueJBlQNbSZywYOoDmvMKbbf4MoenRSpxsgY3a8U5waJAKHu09AXORq0dQHCcBieueQ==",
|
|
6017
6017
|
"license": "Apache-2.0",
|
|
6018
6018
|
"dependencies": {
|
|
6019
|
-
"@salesforce/core": "^8.
|
|
6019
|
+
"@salesforce/core": "^8.27.0",
|
|
6020
6020
|
"@salesforce/kit": "^3.2.4",
|
|
6021
|
-
"@salesforce/o11y-reporter": "1.8.
|
|
6021
|
+
"@salesforce/o11y-reporter": "1.8.2",
|
|
6022
6022
|
"applicationinsights": "^2.9.8",
|
|
6023
6023
|
"got": "^11",
|
|
6024
|
-
"o11y_schema": "^260.
|
|
6024
|
+
"o11y_schema": "^260.52.0",
|
|
6025
6025
|
"proxy-agent": "^6.5.0"
|
|
6026
6026
|
},
|
|
6027
6027
|
"engines": {
|
|
@@ -19948,9 +19948,9 @@
|
|
|
19948
19948
|
}
|
|
19949
19949
|
},
|
|
19950
19950
|
"node_modules/o11y_schema": {
|
|
19951
|
-
"version": "260.
|
|
19952
|
-
"resolved": "https://registry.npmjs.org/o11y_schema/-/o11y_schema-260.
|
|
19953
|
-
"integrity": "sha512-
|
|
19951
|
+
"version": "260.52.0",
|
|
19952
|
+
"resolved": "https://registry.npmjs.org/o11y_schema/-/o11y_schema-260.52.0.tgz",
|
|
19953
|
+
"integrity": "sha512-mVRysdQE3E9N1JxnfEeNOkwtG2YxMtW9f5PoZWptDgzLa5fulsSOC3RCUe+Rw7bOQJ35zWSFkXSSV8YEWdE5nQ==",
|
|
19954
19954
|
"license": "BSD-3-Clause"
|
|
19955
19955
|
},
|
|
19956
19956
|
"node_modules/o11y/node_modules/o11y_schema": {
|
|
@@ -24084,9 +24084,9 @@
|
|
|
24084
24084
|
}
|
|
24085
24085
|
},
|
|
24086
24086
|
"node_modules/undici": {
|
|
24087
|
-
"version": "7.
|
|
24088
|
-
"resolved": "https://registry.npmjs.org/undici/-/undici-7.
|
|
24089
|
-
"integrity": "sha512-
|
|
24087
|
+
"version": "7.24.3",
|
|
24088
|
+
"resolved": "https://registry.npmjs.org/undici/-/undici-7.24.3.tgz",
|
|
24089
|
+
"integrity": "sha512-eJdUmK/Wrx2d+mnWWmwwLRyA7OQCkLap60sk3dOK4ViZR7DKwwptwuIvFBg2HaiP9ESaEdhtpSymQPvytpmkCA==",
|
|
24090
24090
|
"license": "MIT",
|
|
24091
24091
|
"engines": {
|
|
24092
24092
|
"node": ">=20.18.1"
|
package/oclif.lock
CHANGED
|
@@ -1635,7 +1635,7 @@
|
|
|
1635
1635
|
proc-log "^5.0.0"
|
|
1636
1636
|
which "^5.0.0"
|
|
1637
1637
|
|
|
1638
|
-
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.2.8", "@oclif/core@^4.5.2", "@oclif/core@^4.8.0", "@oclif/core@^4.8.2", "@oclif/core@^4.8.4", "@oclif/core@>= 3.0.0", "@oclif/core@4.9.0":
|
|
1638
|
+
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.2.8", "@oclif/core@^4.5.2", "@oclif/core@^4.8.0", "@oclif/core@^4.8.2", "@oclif/core@^4.8.4", "@oclif/core@^4.9.0", "@oclif/core@>= 3.0.0", "@oclif/core@4.9.0":
|
|
1639
1639
|
version "4.9.0"
|
|
1640
1640
|
resolved "https://registry.npmjs.org/@oclif/core/-/core-4.9.0.tgz"
|
|
1641
1641
|
integrity sha512-k/ntRgDcUprTT+aaNoF+whk3cY3f9fRD2lkF6ul7JeCUg2MaMXVXZXfbRhJCfsiX51X8/5Pqo0LGdO9SLYXNHg==
|
|
@@ -1731,20 +1731,20 @@
|
|
|
1731
1731
|
lodash "^4.17.23"
|
|
1732
1732
|
object-treeify "^4.0.1"
|
|
1733
1733
|
|
|
1734
|
-
"@oclif/plugin-help@^6.2.37", "@oclif/plugin-help@6.2.
|
|
1735
|
-
version "6.2.
|
|
1736
|
-
resolved "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.
|
|
1737
|
-
integrity sha512-
|
|
1734
|
+
"@oclif/plugin-help@^6.2.37", "@oclif/plugin-help@6.2.38":
|
|
1735
|
+
version "6.2.38"
|
|
1736
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.38.tgz"
|
|
1737
|
+
integrity sha512-aTVQ8qPy5kD/Neq2B4OEo2joukHWdEabTMHfQyXtsagW1O2MvhM58+JUWADvieX67OSjSXseD6f6O/e5SA2N/Q==
|
|
1738
1738
|
dependencies:
|
|
1739
1739
|
"@oclif/core" "^4"
|
|
1740
1740
|
|
|
1741
|
-
"@oclif/plugin-not-found@^3.2.74", "@oclif/plugin-not-found@3.2.
|
|
1742
|
-
version "3.2.
|
|
1743
|
-
resolved "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.2.
|
|
1744
|
-
integrity sha512-
|
|
1741
|
+
"@oclif/plugin-not-found@^3.2.74", "@oclif/plugin-not-found@3.2.75":
|
|
1742
|
+
version "3.2.75"
|
|
1743
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.2.75.tgz"
|
|
1744
|
+
integrity sha512-xBEf7fJoS/fIqzGBUe0i6yc7ozo23KTyusy50DHqh+oqay5gtMLPUfr1RbvJBGGwozzFAMMFXN9o+AvUDt/zTA==
|
|
1745
1745
|
dependencies:
|
|
1746
1746
|
"@inquirer/prompts" "^7.10.1"
|
|
1747
|
-
"@oclif/core" "^4.
|
|
1747
|
+
"@oclif/core" "^4.9.0"
|
|
1748
1748
|
ansis "^3.17.0"
|
|
1749
1749
|
fast-levenshtein "^3.0.0"
|
|
1750
1750
|
|
|
@@ -1790,10 +1790,10 @@
|
|
|
1790
1790
|
semver "^7.7.4"
|
|
1791
1791
|
tar-fs "^2.1.4"
|
|
1792
1792
|
|
|
1793
|
-
"@oclif/plugin-version@2.2.
|
|
1794
|
-
version "2.2.
|
|
1795
|
-
resolved "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-2.2.
|
|
1796
|
-
integrity sha512-
|
|
1793
|
+
"@oclif/plugin-version@2.2.38":
|
|
1794
|
+
version "2.2.38"
|
|
1795
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-2.2.38.tgz"
|
|
1796
|
+
integrity sha512-xhZJYmrJndpRFYWJccMSVvIh7rtHJO4Ta7XhCO2u3jeV5ZrzN4myk0uSNCaPxK5EchntI+JXmNeEPLkqNkj/xg==
|
|
1797
1797
|
dependencies:
|
|
1798
1798
|
"@oclif/core" "^4"
|
|
1799
1799
|
ansis "^3.17.0"
|
|
@@ -2089,7 +2089,7 @@
|
|
|
2089
2089
|
strip-ansi "6.0.1"
|
|
2090
2090
|
ts-retry-promise "^0.8.1"
|
|
2091
2091
|
|
|
2092
|
-
"@salesforce/core@^8.18.7", "@salesforce/core@^8.24.0", "@salesforce/core@^8.25.0", "@salesforce/core@^8.25.1", "@salesforce/core@^8.26.
|
|
2092
|
+
"@salesforce/core@^8.18.7", "@salesforce/core@^8.24.0", "@salesforce/core@^8.25.0", "@salesforce/core@^8.25.1", "@salesforce/core@^8.26.2", "@salesforce/core@^8.26.3", "@salesforce/core@^8.27.0", "@salesforce/core@^8.5.1", "@salesforce/core@^8.8.0", "@salesforce/core@^8.8.5":
|
|
2093
2093
|
version "8.27.0"
|
|
2094
2094
|
resolved "https://registry.npmjs.org/@salesforce/core/-/core-8.27.0.tgz"
|
|
2095
2095
|
integrity sha512-Je//0ySHRJRTD16dFxdm6J624i+oufKNq+o8O1AoUNYlT/k4SJi/YGt+iGlKesZGxPf7X1zzUPY1S6C99c/UBA==
|
|
@@ -2158,10 +2158,10 @@
|
|
|
2158
2158
|
dependencies:
|
|
2159
2159
|
"@salesforce/ts-types" "^2.0.12"
|
|
2160
2160
|
|
|
2161
|
-
"@salesforce/o11y-reporter@1.8.
|
|
2162
|
-
version "1.8.
|
|
2163
|
-
resolved "https://registry.npmjs.org/@salesforce/o11y-reporter/-/o11y-reporter-1.8.
|
|
2164
|
-
integrity sha512-
|
|
2161
|
+
"@salesforce/o11y-reporter@1.8.2":
|
|
2162
|
+
version "1.8.2"
|
|
2163
|
+
resolved "https://registry.npmjs.org/@salesforce/o11y-reporter/-/o11y-reporter-1.8.2.tgz"
|
|
2164
|
+
integrity sha512-6Z4L/4C//f5OboxVVK0rRZCo7sRn5REI6e6O8o4cqmJNKiKhn2GzLft6Jfqa9sk46YOXn5ok4yJ6HGQUJZ1gPg==
|
|
2165
2165
|
dependencies:
|
|
2166
2166
|
o11y "^258.7.0"
|
|
2167
2167
|
o11y_schema "256.154.0"
|
|
@@ -2236,10 +2236,10 @@
|
|
|
2236
2236
|
got "^13.0.0"
|
|
2237
2237
|
proxy-agent "^6.5.0"
|
|
2238
2238
|
|
|
2239
|
-
"@salesforce/plugin-auth@4.3.
|
|
2240
|
-
version "4.3.
|
|
2241
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-4.3.
|
|
2242
|
-
integrity sha512-
|
|
2239
|
+
"@salesforce/plugin-auth@4.3.1":
|
|
2240
|
+
version "4.3.1"
|
|
2241
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-4.3.1.tgz"
|
|
2242
|
+
integrity sha512-5VzkM+wssqzMsHiNoL9tkNc9UbLJKy0D7itDS/dCzhPxc454P7MWOHZnuftfsVsE2pq5kRMsLJbtFSetGtMwGQ==
|
|
2243
2243
|
dependencies:
|
|
2244
2244
|
"@inquirer/checkbox" "^2.5.0"
|
|
2245
2245
|
"@inquirer/select" "^2.5.0"
|
|
@@ -2265,10 +2265,10 @@
|
|
|
2265
2265
|
debug "^4.4.0"
|
|
2266
2266
|
handlebars "^4.7.8"
|
|
2267
2267
|
|
|
2268
|
-
"@salesforce/plugin-data@4.0.
|
|
2269
|
-
version "4.0.
|
|
2270
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-4.0.
|
|
2271
|
-
integrity sha512-
|
|
2268
|
+
"@salesforce/plugin-data@4.0.79":
|
|
2269
|
+
version "4.0.79"
|
|
2270
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-4.0.79.tgz"
|
|
2271
|
+
integrity sha512-N8ySbHVp0+DonZ07Dk5uDw4adkSh7KQ/Kcv6BvLjxpKI1LBdzzarmzy/xR0+O34OM1hAJcsL4Pj85vStG6rTjg==
|
|
2272
2272
|
dependencies:
|
|
2273
2273
|
"@jsforce/jsforce-node" "^3.10.14"
|
|
2274
2274
|
"@oclif/multi-stage-output" "^0.8.30"
|
|
@@ -2282,7 +2282,7 @@
|
|
|
2282
2282
|
csv-stringify "^6.6.0"
|
|
2283
2283
|
form-data "^4.0.5"
|
|
2284
2284
|
terminal-link "^3.0.0"
|
|
2285
|
-
undici "^7.
|
|
2285
|
+
undici "^7.24.0"
|
|
2286
2286
|
zod "^4.3.6"
|
|
2287
2287
|
|
|
2288
2288
|
"@salesforce/plugin-deploy-retrieve@3.24.15":
|
|
@@ -2359,13 +2359,13 @@
|
|
|
2359
2359
|
open "^10.2.0"
|
|
2360
2360
|
terminal-link "^3.0.0"
|
|
2361
2361
|
|
|
2362
|
-
"@salesforce/plugin-packaging@2.25.
|
|
2363
|
-
version "2.25.
|
|
2364
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-packaging/-/plugin-packaging-2.25.
|
|
2365
|
-
integrity sha512
|
|
2362
|
+
"@salesforce/plugin-packaging@2.25.8":
|
|
2363
|
+
version "2.25.8"
|
|
2364
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-packaging/-/plugin-packaging-2.25.8.tgz"
|
|
2365
|
+
integrity sha512-+eUh7uRhMvnlSjTkbnIs8OPbu+rzv6AOSWCUGFQ2Ok9xYmzGNxEAqoUYMqxqxFTK3eIg6gtO0NlL8OKV6G4xQg==
|
|
2366
2366
|
dependencies:
|
|
2367
2367
|
"@oclif/core" "^4"
|
|
2368
|
-
"@salesforce/core" "^8.
|
|
2368
|
+
"@salesforce/core" "^8.27.0"
|
|
2369
2369
|
"@salesforce/kit" "^3.2.4"
|
|
2370
2370
|
"@salesforce/packaging" "^4.21.1"
|
|
2371
2371
|
"@salesforce/sf-plugins-core" "^12.2.6"
|
|
@@ -2434,16 +2434,16 @@
|
|
|
2434
2434
|
fast-xml-parser "^5.3.8"
|
|
2435
2435
|
js2xmlparser "^4.0.2"
|
|
2436
2436
|
|
|
2437
|
-
"@salesforce/plugin-telemetry@3.8.
|
|
2438
|
-
version "3.8.
|
|
2439
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-3.8.
|
|
2440
|
-
integrity sha512-
|
|
2437
|
+
"@salesforce/plugin-telemetry@3.8.3":
|
|
2438
|
+
version "3.8.3"
|
|
2439
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-3.8.3.tgz"
|
|
2440
|
+
integrity sha512-HqiMJsCbWvuUHn8VzARQqReBM9FhqcJO9q3sZm+Q5xtdntV5OXpDWPIJ/wZzOENGTbTS5amIM+hmsqwadmcuUA==
|
|
2441
2441
|
dependencies:
|
|
2442
2442
|
"@oclif/core" "^4.8.0"
|
|
2443
2443
|
"@salesforce/core" "^8.25.1"
|
|
2444
2444
|
"@salesforce/kit" "^3.2.4"
|
|
2445
2445
|
"@salesforce/sf-plugins-core" "^12"
|
|
2446
|
-
"@salesforce/telemetry" "^6.8.
|
|
2446
|
+
"@salesforce/telemetry" "^6.8.1"
|
|
2447
2447
|
"@salesforce/ts-types" "^2.0.12"
|
|
2448
2448
|
debug "^4.4.3"
|
|
2449
2449
|
|
|
@@ -2561,17 +2561,17 @@
|
|
|
2561
2561
|
isomorphic-git "^1.34.2"
|
|
2562
2562
|
ts-retry-promise "^0.8.1"
|
|
2563
2563
|
|
|
2564
|
-
"@salesforce/telemetry@^6.8.
|
|
2565
|
-
version "6.8.
|
|
2566
|
-
resolved "https://registry.npmjs.org/@salesforce/telemetry/-/telemetry-6.8.
|
|
2567
|
-
integrity sha512-
|
|
2564
|
+
"@salesforce/telemetry@^6.8.1":
|
|
2565
|
+
version "6.8.4"
|
|
2566
|
+
resolved "https://registry.npmjs.org/@salesforce/telemetry/-/telemetry-6.8.4.tgz"
|
|
2567
|
+
integrity sha512-kS62cLXWr6CFKeQyjleOueJBlQNbSZywYOoDmvMKbbf4MoenRSpxsgY3a8U5waJAKHu09AXORq0dQHCcBieueQ==
|
|
2568
2568
|
dependencies:
|
|
2569
|
-
"@salesforce/core" "^8.
|
|
2569
|
+
"@salesforce/core" "^8.27.0"
|
|
2570
2570
|
"@salesforce/kit" "^3.2.4"
|
|
2571
|
-
"@salesforce/o11y-reporter" "1.8.
|
|
2571
|
+
"@salesforce/o11y-reporter" "1.8.2"
|
|
2572
2572
|
applicationinsights "^2.9.8"
|
|
2573
2573
|
got "^11"
|
|
2574
|
-
o11y_schema "^260.
|
|
2574
|
+
o11y_schema "^260.52.0"
|
|
2575
2575
|
proxy-agent "^6.5.0"
|
|
2576
2576
|
|
|
2577
2577
|
"@salesforce/templates@^66.4.0":
|
|
@@ -9050,10 +9050,10 @@ nyc@^17.0.0:
|
|
|
9050
9050
|
test-exclude "^6.0.0"
|
|
9051
9051
|
yargs "^15.0.2"
|
|
9052
9052
|
|
|
9053
|
-
o11y_schema@^260.
|
|
9054
|
-
version "260.
|
|
9055
|
-
resolved "https://registry.npmjs.org/o11y_schema/-/o11y_schema-260.
|
|
9056
|
-
integrity sha512-
|
|
9053
|
+
o11y_schema@^260.52.0:
|
|
9054
|
+
version "260.52.0"
|
|
9055
|
+
resolved "https://registry.npmjs.org/o11y_schema/-/o11y_schema-260.52.0.tgz"
|
|
9056
|
+
integrity sha512-mVRysdQE3E9N1JxnfEeNOkwtG2YxMtW9f5PoZWptDgzLa5fulsSOC3RCUe+Rw7bOQJ35zWSFkXSSV8YEWdE5nQ==
|
|
9057
9057
|
|
|
9058
9058
|
o11y_schema@254.44.0:
|
|
9059
9059
|
version "254.44.0"
|
|
@@ -11382,10 +11382,10 @@ undici-types@~7.8.0:
|
|
|
11382
11382
|
resolved "https://registry.npmjs.org/undici-types/-/undici-types-7.8.0.tgz"
|
|
11383
11383
|
integrity sha512-9UJ2xGDvQ43tYyVMpuHlsgApydB8ZKfVYTsLDhXkFL/6gfkp+U8xTGdh8pMJv1SpZna0zxG1DwsKZsreLbXBxw==
|
|
11384
11384
|
|
|
11385
|
-
undici@^7.
|
|
11386
|
-
version "7.
|
|
11387
|
-
resolved "https://registry.npmjs.org/undici/-/undici-7.
|
|
11388
|
-
integrity sha512-
|
|
11385
|
+
undici@^7.24.0:
|
|
11386
|
+
version "7.24.3"
|
|
11387
|
+
resolved "https://registry.npmjs.org/undici/-/undici-7.24.3.tgz"
|
|
11388
|
+
integrity sha512-eJdUmK/Wrx2d+mnWWmwwLRyA7OQCkLap60sk3dOK4ViZR7DKwwptwuIvFBg2HaiP9ESaEdhtpSymQPvytpmkCA==
|
|
11389
11389
|
|
|
11390
11390
|
unicorn-magic@^0.1.0:
|
|
11391
11391
|
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.128.
|
|
4
|
+
"version": "2.128.2",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -147,12 +147,12 @@
|
|
|
147
147
|
"@oclif/core": "4.9.0",
|
|
148
148
|
"@oclif/plugin-autocomplete": "3.2.40",
|
|
149
149
|
"@oclif/plugin-commands": "4.1.40",
|
|
150
|
-
"@oclif/plugin-help": "6.2.
|
|
151
|
-
"@oclif/plugin-not-found": "3.2.
|
|
150
|
+
"@oclif/plugin-help": "6.2.38",
|
|
151
|
+
"@oclif/plugin-not-found": "3.2.75",
|
|
152
152
|
"@oclif/plugin-plugins": "5.4.58",
|
|
153
153
|
"@oclif/plugin-search": "1.2.38",
|
|
154
154
|
"@oclif/plugin-update": "4.7.22",
|
|
155
|
-
"@oclif/plugin-version": "2.2.
|
|
155
|
+
"@oclif/plugin-version": "2.2.38",
|
|
156
156
|
"@oclif/plugin-warn-if-update-available": "3.1.55",
|
|
157
157
|
"@oclif/plugin-which": "3.2.44",
|
|
158
158
|
"@salesforce/core": "^8.25.0",
|
|
@@ -160,18 +160,18 @@
|
|
|
160
160
|
"@salesforce/plugin-agent": "1.32.1",
|
|
161
161
|
"@salesforce/plugin-apex": "3.9.12",
|
|
162
162
|
"@salesforce/plugin-api": "1.3.11",
|
|
163
|
-
"@salesforce/plugin-auth": "4.3.
|
|
164
|
-
"@salesforce/plugin-data": "4.0.
|
|
163
|
+
"@salesforce/plugin-auth": "4.3.1",
|
|
164
|
+
"@salesforce/plugin-data": "4.0.79",
|
|
165
165
|
"@salesforce/plugin-deploy-retrieve": "3.24.15",
|
|
166
166
|
"@salesforce/plugin-info": "3.4.109",
|
|
167
167
|
"@salesforce/plugin-limits": "3.3.79",
|
|
168
168
|
"@salesforce/plugin-marketplace": "1.3.10",
|
|
169
169
|
"@salesforce/plugin-org": "5.9.71",
|
|
170
|
-
"@salesforce/plugin-packaging": "2.25.
|
|
170
|
+
"@salesforce/plugin-packaging": "2.25.8",
|
|
171
171
|
"@salesforce/plugin-schema": "3.3.96",
|
|
172
172
|
"@salesforce/plugin-settings": "2.4.60",
|
|
173
173
|
"@salesforce/plugin-sobject": "1.4.85",
|
|
174
|
-
"@salesforce/plugin-telemetry": "3.8.
|
|
174
|
+
"@salesforce/plugin-telemetry": "3.8.3",
|
|
175
175
|
"@salesforce/plugin-templates": "56.10.5",
|
|
176
176
|
"@salesforce/plugin-trust": "3.7.114",
|
|
177
177
|
"@salesforce/plugin-user": "3.7.0",
|