@salesforce/cli 2.72.3 → 2.72.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +58 -58
- package/npm-shrinkwrap.json +130 -130
- package/oclif.lock +49 -49
- package/oclif.manifest.json +1 -1
- package/package.json +12 -12
package/README.md
CHANGED
|
@@ -24,7 +24,7 @@ $ npm install -g @salesforce/cli
|
|
|
24
24
|
$ sf COMMAND
|
|
25
25
|
running command...
|
|
26
26
|
$ sf (--version|-v)
|
|
27
|
-
@salesforce/cli/2.72.
|
|
27
|
+
@salesforce/cli/2.72.4 linux-x64 node-v22.12.0
|
|
28
28
|
$ sf --help [COMMAND]
|
|
29
29
|
USAGE
|
|
30
30
|
$ sf COMMAND
|
|
@@ -1054,7 +1054,7 @@ EXAMPLES
|
|
|
1054
1054
|
$ sf autocomplete --refresh-cache
|
|
1055
1055
|
```
|
|
1056
1056
|
|
|
1057
|
-
_See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/3.2.
|
|
1057
|
+
_See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/3.2.15/src/commands/autocomplete/index.ts)_
|
|
1058
1058
|
|
|
1059
1059
|
## `sf commands`
|
|
1060
1060
|
|
|
@@ -1336,7 +1336,7 @@ EXAMPLES
|
|
|
1336
1336
|
$ sf data bulk results --job-id 7507i000fake341G --target-org my-scratch
|
|
1337
1337
|
```
|
|
1338
1338
|
|
|
1339
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.
|
|
1339
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.6/src/commands/data/bulk/results.ts)_
|
|
1340
1340
|
|
|
1341
1341
|
## `sf data create file`
|
|
1342
1342
|
|
|
@@ -1385,7 +1385,7 @@ EXAMPLES
|
|
|
1385
1385
|
$ sf data create file --file path/to/astro.png --parent-id a03fakeLoJWPIA3
|
|
1386
1386
|
```
|
|
1387
1387
|
|
|
1388
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.
|
|
1388
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.6/src/commands/data/create/file.ts)_
|
|
1389
1389
|
|
|
1390
1390
|
## `sf data create record`
|
|
1391
1391
|
|
|
@@ -1441,7 +1441,7 @@ EXAMPLES
|
|
|
1441
1441
|
TracedEntityId=01p17000000R6bLAAS"
|
|
1442
1442
|
```
|
|
1443
1443
|
|
|
1444
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.
|
|
1444
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.6/src/commands/data/create/record.ts)_
|
|
1445
1445
|
|
|
1446
1446
|
## `sf data delete bulk`
|
|
1447
1447
|
|
|
@@ -1502,7 +1502,7 @@ FLAG DESCRIPTIONS
|
|
|
1502
1502
|
and can be enabled only by a system administrator.
|
|
1503
1503
|
```
|
|
1504
1504
|
|
|
1505
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.
|
|
1505
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.6/src/commands/data/delete/bulk.ts)_
|
|
1506
1506
|
|
|
1507
1507
|
## `sf data delete record`
|
|
1508
1508
|
|
|
@@ -1563,7 +1563,7 @@ EXAMPLES
|
|
|
1563
1563
|
$ sf data delete record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
|
|
1564
1564
|
```
|
|
1565
1565
|
|
|
1566
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.
|
|
1566
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.6/src/commands/data/delete/record.ts)_
|
|
1567
1567
|
|
|
1568
1568
|
## `sf data delete resume`
|
|
1569
1569
|
|
|
@@ -1602,7 +1602,7 @@ EXAMPLES
|
|
|
1602
1602
|
$ sf data delete resume --use-most-recent --target-org my-scratch
|
|
1603
1603
|
```
|
|
1604
1604
|
|
|
1605
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.
|
|
1605
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.6/src/commands/data/delete/resume.ts)_
|
|
1606
1606
|
|
|
1607
1607
|
## `sf data export bulk`
|
|
1608
1608
|
|
|
@@ -1676,7 +1676,7 @@ EXAMPLES
|
|
|
1676
1676
|
--result-format json --async
|
|
1677
1677
|
```
|
|
1678
1678
|
|
|
1679
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.
|
|
1679
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.6/src/commands/data/export/bulk.ts)_
|
|
1680
1680
|
|
|
1681
1681
|
## `sf data export resume`
|
|
1682
1682
|
|
|
@@ -1712,7 +1712,7 @@ EXAMPLES
|
|
|
1712
1712
|
$ sf data export resume --use-most-recent --target-org my-scratch
|
|
1713
1713
|
```
|
|
1714
1714
|
|
|
1715
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.
|
|
1715
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.6/src/commands/data/export/resume.ts)_
|
|
1716
1716
|
|
|
1717
1717
|
## `sf data export tree`
|
|
1718
1718
|
|
|
@@ -1773,7 +1773,7 @@ EXAMPLES
|
|
|
1773
1773
|
my-scratch
|
|
1774
1774
|
```
|
|
1775
1775
|
|
|
1776
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.
|
|
1776
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.6/src/commands/data/export/tree.ts)_
|
|
1777
1777
|
|
|
1778
1778
|
## `sf data get record`
|
|
1779
1779
|
|
|
@@ -1837,7 +1837,7 @@ EXAMPLES
|
|
|
1837
1837
|
$ sf data get record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
|
|
1838
1838
|
```
|
|
1839
1839
|
|
|
1840
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.
|
|
1840
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.6/src/commands/data/get/record.ts)_
|
|
1841
1841
|
|
|
1842
1842
|
## `sf data import bulk`
|
|
1843
1843
|
|
|
@@ -1895,7 +1895,7 @@ EXAMPLES
|
|
|
1895
1895
|
$ sf data import bulk --file accounts.csv --sobject Account --async
|
|
1896
1896
|
```
|
|
1897
1897
|
|
|
1898
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.
|
|
1898
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.6/src/commands/data/import/bulk.ts)_
|
|
1899
1899
|
|
|
1900
1900
|
## `sf data import resume`
|
|
1901
1901
|
|
|
@@ -1931,7 +1931,7 @@ EXAMPLES
|
|
|
1931
1931
|
$ sf data import resume --use-most-recent --target-org my-scratch
|
|
1932
1932
|
```
|
|
1933
1933
|
|
|
1934
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.
|
|
1934
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.6/src/commands/data/import/resume.ts)_
|
|
1935
1935
|
|
|
1936
1936
|
## `sf data import tree`
|
|
1937
1937
|
|
|
@@ -1996,7 +1996,7 @@ FLAG DESCRIPTIONS
|
|
|
1996
1996
|
- files(array) - Files: An array of files paths to load
|
|
1997
1997
|
```
|
|
1998
1998
|
|
|
1999
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.
|
|
1999
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.6/src/commands/data/import/tree.ts)_
|
|
2000
2000
|
|
|
2001
2001
|
## `sf data query`
|
|
2002
2002
|
|
|
@@ -2062,7 +2062,7 @@ EXAMPLES
|
|
|
2062
2062
|
$ sf data query --query "SELECT Id FROM Contact" --bulk --wait 0
|
|
2063
2063
|
```
|
|
2064
2064
|
|
|
2065
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.
|
|
2065
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.6/src/commands/data/query.ts)_
|
|
2066
2066
|
|
|
2067
2067
|
## `sf data query resume`
|
|
2068
2068
|
|
|
@@ -2099,7 +2099,7 @@ EXAMPLES
|
|
|
2099
2099
|
$ sf data query resume --bulk-query-id 7500x000005BdFzXXX
|
|
2100
2100
|
```
|
|
2101
2101
|
|
|
2102
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.
|
|
2102
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.6/src/commands/data/query/resume.ts)_
|
|
2103
2103
|
|
|
2104
2104
|
## `sf data resume`
|
|
2105
2105
|
|
|
@@ -2136,7 +2136,7 @@ EXAMPLES
|
|
|
2136
2136
|
$ sf data resume --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA
|
|
2137
2137
|
```
|
|
2138
2138
|
|
|
2139
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.
|
|
2139
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.6/src/commands/data/resume.ts)_
|
|
2140
2140
|
|
|
2141
2141
|
## `sf data search`
|
|
2142
2142
|
|
|
@@ -2186,7 +2186,7 @@ EXAMPLES
|
|
|
2186
2186
|
$ sf data search --file query.txt --target-org my-scratch --result-format csv
|
|
2187
2187
|
```
|
|
2188
2188
|
|
|
2189
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.
|
|
2189
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.6/src/commands/data/search.ts)_
|
|
2190
2190
|
|
|
2191
2191
|
## `sf data update bulk`
|
|
2192
2192
|
|
|
@@ -2247,7 +2247,7 @@ EXAMPLES
|
|
|
2247
2247
|
$ sf data update bulk --file accounts.csv --sobject Account --async
|
|
2248
2248
|
```
|
|
2249
2249
|
|
|
2250
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.
|
|
2250
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.6/src/commands/data/update/bulk.ts)_
|
|
2251
2251
|
|
|
2252
2252
|
## `sf data update record`
|
|
2253
2253
|
|
|
@@ -2309,7 +2309,7 @@ EXAMPLES
|
|
|
2309
2309
|
"ExpirationDate=2017-12-01T00:58:04.000+0000"
|
|
2310
2310
|
```
|
|
2311
2311
|
|
|
2312
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.
|
|
2312
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.6/src/commands/data/update/record.ts)_
|
|
2313
2313
|
|
|
2314
2314
|
## `sf data update resume`
|
|
2315
2315
|
|
|
@@ -2345,7 +2345,7 @@ EXAMPLES
|
|
|
2345
2345
|
$ sf data update resume --use-most-recent --target-org my-scratch
|
|
2346
2346
|
```
|
|
2347
2347
|
|
|
2348
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.
|
|
2348
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.6/src/commands/data/update/resume.ts)_
|
|
2349
2349
|
|
|
2350
2350
|
## `sf data upsert bulk`
|
|
2351
2351
|
|
|
@@ -2404,7 +2404,7 @@ EXAMPLES
|
|
|
2404
2404
|
my-scratch
|
|
2405
2405
|
```
|
|
2406
2406
|
|
|
2407
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.
|
|
2407
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.6/src/commands/data/upsert/bulk.ts)_
|
|
2408
2408
|
|
|
2409
2409
|
## `sf data upsert resume`
|
|
2410
2410
|
|
|
@@ -2443,7 +2443,7 @@ EXAMPLES
|
|
|
2443
2443
|
$ sf data upsert resume --use-most-recent --target-org my-scratch
|
|
2444
2444
|
```
|
|
2445
2445
|
|
|
2446
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.
|
|
2446
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.6/src/commands/data/upsert/resume.ts)_
|
|
2447
2447
|
|
|
2448
2448
|
## `sf doctor`
|
|
2449
2449
|
|
|
@@ -2491,7 +2491,7 @@ EXAMPLES
|
|
|
2491
2491
|
$ sf doctor --plugin @salesforce/plugin-source
|
|
2492
2492
|
```
|
|
2493
2493
|
|
|
2494
|
-
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.
|
|
2494
|
+
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.30/src/commands/doctor.ts)_
|
|
2495
2495
|
|
|
2496
2496
|
## `sf force data bulk delete`
|
|
2497
2497
|
|
|
@@ -2538,7 +2538,7 @@ EXAMPLES
|
|
|
2538
2538
|
$ sf force data bulk delete --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
|
|
2539
2539
|
```
|
|
2540
2540
|
|
|
2541
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.
|
|
2541
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.6/src/commands/force/data/bulk/delete.ts)_
|
|
2542
2542
|
|
|
2543
2543
|
## `sf force data bulk status`
|
|
2544
2544
|
|
|
@@ -2575,7 +2575,7 @@ EXAMPLES
|
|
|
2575
2575
|
$ sf force data bulk status --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA --target-org my-scratch
|
|
2576
2576
|
```
|
|
2577
2577
|
|
|
2578
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.
|
|
2578
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.6/src/commands/force/data/bulk/status.ts)_
|
|
2579
2579
|
|
|
2580
2580
|
## `sf force data bulk upsert`
|
|
2581
2581
|
|
|
@@ -2633,7 +2633,7 @@ EXAMPLES
|
|
|
2633
2633
|
--target-org my-scratch
|
|
2634
2634
|
```
|
|
2635
2635
|
|
|
2636
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.
|
|
2636
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.6/src/commands/force/data/bulk/upsert.ts)_
|
|
2637
2637
|
|
|
2638
2638
|
## `sf help [COMMAND]`
|
|
2639
2639
|
|
|
@@ -2693,7 +2693,7 @@ EXAMPLES
|
|
|
2693
2693
|
$ sf info releasenotes display --version latest
|
|
2694
2694
|
```
|
|
2695
2695
|
|
|
2696
|
-
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.
|
|
2696
|
+
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.30/src/commands/info/releasenotes/display.ts)_
|
|
2697
2697
|
|
|
2698
2698
|
## `sf lightning generate app`
|
|
2699
2699
|
|
|
@@ -3202,7 +3202,7 @@ FLAG DESCRIPTIONS
|
|
|
3202
3202
|
You can specify either --source-sandbox-name or --source-id when cloning an existing sandbox, but not both.
|
|
3203
3203
|
```
|
|
3204
3204
|
|
|
3205
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.
|
|
3205
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.12/src/commands/org/create/sandbox.ts)_
|
|
3206
3206
|
|
|
3207
3207
|
## `sf org create scratch`
|
|
3208
3208
|
|
|
@@ -3356,7 +3356,7 @@ FLAG DESCRIPTIONS
|
|
|
3356
3356
|
Omit this flag to have Salesforce generate a unique username for your org.
|
|
3357
3357
|
```
|
|
3358
3358
|
|
|
3359
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.
|
|
3359
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.12/src/commands/org/create/scratch.ts)_
|
|
3360
3360
|
|
|
3361
3361
|
## `sf org create user`
|
|
3362
3362
|
|
|
@@ -3510,7 +3510,7 @@ EXAMPLES
|
|
|
3510
3510
|
$ sf org delete sandbox --target-org my-sandbox --no-prompt
|
|
3511
3511
|
```
|
|
3512
3512
|
|
|
3513
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.
|
|
3513
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.12/src/commands/org/delete/sandbox.ts)_
|
|
3514
3514
|
|
|
3515
3515
|
## `sf org delete scratch`
|
|
3516
3516
|
|
|
@@ -3554,7 +3554,7 @@ EXAMPLES
|
|
|
3554
3554
|
$ sf org delete scratch --target-org my-scratch-org --no-prompt
|
|
3555
3555
|
```
|
|
3556
3556
|
|
|
3557
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.
|
|
3557
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.12/src/commands/org/delete/scratch.ts)_
|
|
3558
3558
|
|
|
3559
3559
|
## `sf org disable tracking`
|
|
3560
3560
|
|
|
@@ -3593,7 +3593,7 @@ EXAMPLES
|
|
|
3593
3593
|
$ sf org disable tracking
|
|
3594
3594
|
```
|
|
3595
3595
|
|
|
3596
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.
|
|
3596
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.12/src/commands/org/disable/tracking.ts)_
|
|
3597
3597
|
|
|
3598
3598
|
## `sf org display`
|
|
3599
3599
|
|
|
@@ -3638,7 +3638,7 @@ EXAMPLES
|
|
|
3638
3638
|
$ sf org display --target-org TestOrg1 --verbose
|
|
3639
3639
|
```
|
|
3640
3640
|
|
|
3641
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.
|
|
3641
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.12/src/commands/org/display.ts)_
|
|
3642
3642
|
|
|
3643
3643
|
## `sf org display user`
|
|
3644
3644
|
|
|
@@ -3719,7 +3719,7 @@ EXAMPLES
|
|
|
3719
3719
|
$ sf org enable tracking
|
|
3720
3720
|
```
|
|
3721
3721
|
|
|
3722
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.
|
|
3722
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.12/src/commands/org/enable/tracking.ts)_
|
|
3723
3723
|
|
|
3724
3724
|
## `sf org generate password`
|
|
3725
3725
|
|
|
@@ -3825,7 +3825,7 @@ EXAMPLES
|
|
|
3825
3825
|
$ sf org list --clean
|
|
3826
3826
|
```
|
|
3827
3827
|
|
|
3828
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.
|
|
3828
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.12/src/commands/org/list.ts)_
|
|
3829
3829
|
|
|
3830
3830
|
## `sf org list auth`
|
|
3831
3831
|
|
|
@@ -3857,7 +3857,7 @@ EXAMPLES
|
|
|
3857
3857
|
$ sf org list auth
|
|
3858
3858
|
```
|
|
3859
3859
|
|
|
3860
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
3860
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.84/src/commands/org/list/auth.ts)_
|
|
3861
3861
|
|
|
3862
3862
|
## `sf org list limits`
|
|
3863
3863
|
|
|
@@ -3964,7 +3964,7 @@ FLAG DESCRIPTIONS
|
|
|
3964
3964
|
Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
|
|
3965
3965
|
```
|
|
3966
3966
|
|
|
3967
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.
|
|
3967
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.12/src/commands/org/list/metadata.ts)_
|
|
3968
3968
|
|
|
3969
3969
|
## `sf org list metadata-types`
|
|
3970
3970
|
|
|
@@ -4019,7 +4019,7 @@ FLAG DESCRIPTIONS
|
|
|
4019
4019
|
Override the api version used for api requests made by this command
|
|
4020
4020
|
```
|
|
4021
4021
|
|
|
4022
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.
|
|
4022
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.12/src/commands/org/list/metadata-types.ts)_
|
|
4023
4023
|
|
|
4024
4024
|
## `sf org list sobject record-counts`
|
|
4025
4025
|
|
|
@@ -4157,7 +4157,7 @@ FLAG DESCRIPTIONS
|
|
|
4157
4157
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
4158
4158
|
```
|
|
4159
4159
|
|
|
4160
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
4160
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.84/src/commands/org/login/access-token.ts)_
|
|
4161
4161
|
|
|
4162
4162
|
## `sf org login device`
|
|
4163
4163
|
|
|
@@ -4217,7 +4217,7 @@ FLAG DESCRIPTIONS
|
|
|
4217
4217
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
4218
4218
|
```
|
|
4219
4219
|
|
|
4220
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
4220
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.84/src/commands/org/login/device.ts)_
|
|
4221
4221
|
|
|
4222
4222
|
## `sf org login jwt`
|
|
4223
4223
|
|
|
@@ -4308,7 +4308,7 @@ FLAG DESCRIPTIONS
|
|
|
4308
4308
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
4309
4309
|
```
|
|
4310
4310
|
|
|
4311
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
4311
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.84/src/commands/org/login/jwt.ts)_
|
|
4312
4312
|
|
|
4313
4313
|
## `sf org login sfdx-url`
|
|
4314
4314
|
|
|
@@ -4378,7 +4378,7 @@ EXAMPLES
|
|
|
4378
4378
|
$ echo url | sf org login sfdx-url --sfdx-url-stdin
|
|
4379
4379
|
```
|
|
4380
4380
|
|
|
4381
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
4381
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.84/src/commands/org/login/sfdx-url.ts)_
|
|
4382
4382
|
|
|
4383
4383
|
## `sf org login web`
|
|
4384
4384
|
|
|
@@ -4465,7 +4465,7 @@ FLAG DESCRIPTIONS
|
|
|
4465
4465
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
4466
4466
|
```
|
|
4467
4467
|
|
|
4468
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
4468
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.84/src/commands/org/login/web.ts)_
|
|
4469
4469
|
|
|
4470
4470
|
## `sf org logout`
|
|
4471
4471
|
|
|
@@ -4526,7 +4526,7 @@ FLAG DESCRIPTIONS
|
|
|
4526
4526
|
All orgs includes Dev Hubs, sandboxes, DE orgs, and expired, deleted, and unknown-status scratch orgs.
|
|
4527
4527
|
```
|
|
4528
4528
|
|
|
4529
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
4529
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.84/src/commands/org/logout.ts)_
|
|
4530
4530
|
|
|
4531
4531
|
## `sf org open`
|
|
4532
4532
|
|
|
@@ -4602,7 +4602,7 @@ EXAMPLES
|
|
|
4602
4602
|
$ sf org open --source-file force-app/main/default/bots/Coral_Cloud_Agent/Coral_Cloud_Agent.bot-meta.xml
|
|
4603
4603
|
```
|
|
4604
4604
|
|
|
4605
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.
|
|
4605
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.12/src/commands/org/open.ts)_
|
|
4606
4606
|
|
|
4607
4607
|
## `sf org open agent`
|
|
4608
4608
|
|
|
@@ -4653,7 +4653,7 @@ EXAMPLES
|
|
|
4653
4653
|
$ sf org open agent --target-org MyTestOrg1 --browser firefox --name Coral_Cloud_Agent
|
|
4654
4654
|
```
|
|
4655
4655
|
|
|
4656
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.
|
|
4656
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.12/src/commands/org/open/agent.ts)_
|
|
4657
4657
|
|
|
4658
4658
|
## `sf org refresh sandbox`
|
|
4659
4659
|
|
|
@@ -4730,7 +4730,7 @@ FLAG DESCRIPTIONS
|
|
|
4730
4730
|
By default, a sandbox auto-activates after a refresh. Use this flag to control sandbox activation manually.
|
|
4731
4731
|
```
|
|
4732
4732
|
|
|
4733
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.
|
|
4733
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.12/src/commands/org/refresh/sandbox.ts)_
|
|
4734
4734
|
|
|
4735
4735
|
## `sf org resume sandbox`
|
|
4736
4736
|
|
|
@@ -4793,7 +4793,7 @@ FLAG DESCRIPTIONS
|
|
|
4793
4793
|
returns the job ID. To resume checking the sandbox creation, rerun this command.
|
|
4794
4794
|
```
|
|
4795
4795
|
|
|
4796
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.
|
|
4796
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.12/src/commands/org/resume/sandbox.ts)_
|
|
4797
4797
|
|
|
4798
4798
|
## `sf org resume scratch`
|
|
4799
4799
|
|
|
@@ -4840,7 +4840,7 @@ FLAG DESCRIPTIONS
|
|
|
4840
4840
|
The job ID is valid for 24 hours after you start the scratch org creation.
|
|
4841
4841
|
```
|
|
4842
4842
|
|
|
4843
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.
|
|
4843
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.12/src/commands/org/resume/scratch.ts)_
|
|
4844
4844
|
|
|
4845
4845
|
## `sf package create`
|
|
4846
4846
|
|
|
@@ -6256,7 +6256,7 @@ EXAMPLES
|
|
|
6256
6256
|
$ sf plugins trust verify --npm @scope/npmName
|
|
6257
6257
|
```
|
|
6258
6258
|
|
|
6259
|
-
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.7.
|
|
6259
|
+
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.7.52/src/commands/plugins/trust/verify.ts)_
|
|
6260
6260
|
|
|
6261
6261
|
## `sf plugins uninstall [PLUGIN]`
|
|
6262
6262
|
|
|
@@ -8111,7 +8111,7 @@ FLAG DESCRIPTIONS
|
|
|
8111
8111
|
If you don't specify this flag, the command prompts you to choose from your local objects.
|
|
8112
8112
|
```
|
|
8113
8113
|
|
|
8114
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.
|
|
8114
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.48/src/commands/schema/generate/field.ts)_
|
|
8115
8115
|
|
|
8116
8116
|
## `sf schema generate platformevent`
|
|
8117
8117
|
|
|
@@ -8143,7 +8143,7 @@ EXAMPLES
|
|
|
8143
8143
|
$ sf schema generate platformevent --label "My Platform Event"
|
|
8144
8144
|
```
|
|
8145
8145
|
|
|
8146
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.
|
|
8146
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.48/src/commands/schema/generate/platformevent.ts)_
|
|
8147
8147
|
|
|
8148
8148
|
## `sf schema generate sobject`
|
|
8149
8149
|
|
|
@@ -8200,7 +8200,7 @@ FLAG DESCRIPTIONS
|
|
|
8200
8200
|
- Streaming API: With Bulk API and Sharing, classifies the custom object as an Enterprise Application object.
|
|
8201
8201
|
```
|
|
8202
8202
|
|
|
8203
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.
|
|
8203
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.48/src/commands/schema/generate/sobject.ts)_
|
|
8204
8204
|
|
|
8205
8205
|
## `sf schema generate tab`
|
|
8206
8206
|
|
|
@@ -8248,7 +8248,7 @@ FLAG DESCRIPTIONS
|
|
|
8248
8248
|
The API name for a custom object always ends in `__c`, such as `MyObject__c`.
|
|
8249
8249
|
```
|
|
8250
8250
|
|
|
8251
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.
|
|
8251
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.48/src/commands/schema/generate/tab.ts)_
|
|
8252
8252
|
|
|
8253
8253
|
## `sf search`
|
|
8254
8254
|
|
|
@@ -8450,7 +8450,7 @@ EXAMPLES
|
|
|
8450
8450
|
$ sf update --available
|
|
8451
8451
|
```
|
|
8452
8452
|
|
|
8453
|
-
_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.6.
|
|
8453
|
+
_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.6.19/src/commands/update.ts)_
|
|
8454
8454
|
|
|
8455
8455
|
## `sf version`
|
|
8456
8456
|
|
|
@@ -8610,7 +8610,7 @@ EXAMPLES
|
|
|
8610
8610
|
$ sf which "foo bar baz"
|
|
8611
8611
|
```
|
|
8612
8612
|
|
|
8613
|
-
_See code: [@oclif/plugin-which](https://github.com/oclif/plugin-which/blob/3.2.
|
|
8613
|
+
_See code: [@oclif/plugin-which](https://github.com/oclif/plugin-which/blob/3.2.22/src/commands/which.ts)_
|
|
8614
8614
|
|
|
8615
8615
|
<!-- commandsstop -->
|
|
8616
8616
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,45 +1,45 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.72.
|
|
3
|
+
"version": "2.72.4",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.72.
|
|
9
|
+
"version": "2.72.4",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "BSD-3-Clause",
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@inquirer/select": "^2.3.5",
|
|
14
14
|
"@oclif/core": "4.2.0",
|
|
15
|
-
"@oclif/plugin-autocomplete": "3.2.
|
|
15
|
+
"@oclif/plugin-autocomplete": "3.2.15",
|
|
16
16
|
"@oclif/plugin-commands": "4.1.14",
|
|
17
17
|
"@oclif/plugin-help": "6.2.20",
|
|
18
18
|
"@oclif/plugin-not-found": "3.2.31",
|
|
19
19
|
"@oclif/plugin-plugins": "5.4.23",
|
|
20
20
|
"@oclif/plugin-search": "1.2.17",
|
|
21
|
-
"@oclif/plugin-update": "4.6.
|
|
21
|
+
"@oclif/plugin-update": "4.6.19",
|
|
22
22
|
"@oclif/plugin-version": "2.2.18",
|
|
23
23
|
"@oclif/plugin-warn-if-update-available": "3.1.28",
|
|
24
|
-
"@oclif/plugin-which": "3.2.
|
|
24
|
+
"@oclif/plugin-which": "3.2.22",
|
|
25
25
|
"@salesforce/core": "^8.2.3",
|
|
26
26
|
"@salesforce/kit": "^3.1.6",
|
|
27
27
|
"@salesforce/plugin-apex": "3.6.8",
|
|
28
28
|
"@salesforce/plugin-api": "1.3.2",
|
|
29
|
-
"@salesforce/plugin-auth": "3.6.
|
|
30
|
-
"@salesforce/plugin-data": "3.13.
|
|
29
|
+
"@salesforce/plugin-auth": "3.6.84",
|
|
30
|
+
"@salesforce/plugin-data": "3.13.6",
|
|
31
31
|
"@salesforce/plugin-deploy-retrieve": "3.16.4",
|
|
32
|
-
"@salesforce/plugin-info": "3.4.
|
|
32
|
+
"@salesforce/plugin-info": "3.4.30",
|
|
33
33
|
"@salesforce/plugin-limits": "3.3.43",
|
|
34
34
|
"@salesforce/plugin-marketplace": "1.3.7",
|
|
35
|
-
"@salesforce/plugin-org": "5.2.
|
|
35
|
+
"@salesforce/plugin-org": "5.2.12",
|
|
36
36
|
"@salesforce/plugin-packaging": "2.9.9",
|
|
37
37
|
"@salesforce/plugin-schema": "3.3.45",
|
|
38
38
|
"@salesforce/plugin-settings": "2.4.9",
|
|
39
|
-
"@salesforce/plugin-sobject": "1.4.
|
|
39
|
+
"@salesforce/plugin-sobject": "1.4.48",
|
|
40
40
|
"@salesforce/plugin-telemetry": "3.6.28",
|
|
41
41
|
"@salesforce/plugin-templates": "56.3.34",
|
|
42
|
-
"@salesforce/plugin-trust": "3.7.
|
|
42
|
+
"@salesforce/plugin-trust": "3.7.52",
|
|
43
43
|
"@salesforce/plugin-user": "3.6.5",
|
|
44
44
|
"@salesforce/sf-plugins-core": "12.1.1",
|
|
45
45
|
"ansis": "^3.3.0"
|
|
@@ -3962,9 +3962,9 @@
|
|
|
3962
3962
|
}
|
|
3963
3963
|
},
|
|
3964
3964
|
"node_modules/@oclif/multi-stage-output": {
|
|
3965
|
-
"version": "0.
|
|
3966
|
-
"resolved": "https://registry.npmjs.org/@oclif/multi-stage-output/-/multi-stage-output-0.
|
|
3967
|
-
"integrity": "sha512-
|
|
3965
|
+
"version": "0.8.0",
|
|
3966
|
+
"resolved": "https://registry.npmjs.org/@oclif/multi-stage-output/-/multi-stage-output-0.8.0.tgz",
|
|
3967
|
+
"integrity": "sha512-B858dgCQPZWHRnzcU42t/cHq3u858UWMQk635qjn/lNlUpFDZKpoVgjVqLlGkQ9iEnqpwTXtyOXSYrLnPjVUeg==",
|
|
3968
3968
|
"license": "MIT",
|
|
3969
3969
|
"dependencies": {
|
|
3970
3970
|
"@oclif/core": "^4",
|
|
@@ -4062,13 +4062,13 @@
|
|
|
4062
4062
|
}
|
|
4063
4063
|
},
|
|
4064
4064
|
"node_modules/@oclif/plugin-autocomplete": {
|
|
4065
|
-
"version": "3.2.
|
|
4066
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-autocomplete/-/plugin-autocomplete-3.2.
|
|
4067
|
-
"integrity": "sha512-
|
|
4065
|
+
"version": "3.2.15",
|
|
4066
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-autocomplete/-/plugin-autocomplete-3.2.15.tgz",
|
|
4067
|
+
"integrity": "sha512-75URCAf+syKmwrd+L8UxVEpJYG80RZ7d/if5lVZvo7lf/hq88r/4U3Ihs4vRXmOUn2RJMwzmekKCwU64wZaWwA==",
|
|
4068
4068
|
"license": "MIT",
|
|
4069
4069
|
"dependencies": {
|
|
4070
4070
|
"@oclif/core": "^4",
|
|
4071
|
-
"ansis": "^3.
|
|
4071
|
+
"ansis": "^3.4.0",
|
|
4072
4072
|
"debug": "^4.4.0",
|
|
4073
4073
|
"ejs": "^3.1.10"
|
|
4074
4074
|
},
|
|
@@ -4316,14 +4316,14 @@
|
|
|
4316
4316
|
}
|
|
4317
4317
|
},
|
|
4318
4318
|
"node_modules/@oclif/plugin-update": {
|
|
4319
|
-
"version": "4.6.
|
|
4320
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.6.
|
|
4321
|
-
"integrity": "sha512-
|
|
4319
|
+
"version": "4.6.19",
|
|
4320
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.6.19.tgz",
|
|
4321
|
+
"integrity": "sha512-NgqKHhaK5p8H6ibrjmHwo0eVKwLUGpEorQLJOmuJwpzZva9DH3GGMT+odsDz6uuDZ6nBkPMzpL8arUTUUlz+2Q==",
|
|
4322
4322
|
"license": "MIT",
|
|
4323
4323
|
"dependencies": {
|
|
4324
4324
|
"@inquirer/select": "^2.5.0",
|
|
4325
4325
|
"@oclif/core": "^4",
|
|
4326
|
-
"@oclif/table": "^0.3.
|
|
4326
|
+
"@oclif/table": "^0.3.9",
|
|
4327
4327
|
"ansis": "^3.3.2",
|
|
4328
4328
|
"debug": "^4.4.0",
|
|
4329
4329
|
"filesize": "^6.1.0",
|
|
@@ -4367,22 +4367,22 @@
|
|
|
4367
4367
|
}
|
|
4368
4368
|
},
|
|
4369
4369
|
"node_modules/@oclif/plugin-which": {
|
|
4370
|
-
"version": "3.2.
|
|
4371
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-which/-/plugin-which-3.2.
|
|
4372
|
-
"integrity": "sha512
|
|
4370
|
+
"version": "3.2.22",
|
|
4371
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-which/-/plugin-which-3.2.22.tgz",
|
|
4372
|
+
"integrity": "sha512-+rd9smTCAoSpckdD3vqczSxilPZKZjirki1k2Dio6W5MLt9OQshRD5sGgvrnoT9w9OBqNs4sa3mHBgr4LGD/bg==",
|
|
4373
4373
|
"license": "MIT",
|
|
4374
4374
|
"dependencies": {
|
|
4375
4375
|
"@oclif/core": "^4",
|
|
4376
|
-
"ansis": "^3.
|
|
4376
|
+
"ansis": "^3.4.0"
|
|
4377
4377
|
},
|
|
4378
4378
|
"engines": {
|
|
4379
4379
|
"node": ">=18.0.0"
|
|
4380
4380
|
}
|
|
4381
4381
|
},
|
|
4382
4382
|
"node_modules/@oclif/table": {
|
|
4383
|
-
"version": "0.3.
|
|
4384
|
-
"resolved": "https://registry.npmjs.org/@oclif/table/-/table-0.3.
|
|
4385
|
-
"integrity": "sha512-
|
|
4383
|
+
"version": "0.3.9",
|
|
4384
|
+
"resolved": "https://registry.npmjs.org/@oclif/table/-/table-0.3.9.tgz",
|
|
4385
|
+
"integrity": "sha512-JjWIg6kZ4of8D9++9xAkc39CWCBayPlrzI7NCEqtu8GxV39YALCNl8462JoSGcasPl85IQ9N7jiTSMFkIK7hfA==",
|
|
4386
4386
|
"license": "MIT",
|
|
4387
4387
|
"dependencies": {
|
|
4388
4388
|
"@oclif/core": "^4",
|
|
@@ -5095,9 +5095,9 @@
|
|
|
5095
5095
|
}
|
|
5096
5096
|
},
|
|
5097
5097
|
"node_modules/@salesforce/plugin-auth": {
|
|
5098
|
-
"version": "3.6.
|
|
5099
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.6.
|
|
5100
|
-
"integrity": "sha512-
|
|
5098
|
+
"version": "3.6.84",
|
|
5099
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.6.84.tgz",
|
|
5100
|
+
"integrity": "sha512-glO2MNSujHi7y56SON5hauX5vOUx/8BmcyCe/QmBnwoli+mI8oC1T8aHxV1yWZnWluwl1w8L3PatQzFSZjLcGw==",
|
|
5101
5101
|
"license": "BSD-3-Clause",
|
|
5102
5102
|
"dependencies": {
|
|
5103
5103
|
"@inquirer/checkbox": "^2.5.0",
|
|
@@ -5105,7 +5105,7 @@
|
|
|
5105
5105
|
"@oclif/core": "^4",
|
|
5106
5106
|
"@salesforce/core": "^8.8.0",
|
|
5107
5107
|
"@salesforce/kit": "^3.2.3",
|
|
5108
|
-
"@salesforce/plugin-info": "^3.4.
|
|
5108
|
+
"@salesforce/plugin-info": "^3.4.29",
|
|
5109
5109
|
"@salesforce/sf-plugins-core": "^12.1.1",
|
|
5110
5110
|
"@salesforce/ts-types": "^2.0.11",
|
|
5111
5111
|
"open": "^10.1.0"
|
|
@@ -5226,13 +5226,13 @@
|
|
|
5226
5226
|
}
|
|
5227
5227
|
},
|
|
5228
5228
|
"node_modules/@salesforce/plugin-data": {
|
|
5229
|
-
"version": "3.13.
|
|
5230
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-3.13.
|
|
5231
|
-
"integrity": "sha512-
|
|
5229
|
+
"version": "3.13.6",
|
|
5230
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-3.13.6.tgz",
|
|
5231
|
+
"integrity": "sha512-WMElfyzQrWUk5jAn7w+DTR7yQdoQgX6mnnA6twWrq6HrQo2y6QcUXwfcPoLy4juepUitJ5Pi0NNK5e2HwNULCA==",
|
|
5232
5232
|
"license": "BSD-3-Clause",
|
|
5233
5233
|
"dependencies": {
|
|
5234
5234
|
"@jsforce/jsforce-node": "^3.6.3",
|
|
5235
|
-
"@oclif/multi-stage-output": "^0.
|
|
5235
|
+
"@oclif/multi-stage-output": "^0.8.0",
|
|
5236
5236
|
"@salesforce/core": "^8.6.1",
|
|
5237
5237
|
"@salesforce/kit": "^3.2.2",
|
|
5238
5238
|
"@salesforce/sf-plugins-core": "^12.1.0",
|
|
@@ -5271,10 +5271,85 @@
|
|
|
5271
5271
|
"node": ">=18.0.0"
|
|
5272
5272
|
}
|
|
5273
5273
|
},
|
|
5274
|
-
"node_modules/@salesforce/plugin-
|
|
5275
|
-
"version": "
|
|
5276
|
-
"resolved": "https://registry.npmjs.org/@
|
|
5277
|
-
"integrity": "sha512-
|
|
5274
|
+
"node_modules/@salesforce/plugin-info": {
|
|
5275
|
+
"version": "3.4.30",
|
|
5276
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.4.30.tgz",
|
|
5277
|
+
"integrity": "sha512-PQ4/6u85epah4w5Y7nC665PCgPTVta17eyB/5noRm0Inu/jzTLMqJnWRa9ZVHbQmWSraZSHt6fO25FWRLL5zHA==",
|
|
5278
|
+
"license": "BSD-3-Clause",
|
|
5279
|
+
"dependencies": {
|
|
5280
|
+
"@inquirer/input": "^2.3.0",
|
|
5281
|
+
"@jsforce/jsforce-node": "^3.6.3",
|
|
5282
|
+
"@oclif/core": "^4",
|
|
5283
|
+
"@salesforce/core": "^8.8.0",
|
|
5284
|
+
"@salesforce/kit": "^3.2.3",
|
|
5285
|
+
"@salesforce/sf-plugins-core": "^12",
|
|
5286
|
+
"got": "^13.0.0",
|
|
5287
|
+
"marked": "^4.3.0",
|
|
5288
|
+
"marked-terminal": "^4.2.0",
|
|
5289
|
+
"open": "^10.1.0",
|
|
5290
|
+
"proxy-agent": "^6.5.0",
|
|
5291
|
+
"semver": "^7.6.3"
|
|
5292
|
+
},
|
|
5293
|
+
"engines": {
|
|
5294
|
+
"node": ">=18.0.0"
|
|
5295
|
+
}
|
|
5296
|
+
},
|
|
5297
|
+
"node_modules/@salesforce/plugin-limits": {
|
|
5298
|
+
"version": "3.3.43",
|
|
5299
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-limits/-/plugin-limits-3.3.43.tgz",
|
|
5300
|
+
"integrity": "sha512-uaGXPmxntR+4uaaZX46D5R9XWF0V2274IA+M9ifESjTWawuRTDW33rtwbx0mGCIEa9QbsXTE5a4BksekSwfhBA==",
|
|
5301
|
+
"license": "BSD-3-Clause",
|
|
5302
|
+
"dependencies": {
|
|
5303
|
+
"@salesforce/core": "^8.6.4",
|
|
5304
|
+
"@salesforce/sf-plugins-core": "^12.1.1"
|
|
5305
|
+
},
|
|
5306
|
+
"engines": {
|
|
5307
|
+
"node": ">=18.0.0"
|
|
5308
|
+
}
|
|
5309
|
+
},
|
|
5310
|
+
"node_modules/@salesforce/plugin-marketplace": {
|
|
5311
|
+
"version": "1.3.7",
|
|
5312
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-marketplace/-/plugin-marketplace-1.3.7.tgz",
|
|
5313
|
+
"integrity": "sha512-DySCAqg0/CnXmH3lM/sr0XksF3Yzo1E8zuceGWAlolUPyMWp1/GYzYeK+wEeN6vM+hL/bkhmh6fjIITXQk2xYA==",
|
|
5314
|
+
"license": "BSD-3-Clause",
|
|
5315
|
+
"dependencies": {
|
|
5316
|
+
"@salesforce/core": "^8.8.0",
|
|
5317
|
+
"@salesforce/kit": "^3.2.1",
|
|
5318
|
+
"@salesforce/sf-plugins-core": "^12.0.13",
|
|
5319
|
+
"got": "^13.0.0",
|
|
5320
|
+
"proxy-agent": "^6.4.0"
|
|
5321
|
+
},
|
|
5322
|
+
"engines": {
|
|
5323
|
+
"node": ">=18.0.0"
|
|
5324
|
+
}
|
|
5325
|
+
},
|
|
5326
|
+
"node_modules/@salesforce/plugin-org": {
|
|
5327
|
+
"version": "5.2.12",
|
|
5328
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-5.2.12.tgz",
|
|
5329
|
+
"integrity": "sha512-OrJvA7uKZyFiB6rYUmGuQ1/xGAystspdHJJfY0SMYJP9Y9sWU9yj8yTLzC3lrXwxeexa/1O27A/Eu/eJj3/CFg==",
|
|
5330
|
+
"license": "BSD-3-Clause",
|
|
5331
|
+
"dependencies": {
|
|
5332
|
+
"@oclif/core": "^4.0.34",
|
|
5333
|
+
"@oclif/multi-stage-output": "^0.7.17",
|
|
5334
|
+
"@salesforce/core": "^8.6.4",
|
|
5335
|
+
"@salesforce/kit": "^3.2.3",
|
|
5336
|
+
"@salesforce/sf-plugins-core": "^12.1.0",
|
|
5337
|
+
"@salesforce/source-deploy-retrieve": "^12.10.3",
|
|
5338
|
+
"@salesforce/ts-types": "^2.0.12",
|
|
5339
|
+
"ansis": "^3.4.0",
|
|
5340
|
+
"change-case": "^5.4.4",
|
|
5341
|
+
"is-wsl": "^3.1.0",
|
|
5342
|
+
"open": "^10.1.0",
|
|
5343
|
+
"terminal-link": "^3.0.0"
|
|
5344
|
+
},
|
|
5345
|
+
"engines": {
|
|
5346
|
+
"node": ">=18.0.0"
|
|
5347
|
+
}
|
|
5348
|
+
},
|
|
5349
|
+
"node_modules/@salesforce/plugin-org/node_modules/@oclif/multi-stage-output": {
|
|
5350
|
+
"version": "0.7.18",
|
|
5351
|
+
"resolved": "https://registry.npmjs.org/@oclif/multi-stage-output/-/multi-stage-output-0.7.18.tgz",
|
|
5352
|
+
"integrity": "sha512-lWFih9hXnDIdSYnB0sJTea9WK7SAmSljUh5YZcK7fKdwtPwM0sfW+Vtl+mDU83pXdd9SrXPnKzC3F7N+CdM9Rg==",
|
|
5278
5353
|
"license": "MIT",
|
|
5279
5354
|
"dependencies": {
|
|
5280
5355
|
"@oclif/core": "^4",
|
|
@@ -5289,7 +5364,7 @@
|
|
|
5289
5364
|
"node": ">=18.0.0"
|
|
5290
5365
|
}
|
|
5291
5366
|
},
|
|
5292
|
-
"node_modules/@salesforce/plugin-
|
|
5367
|
+
"node_modules/@salesforce/plugin-org/node_modules/ansi-regex": {
|
|
5293
5368
|
"version": "6.0.1",
|
|
5294
5369
|
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
|
|
5295
5370
|
"integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
|
|
@@ -5301,13 +5376,13 @@
|
|
|
5301
5376
|
"url": "https://github.com/chalk/ansi-regex?sponsor=1"
|
|
5302
5377
|
}
|
|
5303
5378
|
},
|
|
5304
|
-
"node_modules/@salesforce/plugin-
|
|
5379
|
+
"node_modules/@salesforce/plugin-org/node_modules/emoji-regex": {
|
|
5305
5380
|
"version": "10.3.0",
|
|
5306
5381
|
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.3.0.tgz",
|
|
5307
5382
|
"integrity": "sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw==",
|
|
5308
5383
|
"license": "MIT"
|
|
5309
5384
|
},
|
|
5310
|
-
"node_modules/@salesforce/plugin-
|
|
5385
|
+
"node_modules/@salesforce/plugin-org/node_modules/figures": {
|
|
5311
5386
|
"version": "6.1.0",
|
|
5312
5387
|
"resolved": "https://registry.npmjs.org/figures/-/figures-6.1.0.tgz",
|
|
5313
5388
|
"integrity": "sha512-d+l3qxjSesT4V7v2fh+QnmFnUWv9lSpjarhShNTgBOfA0ttejbQUAlHLitbjkoRiDulW0OPoQPYIGhIC8ohejg==",
|
|
@@ -5322,7 +5397,7 @@
|
|
|
5322
5397
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
5323
5398
|
}
|
|
5324
5399
|
},
|
|
5325
|
-
"node_modules/@salesforce/plugin-
|
|
5400
|
+
"node_modules/@salesforce/plugin-org/node_modules/string-width": {
|
|
5326
5401
|
"version": "7.2.0",
|
|
5327
5402
|
"resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz",
|
|
5328
5403
|
"integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==",
|
|
@@ -5339,7 +5414,7 @@
|
|
|
5339
5414
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
5340
5415
|
}
|
|
5341
5416
|
},
|
|
5342
|
-
"node_modules/@salesforce/plugin-
|
|
5417
|
+
"node_modules/@salesforce/plugin-org/node_modules/strip-ansi": {
|
|
5343
5418
|
"version": "7.1.0",
|
|
5344
5419
|
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
|
|
5345
5420
|
"integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
|
|
@@ -5354,7 +5429,7 @@
|
|
|
5354
5429
|
"url": "https://github.com/chalk/strip-ansi?sponsor=1"
|
|
5355
5430
|
}
|
|
5356
5431
|
},
|
|
5357
|
-
"node_modules/@salesforce/plugin-
|
|
5432
|
+
"node_modules/@salesforce/plugin-org/node_modules/wrap-ansi": {
|
|
5358
5433
|
"version": "9.0.0",
|
|
5359
5434
|
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.0.tgz",
|
|
5360
5435
|
"integrity": "sha512-G8ura3S+3Z2G+mkgNRq8dqaFZAuxfsxpBB8OCTGRTCtp+l/v9nbFNmCUP1BZMts3G1142MsZfn6eeUKrr4PD1Q==",
|
|
@@ -5371,81 +5446,6 @@
|
|
|
5371
5446
|
"url": "https://github.com/chalk/wrap-ansi?sponsor=1"
|
|
5372
5447
|
}
|
|
5373
5448
|
},
|
|
5374
|
-
"node_modules/@salesforce/plugin-info": {
|
|
5375
|
-
"version": "3.4.29",
|
|
5376
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.4.29.tgz",
|
|
5377
|
-
"integrity": "sha512-uaZZWTj1GqAqfiJGIaMPYv4m9JuVaRi80f2JGYkkZ0gRoei4L/nkueWyQe9U0DPHCFfGO9zEMb3uJALqgwTf3Q==",
|
|
5378
|
-
"license": "BSD-3-Clause",
|
|
5379
|
-
"dependencies": {
|
|
5380
|
-
"@inquirer/input": "^2.3.0",
|
|
5381
|
-
"@jsforce/jsforce-node": "^3.6.3",
|
|
5382
|
-
"@oclif/core": "^4",
|
|
5383
|
-
"@salesforce/core": "^8.8.0",
|
|
5384
|
-
"@salesforce/kit": "^3.2.3",
|
|
5385
|
-
"@salesforce/sf-plugins-core": "^12",
|
|
5386
|
-
"got": "^13.0.0",
|
|
5387
|
-
"marked": "^4.3.0",
|
|
5388
|
-
"marked-terminal": "^4.2.0",
|
|
5389
|
-
"open": "^10.1.0",
|
|
5390
|
-
"proxy-agent": "^6.5.0",
|
|
5391
|
-
"semver": "^7.6.3"
|
|
5392
|
-
},
|
|
5393
|
-
"engines": {
|
|
5394
|
-
"node": ">=18.0.0"
|
|
5395
|
-
}
|
|
5396
|
-
},
|
|
5397
|
-
"node_modules/@salesforce/plugin-limits": {
|
|
5398
|
-
"version": "3.3.43",
|
|
5399
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-limits/-/plugin-limits-3.3.43.tgz",
|
|
5400
|
-
"integrity": "sha512-uaGXPmxntR+4uaaZX46D5R9XWF0V2274IA+M9ifESjTWawuRTDW33rtwbx0mGCIEa9QbsXTE5a4BksekSwfhBA==",
|
|
5401
|
-
"license": "BSD-3-Clause",
|
|
5402
|
-
"dependencies": {
|
|
5403
|
-
"@salesforce/core": "^8.6.4",
|
|
5404
|
-
"@salesforce/sf-plugins-core": "^12.1.1"
|
|
5405
|
-
},
|
|
5406
|
-
"engines": {
|
|
5407
|
-
"node": ">=18.0.0"
|
|
5408
|
-
}
|
|
5409
|
-
},
|
|
5410
|
-
"node_modules/@salesforce/plugin-marketplace": {
|
|
5411
|
-
"version": "1.3.7",
|
|
5412
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-marketplace/-/plugin-marketplace-1.3.7.tgz",
|
|
5413
|
-
"integrity": "sha512-DySCAqg0/CnXmH3lM/sr0XksF3Yzo1E8zuceGWAlolUPyMWp1/GYzYeK+wEeN6vM+hL/bkhmh6fjIITXQk2xYA==",
|
|
5414
|
-
"license": "BSD-3-Clause",
|
|
5415
|
-
"dependencies": {
|
|
5416
|
-
"@salesforce/core": "^8.8.0",
|
|
5417
|
-
"@salesforce/kit": "^3.2.1",
|
|
5418
|
-
"@salesforce/sf-plugins-core": "^12.0.13",
|
|
5419
|
-
"got": "^13.0.0",
|
|
5420
|
-
"proxy-agent": "^6.4.0"
|
|
5421
|
-
},
|
|
5422
|
-
"engines": {
|
|
5423
|
-
"node": ">=18.0.0"
|
|
5424
|
-
}
|
|
5425
|
-
},
|
|
5426
|
-
"node_modules/@salesforce/plugin-org": {
|
|
5427
|
-
"version": "5.2.11",
|
|
5428
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-5.2.11.tgz",
|
|
5429
|
-
"integrity": "sha512-pr0wHBWSfDGeZfQFL8yOR2AMZVj7ruhON0DxpOJiLJOmocMmL5t78kYW3K6u1W8klvbhVmjflCPLSR8zgLid+Q==",
|
|
5430
|
-
"license": "BSD-3-Clause",
|
|
5431
|
-
"dependencies": {
|
|
5432
|
-
"@oclif/core": "^4.0.34",
|
|
5433
|
-
"@oclif/multi-stage-output": "^0.7.17",
|
|
5434
|
-
"@salesforce/core": "^8.6.4",
|
|
5435
|
-
"@salesforce/kit": "^3.2.3",
|
|
5436
|
-
"@salesforce/sf-plugins-core": "^12.1.0",
|
|
5437
|
-
"@salesforce/source-deploy-retrieve": "^12.10.3",
|
|
5438
|
-
"@salesforce/ts-types": "^2.0.12",
|
|
5439
|
-
"ansis": "^3.2.0",
|
|
5440
|
-
"change-case": "^5.4.4",
|
|
5441
|
-
"is-wsl": "^3.1.0",
|
|
5442
|
-
"open": "^10.1.0",
|
|
5443
|
-
"terminal-link": "^3.0.0"
|
|
5444
|
-
},
|
|
5445
|
-
"engines": {
|
|
5446
|
-
"node": ">=18.0.0"
|
|
5447
|
-
}
|
|
5448
|
-
},
|
|
5449
5449
|
"node_modules/@salesforce/plugin-packaging": {
|
|
5450
5450
|
"version": "2.9.9",
|
|
5451
5451
|
"resolved": "https://registry.npmjs.org/@salesforce/plugin-packaging/-/plugin-packaging-2.9.9.tgz",
|
|
@@ -5628,9 +5628,9 @@
|
|
|
5628
5628
|
}
|
|
5629
5629
|
},
|
|
5630
5630
|
"node_modules/@salesforce/plugin-sobject": {
|
|
5631
|
-
"version": "1.4.
|
|
5632
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-sobject/-/plugin-sobject-1.4.
|
|
5633
|
-
"integrity": "sha512-
|
|
5631
|
+
"version": "1.4.48",
|
|
5632
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-sobject/-/plugin-sobject-1.4.48.tgz",
|
|
5633
|
+
"integrity": "sha512-KwNy7JFWusdho2oMhlnSquKAc9XY/3E+mGm1IsXZQJoP8hduGKg1+5pCjXRr0zJ5jRfTodRpx6Wy2acAYg14LA==",
|
|
5634
5634
|
"license": "BSD-3-Clause",
|
|
5635
5635
|
"dependencies": {
|
|
5636
5636
|
"@inquirer/confirm": "^3.2.0",
|
|
@@ -5641,7 +5641,7 @@
|
|
|
5641
5641
|
"@salesforce/kit": "^3.1.6",
|
|
5642
5642
|
"@salesforce/sf-plugins-core": "^11.3.12",
|
|
5643
5643
|
"fast-glob": "^3.3.2",
|
|
5644
|
-
"fast-xml-parser": "^4.5.
|
|
5644
|
+
"fast-xml-parser": "^4.5.1",
|
|
5645
5645
|
"js2xmlparser": "^4.0.2"
|
|
5646
5646
|
},
|
|
5647
5647
|
"engines": {
|
|
@@ -5754,15 +5754,15 @@
|
|
|
5754
5754
|
}
|
|
5755
5755
|
},
|
|
5756
5756
|
"node_modules/@salesforce/plugin-trust": {
|
|
5757
|
-
"version": "3.7.
|
|
5758
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.7.
|
|
5759
|
-
"integrity": "sha512-
|
|
5757
|
+
"version": "3.7.52",
|
|
5758
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.7.52.tgz",
|
|
5759
|
+
"integrity": "sha512-plRaRcE65RyGkZiOe09e3AFxqKib13ykkNz9xE0BlcWHNBfQqJxVqX0hNI7PL8fRh72lEVv+Y/86tgvTciwq9g==",
|
|
5760
5760
|
"license": "BSD-3-Clause",
|
|
5761
5761
|
"dependencies": {
|
|
5762
5762
|
"@oclif/core": "^4",
|
|
5763
5763
|
"@salesforce/core": "^8.8.0",
|
|
5764
5764
|
"@salesforce/kit": "^3.2.0",
|
|
5765
|
-
"@salesforce/plugin-info": "^3.4.
|
|
5765
|
+
"@salesforce/plugin-info": "^3.4.29",
|
|
5766
5766
|
"@salesforce/sf-plugins-core": "^12",
|
|
5767
5767
|
"got": "^13.0.0",
|
|
5768
5768
|
"npm": "^10.9.2",
|
package/oclif.lock
CHANGED
|
@@ -1724,7 +1724,7 @@
|
|
|
1724
1724
|
wordwrap "^1.0.0"
|
|
1725
1725
|
wrap-ansi "^7.0.0"
|
|
1726
1726
|
|
|
1727
|
-
"@oclif/multi-stage-output@^0.7.
|
|
1727
|
+
"@oclif/multi-stage-output@^0.7.17":
|
|
1728
1728
|
version "0.7.18"
|
|
1729
1729
|
resolved "https://registry.npmjs.org/@oclif/multi-stage-output/-/multi-stage-output-0.7.18.tgz"
|
|
1730
1730
|
integrity sha512-lWFih9hXnDIdSYnB0sJTea9WK7SAmSljUh5YZcK7fKdwtPwM0sfW+Vtl+mDU83pXdd9SrXPnKzC3F7N+CdM9Rg==
|
|
@@ -1750,13 +1750,13 @@
|
|
|
1750
1750
|
react "^18.3.1"
|
|
1751
1751
|
wrap-ansi "^9.0.0"
|
|
1752
1752
|
|
|
1753
|
-
"@oclif/plugin-autocomplete@3.2.
|
|
1754
|
-
version "3.2.
|
|
1755
|
-
resolved "https://registry.npmjs.org/@oclif/plugin-autocomplete/-/plugin-autocomplete-3.2.
|
|
1756
|
-
integrity sha512-
|
|
1753
|
+
"@oclif/plugin-autocomplete@3.2.15":
|
|
1754
|
+
version "3.2.15"
|
|
1755
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-autocomplete/-/plugin-autocomplete-3.2.15.tgz"
|
|
1756
|
+
integrity sha512-75URCAf+syKmwrd+L8UxVEpJYG80RZ7d/if5lVZvo7lf/hq88r/4U3Ihs4vRXmOUn2RJMwzmekKCwU64wZaWwA==
|
|
1757
1757
|
dependencies:
|
|
1758
1758
|
"@oclif/core" "^4"
|
|
1759
|
-
ansis "^3.
|
|
1759
|
+
ansis "^3.4.0"
|
|
1760
1760
|
debug "^4.4.0"
|
|
1761
1761
|
ejs "^3.1.10"
|
|
1762
1762
|
|
|
@@ -1828,14 +1828,14 @@
|
|
|
1828
1828
|
ansi-escapes "^7.0.0"
|
|
1829
1829
|
inquirer-autocomplete-standalone "^0.8.1"
|
|
1830
1830
|
|
|
1831
|
-
"@oclif/plugin-update@4.6.
|
|
1832
|
-
version "4.6.
|
|
1833
|
-
resolved "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.6.
|
|
1834
|
-
integrity sha512-
|
|
1831
|
+
"@oclif/plugin-update@4.6.19":
|
|
1832
|
+
version "4.6.19"
|
|
1833
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.6.19.tgz"
|
|
1834
|
+
integrity sha512-NgqKHhaK5p8H6ibrjmHwo0eVKwLUGpEorQLJOmuJwpzZva9DH3GGMT+odsDz6uuDZ6nBkPMzpL8arUTUUlz+2Q==
|
|
1835
1835
|
dependencies:
|
|
1836
1836
|
"@inquirer/select" "^2.5.0"
|
|
1837
1837
|
"@oclif/core" "^4"
|
|
1838
|
-
"@oclif/table" "^0.3.
|
|
1838
|
+
"@oclif/table" "^0.3.9"
|
|
1839
1839
|
ansis "^3.3.2"
|
|
1840
1840
|
debug "^4.4.0"
|
|
1841
1841
|
filesize "^6.1.0"
|
|
@@ -1864,18 +1864,18 @@
|
|
|
1864
1864
|
lodash "^4.17.21"
|
|
1865
1865
|
registry-auth-token "^5.0.3"
|
|
1866
1866
|
|
|
1867
|
-
"@oclif/plugin-which@3.2.
|
|
1868
|
-
version "3.2.
|
|
1869
|
-
resolved "https://registry.npmjs.org/@oclif/plugin-which/-/plugin-which-3.2.
|
|
1870
|
-
integrity sha512
|
|
1867
|
+
"@oclif/plugin-which@3.2.22":
|
|
1868
|
+
version "3.2.22"
|
|
1869
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-which/-/plugin-which-3.2.22.tgz"
|
|
1870
|
+
integrity sha512-+rd9smTCAoSpckdD3vqczSxilPZKZjirki1k2Dio6W5MLt9OQshRD5sGgvrnoT9w9OBqNs4sa3mHBgr4LGD/bg==
|
|
1871
1871
|
dependencies:
|
|
1872
1872
|
"@oclif/core" "^4"
|
|
1873
|
-
ansis "^3.
|
|
1873
|
+
ansis "^3.4.0"
|
|
1874
1874
|
|
|
1875
|
-
"@oclif/table@^0.3.2", "@oclif/table@^0.3.7":
|
|
1876
|
-
version "0.3.
|
|
1877
|
-
resolved "https://registry.npmjs.org/@oclif/table/-/table-0.3.
|
|
1878
|
-
integrity sha512-
|
|
1875
|
+
"@oclif/table@^0.3.2", "@oclif/table@^0.3.7", "@oclif/table@^0.3.9":
|
|
1876
|
+
version "0.3.9"
|
|
1877
|
+
resolved "https://registry.npmjs.org/@oclif/table/-/table-0.3.9.tgz"
|
|
1878
|
+
integrity sha512-JjWIg6kZ4of8D9++9xAkc39CWCBayPlrzI7NCEqtu8GxV39YALCNl8462JoSGcasPl85IQ9N7jiTSMFkIK7hfA==
|
|
1879
1879
|
dependencies:
|
|
1880
1880
|
"@oclif/core" "^4"
|
|
1881
1881
|
"@types/react" "^18.3.12"
|
|
@@ -2195,17 +2195,17 @@
|
|
|
2195
2195
|
got "^13.0.0"
|
|
2196
2196
|
proxy-agent "^6.4.0"
|
|
2197
2197
|
|
|
2198
|
-
"@salesforce/plugin-auth@3.6.
|
|
2199
|
-
version "3.6.
|
|
2200
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.6.
|
|
2201
|
-
integrity sha512-
|
|
2198
|
+
"@salesforce/plugin-auth@3.6.84":
|
|
2199
|
+
version "3.6.84"
|
|
2200
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.6.84.tgz"
|
|
2201
|
+
integrity sha512-glO2MNSujHi7y56SON5hauX5vOUx/8BmcyCe/QmBnwoli+mI8oC1T8aHxV1yWZnWluwl1w8L3PatQzFSZjLcGw==
|
|
2202
2202
|
dependencies:
|
|
2203
2203
|
"@inquirer/checkbox" "^2.5.0"
|
|
2204
2204
|
"@inquirer/select" "^2.5.0"
|
|
2205
2205
|
"@oclif/core" "^4"
|
|
2206
2206
|
"@salesforce/core" "^8.8.0"
|
|
2207
2207
|
"@salesforce/kit" "^3.2.3"
|
|
2208
|
-
"@salesforce/plugin-info" "^3.4.
|
|
2208
|
+
"@salesforce/plugin-info" "^3.4.29"
|
|
2209
2209
|
"@salesforce/sf-plugins-core" "^12.1.1"
|
|
2210
2210
|
"@salesforce/ts-types" "^2.0.11"
|
|
2211
2211
|
open "^10.1.0"
|
|
@@ -2224,13 +2224,13 @@
|
|
|
2224
2224
|
debug "^4.3.7"
|
|
2225
2225
|
handlebars "^4.7.8"
|
|
2226
2226
|
|
|
2227
|
-
"@salesforce/plugin-data@3.13.
|
|
2228
|
-
version "3.13.
|
|
2229
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-3.13.
|
|
2230
|
-
integrity sha512-
|
|
2227
|
+
"@salesforce/plugin-data@3.13.6":
|
|
2228
|
+
version "3.13.6"
|
|
2229
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-3.13.6.tgz"
|
|
2230
|
+
integrity sha512-WMElfyzQrWUk5jAn7w+DTR7yQdoQgX6mnnA6twWrq6HrQo2y6QcUXwfcPoLy4juepUitJ5Pi0NNK5e2HwNULCA==
|
|
2231
2231
|
dependencies:
|
|
2232
2232
|
"@jsforce/jsforce-node" "^3.6.3"
|
|
2233
|
-
"@oclif/multi-stage-output" "^0.
|
|
2233
|
+
"@oclif/multi-stage-output" "^0.8.0"
|
|
2234
2234
|
"@salesforce/core" "^8.6.1"
|
|
2235
2235
|
"@salesforce/kit" "^3.2.2"
|
|
2236
2236
|
"@salesforce/sf-plugins-core" "^12.1.0"
|
|
@@ -2260,10 +2260,10 @@
|
|
|
2260
2260
|
ansis "^3.4.0"
|
|
2261
2261
|
terminal-link "^3.0.0"
|
|
2262
2262
|
|
|
2263
|
-
"@salesforce/plugin-info@^3.4.23", "@salesforce/plugin-info@^3.4.
|
|
2264
|
-
version "3.4.
|
|
2265
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.4.
|
|
2266
|
-
integrity sha512-
|
|
2263
|
+
"@salesforce/plugin-info@^3.4.23", "@salesforce/plugin-info@^3.4.29", "@salesforce/plugin-info@3.4.30":
|
|
2264
|
+
version "3.4.30"
|
|
2265
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.4.30.tgz"
|
|
2266
|
+
integrity sha512-PQ4/6u85epah4w5Y7nC665PCgPTVta17eyB/5noRm0Inu/jzTLMqJnWRa9ZVHbQmWSraZSHt6fO25FWRLL5zHA==
|
|
2267
2267
|
dependencies:
|
|
2268
2268
|
"@inquirer/input" "^2.3.0"
|
|
2269
2269
|
"@jsforce/jsforce-node" "^3.6.3"
|
|
@@ -2297,10 +2297,10 @@
|
|
|
2297
2297
|
got "^13.0.0"
|
|
2298
2298
|
proxy-agent "^6.4.0"
|
|
2299
2299
|
|
|
2300
|
-
"@salesforce/plugin-org@5.2.
|
|
2301
|
-
version "5.2.
|
|
2302
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-5.2.
|
|
2303
|
-
integrity sha512-
|
|
2300
|
+
"@salesforce/plugin-org@5.2.12":
|
|
2301
|
+
version "5.2.12"
|
|
2302
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-5.2.12.tgz"
|
|
2303
|
+
integrity sha512-OrJvA7uKZyFiB6rYUmGuQ1/xGAystspdHJJfY0SMYJP9Y9sWU9yj8yTLzC3lrXwxeexa/1O27A/Eu/eJj3/CFg==
|
|
2304
2304
|
dependencies:
|
|
2305
2305
|
"@oclif/core" "^4.0.34"
|
|
2306
2306
|
"@oclif/multi-stage-output" "^0.7.17"
|
|
@@ -2309,7 +2309,7 @@
|
|
|
2309
2309
|
"@salesforce/sf-plugins-core" "^12.1.0"
|
|
2310
2310
|
"@salesforce/source-deploy-retrieve" "^12.10.3"
|
|
2311
2311
|
"@salesforce/ts-types" "^2.0.12"
|
|
2312
|
-
ansis "^3.
|
|
2312
|
+
ansis "^3.4.0"
|
|
2313
2313
|
change-case "^5.4.4"
|
|
2314
2314
|
is-wsl "^3.1.0"
|
|
2315
2315
|
open "^10.1.0"
|
|
@@ -2374,10 +2374,10 @@
|
|
|
2374
2374
|
"@salesforce/sf-plugins-core" "^12.1.0"
|
|
2375
2375
|
fast-levenshtein "^3.0.0"
|
|
2376
2376
|
|
|
2377
|
-
"@salesforce/plugin-sobject@1.4.
|
|
2378
|
-
version "1.4.
|
|
2379
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-sobject/-/plugin-sobject-1.4.
|
|
2380
|
-
integrity sha512-
|
|
2377
|
+
"@salesforce/plugin-sobject@1.4.48":
|
|
2378
|
+
version "1.4.48"
|
|
2379
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-sobject/-/plugin-sobject-1.4.48.tgz"
|
|
2380
|
+
integrity sha512-KwNy7JFWusdho2oMhlnSquKAc9XY/3E+mGm1IsXZQJoP8hduGKg1+5pCjXRr0zJ5jRfTodRpx6Wy2acAYg14LA==
|
|
2381
2381
|
dependencies:
|
|
2382
2382
|
"@inquirer/confirm" "^3.2.0"
|
|
2383
2383
|
"@inquirer/input" "^2.3.0"
|
|
@@ -2387,7 +2387,7 @@
|
|
|
2387
2387
|
"@salesforce/kit" "^3.1.6"
|
|
2388
2388
|
"@salesforce/sf-plugins-core" "^11.3.12"
|
|
2389
2389
|
fast-glob "^3.3.2"
|
|
2390
|
-
fast-xml-parser "^4.5.
|
|
2390
|
+
fast-xml-parser "^4.5.1"
|
|
2391
2391
|
js2xmlparser "^4.0.2"
|
|
2392
2392
|
|
|
2393
2393
|
"@salesforce/plugin-telemetry@3.6.28":
|
|
@@ -2412,15 +2412,15 @@
|
|
|
2412
2412
|
"@salesforce/sf-plugins-core" "^12"
|
|
2413
2413
|
"@salesforce/templates" "^62.0.5"
|
|
2414
2414
|
|
|
2415
|
-
"@salesforce/plugin-trust@^3.7.40", "@salesforce/plugin-trust@3.7.
|
|
2416
|
-
version "3.7.
|
|
2417
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.7.
|
|
2418
|
-
integrity sha512-
|
|
2415
|
+
"@salesforce/plugin-trust@^3.7.40", "@salesforce/plugin-trust@3.7.52":
|
|
2416
|
+
version "3.7.52"
|
|
2417
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.7.52.tgz"
|
|
2418
|
+
integrity sha512-plRaRcE65RyGkZiOe09e3AFxqKib13ykkNz9xE0BlcWHNBfQqJxVqX0hNI7PL8fRh72lEVv+Y/86tgvTciwq9g==
|
|
2419
2419
|
dependencies:
|
|
2420
2420
|
"@oclif/core" "^4"
|
|
2421
2421
|
"@salesforce/core" "^8.8.0"
|
|
2422
2422
|
"@salesforce/kit" "^3.2.0"
|
|
2423
|
-
"@salesforce/plugin-info" "^3.4.
|
|
2423
|
+
"@salesforce/plugin-info" "^3.4.29"
|
|
2424
2424
|
"@salesforce/sf-plugins-core" "^12"
|
|
2425
2425
|
got "^13.0.0"
|
|
2426
2426
|
npm "^10.9.2"
|
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.72.
|
|
4
|
+
"version": "2.72.4",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -75,10 +75,10 @@
|
|
|
75
75
|
"@salesforce/plugin-user"
|
|
76
76
|
],
|
|
77
77
|
"jitPlugins": {
|
|
78
|
-
"@salesforce/plugin-custom-metadata": "3.3.
|
|
78
|
+
"@salesforce/plugin-custom-metadata": "3.3.41",
|
|
79
79
|
"@salesforce/plugin-community": "3.3.7",
|
|
80
80
|
"@salesforce/plugin-dev": "2.5.1",
|
|
81
|
-
"@salesforce/plugin-devops-center": "1.2.
|
|
81
|
+
"@salesforce/plugin-devops-center": "1.2.27",
|
|
82
82
|
"@salesforce/plugin-env": "3.0.34",
|
|
83
83
|
"@salesforce/plugin-functions": "1.23.0",
|
|
84
84
|
"@salesforce/plugin-signups": "2.6.9",
|
|
@@ -145,34 +145,34 @@
|
|
|
145
145
|
"dependencies": {
|
|
146
146
|
"@inquirer/select": "^2.3.5",
|
|
147
147
|
"@oclif/core": "4.2.0",
|
|
148
|
-
"@oclif/plugin-autocomplete": "3.2.
|
|
148
|
+
"@oclif/plugin-autocomplete": "3.2.15",
|
|
149
149
|
"@oclif/plugin-commands": "4.1.14",
|
|
150
150
|
"@oclif/plugin-help": "6.2.20",
|
|
151
151
|
"@oclif/plugin-not-found": "3.2.31",
|
|
152
152
|
"@oclif/plugin-plugins": "5.4.23",
|
|
153
153
|
"@oclif/plugin-search": "1.2.17",
|
|
154
|
-
"@oclif/plugin-update": "4.6.
|
|
154
|
+
"@oclif/plugin-update": "4.6.19",
|
|
155
155
|
"@oclif/plugin-version": "2.2.18",
|
|
156
156
|
"@oclif/plugin-warn-if-update-available": "3.1.28",
|
|
157
|
-
"@oclif/plugin-which": "3.2.
|
|
157
|
+
"@oclif/plugin-which": "3.2.22",
|
|
158
158
|
"@salesforce/core": "^8.2.3",
|
|
159
159
|
"@salesforce/kit": "^3.1.6",
|
|
160
160
|
"@salesforce/plugin-apex": "3.6.8",
|
|
161
161
|
"@salesforce/plugin-api": "1.3.2",
|
|
162
|
-
"@salesforce/plugin-auth": "3.6.
|
|
163
|
-
"@salesforce/plugin-data": "3.13.
|
|
162
|
+
"@salesforce/plugin-auth": "3.6.84",
|
|
163
|
+
"@salesforce/plugin-data": "3.13.6",
|
|
164
164
|
"@salesforce/plugin-deploy-retrieve": "3.16.4",
|
|
165
|
-
"@salesforce/plugin-info": "3.4.
|
|
165
|
+
"@salesforce/plugin-info": "3.4.30",
|
|
166
166
|
"@salesforce/plugin-limits": "3.3.43",
|
|
167
167
|
"@salesforce/plugin-marketplace": "1.3.7",
|
|
168
|
-
"@salesforce/plugin-org": "5.2.
|
|
168
|
+
"@salesforce/plugin-org": "5.2.12",
|
|
169
169
|
"@salesforce/plugin-packaging": "2.9.9",
|
|
170
170
|
"@salesforce/plugin-schema": "3.3.45",
|
|
171
171
|
"@salesforce/plugin-settings": "2.4.9",
|
|
172
|
-
"@salesforce/plugin-sobject": "1.4.
|
|
172
|
+
"@salesforce/plugin-sobject": "1.4.48",
|
|
173
173
|
"@salesforce/plugin-telemetry": "3.6.28",
|
|
174
174
|
"@salesforce/plugin-templates": "56.3.34",
|
|
175
|
-
"@salesforce/plugin-trust": "3.7.
|
|
175
|
+
"@salesforce/plugin-trust": "3.7.52",
|
|
176
176
|
"@salesforce/plugin-user": "3.6.5",
|
|
177
177
|
"@salesforce/sf-plugins-core": "12.1.1",
|
|
178
178
|
"ansis": "^3.3.0"
|