@salesforce/cli 2.117.6 → 2.118.1
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 +64 -59
- package/npm-shrinkwrap.json +15 -14
- package/oclif.lock +13 -12
- package/oclif.manifest.json +1 -1
- package/package.json +3 -3
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.
|
|
28
|
+
@salesforce/cli/2.118.1 linux-x64 node-v22.21.1
|
|
29
29
|
$ sf --help [COMMAND]
|
|
30
30
|
USAGE
|
|
31
31
|
$ sf COMMAND
|
|
@@ -2267,7 +2267,7 @@ EXAMPLES
|
|
|
2267
2267
|
$ sf data bulk results --job-id 7507i000fake341G --target-org my-scratch
|
|
2268
2268
|
```
|
|
2269
2269
|
|
|
2270
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2270
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.67/src/commands/data/bulk/results.ts)_
|
|
2271
2271
|
|
|
2272
2272
|
## `sf data create file`
|
|
2273
2273
|
|
|
@@ -2316,7 +2316,7 @@ EXAMPLES
|
|
|
2316
2316
|
$ sf data create file --file path/to/astro.png --parent-id a03fakeLoJWPIA3
|
|
2317
2317
|
```
|
|
2318
2318
|
|
|
2319
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2319
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.67/src/commands/data/create/file.ts)_
|
|
2320
2320
|
|
|
2321
2321
|
## `sf data create record`
|
|
2322
2322
|
|
|
@@ -2372,7 +2372,7 @@ EXAMPLES
|
|
|
2372
2372
|
TracedEntityId=01p17000000R6bLAAS"
|
|
2373
2373
|
```
|
|
2374
2374
|
|
|
2375
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2375
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.67/src/commands/data/create/record.ts)_
|
|
2376
2376
|
|
|
2377
2377
|
## `sf data delete bulk`
|
|
2378
2378
|
|
|
@@ -2431,7 +2431,7 @@ FLAG DESCRIPTIONS
|
|
|
2431
2431
|
and can be enabled only by a system administrator.
|
|
2432
2432
|
```
|
|
2433
2433
|
|
|
2434
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2434
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.67/src/commands/data/delete/bulk.ts)_
|
|
2435
2435
|
|
|
2436
2436
|
## `sf data delete record`
|
|
2437
2437
|
|
|
@@ -2492,7 +2492,7 @@ EXAMPLES
|
|
|
2492
2492
|
$ sf data delete record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
|
|
2493
2493
|
```
|
|
2494
2494
|
|
|
2495
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2495
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.67/src/commands/data/delete/record.ts)_
|
|
2496
2496
|
|
|
2497
2497
|
## `sf data delete resume`
|
|
2498
2498
|
|
|
@@ -2531,7 +2531,7 @@ EXAMPLES
|
|
|
2531
2531
|
$ sf data delete resume --use-most-recent --target-org my-scratch
|
|
2532
2532
|
```
|
|
2533
2533
|
|
|
2534
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2534
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.67/src/commands/data/delete/resume.ts)_
|
|
2535
2535
|
|
|
2536
2536
|
## `sf data export bulk`
|
|
2537
2537
|
|
|
@@ -2598,7 +2598,7 @@ EXAMPLES
|
|
|
2598
2598
|
--result-format json --wait 10 --all-rows
|
|
2599
2599
|
```
|
|
2600
2600
|
|
|
2601
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2601
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.67/src/commands/data/export/bulk.ts)_
|
|
2602
2602
|
|
|
2603
2603
|
## `sf data export resume`
|
|
2604
2604
|
|
|
@@ -2637,7 +2637,7 @@ EXAMPLES
|
|
|
2637
2637
|
$ sf data export resume --use-most-recent
|
|
2638
2638
|
```
|
|
2639
2639
|
|
|
2640
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2640
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.67/src/commands/data/export/resume.ts)_
|
|
2641
2641
|
|
|
2642
2642
|
## `sf data export tree`
|
|
2643
2643
|
|
|
@@ -2697,7 +2697,7 @@ EXAMPLES
|
|
|
2697
2697
|
my-scratch
|
|
2698
2698
|
```
|
|
2699
2699
|
|
|
2700
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2700
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.67/src/commands/data/export/tree.ts)_
|
|
2701
2701
|
|
|
2702
2702
|
## `sf data get record`
|
|
2703
2703
|
|
|
@@ -2761,7 +2761,7 @@ EXAMPLES
|
|
|
2761
2761
|
$ sf data get record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
|
|
2762
2762
|
```
|
|
2763
2763
|
|
|
2764
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2764
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.67/src/commands/data/get/record.ts)_
|
|
2765
2765
|
|
|
2766
2766
|
## `sf data import bulk`
|
|
2767
2767
|
|
|
@@ -2813,7 +2813,7 @@ EXAMPLES
|
|
|
2813
2813
|
$ sf data import bulk --file accounts.csv --sobject Account --wait 10 --target-org my-scratch
|
|
2814
2814
|
```
|
|
2815
2815
|
|
|
2816
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2816
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.67/src/commands/data/import/bulk.ts)_
|
|
2817
2817
|
|
|
2818
2818
|
## `sf data import resume`
|
|
2819
2819
|
|
|
@@ -2849,7 +2849,7 @@ EXAMPLES
|
|
|
2849
2849
|
$ sf data import resume --use-most-recent --target-org my-scratch
|
|
2850
2850
|
```
|
|
2851
2851
|
|
|
2852
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2852
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.67/src/commands/data/import/resume.ts)_
|
|
2853
2853
|
|
|
2854
2854
|
## `sf data import tree`
|
|
2855
2855
|
|
|
@@ -2913,7 +2913,7 @@ FLAG DESCRIPTIONS
|
|
|
2913
2913
|
- files(array) - Files: An array of files paths to load
|
|
2914
2914
|
```
|
|
2915
2915
|
|
|
2916
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2916
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.67/src/commands/data/import/tree.ts)_
|
|
2917
2917
|
|
|
2918
2918
|
## `sf data query`
|
|
2919
2919
|
|
|
@@ -2966,7 +2966,7 @@ EXAMPLES
|
|
|
2966
2966
|
$ sf data query --query "SELECT Name FROM ApexTrigger" --use-tooling-api
|
|
2967
2967
|
```
|
|
2968
2968
|
|
|
2969
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2969
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.67/src/commands/data/query.ts)_
|
|
2970
2970
|
|
|
2971
2971
|
## `sf data resume`
|
|
2972
2972
|
|
|
@@ -3003,7 +3003,7 @@ EXAMPLES
|
|
|
3003
3003
|
$ sf data resume --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA
|
|
3004
3004
|
```
|
|
3005
3005
|
|
|
3006
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3006
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.67/src/commands/data/resume.ts)_
|
|
3007
3007
|
|
|
3008
3008
|
## `sf data search`
|
|
3009
3009
|
|
|
@@ -3053,7 +3053,7 @@ EXAMPLES
|
|
|
3053
3053
|
$ sf data search --file query.txt --target-org my-scratch --result-format csv
|
|
3054
3054
|
```
|
|
3055
3055
|
|
|
3056
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3056
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.67/src/commands/data/search.ts)_
|
|
3057
3057
|
|
|
3058
3058
|
## `sf data update bulk`
|
|
3059
3059
|
|
|
@@ -3108,7 +3108,7 @@ EXAMPLES
|
|
|
3108
3108
|
$ sf data update bulk --file accounts.csv --sobject Account --wait 10 --target-org my-scratch
|
|
3109
3109
|
```
|
|
3110
3110
|
|
|
3111
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3111
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.67/src/commands/data/update/bulk.ts)_
|
|
3112
3112
|
|
|
3113
3113
|
## `sf data update record`
|
|
3114
3114
|
|
|
@@ -3170,7 +3170,7 @@ EXAMPLES
|
|
|
3170
3170
|
"ExpirationDate=2017-12-01T00:58:04.000+0000"
|
|
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.67/src/commands/data/update/record.ts)_
|
|
3174
3174
|
|
|
3175
3175
|
## `sf data update resume`
|
|
3176
3176
|
|
|
@@ -3209,7 +3209,7 @@ EXAMPLES
|
|
|
3209
3209
|
$ sf data update resume --use-most-recent
|
|
3210
3210
|
```
|
|
3211
3211
|
|
|
3212
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3212
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.67/src/commands/data/update/resume.ts)_
|
|
3213
3213
|
|
|
3214
3214
|
## `sf data upsert bulk`
|
|
3215
3215
|
|
|
@@ -3265,7 +3265,7 @@ EXAMPLES
|
|
|
3265
3265
|
my-scratch
|
|
3266
3266
|
```
|
|
3267
3267
|
|
|
3268
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3268
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.67/src/commands/data/upsert/bulk.ts)_
|
|
3269
3269
|
|
|
3270
3270
|
## `sf data upsert resume`
|
|
3271
3271
|
|
|
@@ -3304,7 +3304,7 @@ EXAMPLES
|
|
|
3304
3304
|
$ sf data upsert resume --use-most-recent --target-org my-scratch
|
|
3305
3305
|
```
|
|
3306
3306
|
|
|
3307
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3307
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.67/src/commands/data/upsert/resume.ts)_
|
|
3308
3308
|
|
|
3309
3309
|
## `sf doctor`
|
|
3310
3310
|
|
|
@@ -3399,7 +3399,7 @@ EXAMPLES
|
|
|
3399
3399
|
$ sf force data bulk delete --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
|
|
3400
3400
|
```
|
|
3401
3401
|
|
|
3402
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3402
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.67/src/commands/force/data/bulk/delete.ts)_
|
|
3403
3403
|
|
|
3404
3404
|
## `sf force data bulk status`
|
|
3405
3405
|
|
|
@@ -3436,7 +3436,7 @@ EXAMPLES
|
|
|
3436
3436
|
$ sf force data bulk status --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA --target-org my-scratch
|
|
3437
3437
|
```
|
|
3438
3438
|
|
|
3439
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3439
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.67/src/commands/force/data/bulk/status.ts)_
|
|
3440
3440
|
|
|
3441
3441
|
## `sf force data bulk upsert`
|
|
3442
3442
|
|
|
@@ -3494,7 +3494,7 @@ EXAMPLES
|
|
|
3494
3494
|
--target-org my-scratch
|
|
3495
3495
|
```
|
|
3496
3496
|
|
|
3497
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
3497
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.67/src/commands/force/data/bulk/upsert.ts)_
|
|
3498
3498
|
|
|
3499
3499
|
## `sf help [COMMAND]`
|
|
3500
3500
|
|
|
@@ -5998,7 +5998,7 @@ FLAG DESCRIPTIONS
|
|
|
5998
5998
|
--installation-key-bypass flag is required.
|
|
5999
5999
|
```
|
|
6000
6000
|
|
|
6001
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
6001
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.4/src/commands/package/convert.ts)_
|
|
6002
6002
|
|
|
6003
6003
|
## `sf package create`
|
|
6004
6004
|
|
|
@@ -6077,7 +6077,7 @@ FLAG DESCRIPTIONS
|
|
|
6077
6077
|
Org-Dependent Unlocked Packages" in the Salesforce DX Developer Guide.
|
|
6078
6078
|
```
|
|
6079
6079
|
|
|
6080
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
6080
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.4/src/commands/package/create.ts)_
|
|
6081
6081
|
|
|
6082
6082
|
## `sf package delete`
|
|
6083
6083
|
|
|
@@ -6119,7 +6119,7 @@ EXAMPLES
|
|
|
6119
6119
|
$ sf package delete --package 0Ho... --target-dev-hub devhub@example.com
|
|
6120
6120
|
```
|
|
6121
6121
|
|
|
6122
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
6122
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.4/src/commands/package/delete.ts)_
|
|
6123
6123
|
|
|
6124
6124
|
## `sf package install`
|
|
6125
6125
|
|
|
@@ -6218,7 +6218,7 @@ FLAG DESCRIPTIONS
|
|
|
6218
6218
|
- Delete: Delete removed components, except for custom objects and custom fields, that don't have dependencies.
|
|
6219
6219
|
```
|
|
6220
6220
|
|
|
6221
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
6221
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.4/src/commands/package/install.ts)_
|
|
6222
6222
|
|
|
6223
6223
|
## `sf package install report`
|
|
6224
6224
|
|
|
@@ -6251,7 +6251,7 @@ EXAMPLES
|
|
|
6251
6251
|
$ sf package install report --request-id 0Hf... --target-org me@example.com
|
|
6252
6252
|
```
|
|
6253
6253
|
|
|
6254
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
6254
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.4/src/commands/package/install/report.ts)_
|
|
6255
6255
|
|
|
6256
6256
|
## `sf package installed list`
|
|
6257
6257
|
|
|
@@ -6283,7 +6283,7 @@ EXAMPLES
|
|
|
6283
6283
|
$ sf package installed list --target-org me@example.com
|
|
6284
6284
|
```
|
|
6285
6285
|
|
|
6286
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
6286
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.4/src/commands/package/installed/list.ts)_
|
|
6287
6287
|
|
|
6288
6288
|
## `sf package list`
|
|
6289
6289
|
|
|
@@ -6321,7 +6321,7 @@ EXAMPLES
|
|
|
6321
6321
|
$ sf package list --target-dev-hub devhub@example.com --verbose
|
|
6322
6322
|
```
|
|
6323
6323
|
|
|
6324
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
6324
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.4/src/commands/package/list.ts)_
|
|
6325
6325
|
|
|
6326
6326
|
## `sf package push-upgrade abort`
|
|
6327
6327
|
|
|
@@ -6360,7 +6360,7 @@ EXAMPLES
|
|
|
6360
6360
|
$ sf package push-upgrade abort --push-request-id 0DV... --target-dev-hub devhub@example.com
|
|
6361
6361
|
```
|
|
6362
6362
|
|
|
6363
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
6363
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.4/src/commands/package/push-upgrade/abort.ts)_
|
|
6364
6364
|
|
|
6365
6365
|
## `sf package push-upgrade list`
|
|
6366
6366
|
|
|
@@ -6419,7 +6419,7 @@ EXAMPLES
|
|
|
6419
6419
|
$ sf package push-upgrade list --package 033xyz –-status Failed
|
|
6420
6420
|
```
|
|
6421
6421
|
|
|
6422
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
6422
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.4/src/commands/package/push-upgrade/list.ts)_
|
|
6423
6423
|
|
|
6424
6424
|
## `sf package push-upgrade report`
|
|
6425
6425
|
|
|
@@ -6461,7 +6461,7 @@ EXAMPLES
|
|
|
6461
6461
|
$ sf package push-upgrade report --push-request-id 0DV... --target-dev-hub devhub@example.com
|
|
6462
6462
|
```
|
|
6463
6463
|
|
|
6464
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
6464
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.4/src/commands/package/push-upgrade/report.ts)_
|
|
6465
6465
|
|
|
6466
6466
|
## `sf package push-upgrade schedule`
|
|
6467
6467
|
|
|
@@ -6548,7 +6548,7 @@ FLAG DESCRIPTIONS
|
|
|
6548
6548
|
Overrides the value of the target-dev-hub configuration variable, if set.
|
|
6549
6549
|
```
|
|
6550
6550
|
|
|
6551
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
6551
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.4/src/commands/package/push-upgrade/schedule.ts)_
|
|
6552
6552
|
|
|
6553
6553
|
## `sf package uninstall`
|
|
6554
6554
|
|
|
@@ -6596,7 +6596,7 @@ EXAMPLES
|
|
|
6596
6596
|
$ sf package uninstall --package "Undesirable Package Alias"
|
|
6597
6597
|
```
|
|
6598
6598
|
|
|
6599
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
6599
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.4/src/commands/package/uninstall.ts)_
|
|
6600
6600
|
|
|
6601
6601
|
## `sf package uninstall report`
|
|
6602
6602
|
|
|
@@ -6629,7 +6629,7 @@ EXAMPLES
|
|
|
6629
6629
|
$ sf package uninstall report --request-id 06y... --target-org me@example.com
|
|
6630
6630
|
```
|
|
6631
6631
|
|
|
6632
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
6632
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.4/src/commands/package/uninstall/report.ts)_
|
|
6633
6633
|
|
|
6634
6634
|
## `sf package update`
|
|
6635
6635
|
|
|
@@ -6646,7 +6646,9 @@ FLAGS
|
|
|
6646
6646
|
-o, --error-notification-username=<value> Active Dev Hub user designated to receive email notifications for package
|
|
6647
6647
|
errors.
|
|
6648
6648
|
-p, --package=<value> (required) ID (starts with 0Ho) or alias of the package to update.
|
|
6649
|
-
-r, --recommended-version-id=<value>
|
|
6649
|
+
-r, --recommended-version-id=<value> ID of the package version that's installed when subscribers click the
|
|
6650
|
+
Upgrade to Recommended Version option on the Installed Packages page of
|
|
6651
|
+
their org.
|
|
6650
6652
|
-v, --target-dev-hub=<value> (required) Username or alias of the Dev Hub org. Not required if the
|
|
6651
6653
|
`target-dev-hub` configuration variable is already set.
|
|
6652
6654
|
--api-version=<value> Override the api version used for api requests made by this command
|
|
@@ -6685,14 +6687,17 @@ FLAG DESCRIPTIONS
|
|
|
6685
6687
|
Email notifications include information about unhandled Apex exceptions, and install, upgrade, or uninstall failures
|
|
6686
6688
|
associated with your package.
|
|
6687
6689
|
|
|
6688
|
-
-r, --recommended-version-id=<value>
|
|
6690
|
+
-r, --recommended-version-id=<value>
|
|
6689
6691
|
|
|
6690
|
-
|
|
6691
|
-
|
|
6692
|
-
|
|
6692
|
+
ID of the package version that's installed when subscribers click the Upgrade to Recommended Version option on the
|
|
6693
|
+
Installed Packages page of their org.
|
|
6694
|
+
|
|
6695
|
+
Specify the recommended package version for subscribers to install. If a subscriber has a package version installed
|
|
6696
|
+
in their org that's lower than the version you set, the subscriber sees the Upgrade to Recommended Version option on
|
|
6697
|
+
the Installed Packages page. Only released package versions can be set as the recommended version.
|
|
6693
6698
|
```
|
|
6694
6699
|
|
|
6695
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
6700
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.4/src/commands/package/update.ts)_
|
|
6696
6701
|
|
|
6697
6702
|
## `sf package version create`
|
|
6698
6703
|
|
|
@@ -6867,7 +6872,7 @@ FLAG DESCRIPTIONS
|
|
|
6867
6872
|
periods of no output from commands.
|
|
6868
6873
|
```
|
|
6869
6874
|
|
|
6870
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
6875
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.4/src/commands/package/version/create.ts)_
|
|
6871
6876
|
|
|
6872
6877
|
## `sf package version create list`
|
|
6873
6878
|
|
|
@@ -6928,7 +6933,7 @@ EXAMPLES
|
|
|
6928
6933
|
$ sf package version create list --created-last-days 0 --status Success
|
|
6929
6934
|
```
|
|
6930
6935
|
|
|
6931
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
6936
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.4/src/commands/package/version/create/list.ts)_
|
|
6932
6937
|
|
|
6933
6938
|
## `sf package version create report`
|
|
6934
6939
|
|
|
@@ -6971,7 +6976,7 @@ EXAMPLES
|
|
|
6971
6976
|
$ sf package version create report --package-create-request-id 08c... --target-dev-hub devhub@example.com
|
|
6972
6977
|
```
|
|
6973
6978
|
|
|
6974
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
6979
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.4/src/commands/package/version/create/report.ts)_
|
|
6975
6980
|
|
|
6976
6981
|
## `sf package version delete`
|
|
6977
6982
|
|
|
@@ -7012,7 +7017,7 @@ EXAMPLES
|
|
|
7012
7017
|
$ sf package version delete --package 04t... --target-org devhub@example.com
|
|
7013
7018
|
```
|
|
7014
7019
|
|
|
7015
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
7020
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.4/src/commands/package/version/delete.ts)_
|
|
7016
7021
|
|
|
7017
7022
|
## `sf package version displayancestry`
|
|
7018
7023
|
|
|
@@ -7072,7 +7077,7 @@ FLAG DESCRIPTIONS
|
|
|
7072
7077
|
You can use the DOT code output in graph visualization software to create tree visualizations.
|
|
7073
7078
|
```
|
|
7074
7079
|
|
|
7075
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
7080
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.4/src/commands/package/version/displayancestry.ts)_
|
|
7076
7081
|
|
|
7077
7082
|
## `sf package version displaydependencies`
|
|
7078
7083
|
|
|
@@ -7134,7 +7139,7 @@ FLAG DESCRIPTIONS
|
|
|
7134
7139
|
package, which must be installed last.
|
|
7135
7140
|
```
|
|
7136
7141
|
|
|
7137
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
7142
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.4/src/commands/package/version/displaydependencies.ts)_
|
|
7138
7143
|
|
|
7139
7144
|
## `sf package version list`
|
|
7140
7145
|
|
|
@@ -7210,7 +7215,7 @@ EXAMPLES
|
|
|
7210
7215
|
$ sf package version list --packages exp-mgr,exp-mgr-util --released --modified-last-days 0
|
|
7211
7216
|
```
|
|
7212
7217
|
|
|
7213
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
7218
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.4/src/commands/package/version/list.ts)_
|
|
7214
7219
|
|
|
7215
7220
|
## `sf package version promote`
|
|
7216
7221
|
|
|
@@ -7254,7 +7259,7 @@ EXAMPLES
|
|
|
7254
7259
|
$ sf package version promote --package "Awesome Package Alias"
|
|
7255
7260
|
```
|
|
7256
7261
|
|
|
7257
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
7262
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.4/src/commands/package/version/promote.ts)_
|
|
7258
7263
|
|
|
7259
7264
|
## `sf package version report`
|
|
7260
7265
|
|
|
@@ -7294,7 +7299,7 @@ EXAMPLES
|
|
|
7294
7299
|
$ sf package version report --package "Your Package Alias" --target-dev-hub devhub@example.com
|
|
7295
7300
|
```
|
|
7296
7301
|
|
|
7297
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
7302
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.4/src/commands/package/version/report.ts)_
|
|
7298
7303
|
|
|
7299
7304
|
## `sf package version retrieve`
|
|
7300
7305
|
|
|
@@ -7339,7 +7344,7 @@ EXAMPLES
|
|
|
7339
7344
|
$ sf package version retrieve --package 04tXXX --output-dir my-directory/ --target-dev-hub devhub@example.com
|
|
7340
7345
|
```
|
|
7341
7346
|
|
|
7342
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
7347
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.4/src/commands/package/version/retrieve.ts)_
|
|
7343
7348
|
|
|
7344
7349
|
## `sf package version update`
|
|
7345
7350
|
|
|
@@ -7392,7 +7397,7 @@ EXAMPLES
|
|
|
7392
7397
|
$ sf package version update --package 04t... --version-description "New Package Version Description"
|
|
7393
7398
|
```
|
|
7394
7399
|
|
|
7395
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
7400
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.4/src/commands/package/version/update.ts)_
|
|
7396
7401
|
|
|
7397
7402
|
## `sf package1 version create`
|
|
7398
7403
|
|
|
@@ -7459,7 +7464,7 @@ FLAG DESCRIPTIONS
|
|
|
7459
7464
|
subscribers.
|
|
7460
7465
|
```
|
|
7461
7466
|
|
|
7462
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
7467
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.4/src/commands/package1/version/create.ts)_
|
|
7463
7468
|
|
|
7464
7469
|
## `sf package1 version create get`
|
|
7465
7470
|
|
|
@@ -7492,7 +7497,7 @@ EXAMPLES
|
|
|
7492
7497
|
$ sf package1 version create get --request-id 0HD... --target-org myorg@example.com
|
|
7493
7498
|
```
|
|
7494
7499
|
|
|
7495
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
7500
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.4/src/commands/package1/version/create/get.ts)_
|
|
7496
7501
|
|
|
7497
7502
|
## `sf package1 version display`
|
|
7498
7503
|
|
|
@@ -7526,7 +7531,7 @@ EXAMPLES
|
|
|
7526
7531
|
$ sf package1 version display --package-version-id 04t... --target-org myorg@example.com
|
|
7527
7532
|
```
|
|
7528
7533
|
|
|
7529
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
7534
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.4/src/commands/package1/version/display.ts)_
|
|
7530
7535
|
|
|
7531
7536
|
## `sf package1 version list`
|
|
7532
7537
|
|
|
@@ -7564,7 +7569,7 @@ FLAG DESCRIPTIONS
|
|
|
7564
7569
|
If not specified, shows all versions for all packages (managed and unmanaged) in the org.
|
|
7565
7570
|
```
|
|
7566
7571
|
|
|
7567
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.
|
|
7572
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.24.4/src/commands/package1/version/list.ts)_
|
|
7568
7573
|
|
|
7569
7574
|
## `sf plugins`
|
|
7570
7575
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.118.1",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.
|
|
9
|
+
"version": "2.118.1",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "Apache-2.0",
|
|
12
12
|
"dependencies": {
|
|
@@ -28,13 +28,13 @@
|
|
|
28
28
|
"@salesforce/plugin-apex": "3.9.5",
|
|
29
29
|
"@salesforce/plugin-api": "1.3.6",
|
|
30
30
|
"@salesforce/plugin-auth": "3.9.26",
|
|
31
|
-
"@salesforce/plugin-data": "4.0.
|
|
31
|
+
"@salesforce/plugin-data": "4.0.67",
|
|
32
32
|
"@salesforce/plugin-deploy-retrieve": "3.24.2",
|
|
33
33
|
"@salesforce/plugin-info": "3.4.100",
|
|
34
34
|
"@salesforce/plugin-limits": "3.3.74",
|
|
35
35
|
"@salesforce/plugin-marketplace": "1.3.8",
|
|
36
36
|
"@salesforce/plugin-org": "5.9.53",
|
|
37
|
-
"@salesforce/plugin-packaging": "2.24.
|
|
37
|
+
"@salesforce/plugin-packaging": "2.24.4",
|
|
38
38
|
"@salesforce/plugin-schema": "3.3.90",
|
|
39
39
|
"@salesforce/plugin-settings": "2.4.54",
|
|
40
40
|
"@salesforce/plugin-sobject": "1.4.81",
|
|
@@ -5340,9 +5340,9 @@
|
|
|
5340
5340
|
}
|
|
5341
5341
|
},
|
|
5342
5342
|
"node_modules/@salesforce/plugin-data": {
|
|
5343
|
-
"version": "4.0.
|
|
5344
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-4.0.
|
|
5345
|
-
"integrity": "sha512-
|
|
5343
|
+
"version": "4.0.67",
|
|
5344
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-4.0.67.tgz",
|
|
5345
|
+
"integrity": "sha512-wVIQseHwfSyrSGzQn6Gsbv1grO6RkYAukwPikjiTgXvxDZcmZd7rQjP/kUKukHMAbcpfc1tcNDxrb6nIwvGN4A==",
|
|
5346
5346
|
"license": "Apache-2.0",
|
|
5347
5347
|
"dependencies": {
|
|
5348
5348
|
"@jsforce/jsforce-node": "^3.10.8",
|
|
@@ -5356,7 +5356,8 @@
|
|
|
5356
5356
|
"csv-parse": "^5.6.0",
|
|
5357
5357
|
"csv-stringify": "^6.6.0",
|
|
5358
5358
|
"form-data": "^4.0.5",
|
|
5359
|
-
"terminal-link": "^3.0.0"
|
|
5359
|
+
"terminal-link": "^3.0.0",
|
|
5360
|
+
"zod": "^4.2.1"
|
|
5360
5361
|
},
|
|
5361
5362
|
"engines": {
|
|
5362
5363
|
"node": ">=18.0.0"
|
|
@@ -5462,9 +5463,9 @@
|
|
|
5462
5463
|
}
|
|
5463
5464
|
},
|
|
5464
5465
|
"node_modules/@salesforce/plugin-packaging": {
|
|
5465
|
-
"version": "2.24.
|
|
5466
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-packaging/-/plugin-packaging-2.24.
|
|
5467
|
-
"integrity": "sha512-
|
|
5466
|
+
"version": "2.24.4",
|
|
5467
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-packaging/-/plugin-packaging-2.24.4.tgz",
|
|
5468
|
+
"integrity": "sha512-Ke+0graqopIEcJRT46K3RdtDet11QZaHb+rzERC0OAVnQvhk8oSZKs5jdnhGgA+gxg5B4EIIvNQ/+tSQYJ6hug==",
|
|
5468
5469
|
"license": "Apache-2.0",
|
|
5469
5470
|
"dependencies": {
|
|
5470
5471
|
"@oclif/core": "^4",
|
|
@@ -24788,9 +24789,9 @@
|
|
|
24788
24789
|
"license": "MIT"
|
|
24789
24790
|
},
|
|
24790
24791
|
"node_modules/zod": {
|
|
24791
|
-
"version": "4.1
|
|
24792
|
-
"resolved": "https://registry.npmjs.org/zod/-/zod-4.1.
|
|
24793
|
-
"integrity": "sha512-
|
|
24792
|
+
"version": "4.2.1",
|
|
24793
|
+
"resolved": "https://registry.npmjs.org/zod/-/zod-4.2.1.tgz",
|
|
24794
|
+
"integrity": "sha512-0wZ1IRqGGhMP76gLqz8EyfBXKk0J2qo2+H3fi4mcUP/KtTocoX08nmIAHl1Z2kJIZbZee8KOpBCSNPRgauucjw==",
|
|
24794
24795
|
"license": "MIT",
|
|
24795
24796
|
"funding": {
|
|
24796
24797
|
"url": "https://github.com/sponsors/colinhacks"
|
package/oclif.lock
CHANGED
|
@@ -2285,10 +2285,10 @@
|
|
|
2285
2285
|
debug "^4.4.0"
|
|
2286
2286
|
handlebars "^4.7.8"
|
|
2287
2287
|
|
|
2288
|
-
"@salesforce/plugin-data@4.0.
|
|
2289
|
-
version "4.0.
|
|
2290
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-4.0.
|
|
2291
|
-
integrity sha512-
|
|
2288
|
+
"@salesforce/plugin-data@4.0.67":
|
|
2289
|
+
version "4.0.67"
|
|
2290
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-4.0.67.tgz"
|
|
2291
|
+
integrity sha512-wVIQseHwfSyrSGzQn6Gsbv1grO6RkYAukwPikjiTgXvxDZcmZd7rQjP/kUKukHMAbcpfc1tcNDxrb6nIwvGN4A==
|
|
2292
2292
|
dependencies:
|
|
2293
2293
|
"@jsforce/jsforce-node" "^3.10.8"
|
|
2294
2294
|
"@oclif/multi-stage-output" "^0.8.29"
|
|
@@ -2302,6 +2302,7 @@
|
|
|
2302
2302
|
csv-stringify "^6.6.0"
|
|
2303
2303
|
form-data "^4.0.5"
|
|
2304
2304
|
terminal-link "^3.0.0"
|
|
2305
|
+
zod "^4.2.1"
|
|
2305
2306
|
|
|
2306
2307
|
"@salesforce/plugin-deploy-retrieve@3.24.2":
|
|
2307
2308
|
version "3.24.2"
|
|
@@ -2377,10 +2378,10 @@
|
|
|
2377
2378
|
open "^10.2.0"
|
|
2378
2379
|
terminal-link "^3.0.0"
|
|
2379
2380
|
|
|
2380
|
-
"@salesforce/plugin-packaging@2.24.
|
|
2381
|
-
version "2.24.
|
|
2382
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-packaging/-/plugin-packaging-2.24.
|
|
2383
|
-
integrity sha512-
|
|
2381
|
+
"@salesforce/plugin-packaging@2.24.4":
|
|
2382
|
+
version "2.24.4"
|
|
2383
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-packaging/-/plugin-packaging-2.24.4.tgz"
|
|
2384
|
+
integrity sha512-Ke+0graqopIEcJRT46K3RdtDet11QZaHb+rzERC0OAVnQvhk8oSZKs5jdnhGgA+gxg5B4EIIvNQ/+tSQYJ6hug==
|
|
2384
2385
|
dependencies:
|
|
2385
2386
|
"@oclif/core" "^4"
|
|
2386
2387
|
"@salesforce/core" "^8.24.0"
|
|
@@ -11917,10 +11918,10 @@ yoga-wasm-web@~0.3.3:
|
|
|
11917
11918
|
resolved "https://registry.npmjs.org/yoga-wasm-web/-/yoga-wasm-web-0.3.3.tgz"
|
|
11918
11919
|
integrity sha512-N+d4UJSJbt/R3wqY7Coqs5pcV0aUj2j9IaQ3rNj9bVCLld8tTGKRa2USARjnvZJWVx1NDmQev8EknoczaOQDOA==
|
|
11919
11920
|
|
|
11920
|
-
zod@^4.1.12:
|
|
11921
|
-
version "4.1
|
|
11922
|
-
resolved "https://registry.npmjs.org/zod/-/zod-4.1.
|
|
11923
|
-
integrity sha512-
|
|
11921
|
+
zod@^4.1.12, zod@^4.2.1:
|
|
11922
|
+
version "4.2.1"
|
|
11923
|
+
resolved "https://registry.npmjs.org/zod/-/zod-4.2.1.tgz"
|
|
11924
|
+
integrity sha512-0wZ1IRqGGhMP76gLqz8EyfBXKk0J2qo2+H3fi4mcUP/KtTocoX08nmIAHl1Z2kJIZbZee8KOpBCSNPRgauucjw==
|
|
11924
11925
|
|
|
11925
11926
|
zwitch@^2.0.4:
|
|
11926
11927
|
version "2.0.4"
|
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.
|
|
4
|
+
"version": "2.118.1",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -161,13 +161,13 @@
|
|
|
161
161
|
"@salesforce/plugin-apex": "3.9.5",
|
|
162
162
|
"@salesforce/plugin-api": "1.3.6",
|
|
163
163
|
"@salesforce/plugin-auth": "3.9.26",
|
|
164
|
-
"@salesforce/plugin-data": "4.0.
|
|
164
|
+
"@salesforce/plugin-data": "4.0.67",
|
|
165
165
|
"@salesforce/plugin-deploy-retrieve": "3.24.2",
|
|
166
166
|
"@salesforce/plugin-info": "3.4.100",
|
|
167
167
|
"@salesforce/plugin-limits": "3.3.74",
|
|
168
168
|
"@salesforce/plugin-marketplace": "1.3.8",
|
|
169
169
|
"@salesforce/plugin-org": "5.9.53",
|
|
170
|
-
"@salesforce/plugin-packaging": "2.24.
|
|
170
|
+
"@salesforce/plugin-packaging": "2.24.4",
|
|
171
171
|
"@salesforce/plugin-schema": "3.3.90",
|
|
172
172
|
"@salesforce/plugin-settings": "2.4.54",
|
|
173
173
|
"@salesforce/plugin-sobject": "1.4.81",
|