@salesforce/cli 2.77.3 → 2.77.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 +74 -74
- package/npm-shrinkwrap.json +66 -66
- package/oclif.lock +66 -66
- package/oclif.manifest.json +1 -1
- package/package.json +13 -13
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.77.
|
|
27
|
+
@salesforce/cli/2.77.4 linux-x64 node-v22.13.1
|
|
28
28
|
$ sf --help [COMMAND]
|
|
29
29
|
USAGE
|
|
30
30
|
$ sf COMMAND
|
|
@@ -344,7 +344,7 @@ FLAG DESCRIPTIONS
|
|
|
344
344
|
directory.
|
|
345
345
|
```
|
|
346
346
|
|
|
347
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
347
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.38/src/commands/analytics/generate/template.ts)_
|
|
348
348
|
|
|
349
349
|
## `sf apex generate class`
|
|
350
350
|
|
|
@@ -403,7 +403,7 @@ FLAG DESCRIPTIONS
|
|
|
403
403
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
404
404
|
```
|
|
405
405
|
|
|
406
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
406
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.38/src/commands/apex/generate/class.ts)_
|
|
407
407
|
|
|
408
408
|
## `sf apex generate trigger`
|
|
409
409
|
|
|
@@ -472,7 +472,7 @@ FLAG DESCRIPTIONS
|
|
|
472
472
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
473
473
|
```
|
|
474
474
|
|
|
475
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
475
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.38/src/commands/apex/generate/trigger.ts)_
|
|
476
476
|
|
|
477
477
|
## `sf apex get log`
|
|
478
478
|
|
|
@@ -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/4.0.
|
|
1339
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.11/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/4.0.
|
|
1388
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.11/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/4.0.
|
|
1444
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.11/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/4.0.
|
|
1505
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.11/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/4.0.
|
|
1566
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.11/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/4.0.
|
|
1605
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.11/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/4.0.
|
|
1679
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.11/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/4.0.
|
|
1715
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.11/src/commands/data/export/resume.ts)_
|
|
1716
1716
|
|
|
1717
1717
|
## `sf data export tree`
|
|
1718
1718
|
|
|
@@ -1772,7 +1772,7 @@ EXAMPLES
|
|
|
1772
1772
|
my-scratch
|
|
1773
1773
|
```
|
|
1774
1774
|
|
|
1775
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
1775
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.11/src/commands/data/export/tree.ts)_
|
|
1776
1776
|
|
|
1777
1777
|
## `sf data get record`
|
|
1778
1778
|
|
|
@@ -1836,7 +1836,7 @@ EXAMPLES
|
|
|
1836
1836
|
$ sf data get record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
|
|
1837
1837
|
```
|
|
1838
1838
|
|
|
1839
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
1839
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.11/src/commands/data/get/record.ts)_
|
|
1840
1840
|
|
|
1841
1841
|
## `sf data import bulk`
|
|
1842
1842
|
|
|
@@ -1894,7 +1894,7 @@ EXAMPLES
|
|
|
1894
1894
|
$ sf data import bulk --file accounts.csv --sobject Account --async
|
|
1895
1895
|
```
|
|
1896
1896
|
|
|
1897
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
1897
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.11/src/commands/data/import/bulk.ts)_
|
|
1898
1898
|
|
|
1899
1899
|
## `sf data import resume`
|
|
1900
1900
|
|
|
@@ -1930,7 +1930,7 @@ EXAMPLES
|
|
|
1930
1930
|
$ sf data import resume --use-most-recent --target-org my-scratch
|
|
1931
1931
|
```
|
|
1932
1932
|
|
|
1933
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
1933
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.11/src/commands/data/import/resume.ts)_
|
|
1934
1934
|
|
|
1935
1935
|
## `sf data import tree`
|
|
1936
1936
|
|
|
@@ -1994,7 +1994,7 @@ FLAG DESCRIPTIONS
|
|
|
1994
1994
|
- files(array) - Files: An array of files paths to load
|
|
1995
1995
|
```
|
|
1996
1996
|
|
|
1997
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
1997
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.11/src/commands/data/import/tree.ts)_
|
|
1998
1998
|
|
|
1999
1999
|
## `sf data query`
|
|
2000
2000
|
|
|
@@ -2060,7 +2060,7 @@ EXAMPLES
|
|
|
2060
2060
|
$ sf data query --query "SELECT Id FROM Contact" --bulk --wait 0
|
|
2061
2061
|
```
|
|
2062
2062
|
|
|
2063
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2063
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.11/src/commands/data/query.ts)_
|
|
2064
2064
|
|
|
2065
2065
|
## `sf data query resume`
|
|
2066
2066
|
|
|
@@ -2097,7 +2097,7 @@ EXAMPLES
|
|
|
2097
2097
|
$ sf data query resume --bulk-query-id 7500x000005BdFzXXX
|
|
2098
2098
|
```
|
|
2099
2099
|
|
|
2100
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2100
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.11/src/commands/data/query/resume.ts)_
|
|
2101
2101
|
|
|
2102
2102
|
## `sf data resume`
|
|
2103
2103
|
|
|
@@ -2134,7 +2134,7 @@ EXAMPLES
|
|
|
2134
2134
|
$ sf data resume --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA
|
|
2135
2135
|
```
|
|
2136
2136
|
|
|
2137
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2137
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.11/src/commands/data/resume.ts)_
|
|
2138
2138
|
|
|
2139
2139
|
## `sf data search`
|
|
2140
2140
|
|
|
@@ -2184,7 +2184,7 @@ EXAMPLES
|
|
|
2184
2184
|
$ sf data search --file query.txt --target-org my-scratch --result-format csv
|
|
2185
2185
|
```
|
|
2186
2186
|
|
|
2187
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2187
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.11/src/commands/data/search.ts)_
|
|
2188
2188
|
|
|
2189
2189
|
## `sf data update bulk`
|
|
2190
2190
|
|
|
@@ -2245,7 +2245,7 @@ EXAMPLES
|
|
|
2245
2245
|
$ sf data update bulk --file accounts.csv --sobject Account --async
|
|
2246
2246
|
```
|
|
2247
2247
|
|
|
2248
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2248
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.11/src/commands/data/update/bulk.ts)_
|
|
2249
2249
|
|
|
2250
2250
|
## `sf data update record`
|
|
2251
2251
|
|
|
@@ -2307,7 +2307,7 @@ EXAMPLES
|
|
|
2307
2307
|
"ExpirationDate=2017-12-01T00:58:04.000+0000"
|
|
2308
2308
|
```
|
|
2309
2309
|
|
|
2310
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2310
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.11/src/commands/data/update/record.ts)_
|
|
2311
2311
|
|
|
2312
2312
|
## `sf data update resume`
|
|
2313
2313
|
|
|
@@ -2343,7 +2343,7 @@ EXAMPLES
|
|
|
2343
2343
|
$ sf data update resume --use-most-recent --target-org my-scratch
|
|
2344
2344
|
```
|
|
2345
2345
|
|
|
2346
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2346
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.11/src/commands/data/update/resume.ts)_
|
|
2347
2347
|
|
|
2348
2348
|
## `sf data upsert bulk`
|
|
2349
2349
|
|
|
@@ -2402,7 +2402,7 @@ EXAMPLES
|
|
|
2402
2402
|
my-scratch
|
|
2403
2403
|
```
|
|
2404
2404
|
|
|
2405
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2405
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.11/src/commands/data/upsert/bulk.ts)_
|
|
2406
2406
|
|
|
2407
2407
|
## `sf data upsert resume`
|
|
2408
2408
|
|
|
@@ -2441,7 +2441,7 @@ EXAMPLES
|
|
|
2441
2441
|
$ sf data upsert resume --use-most-recent --target-org my-scratch
|
|
2442
2442
|
```
|
|
2443
2443
|
|
|
2444
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2444
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.11/src/commands/data/upsert/resume.ts)_
|
|
2445
2445
|
|
|
2446
2446
|
## `sf doctor`
|
|
2447
2447
|
|
|
@@ -2489,7 +2489,7 @@ EXAMPLES
|
|
|
2489
2489
|
$ sf doctor --plugin @salesforce/plugin-source
|
|
2490
2490
|
```
|
|
2491
2491
|
|
|
2492
|
-
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.
|
|
2492
|
+
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.39/src/commands/doctor.ts)_
|
|
2493
2493
|
|
|
2494
2494
|
## `sf force data bulk delete`
|
|
2495
2495
|
|
|
@@ -2536,7 +2536,7 @@ EXAMPLES
|
|
|
2536
2536
|
$ sf force data bulk delete --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
|
|
2537
2537
|
```
|
|
2538
2538
|
|
|
2539
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2539
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.11/src/commands/force/data/bulk/delete.ts)_
|
|
2540
2540
|
|
|
2541
2541
|
## `sf force data bulk status`
|
|
2542
2542
|
|
|
@@ -2573,7 +2573,7 @@ EXAMPLES
|
|
|
2573
2573
|
$ sf force data bulk status --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA --target-org my-scratch
|
|
2574
2574
|
```
|
|
2575
2575
|
|
|
2576
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2576
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.11/src/commands/force/data/bulk/status.ts)_
|
|
2577
2577
|
|
|
2578
2578
|
## `sf force data bulk upsert`
|
|
2579
2579
|
|
|
@@ -2631,7 +2631,7 @@ EXAMPLES
|
|
|
2631
2631
|
--target-org my-scratch
|
|
2632
2632
|
```
|
|
2633
2633
|
|
|
2634
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2634
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.11/src/commands/force/data/bulk/upsert.ts)_
|
|
2635
2635
|
|
|
2636
2636
|
## `sf help [COMMAND]`
|
|
2637
2637
|
|
|
@@ -2651,7 +2651,7 @@ DESCRIPTION
|
|
|
2651
2651
|
Display help for sf.
|
|
2652
2652
|
```
|
|
2653
2653
|
|
|
2654
|
-
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.2.
|
|
2654
|
+
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.2.25/src/commands/help.ts)_
|
|
2655
2655
|
|
|
2656
2656
|
## `sf info releasenotes display`
|
|
2657
2657
|
|
|
@@ -2691,7 +2691,7 @@ EXAMPLES
|
|
|
2691
2691
|
$ sf info releasenotes display --version latest
|
|
2692
2692
|
```
|
|
2693
2693
|
|
|
2694
|
-
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.
|
|
2694
|
+
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.39/src/commands/info/releasenotes/display.ts)_
|
|
2695
2695
|
|
|
2696
2696
|
## `sf lightning generate app`
|
|
2697
2697
|
|
|
@@ -2746,7 +2746,7 @@ FLAG DESCRIPTIONS
|
|
|
2746
2746
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
2747
2747
|
```
|
|
2748
2748
|
|
|
2749
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
2749
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.38/src/commands/lightning/generate/app.ts)_
|
|
2750
2750
|
|
|
2751
2751
|
## `sf lightning generate component`
|
|
2752
2752
|
|
|
@@ -2815,7 +2815,7 @@ FLAG DESCRIPTIONS
|
|
|
2815
2815
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
2816
2816
|
```
|
|
2817
2817
|
|
|
2818
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
2818
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.38/src/commands/lightning/generate/component.ts)_
|
|
2819
2819
|
|
|
2820
2820
|
## `sf lightning generate event`
|
|
2821
2821
|
|
|
@@ -2870,7 +2870,7 @@ FLAG DESCRIPTIONS
|
|
|
2870
2870
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
2871
2871
|
```
|
|
2872
2872
|
|
|
2873
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
2873
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.38/src/commands/lightning/generate/event.ts)_
|
|
2874
2874
|
|
|
2875
2875
|
## `sf lightning generate interface`
|
|
2876
2876
|
|
|
@@ -2925,7 +2925,7 @@ FLAG DESCRIPTIONS
|
|
|
2925
2925
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
2926
2926
|
```
|
|
2927
2927
|
|
|
2928
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
2928
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.38/src/commands/lightning/generate/interface.ts)_
|
|
2929
2929
|
|
|
2930
2930
|
## `sf lightning generate test`
|
|
2931
2931
|
|
|
@@ -2980,7 +2980,7 @@ FLAG DESCRIPTIONS
|
|
|
2980
2980
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
2981
2981
|
```
|
|
2982
2982
|
|
|
2983
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
2983
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.38/src/commands/lightning/generate/test.ts)_
|
|
2984
2984
|
|
|
2985
2985
|
## `sf org assign permset`
|
|
2986
2986
|
|
|
@@ -3025,7 +3025,7 @@ EXAMPLES
|
|
|
3025
3025
|
$ sf org assign permset --name DreamHouse --on-behalf-of user1@my.org --on-behalf-of user2 --on-behalf-of user
|
|
3026
3026
|
```
|
|
3027
3027
|
|
|
3028
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.
|
|
3028
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.9/src/commands/org/assign/permset.ts)_
|
|
3029
3029
|
|
|
3030
3030
|
## `sf org assign permsetlicense`
|
|
3031
3031
|
|
|
@@ -3071,7 +3071,7 @@ EXAMPLES
|
|
|
3071
3071
|
user3
|
|
3072
3072
|
```
|
|
3073
3073
|
|
|
3074
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.
|
|
3074
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.9/src/commands/org/assign/permsetlicense.ts)_
|
|
3075
3075
|
|
|
3076
3076
|
## `sf org create sandbox`
|
|
3077
3077
|
|
|
@@ -3200,7 +3200,7 @@ FLAG DESCRIPTIONS
|
|
|
3200
3200
|
You can specify either --source-sandbox-name or --source-id when cloning an existing sandbox, but not both.
|
|
3201
3201
|
```
|
|
3202
3202
|
|
|
3203
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.
|
|
3203
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.31/src/commands/org/create/sandbox.ts)_
|
|
3204
3204
|
|
|
3205
3205
|
## `sf org create scratch`
|
|
3206
3206
|
|
|
@@ -3354,7 +3354,7 @@ FLAG DESCRIPTIONS
|
|
|
3354
3354
|
Omit this flag to have Salesforce generate a unique username for your org.
|
|
3355
3355
|
```
|
|
3356
3356
|
|
|
3357
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.
|
|
3357
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.31/src/commands/org/create/scratch.ts)_
|
|
3358
3358
|
|
|
3359
3359
|
## `sf org create user`
|
|
3360
3360
|
|
|
@@ -3462,7 +3462,7 @@ FLAG DESCRIPTIONS
|
|
|
3462
3462
|
might be different than what you specify in the definition file.
|
|
3463
3463
|
```
|
|
3464
3464
|
|
|
3465
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.
|
|
3465
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.9/src/commands/org/create/user.ts)_
|
|
3466
3466
|
|
|
3467
3467
|
## `sf org delete sandbox`
|
|
3468
3468
|
|
|
@@ -3508,7 +3508,7 @@ EXAMPLES
|
|
|
3508
3508
|
$ sf org delete sandbox --target-org my-sandbox --no-prompt
|
|
3509
3509
|
```
|
|
3510
3510
|
|
|
3511
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.
|
|
3511
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.31/src/commands/org/delete/sandbox.ts)_
|
|
3512
3512
|
|
|
3513
3513
|
## `sf org delete scratch`
|
|
3514
3514
|
|
|
@@ -3552,7 +3552,7 @@ EXAMPLES
|
|
|
3552
3552
|
$ sf org delete scratch --target-org my-scratch-org --no-prompt
|
|
3553
3553
|
```
|
|
3554
3554
|
|
|
3555
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.
|
|
3555
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.31/src/commands/org/delete/scratch.ts)_
|
|
3556
3556
|
|
|
3557
3557
|
## `sf org disable tracking`
|
|
3558
3558
|
|
|
@@ -3591,7 +3591,7 @@ EXAMPLES
|
|
|
3591
3591
|
$ sf org disable tracking
|
|
3592
3592
|
```
|
|
3593
3593
|
|
|
3594
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.
|
|
3594
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.31/src/commands/org/disable/tracking.ts)_
|
|
3595
3595
|
|
|
3596
3596
|
## `sf org display`
|
|
3597
3597
|
|
|
@@ -3636,7 +3636,7 @@ EXAMPLES
|
|
|
3636
3636
|
$ sf org display --target-org TestOrg1 --verbose
|
|
3637
3637
|
```
|
|
3638
3638
|
|
|
3639
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.
|
|
3639
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.31/src/commands/org/display.ts)_
|
|
3640
3640
|
|
|
3641
3641
|
## `sf org display user`
|
|
3642
3642
|
|
|
@@ -3675,7 +3675,7 @@ EXAMPLES
|
|
|
3675
3675
|
$ sf org display user --target-org me@my.org --json
|
|
3676
3676
|
```
|
|
3677
3677
|
|
|
3678
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.
|
|
3678
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.9/src/commands/org/display/user.ts)_
|
|
3679
3679
|
|
|
3680
3680
|
## `sf org enable tracking`
|
|
3681
3681
|
|
|
@@ -3717,7 +3717,7 @@ EXAMPLES
|
|
|
3717
3717
|
$ sf org enable tracking
|
|
3718
3718
|
```
|
|
3719
3719
|
|
|
3720
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.
|
|
3720
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.31/src/commands/org/enable/tracking.ts)_
|
|
3721
3721
|
|
|
3722
3722
|
## `sf org generate password`
|
|
3723
3723
|
|
|
@@ -3784,7 +3784,7 @@ EXAMPLES
|
|
|
3784
3784
|
$ sf org generate password --on-behalf-of user1@my.org --on-behalf-of user2@my.org --on-behalf-of user3@my.org
|
|
3785
3785
|
```
|
|
3786
3786
|
|
|
3787
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.
|
|
3787
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.9/src/commands/org/generate/password.ts)_
|
|
3788
3788
|
|
|
3789
3789
|
## `sf org list`
|
|
3790
3790
|
|
|
@@ -3823,7 +3823,7 @@ EXAMPLES
|
|
|
3823
3823
|
$ sf org list --clean
|
|
3824
3824
|
```
|
|
3825
3825
|
|
|
3826
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.
|
|
3826
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.31/src/commands/org/list.ts)_
|
|
3827
3827
|
|
|
3828
3828
|
## `sf org list auth`
|
|
3829
3829
|
|
|
@@ -3855,7 +3855,7 @@ EXAMPLES
|
|
|
3855
3855
|
$ sf org list auth
|
|
3856
3856
|
```
|
|
3857
3857
|
|
|
3858
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
3858
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.94/src/commands/org/list/auth.ts)_
|
|
3859
3859
|
|
|
3860
3860
|
## `sf org list limits`
|
|
3861
3861
|
|
|
@@ -3895,7 +3895,7 @@ EXAMPLES
|
|
|
3895
3895
|
$ sf org list limits --target-org my-scratch-org
|
|
3896
3896
|
```
|
|
3897
3897
|
|
|
3898
|
-
_See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.3.
|
|
3898
|
+
_See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.3.46/src/commands/org/list/limits.ts)_
|
|
3899
3899
|
|
|
3900
3900
|
## `sf org list metadata`
|
|
3901
3901
|
|
|
@@ -3962,7 +3962,7 @@ FLAG DESCRIPTIONS
|
|
|
3962
3962
|
Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
|
|
3963
3963
|
```
|
|
3964
3964
|
|
|
3965
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.
|
|
3965
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.31/src/commands/org/list/metadata.ts)_
|
|
3966
3966
|
|
|
3967
3967
|
## `sf org list metadata-types`
|
|
3968
3968
|
|
|
@@ -4017,7 +4017,7 @@ FLAG DESCRIPTIONS
|
|
|
4017
4017
|
Override the api version used for api requests made by this command
|
|
4018
4018
|
```
|
|
4019
4019
|
|
|
4020
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.
|
|
4020
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.31/src/commands/org/list/metadata-types.ts)_
|
|
4021
4021
|
|
|
4022
4022
|
## `sf org list sobject record-counts`
|
|
4023
4023
|
|
|
@@ -4063,7 +4063,7 @@ EXAMPLES
|
|
|
4063
4063
|
$ sf org list sobject record-counts --sobject Account --sobject Lead --target-org my-scratch-org
|
|
4064
4064
|
```
|
|
4065
4065
|
|
|
4066
|
-
_See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.3.
|
|
4066
|
+
_See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.3.46/src/commands/org/list/sobject/record-counts.ts)_
|
|
4067
4067
|
|
|
4068
4068
|
## `sf org list users`
|
|
4069
4069
|
|
|
@@ -4101,7 +4101,7 @@ EXAMPLES
|
|
|
4101
4101
|
$ sf org list users --target-org me@my.org
|
|
4102
4102
|
```
|
|
4103
4103
|
|
|
4104
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.
|
|
4104
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.9/src/commands/org/list/users.ts)_
|
|
4105
4105
|
|
|
4106
4106
|
## `sf org login access-token`
|
|
4107
4107
|
|
|
@@ -4155,7 +4155,7 @@ FLAG DESCRIPTIONS
|
|
|
4155
4155
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
4156
4156
|
```
|
|
4157
4157
|
|
|
4158
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
4158
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.94/src/commands/org/login/access-token.ts)_
|
|
4159
4159
|
|
|
4160
4160
|
## `sf org login device`
|
|
4161
4161
|
|
|
@@ -4215,7 +4215,7 @@ FLAG DESCRIPTIONS
|
|
|
4215
4215
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
4216
4216
|
```
|
|
4217
4217
|
|
|
4218
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
4218
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.94/src/commands/org/login/device.ts)_
|
|
4219
4219
|
|
|
4220
4220
|
## `sf org login jwt`
|
|
4221
4221
|
|
|
@@ -4306,7 +4306,7 @@ FLAG DESCRIPTIONS
|
|
|
4306
4306
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
4307
4307
|
```
|
|
4308
4308
|
|
|
4309
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
4309
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.94/src/commands/org/login/jwt.ts)_
|
|
4310
4310
|
|
|
4311
4311
|
## `sf org login sfdx-url`
|
|
4312
4312
|
|
|
@@ -4376,7 +4376,7 @@ EXAMPLES
|
|
|
4376
4376
|
$ echo url | sf org login sfdx-url --sfdx-url-stdin
|
|
4377
4377
|
```
|
|
4378
4378
|
|
|
4379
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
4379
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.94/src/commands/org/login/sfdx-url.ts)_
|
|
4380
4380
|
|
|
4381
4381
|
## `sf org login web`
|
|
4382
4382
|
|
|
@@ -4463,7 +4463,7 @@ FLAG DESCRIPTIONS
|
|
|
4463
4463
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
4464
4464
|
```
|
|
4465
4465
|
|
|
4466
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
4466
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.94/src/commands/org/login/web.ts)_
|
|
4467
4467
|
|
|
4468
4468
|
## `sf org logout`
|
|
4469
4469
|
|
|
@@ -4524,7 +4524,7 @@ FLAG DESCRIPTIONS
|
|
|
4524
4524
|
All orgs includes Dev Hubs, sandboxes, DE orgs, and expired, deleted, and unknown-status scratch orgs.
|
|
4525
4525
|
```
|
|
4526
4526
|
|
|
4527
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
4527
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.94/src/commands/org/logout.ts)_
|
|
4528
4528
|
|
|
4529
4529
|
## `sf org open`
|
|
4530
4530
|
|
|
@@ -4600,7 +4600,7 @@ EXAMPLES
|
|
|
4600
4600
|
$ sf org open --source-file force-app/main/default/bots/Coral_Cloud_Agent/Coral_Cloud_Agent.bot-meta.xml
|
|
4601
4601
|
```
|
|
4602
4602
|
|
|
4603
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.
|
|
4603
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.31/src/commands/org/open.ts)_
|
|
4604
4604
|
|
|
4605
4605
|
## `sf org open agent`
|
|
4606
4606
|
|
|
@@ -4651,7 +4651,7 @@ EXAMPLES
|
|
|
4651
4651
|
$ sf org open agent --target-org MyTestOrg1 --browser firefox --name Coral_Cloud_Agent
|
|
4652
4652
|
```
|
|
4653
4653
|
|
|
4654
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.
|
|
4654
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.31/src/commands/org/open/agent.ts)_
|
|
4655
4655
|
|
|
4656
4656
|
## `sf org refresh sandbox`
|
|
4657
4657
|
|
|
@@ -4728,7 +4728,7 @@ FLAG DESCRIPTIONS
|
|
|
4728
4728
|
By default, a sandbox auto-activates after a refresh. Use this flag to control sandbox activation manually.
|
|
4729
4729
|
```
|
|
4730
4730
|
|
|
4731
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.
|
|
4731
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.31/src/commands/org/refresh/sandbox.ts)_
|
|
4732
4732
|
|
|
4733
4733
|
## `sf org resume sandbox`
|
|
4734
4734
|
|
|
@@ -4791,7 +4791,7 @@ FLAG DESCRIPTIONS
|
|
|
4791
4791
|
returns the job ID. To resume checking the sandbox creation, rerun this command.
|
|
4792
4792
|
```
|
|
4793
4793
|
|
|
4794
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.
|
|
4794
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.31/src/commands/org/resume/sandbox.ts)_
|
|
4795
4795
|
|
|
4796
4796
|
## `sf org resume scratch`
|
|
4797
4797
|
|
|
@@ -4838,7 +4838,7 @@ FLAG DESCRIPTIONS
|
|
|
4838
4838
|
The job ID is valid for 24 hours after you start the scratch org creation.
|
|
4839
4839
|
```
|
|
4840
4840
|
|
|
4841
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.
|
|
4841
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.31/src/commands/org/resume/scratch.ts)_
|
|
4842
4842
|
|
|
4843
4843
|
## `sf package create`
|
|
4844
4844
|
|
|
@@ -6254,7 +6254,7 @@ EXAMPLES
|
|
|
6254
6254
|
$ sf plugins trust verify --npm @scope/npmName
|
|
6255
6255
|
```
|
|
6256
6256
|
|
|
6257
|
-
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.7.
|
|
6257
|
+
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.7.64/src/commands/plugins/trust/verify.ts)_
|
|
6258
6258
|
|
|
6259
6259
|
## `sf plugins uninstall [PLUGIN]`
|
|
6260
6260
|
|
|
@@ -7657,7 +7657,7 @@ FLAG DESCRIPTIONS
|
|
|
7657
7657
|
Override the api version used for api requests made by this command
|
|
7658
7658
|
```
|
|
7659
7659
|
|
|
7660
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
7660
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.38/src/commands/project/generate.ts)_
|
|
7661
7661
|
|
|
7662
7662
|
## `sf project generate manifest`
|
|
7663
7663
|
|
|
@@ -8282,7 +8282,7 @@ DESCRIPTION
|
|
|
8282
8282
|
Once you select a command, hit enter and it will show the help for that command.
|
|
8283
8283
|
```
|
|
8284
8284
|
|
|
8285
|
-
_See code: [@oclif/plugin-search](https://github.com/oclif/plugin-search/blob/1.2.
|
|
8285
|
+
_See code: [@oclif/plugin-search](https://github.com/oclif/plugin-search/blob/1.2.21/src/commands/search.ts)_
|
|
8286
8286
|
|
|
8287
8287
|
## `sf sobject describe`
|
|
8288
8288
|
|
|
@@ -8430,7 +8430,7 @@ FLAG DESCRIPTIONS
|
|
|
8430
8430
|
etc.
|
|
8431
8431
|
```
|
|
8432
8432
|
|
|
8433
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
8433
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.38/src/commands/static-resource/generate.ts)_
|
|
8434
8434
|
|
|
8435
8435
|
## `sf update [CHANNEL]`
|
|
8436
8436
|
|
|
@@ -8544,7 +8544,7 @@ FLAG DESCRIPTIONS
|
|
|
8544
8544
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
8545
8545
|
```
|
|
8546
8546
|
|
|
8547
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
8547
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.38/src/commands/visualforce/generate/component.ts)_
|
|
8548
8548
|
|
|
8549
8549
|
## `sf visualforce generate page`
|
|
8550
8550
|
|
|
@@ -8594,7 +8594,7 @@ FLAG DESCRIPTIONS
|
|
|
8594
8594
|
The name can be up to 40 characters and must start with a letter.
|
|
8595
8595
|
```
|
|
8596
8596
|
|
|
8597
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
8597
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.38/src/commands/visualforce/generate/page.ts)_
|
|
8598
8598
|
|
|
8599
8599
|
## `sf which`
|
|
8600
8600
|
|
|
@@ -8628,7 +8628,7 @@ EXAMPLES
|
|
|
8628
8628
|
$ sf which "foo bar baz"
|
|
8629
8629
|
```
|
|
8630
8630
|
|
|
8631
|
-
_See code: [@oclif/plugin-which](https://github.com/oclif/plugin-which/blob/3.2.
|
|
8631
|
+
_See code: [@oclif/plugin-which](https://github.com/oclif/plugin-which/blob/3.2.29/src/commands/which.ts)_
|
|
8632
8632
|
|
|
8633
8633
|
<!-- commandsstop -->
|
|
8634
8634
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.77.
|
|
3
|
+
"version": "2.77.4",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.77.
|
|
9
|
+
"version": "2.77.4",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "BSD-3-Clause",
|
|
12
12
|
"dependencies": {
|
|
@@ -14,33 +14,33 @@
|
|
|
14
14
|
"@oclif/core": "4.2.6",
|
|
15
15
|
"@oclif/plugin-autocomplete": "3.2.20",
|
|
16
16
|
"@oclif/plugin-commands": "4.1.20",
|
|
17
|
-
"@oclif/plugin-help": "6.2.
|
|
17
|
+
"@oclif/plugin-help": "6.2.25",
|
|
18
18
|
"@oclif/plugin-not-found": "3.2.40",
|
|
19
19
|
"@oclif/plugin-plugins": "5.4.31",
|
|
20
|
-
"@oclif/plugin-search": "1.2.
|
|
20
|
+
"@oclif/plugin-search": "1.2.21",
|
|
21
21
|
"@oclif/plugin-update": "4.6.30",
|
|
22
22
|
"@oclif/plugin-version": "2.2.23",
|
|
23
|
-
"@oclif/plugin-warn-if-update-available": "3.1.
|
|
24
|
-
"@oclif/plugin-which": "3.2.
|
|
23
|
+
"@oclif/plugin-warn-if-update-available": "3.1.33",
|
|
24
|
+
"@oclif/plugin-which": "3.2.29",
|
|
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.3",
|
|
29
|
-
"@salesforce/plugin-auth": "3.6.
|
|
30
|
-
"@salesforce/plugin-data": "4.0.
|
|
29
|
+
"@salesforce/plugin-auth": "3.6.94",
|
|
30
|
+
"@salesforce/plugin-data": "4.0.11",
|
|
31
31
|
"@salesforce/plugin-deploy-retrieve": "3.18.0",
|
|
32
|
-
"@salesforce/plugin-info": "3.4.
|
|
33
|
-
"@salesforce/plugin-limits": "3.3.
|
|
32
|
+
"@salesforce/plugin-info": "3.4.39",
|
|
33
|
+
"@salesforce/plugin-limits": "3.3.46",
|
|
34
34
|
"@salesforce/plugin-marketplace": "1.3.7",
|
|
35
|
-
"@salesforce/plugin-org": "5.2.
|
|
35
|
+
"@salesforce/plugin-org": "5.2.31",
|
|
36
36
|
"@salesforce/plugin-packaging": "2.9.16",
|
|
37
37
|
"@salesforce/plugin-schema": "3.3.49",
|
|
38
38
|
"@salesforce/plugin-settings": "2.4.16",
|
|
39
39
|
"@salesforce/plugin-sobject": "1.4.50",
|
|
40
40
|
"@salesforce/plugin-telemetry": "3.6.32",
|
|
41
|
-
"@salesforce/plugin-templates": "56.3.
|
|
42
|
-
"@salesforce/plugin-trust": "3.7.
|
|
43
|
-
"@salesforce/plugin-user": "3.6.
|
|
41
|
+
"@salesforce/plugin-templates": "56.3.38",
|
|
42
|
+
"@salesforce/plugin-trust": "3.7.64",
|
|
43
|
+
"@salesforce/plugin-user": "3.6.9",
|
|
44
44
|
"@salesforce/sf-plugins-core": "12.1.4",
|
|
45
45
|
"ansis": "^3.3.0"
|
|
46
46
|
},
|
|
@@ -3896,9 +3896,9 @@
|
|
|
3896
3896
|
}
|
|
3897
3897
|
},
|
|
3898
3898
|
"node_modules/@oclif/multi-stage-output": {
|
|
3899
|
-
"version": "0.8.
|
|
3900
|
-
"resolved": "https://registry.npmjs.org/@oclif/multi-stage-output/-/multi-stage-output-0.8.
|
|
3901
|
-
"integrity": "sha512-
|
|
3899
|
+
"version": "0.8.8",
|
|
3900
|
+
"resolved": "https://registry.npmjs.org/@oclif/multi-stage-output/-/multi-stage-output-0.8.8.tgz",
|
|
3901
|
+
"integrity": "sha512-2qemM+AVCAzP28XIDe/egpA+nNZRlEudgNb+ZPYT2e3LYTkeSQdGDyCbq1pfjcIr3Qa9u+8yl8jQhEe3kAcOMQ==",
|
|
3902
3902
|
"license": "MIT",
|
|
3903
3903
|
"dependencies": {
|
|
3904
3904
|
"@oclif/core": "^4",
|
|
@@ -4106,9 +4106,9 @@
|
|
|
4106
4106
|
}
|
|
4107
4107
|
},
|
|
4108
4108
|
"node_modules/@oclif/plugin-help": {
|
|
4109
|
-
"version": "6.2.
|
|
4110
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.
|
|
4111
|
-
"integrity": "sha512-
|
|
4109
|
+
"version": "6.2.25",
|
|
4110
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.25.tgz",
|
|
4111
|
+
"integrity": "sha512-1WPSzSvlYaIFlGGKbefldpx49uTAtsOFuHTbjeBuzSR/MLmooQGHzluvwm2W5/vyoi4AGG+PdiDJFH/b+h+BGA==",
|
|
4112
4112
|
"license": "MIT",
|
|
4113
4113
|
"dependencies": {
|
|
4114
4114
|
"@oclif/core": "^4"
|
|
@@ -4233,9 +4233,9 @@
|
|
|
4233
4233
|
}
|
|
4234
4234
|
},
|
|
4235
4235
|
"node_modules/@oclif/plugin-search": {
|
|
4236
|
-
"version": "1.2.
|
|
4237
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-search/-/plugin-search-1.2.
|
|
4238
|
-
"integrity": "sha512-
|
|
4236
|
+
"version": "1.2.21",
|
|
4237
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-search/-/plugin-search-1.2.21.tgz",
|
|
4238
|
+
"integrity": "sha512-B83BW5cbWX3S9zzW6XJBizagH3m0dYvySTgK09UBa2bP1r6L6s/p5WIAEqesmRSGLFp4LnvORdsBzflKsomeIQ==",
|
|
4239
4239
|
"license": "MIT",
|
|
4240
4240
|
"dependencies": {
|
|
4241
4241
|
"@oclif/core": "^4",
|
|
@@ -4296,9 +4296,9 @@
|
|
|
4296
4296
|
}
|
|
4297
4297
|
},
|
|
4298
4298
|
"node_modules/@oclif/plugin-warn-if-update-available": {
|
|
4299
|
-
"version": "3.1.
|
|
4300
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.1.
|
|
4301
|
-
"integrity": "sha512-
|
|
4299
|
+
"version": "3.1.33",
|
|
4300
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.1.33.tgz",
|
|
4301
|
+
"integrity": "sha512-JqbE7YOrf2w1AbedyhdWR2OMkgOUV46esOGZZdPIhh3CCoKwPHZfmEf0o93vVITqDLkxoGrWR6MkFVcuKNAvsA==",
|
|
4302
4302
|
"license": "MIT",
|
|
4303
4303
|
"dependencies": {
|
|
4304
4304
|
"@oclif/core": "^4",
|
|
@@ -4313,9 +4313,9 @@
|
|
|
4313
4313
|
}
|
|
4314
4314
|
},
|
|
4315
4315
|
"node_modules/@oclif/plugin-which": {
|
|
4316
|
-
"version": "3.2.
|
|
4317
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-which/-/plugin-which-3.2.
|
|
4318
|
-
"integrity": "sha512-
|
|
4316
|
+
"version": "3.2.29",
|
|
4317
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-which/-/plugin-which-3.2.29.tgz",
|
|
4318
|
+
"integrity": "sha512-67IgSWA1ofEHhtCOKlPFReE3pdqu2WNhvZ5BO0cP0EJ4Dpf9X1ydKhqBaAk3VANae+h+ZHIWu7uWoX10rZD9dA==",
|
|
4319
4319
|
"license": "MIT",
|
|
4320
4320
|
"dependencies": {
|
|
4321
4321
|
"@oclif/core": "^4",
|
|
@@ -5040,9 +5040,9 @@
|
|
|
5040
5040
|
}
|
|
5041
5041
|
},
|
|
5042
5042
|
"node_modules/@salesforce/plugin-auth": {
|
|
5043
|
-
"version": "3.6.
|
|
5044
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.6.
|
|
5045
|
-
"integrity": "sha512-
|
|
5043
|
+
"version": "3.6.94",
|
|
5044
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.6.94.tgz",
|
|
5045
|
+
"integrity": "sha512-lR9DqPwFMhXrh+aVijoezdYEjzBj0Pjuce+LQhDvvig2h+49CAXPqwtdaBCx7hVDcq+ZJHtmKDPLv4RYfIbsTg==",
|
|
5046
5046
|
"license": "BSD-3-Clause",
|
|
5047
5047
|
"dependencies": {
|
|
5048
5048
|
"@inquirer/checkbox": "^2.5.0",
|
|
@@ -5050,7 +5050,7 @@
|
|
|
5050
5050
|
"@oclif/core": "^4",
|
|
5051
5051
|
"@salesforce/core": "^8.8.2",
|
|
5052
5052
|
"@salesforce/kit": "^3.2.3",
|
|
5053
|
-
"@salesforce/plugin-info": "^3.4.
|
|
5053
|
+
"@salesforce/plugin-info": "^3.4.37",
|
|
5054
5054
|
"@salesforce/sf-plugins-core": "^12.1.2",
|
|
5055
5055
|
"@salesforce/ts-types": "^2.0.11",
|
|
5056
5056
|
"open": "^10.1.0"
|
|
@@ -5171,18 +5171,18 @@
|
|
|
5171
5171
|
}
|
|
5172
5172
|
},
|
|
5173
5173
|
"node_modules/@salesforce/plugin-data": {
|
|
5174
|
-
"version": "4.0.
|
|
5175
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-4.0.
|
|
5176
|
-
"integrity": "sha512-
|
|
5174
|
+
"version": "4.0.11",
|
|
5175
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-4.0.11.tgz",
|
|
5176
|
+
"integrity": "sha512-aQZ9CEcGBRNTkfMx106V9ttDhO+0c3wE4pckQ8NUmaxQS6lpzcf8b6YlhnyCe5wjNQOBah249P5KLeLH/jKY7A==",
|
|
5177
5177
|
"license": "BSD-3-Clause",
|
|
5178
5178
|
"dependencies": {
|
|
5179
5179
|
"@jsforce/jsforce-node": "^3.6.4",
|
|
5180
|
-
"@oclif/multi-stage-output": "^0.8.
|
|
5180
|
+
"@oclif/multi-stage-output": "^0.8.7",
|
|
5181
5181
|
"@salesforce/core": "^8.8.2",
|
|
5182
5182
|
"@salesforce/kit": "^3.2.2",
|
|
5183
5183
|
"@salesforce/sf-plugins-core": "^12.1.3",
|
|
5184
5184
|
"@salesforce/ts-types": "^2.0.11",
|
|
5185
|
-
"ansis": "^3.
|
|
5185
|
+
"ansis": "^3.10.0",
|
|
5186
5186
|
"change-case": "^5.4.4",
|
|
5187
5187
|
"csv-parse": "^5.6.0",
|
|
5188
5188
|
"csv-stringify": "^6.5.2",
|
|
@@ -5217,13 +5217,13 @@
|
|
|
5217
5217
|
}
|
|
5218
5218
|
},
|
|
5219
5219
|
"node_modules/@salesforce/plugin-info": {
|
|
5220
|
-
"version": "3.4.
|
|
5221
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.4.
|
|
5222
|
-
"integrity": "sha512
|
|
5220
|
+
"version": "3.4.39",
|
|
5221
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.4.39.tgz",
|
|
5222
|
+
"integrity": "sha512-+SSlfpHB9UXpWMIjHSYrVPSr2mnE2ag5KJzuPfuq2gBtB4+bzFd54/vanybxPf1XfPUW1CCXqAaGY2ZqNt2SYg==",
|
|
5223
5223
|
"license": "BSD-3-Clause",
|
|
5224
5224
|
"dependencies": {
|
|
5225
5225
|
"@inquirer/input": "^2.3.0",
|
|
5226
|
-
"@jsforce/jsforce-node": "^3.6.
|
|
5226
|
+
"@jsforce/jsforce-node": "^3.6.4",
|
|
5227
5227
|
"@oclif/core": "^4",
|
|
5228
5228
|
"@salesforce/core": "^8.8.0",
|
|
5229
5229
|
"@salesforce/kit": "^3.2.3",
|
|
@@ -5233,20 +5233,20 @@
|
|
|
5233
5233
|
"marked-terminal": "^4.2.0",
|
|
5234
5234
|
"open": "^10.1.0",
|
|
5235
5235
|
"proxy-agent": "^6.5.0",
|
|
5236
|
-
"semver": "^7.7.
|
|
5236
|
+
"semver": "^7.7.1"
|
|
5237
5237
|
},
|
|
5238
5238
|
"engines": {
|
|
5239
5239
|
"node": ">=18.0.0"
|
|
5240
5240
|
}
|
|
5241
5241
|
},
|
|
5242
5242
|
"node_modules/@salesforce/plugin-limits": {
|
|
5243
|
-
"version": "3.3.
|
|
5244
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-limits/-/plugin-limits-3.3.
|
|
5245
|
-
"integrity": "sha512-
|
|
5243
|
+
"version": "3.3.46",
|
|
5244
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-limits/-/plugin-limits-3.3.46.tgz",
|
|
5245
|
+
"integrity": "sha512-vQyzYOF9SO2r8/6Z6+YxOcnpanWHkbclpn7lgYPrKSVkoMEcXaQY2vTLIH7VGc12gQqgPcugOw1r4IK4jUGl+A==",
|
|
5246
5246
|
"license": "BSD-3-Clause",
|
|
5247
5247
|
"dependencies": {
|
|
5248
5248
|
"@salesforce/core": "^8.6.4",
|
|
5249
|
-
"@salesforce/sf-plugins-core": "^12.1.
|
|
5249
|
+
"@salesforce/sf-plugins-core": "^12.1.4"
|
|
5250
5250
|
},
|
|
5251
5251
|
"engines": {
|
|
5252
5252
|
"node": ">=18.0.0"
|
|
@@ -5269,16 +5269,16 @@
|
|
|
5269
5269
|
}
|
|
5270
5270
|
},
|
|
5271
5271
|
"node_modules/@salesforce/plugin-org": {
|
|
5272
|
-
"version": "5.2.
|
|
5273
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-5.2.
|
|
5274
|
-
"integrity": "sha512-
|
|
5272
|
+
"version": "5.2.31",
|
|
5273
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-5.2.31.tgz",
|
|
5274
|
+
"integrity": "sha512-U2+J89f82ZghLy73iwqB2x8UEb7ozvgoVLMSVmo7BKNKTnWJn16eXSvk2JZJ839zVyBNCPhBkDHFJ2xaxrDczA==",
|
|
5275
5275
|
"license": "BSD-3-Clause",
|
|
5276
5276
|
"dependencies": {
|
|
5277
5277
|
"@oclif/core": "^4.2.5",
|
|
5278
|
-
"@oclif/multi-stage-output": "^0.8.
|
|
5278
|
+
"@oclif/multi-stage-output": "^0.8.7",
|
|
5279
5279
|
"@salesforce/core": "^8.8.2",
|
|
5280
5280
|
"@salesforce/kit": "^3.2.3",
|
|
5281
|
-
"@salesforce/sf-plugins-core": "^12.1.
|
|
5281
|
+
"@salesforce/sf-plugins-core": "^12.1.4",
|
|
5282
5282
|
"@salesforce/source-deploy-retrieve": "^12.14.1",
|
|
5283
5283
|
"@salesforce/ts-types": "^2.0.12",
|
|
5284
5284
|
"ansis": "^3.10.0",
|
|
@@ -5585,9 +5585,9 @@
|
|
|
5585
5585
|
}
|
|
5586
5586
|
},
|
|
5587
5587
|
"node_modules/@salesforce/plugin-templates": {
|
|
5588
|
-
"version": "56.3.
|
|
5589
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-56.3.
|
|
5590
|
-
"integrity": "sha512-
|
|
5588
|
+
"version": "56.3.38",
|
|
5589
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-56.3.38.tgz",
|
|
5590
|
+
"integrity": "sha512-SiMdpwBh89OFHJMUG6XFRn+Tf9TMJq26zB9QQj3eK2M7CDWLB/qndqK3FNy1MdOMmi7o5cYUm7ffVl4G9zAehQ==",
|
|
5591
5591
|
"license": "BSD-3-Clause",
|
|
5592
5592
|
"dependencies": {
|
|
5593
5593
|
"@salesforce/core": "^8.8.2",
|
|
@@ -5599,15 +5599,15 @@
|
|
|
5599
5599
|
}
|
|
5600
5600
|
},
|
|
5601
5601
|
"node_modules/@salesforce/plugin-trust": {
|
|
5602
|
-
"version": "3.7.
|
|
5603
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.7.
|
|
5604
|
-
"integrity": "sha512-
|
|
5602
|
+
"version": "3.7.64",
|
|
5603
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.7.64.tgz",
|
|
5604
|
+
"integrity": "sha512-hB0uswO2VGxl4z5o1FJbHIcyUJvR8P5Mu82QJF8b75xtGiLJq8s5antXzqVoKWDFwPbyf+7gOsLnO9ukkk1YHQ==",
|
|
5605
5605
|
"license": "BSD-3-Clause",
|
|
5606
5606
|
"dependencies": {
|
|
5607
5607
|
"@oclif/core": "^4",
|
|
5608
5608
|
"@salesforce/core": "^8.8.2",
|
|
5609
5609
|
"@salesforce/kit": "^3.2.0",
|
|
5610
|
-
"@salesforce/plugin-info": "^3.4.
|
|
5610
|
+
"@salesforce/plugin-info": "^3.4.37",
|
|
5611
5611
|
"@salesforce/sf-plugins-core": "^12",
|
|
5612
5612
|
"got": "^13.0.0",
|
|
5613
5613
|
"npm": "^10.9.2",
|
|
@@ -5624,14 +5624,14 @@
|
|
|
5624
5624
|
}
|
|
5625
5625
|
},
|
|
5626
5626
|
"node_modules/@salesforce/plugin-user": {
|
|
5627
|
-
"version": "3.6.
|
|
5628
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-user/-/plugin-user-3.6.
|
|
5629
|
-
"integrity": "sha512-
|
|
5627
|
+
"version": "3.6.9",
|
|
5628
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-user/-/plugin-user-3.6.9.tgz",
|
|
5629
|
+
"integrity": "sha512-EEktBHyldevv9hUJbXcIa39A2lNkDswENSZkoR+qpWAl5OycHsuxdA35W5h7Dx4V114wkbhfDMeQvKuR1B9Law==",
|
|
5630
5630
|
"license": "BSD-3-Clause",
|
|
5631
5631
|
"dependencies": {
|
|
5632
5632
|
"@salesforce/core": "^8.8.2",
|
|
5633
5633
|
"@salesforce/kit": "^3.2.2",
|
|
5634
|
-
"@salesforce/sf-plugins-core": "^12.1.
|
|
5634
|
+
"@salesforce/sf-plugins-core": "^12.1.4",
|
|
5635
5635
|
"@salesforce/ts-types": "^2.0.11"
|
|
5636
5636
|
},
|
|
5637
5637
|
"engines": {
|
|
@@ -21545,9 +21545,9 @@
|
|
|
21545
21545
|
"license": "BSD-3-Clause"
|
|
21546
21546
|
},
|
|
21547
21547
|
"node_modules/semver": {
|
|
21548
|
-
"version": "7.7.
|
|
21549
|
-
"resolved": "https://registry.npmjs.org/semver/-/semver-7.7.
|
|
21550
|
-
"integrity": "sha512-
|
|
21548
|
+
"version": "7.7.1",
|
|
21549
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-7.7.1.tgz",
|
|
21550
|
+
"integrity": "sha512-hlq8tAfn0m/61p4BVRcPzIGr6LKiMwo4VM6dGi6pt4qcRkmNzTcWq6eCEjEh+qXjkMDvPlOFFSGwQjoEa6gyMA==",
|
|
21551
21551
|
"license": "ISC",
|
|
21552
21552
|
"bin": {
|
|
21553
21553
|
"semver": "bin/semver.js"
|
package/oclif.lock
CHANGED
|
@@ -1676,10 +1676,10 @@
|
|
|
1676
1676
|
wordwrap "^1.0.0"
|
|
1677
1677
|
wrap-ansi "^7.0.0"
|
|
1678
1678
|
|
|
1679
|
-
"@oclif/multi-stage-output@^0.8.5", "@oclif/multi-stage-output@^0.8.
|
|
1680
|
-
version "0.8.
|
|
1681
|
-
resolved "https://registry.npmjs.org/@oclif/multi-stage-output/-/multi-stage-output-0.8.
|
|
1682
|
-
integrity sha512-
|
|
1679
|
+
"@oclif/multi-stage-output@^0.8.5", "@oclif/multi-stage-output@^0.8.7":
|
|
1680
|
+
version "0.8.8"
|
|
1681
|
+
resolved "https://registry.npmjs.org/@oclif/multi-stage-output/-/multi-stage-output-0.8.8.tgz"
|
|
1682
|
+
integrity sha512-2qemM+AVCAzP28XIDe/egpA+nNZRlEudgNb+ZPYT2e3LYTkeSQdGDyCbq1pfjcIr3Qa9u+8yl8jQhEe3kAcOMQ==
|
|
1683
1683
|
dependencies:
|
|
1684
1684
|
"@oclif/core" "^4"
|
|
1685
1685
|
"@types/react" "^18.3.12"
|
|
@@ -1724,10 +1724,10 @@
|
|
|
1724
1724
|
lodash "^4.17.21"
|
|
1725
1725
|
object-treeify "^4.0.1"
|
|
1726
1726
|
|
|
1727
|
-
"@oclif/plugin-help@^6.2.23", "@oclif/plugin-help@6.2.
|
|
1728
|
-
version "6.2.
|
|
1729
|
-
resolved "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.
|
|
1730
|
-
integrity sha512-
|
|
1727
|
+
"@oclif/plugin-help@^6.2.23", "@oclif/plugin-help@6.2.25":
|
|
1728
|
+
version "6.2.25"
|
|
1729
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.25.tgz"
|
|
1730
|
+
integrity sha512-1WPSzSvlYaIFlGGKbefldpx49uTAtsOFuHTbjeBuzSR/MLmooQGHzluvwm2W5/vyoi4AGG+PdiDJFH/b+h+BGA==
|
|
1731
1731
|
dependencies:
|
|
1732
1732
|
"@oclif/core" "^4"
|
|
1733
1733
|
|
|
@@ -1758,10 +1758,10 @@
|
|
|
1758
1758
|
which "^4.0.0"
|
|
1759
1759
|
yarn "^1.22.22"
|
|
1760
1760
|
|
|
1761
|
-
"@oclif/plugin-search@1.2.
|
|
1762
|
-
version "1.2.
|
|
1763
|
-
resolved "https://registry.npmjs.org/@oclif/plugin-search/-/plugin-search-1.2.
|
|
1764
|
-
integrity sha512-
|
|
1761
|
+
"@oclif/plugin-search@1.2.21":
|
|
1762
|
+
version "1.2.21"
|
|
1763
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-search/-/plugin-search-1.2.21.tgz"
|
|
1764
|
+
integrity sha512-B83BW5cbWX3S9zzW6XJBizagH3m0dYvySTgK09UBa2bP1r6L6s/p5WIAEqesmRSGLFp4LnvORdsBzflKsomeIQ==
|
|
1765
1765
|
dependencies:
|
|
1766
1766
|
"@oclif/core" "^4"
|
|
1767
1767
|
ansi-escapes "^7.0.0"
|
|
@@ -1791,10 +1791,10 @@
|
|
|
1791
1791
|
"@oclif/core" "^4"
|
|
1792
1792
|
ansis "^3.10.0"
|
|
1793
1793
|
|
|
1794
|
-
"@oclif/plugin-warn-if-update-available@^3.1.31", "@oclif/plugin-warn-if-update-available@3.1.
|
|
1795
|
-
version "3.1.
|
|
1796
|
-
resolved "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.1.
|
|
1797
|
-
integrity sha512-
|
|
1794
|
+
"@oclif/plugin-warn-if-update-available@^3.1.31", "@oclif/plugin-warn-if-update-available@3.1.33":
|
|
1795
|
+
version "3.1.33"
|
|
1796
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.1.33.tgz"
|
|
1797
|
+
integrity sha512-JqbE7YOrf2w1AbedyhdWR2OMkgOUV46esOGZZdPIhh3CCoKwPHZfmEf0o93vVITqDLkxoGrWR6MkFVcuKNAvsA==
|
|
1798
1798
|
dependencies:
|
|
1799
1799
|
"@oclif/core" "^4"
|
|
1800
1800
|
ansis "^3.10.0"
|
|
@@ -1803,10 +1803,10 @@
|
|
|
1803
1803
|
lodash "^4.17.21"
|
|
1804
1804
|
registry-auth-token "^5.0.3"
|
|
1805
1805
|
|
|
1806
|
-
"@oclif/plugin-which@3.2.
|
|
1807
|
-
version "3.2.
|
|
1808
|
-
resolved "https://registry.npmjs.org/@oclif/plugin-which/-/plugin-which-3.2.
|
|
1809
|
-
integrity sha512-
|
|
1806
|
+
"@oclif/plugin-which@3.2.29":
|
|
1807
|
+
version "3.2.29"
|
|
1808
|
+
resolved "https://registry.npmjs.org/@oclif/plugin-which/-/plugin-which-3.2.29.tgz"
|
|
1809
|
+
integrity sha512-67IgSWA1ofEHhtCOKlPFReE3pdqu2WNhvZ5BO0cP0EJ4Dpf9X1ydKhqBaAk3VANae+h+ZHIWu7uWoX10rZD9dA==
|
|
1810
1810
|
dependencies:
|
|
1811
1811
|
"@oclif/core" "^4"
|
|
1812
1812
|
ansis "^3.10.0"
|
|
@@ -2133,17 +2133,17 @@
|
|
|
2133
2133
|
got "^13.0.0"
|
|
2134
2134
|
proxy-agent "^6.4.0"
|
|
2135
2135
|
|
|
2136
|
-
"@salesforce/plugin-auth@3.6.
|
|
2137
|
-
version "3.6.
|
|
2138
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.6.
|
|
2139
|
-
integrity sha512-
|
|
2136
|
+
"@salesforce/plugin-auth@3.6.94":
|
|
2137
|
+
version "3.6.94"
|
|
2138
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.6.94.tgz"
|
|
2139
|
+
integrity sha512-lR9DqPwFMhXrh+aVijoezdYEjzBj0Pjuce+LQhDvvig2h+49CAXPqwtdaBCx7hVDcq+ZJHtmKDPLv4RYfIbsTg==
|
|
2140
2140
|
dependencies:
|
|
2141
2141
|
"@inquirer/checkbox" "^2.5.0"
|
|
2142
2142
|
"@inquirer/select" "^2.5.0"
|
|
2143
2143
|
"@oclif/core" "^4"
|
|
2144
2144
|
"@salesforce/core" "^8.8.2"
|
|
2145
2145
|
"@salesforce/kit" "^3.2.3"
|
|
2146
|
-
"@salesforce/plugin-info" "^3.4.
|
|
2146
|
+
"@salesforce/plugin-info" "^3.4.37"
|
|
2147
2147
|
"@salesforce/sf-plugins-core" "^12.1.2"
|
|
2148
2148
|
"@salesforce/ts-types" "^2.0.11"
|
|
2149
2149
|
open "^10.1.0"
|
|
@@ -2162,18 +2162,18 @@
|
|
|
2162
2162
|
debug "^4.3.7"
|
|
2163
2163
|
handlebars "^4.7.8"
|
|
2164
2164
|
|
|
2165
|
-
"@salesforce/plugin-data@4.0.
|
|
2166
|
-
version "4.0.
|
|
2167
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-4.0.
|
|
2168
|
-
integrity sha512-
|
|
2165
|
+
"@salesforce/plugin-data@4.0.11":
|
|
2166
|
+
version "4.0.11"
|
|
2167
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-4.0.11.tgz"
|
|
2168
|
+
integrity sha512-aQZ9CEcGBRNTkfMx106V9ttDhO+0c3wE4pckQ8NUmaxQS6lpzcf8b6YlhnyCe5wjNQOBah249P5KLeLH/jKY7A==
|
|
2169
2169
|
dependencies:
|
|
2170
2170
|
"@jsforce/jsforce-node" "^3.6.4"
|
|
2171
|
-
"@oclif/multi-stage-output" "^0.8.
|
|
2171
|
+
"@oclif/multi-stage-output" "^0.8.7"
|
|
2172
2172
|
"@salesforce/core" "^8.8.2"
|
|
2173
2173
|
"@salesforce/kit" "^3.2.2"
|
|
2174
2174
|
"@salesforce/sf-plugins-core" "^12.1.3"
|
|
2175
2175
|
"@salesforce/ts-types" "^2.0.11"
|
|
2176
|
-
ansis "^3.
|
|
2176
|
+
ansis "^3.10.0"
|
|
2177
2177
|
change-case "^5.4.4"
|
|
2178
2178
|
csv-parse "^5.6.0"
|
|
2179
2179
|
csv-stringify "^6.5.2"
|
|
@@ -2198,13 +2198,13 @@
|
|
|
2198
2198
|
ansis "^3.4.0"
|
|
2199
2199
|
terminal-link "^3.0.0"
|
|
2200
2200
|
|
|
2201
|
-
"@salesforce/plugin-info@^3.4.30", "@salesforce/plugin-info@^3.4.
|
|
2202
|
-
version "3.4.
|
|
2203
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.4.
|
|
2204
|
-
integrity sha512
|
|
2201
|
+
"@salesforce/plugin-info@^3.4.30", "@salesforce/plugin-info@^3.4.37", "@salesforce/plugin-info@3.4.39":
|
|
2202
|
+
version "3.4.39"
|
|
2203
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.4.39.tgz"
|
|
2204
|
+
integrity sha512-+SSlfpHB9UXpWMIjHSYrVPSr2mnE2ag5KJzuPfuq2gBtB4+bzFd54/vanybxPf1XfPUW1CCXqAaGY2ZqNt2SYg==
|
|
2205
2205
|
dependencies:
|
|
2206
2206
|
"@inquirer/input" "^2.3.0"
|
|
2207
|
-
"@jsforce/jsforce-node" "^3.6.
|
|
2207
|
+
"@jsforce/jsforce-node" "^3.6.4"
|
|
2208
2208
|
"@oclif/core" "^4"
|
|
2209
2209
|
"@salesforce/core" "^8.8.0"
|
|
2210
2210
|
"@salesforce/kit" "^3.2.3"
|
|
@@ -2214,15 +2214,15 @@
|
|
|
2214
2214
|
marked-terminal "^4.2.0"
|
|
2215
2215
|
open "^10.1.0"
|
|
2216
2216
|
proxy-agent "^6.5.0"
|
|
2217
|
-
semver "^7.7.
|
|
2217
|
+
semver "^7.7.1"
|
|
2218
2218
|
|
|
2219
|
-
"@salesforce/plugin-limits@3.3.
|
|
2220
|
-
version "3.3.
|
|
2221
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-limits/-/plugin-limits-3.3.
|
|
2222
|
-
integrity sha512-
|
|
2219
|
+
"@salesforce/plugin-limits@3.3.46":
|
|
2220
|
+
version "3.3.46"
|
|
2221
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-limits/-/plugin-limits-3.3.46.tgz"
|
|
2222
|
+
integrity sha512-vQyzYOF9SO2r8/6Z6+YxOcnpanWHkbclpn7lgYPrKSVkoMEcXaQY2vTLIH7VGc12gQqgPcugOw1r4IK4jUGl+A==
|
|
2223
2223
|
dependencies:
|
|
2224
2224
|
"@salesforce/core" "^8.6.4"
|
|
2225
|
-
"@salesforce/sf-plugins-core" "^12.1.
|
|
2225
|
+
"@salesforce/sf-plugins-core" "^12.1.4"
|
|
2226
2226
|
|
|
2227
2227
|
"@salesforce/plugin-marketplace@1.3.7":
|
|
2228
2228
|
version "1.3.7"
|
|
@@ -2235,16 +2235,16 @@
|
|
|
2235
2235
|
got "^13.0.0"
|
|
2236
2236
|
proxy-agent "^6.4.0"
|
|
2237
2237
|
|
|
2238
|
-
"@salesforce/plugin-org@5.2.
|
|
2239
|
-
version "5.2.
|
|
2240
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-5.2.
|
|
2241
|
-
integrity sha512-
|
|
2238
|
+
"@salesforce/plugin-org@5.2.31":
|
|
2239
|
+
version "5.2.31"
|
|
2240
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-5.2.31.tgz"
|
|
2241
|
+
integrity sha512-U2+J89f82ZghLy73iwqB2x8UEb7ozvgoVLMSVmo7BKNKTnWJn16eXSvk2JZJ839zVyBNCPhBkDHFJ2xaxrDczA==
|
|
2242
2242
|
dependencies:
|
|
2243
2243
|
"@oclif/core" "^4.2.5"
|
|
2244
|
-
"@oclif/multi-stage-output" "^0.8.
|
|
2244
|
+
"@oclif/multi-stage-output" "^0.8.7"
|
|
2245
2245
|
"@salesforce/core" "^8.8.2"
|
|
2246
2246
|
"@salesforce/kit" "^3.2.3"
|
|
2247
|
-
"@salesforce/sf-plugins-core" "^12.1.
|
|
2247
|
+
"@salesforce/sf-plugins-core" "^12.1.4"
|
|
2248
2248
|
"@salesforce/source-deploy-retrieve" "^12.14.1"
|
|
2249
2249
|
"@salesforce/ts-types" "^2.0.12"
|
|
2250
2250
|
ansis "^3.10.0"
|
|
@@ -2341,24 +2341,24 @@
|
|
|
2341
2341
|
"@salesforce/ts-types" "^2.0.11"
|
|
2342
2342
|
debug "^4.3.7"
|
|
2343
2343
|
|
|
2344
|
-
"@salesforce/plugin-templates@56.3.
|
|
2345
|
-
version "56.3.
|
|
2346
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-56.3.
|
|
2347
|
-
integrity sha512-
|
|
2344
|
+
"@salesforce/plugin-templates@56.3.38":
|
|
2345
|
+
version "56.3.38"
|
|
2346
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-56.3.38.tgz"
|
|
2347
|
+
integrity sha512-SiMdpwBh89OFHJMUG6XFRn+Tf9TMJq26zB9QQj3eK2M7CDWLB/qndqK3FNy1MdOMmi7o5cYUm7ffVl4G9zAehQ==
|
|
2348
2348
|
dependencies:
|
|
2349
2349
|
"@salesforce/core" "^8.8.2"
|
|
2350
2350
|
"@salesforce/sf-plugins-core" "^12"
|
|
2351
2351
|
"@salesforce/templates" "^62.0.5"
|
|
2352
2352
|
|
|
2353
|
-
"@salesforce/plugin-trust@^3.7.40", "@salesforce/plugin-trust@3.7.
|
|
2354
|
-
version "3.7.
|
|
2355
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.7.
|
|
2356
|
-
integrity sha512-
|
|
2353
|
+
"@salesforce/plugin-trust@^3.7.40", "@salesforce/plugin-trust@3.7.64":
|
|
2354
|
+
version "3.7.64"
|
|
2355
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.7.64.tgz"
|
|
2356
|
+
integrity sha512-hB0uswO2VGxl4z5o1FJbHIcyUJvR8P5Mu82QJF8b75xtGiLJq8s5antXzqVoKWDFwPbyf+7gOsLnO9ukkk1YHQ==
|
|
2357
2357
|
dependencies:
|
|
2358
2358
|
"@oclif/core" "^4"
|
|
2359
2359
|
"@salesforce/core" "^8.8.2"
|
|
2360
2360
|
"@salesforce/kit" "^3.2.0"
|
|
2361
|
-
"@salesforce/plugin-info" "^3.4.
|
|
2361
|
+
"@salesforce/plugin-info" "^3.4.37"
|
|
2362
2362
|
"@salesforce/sf-plugins-core" "^12"
|
|
2363
2363
|
got "^13.0.0"
|
|
2364
2364
|
npm "^10.9.2"
|
|
@@ -2367,14 +2367,14 @@
|
|
|
2367
2367
|
semver "^7.7.0"
|
|
2368
2368
|
shelljs "^0.8.4"
|
|
2369
2369
|
|
|
2370
|
-
"@salesforce/plugin-user@3.6.
|
|
2371
|
-
version "3.6.
|
|
2372
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-user/-/plugin-user-3.6.
|
|
2373
|
-
integrity sha512-
|
|
2370
|
+
"@salesforce/plugin-user@3.6.9":
|
|
2371
|
+
version "3.6.9"
|
|
2372
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-user/-/plugin-user-3.6.9.tgz"
|
|
2373
|
+
integrity sha512-EEktBHyldevv9hUJbXcIa39A2lNkDswENSZkoR+qpWAl5OycHsuxdA35W5h7Dx4V114wkbhfDMeQvKuR1B9Law==
|
|
2374
2374
|
dependencies:
|
|
2375
2375
|
"@salesforce/core" "^8.8.2"
|
|
2376
2376
|
"@salesforce/kit" "^3.2.2"
|
|
2377
|
-
"@salesforce/sf-plugins-core" "^12.1.
|
|
2377
|
+
"@salesforce/sf-plugins-core" "^12.1.4"
|
|
2378
2378
|
"@salesforce/ts-types" "^2.0.11"
|
|
2379
2379
|
|
|
2380
2380
|
"@salesforce/prettier-config@^0.0.3":
|
|
@@ -9943,10 +9943,10 @@ semver@^6.3.1:
|
|
|
9943
9943
|
resolved "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz"
|
|
9944
9944
|
integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
|
|
9945
9945
|
|
|
9946
|
-
semver@^7.1.1, semver@^7.3.4, semver@^7.3.5, semver@^7.3.7, semver@^7.5.0, semver@^7.5.1, semver@^7.5.3, semver@^7.5.4, semver@^7.6.0, semver@^7.6.3, semver@^7.7.0:
|
|
9947
|
-
version "7.7.
|
|
9948
|
-
resolved "https://registry.npmjs.org/semver/-/semver-7.7.
|
|
9949
|
-
integrity sha512-
|
|
9946
|
+
semver@^7.1.1, semver@^7.3.4, semver@^7.3.5, semver@^7.3.7, semver@^7.5.0, semver@^7.5.1, semver@^7.5.3, semver@^7.5.4, semver@^7.6.0, semver@^7.6.3, semver@^7.7.0, semver@^7.7.1:
|
|
9947
|
+
version "7.7.1"
|
|
9948
|
+
resolved "https://registry.npmjs.org/semver/-/semver-7.7.1.tgz"
|
|
9949
|
+
integrity sha512-hlq8tAfn0m/61p4BVRcPzIGr6LKiMwo4VM6dGi6pt4qcRkmNzTcWq6eCEjEh+qXjkMDvPlOFFSGwQjoEa6gyMA==
|
|
9950
9950
|
|
|
9951
9951
|
"semver@2 || 3 || 4 || 5":
|
|
9952
9952
|
version "5.7.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.77.
|
|
4
|
+
"version": "2.77.4",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -146,33 +146,33 @@
|
|
|
146
146
|
"@oclif/core": "4.2.6",
|
|
147
147
|
"@oclif/plugin-autocomplete": "3.2.20",
|
|
148
148
|
"@oclif/plugin-commands": "4.1.20",
|
|
149
|
-
"@oclif/plugin-help": "6.2.
|
|
149
|
+
"@oclif/plugin-help": "6.2.25",
|
|
150
150
|
"@oclif/plugin-not-found": "3.2.40",
|
|
151
151
|
"@oclif/plugin-plugins": "5.4.31",
|
|
152
|
-
"@oclif/plugin-search": "1.2.
|
|
152
|
+
"@oclif/plugin-search": "1.2.21",
|
|
153
153
|
"@oclif/plugin-update": "4.6.30",
|
|
154
154
|
"@oclif/plugin-version": "2.2.23",
|
|
155
|
-
"@oclif/plugin-warn-if-update-available": "3.1.
|
|
156
|
-
"@oclif/plugin-which": "3.2.
|
|
155
|
+
"@oclif/plugin-warn-if-update-available": "3.1.33",
|
|
156
|
+
"@oclif/plugin-which": "3.2.29",
|
|
157
157
|
"@salesforce/core": "^8.2.3",
|
|
158
158
|
"@salesforce/kit": "^3.1.6",
|
|
159
159
|
"@salesforce/plugin-apex": "3.6.8",
|
|
160
160
|
"@salesforce/plugin-api": "1.3.3",
|
|
161
|
-
"@salesforce/plugin-auth": "3.6.
|
|
162
|
-
"@salesforce/plugin-data": "4.0.
|
|
161
|
+
"@salesforce/plugin-auth": "3.6.94",
|
|
162
|
+
"@salesforce/plugin-data": "4.0.11",
|
|
163
163
|
"@salesforce/plugin-deploy-retrieve": "3.18.0",
|
|
164
|
-
"@salesforce/plugin-info": "3.4.
|
|
165
|
-
"@salesforce/plugin-limits": "3.3.
|
|
164
|
+
"@salesforce/plugin-info": "3.4.39",
|
|
165
|
+
"@salesforce/plugin-limits": "3.3.46",
|
|
166
166
|
"@salesforce/plugin-marketplace": "1.3.7",
|
|
167
|
-
"@salesforce/plugin-org": "5.2.
|
|
167
|
+
"@salesforce/plugin-org": "5.2.31",
|
|
168
168
|
"@salesforce/plugin-packaging": "2.9.16",
|
|
169
169
|
"@salesforce/plugin-schema": "3.3.49",
|
|
170
170
|
"@salesforce/plugin-settings": "2.4.16",
|
|
171
171
|
"@salesforce/plugin-sobject": "1.4.50",
|
|
172
172
|
"@salesforce/plugin-telemetry": "3.6.32",
|
|
173
|
-
"@salesforce/plugin-templates": "56.3.
|
|
174
|
-
"@salesforce/plugin-trust": "3.7.
|
|
175
|
-
"@salesforce/plugin-user": "3.6.
|
|
173
|
+
"@salesforce/plugin-templates": "56.3.38",
|
|
174
|
+
"@salesforce/plugin-trust": "3.7.64",
|
|
175
|
+
"@salesforce/plugin-user": "3.6.9",
|
|
176
176
|
"@salesforce/sf-plugins-core": "12.1.4",
|
|
177
177
|
"ansis": "^3.3.0"
|
|
178
178
|
},
|