@salesforce/cli 2.82.3 → 2.82.5
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 +80 -80
- package/npm-shrinkwrap.json +66 -66
- package/oclif.lock +68 -68
- package/oclif.manifest.json +1 -1
- package/package.json +14 -14
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.82.
|
|
27
|
+
@salesforce/cli/2.82.5 linux-x64 node-v22.14.0
|
|
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.43/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.43/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.43/src/commands/apex/generate/trigger.ts)_
|
|
476
476
|
|
|
477
477
|
## `sf apex get log`
|
|
478
478
|
|
|
@@ -528,7 +528,7 @@ FLAG DESCRIPTIONS
|
|
|
528
528
|
directory.
|
|
529
529
|
```
|
|
530
530
|
|
|
531
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.6.
|
|
531
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.6.11/src/commands/apex/get/log.ts)_
|
|
532
532
|
|
|
533
533
|
## `sf apex get test`
|
|
534
534
|
|
|
@@ -588,7 +588,7 @@ EXAMPLES
|
|
|
588
588
|
me@myorg'
|
|
589
589
|
```
|
|
590
590
|
|
|
591
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.6.
|
|
591
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.6.11/src/commands/apex/get/test.ts)_
|
|
592
592
|
|
|
593
593
|
## `sf apex list log`
|
|
594
594
|
|
|
@@ -628,7 +628,7 @@ EXAMPLES
|
|
|
628
628
|
$ sf apex list log --target-org me@my.org
|
|
629
629
|
```
|
|
630
630
|
|
|
631
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.6.
|
|
631
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.6.11/src/commands/apex/list/log.ts)_
|
|
632
632
|
|
|
633
633
|
## `sf apex run`
|
|
634
634
|
|
|
@@ -675,7 +675,7 @@ EXAMPLES
|
|
|
675
675
|
$ sf apex run
|
|
676
676
|
```
|
|
677
677
|
|
|
678
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.6.
|
|
678
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.6.11/src/commands/apex/run.ts)_
|
|
679
679
|
|
|
680
680
|
## `sf apex run test`
|
|
681
681
|
|
|
@@ -818,7 +818,7 @@ FLAG DESCRIPTIONS
|
|
|
818
818
|
--tests Test1 --tests Test2
|
|
819
819
|
```
|
|
820
820
|
|
|
821
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.6.
|
|
821
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.6.11/src/commands/apex/run/test.ts)_
|
|
822
822
|
|
|
823
823
|
## `sf apex tail log`
|
|
824
824
|
|
|
@@ -861,7 +861,7 @@ EXAMPLES
|
|
|
861
861
|
$ sf apex tail log --color --skip-trace-flag
|
|
862
862
|
```
|
|
863
863
|
|
|
864
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.6.
|
|
864
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.6.11/src/commands/apex/tail/log.ts)_
|
|
865
865
|
|
|
866
866
|
## `sf api request graphql`
|
|
867
867
|
|
|
@@ -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.23/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.23/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.23/src/commands/data/create/record.ts)_
|
|
1445
1445
|
|
|
1446
1446
|
## `sf data delete bulk`
|
|
1447
1447
|
|
|
@@ -1501,7 +1501,7 @@ FLAG DESCRIPTIONS
|
|
|
1501
1501
|
and can be enabled only by a system administrator.
|
|
1502
1502
|
```
|
|
1503
1503
|
|
|
1504
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
1504
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.23/src/commands/data/delete/bulk.ts)_
|
|
1505
1505
|
|
|
1506
1506
|
## `sf data delete record`
|
|
1507
1507
|
|
|
@@ -1562,7 +1562,7 @@ EXAMPLES
|
|
|
1562
1562
|
$ sf data delete record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
|
|
1563
1563
|
```
|
|
1564
1564
|
|
|
1565
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
1565
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.23/src/commands/data/delete/record.ts)_
|
|
1566
1566
|
|
|
1567
1567
|
## `sf data delete resume`
|
|
1568
1568
|
|
|
@@ -1601,7 +1601,7 @@ EXAMPLES
|
|
|
1601
1601
|
$ sf data delete resume --use-most-recent --target-org my-scratch
|
|
1602
1602
|
```
|
|
1603
1603
|
|
|
1604
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
1604
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.23/src/commands/data/delete/resume.ts)_
|
|
1605
1605
|
|
|
1606
1606
|
## `sf data export bulk`
|
|
1607
1607
|
|
|
@@ -1675,7 +1675,7 @@ EXAMPLES
|
|
|
1675
1675
|
--result-format json --async
|
|
1676
1676
|
```
|
|
1677
1677
|
|
|
1678
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
1678
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.23/src/commands/data/export/bulk.ts)_
|
|
1679
1679
|
|
|
1680
1680
|
## `sf data export resume`
|
|
1681
1681
|
|
|
@@ -1711,7 +1711,7 @@ EXAMPLES
|
|
|
1711
1711
|
$ sf data export resume --use-most-recent --target-org my-scratch
|
|
1712
1712
|
```
|
|
1713
1713
|
|
|
1714
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
1714
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.23/src/commands/data/export/resume.ts)_
|
|
1715
1715
|
|
|
1716
1716
|
## `sf data export tree`
|
|
1717
1717
|
|
|
@@ -1771,7 +1771,7 @@ EXAMPLES
|
|
|
1771
1771
|
my-scratch
|
|
1772
1772
|
```
|
|
1773
1773
|
|
|
1774
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
1774
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.23/src/commands/data/export/tree.ts)_
|
|
1775
1775
|
|
|
1776
1776
|
## `sf data get record`
|
|
1777
1777
|
|
|
@@ -1835,7 +1835,7 @@ EXAMPLES
|
|
|
1835
1835
|
$ sf data get record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
|
|
1836
1836
|
```
|
|
1837
1837
|
|
|
1838
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
1838
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.23/src/commands/data/get/record.ts)_
|
|
1839
1839
|
|
|
1840
1840
|
## `sf data import bulk`
|
|
1841
1841
|
|
|
@@ -1893,7 +1893,7 @@ EXAMPLES
|
|
|
1893
1893
|
$ sf data import bulk --file accounts.csv --sobject Account --async
|
|
1894
1894
|
```
|
|
1895
1895
|
|
|
1896
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
1896
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.23/src/commands/data/import/bulk.ts)_
|
|
1897
1897
|
|
|
1898
1898
|
## `sf data import resume`
|
|
1899
1899
|
|
|
@@ -1929,7 +1929,7 @@ EXAMPLES
|
|
|
1929
1929
|
$ sf data import resume --use-most-recent --target-org my-scratch
|
|
1930
1930
|
```
|
|
1931
1931
|
|
|
1932
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
1932
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.23/src/commands/data/import/resume.ts)_
|
|
1933
1933
|
|
|
1934
1934
|
## `sf data import tree`
|
|
1935
1935
|
|
|
@@ -1993,7 +1993,7 @@ FLAG DESCRIPTIONS
|
|
|
1993
1993
|
- files(array) - Files: An array of files paths to load
|
|
1994
1994
|
```
|
|
1995
1995
|
|
|
1996
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
1996
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.23/src/commands/data/import/tree.ts)_
|
|
1997
1997
|
|
|
1998
1998
|
## `sf data query`
|
|
1999
1999
|
|
|
@@ -2059,7 +2059,7 @@ EXAMPLES
|
|
|
2059
2059
|
$ sf data query --query "SELECT Id FROM Contact" --bulk --wait 0
|
|
2060
2060
|
```
|
|
2061
2061
|
|
|
2062
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2062
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.23/src/commands/data/query.ts)_
|
|
2063
2063
|
|
|
2064
2064
|
## `sf data query resume`
|
|
2065
2065
|
|
|
@@ -2096,7 +2096,7 @@ EXAMPLES
|
|
|
2096
2096
|
$ sf data query resume --bulk-query-id 7500x000005BdFzXXX
|
|
2097
2097
|
```
|
|
2098
2098
|
|
|
2099
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2099
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.23/src/commands/data/query/resume.ts)_
|
|
2100
2100
|
|
|
2101
2101
|
## `sf data resume`
|
|
2102
2102
|
|
|
@@ -2133,7 +2133,7 @@ EXAMPLES
|
|
|
2133
2133
|
$ sf data resume --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA
|
|
2134
2134
|
```
|
|
2135
2135
|
|
|
2136
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2136
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.23/src/commands/data/resume.ts)_
|
|
2137
2137
|
|
|
2138
2138
|
## `sf data search`
|
|
2139
2139
|
|
|
@@ -2183,7 +2183,7 @@ EXAMPLES
|
|
|
2183
2183
|
$ sf data search --file query.txt --target-org my-scratch --result-format csv
|
|
2184
2184
|
```
|
|
2185
2185
|
|
|
2186
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2186
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.23/src/commands/data/search.ts)_
|
|
2187
2187
|
|
|
2188
2188
|
## `sf data update bulk`
|
|
2189
2189
|
|
|
@@ -2244,7 +2244,7 @@ EXAMPLES
|
|
|
2244
2244
|
$ sf data update bulk --file accounts.csv --sobject Account --async
|
|
2245
2245
|
```
|
|
2246
2246
|
|
|
2247
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2247
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.23/src/commands/data/update/bulk.ts)_
|
|
2248
2248
|
|
|
2249
2249
|
## `sf data update record`
|
|
2250
2250
|
|
|
@@ -2306,7 +2306,7 @@ EXAMPLES
|
|
|
2306
2306
|
"ExpirationDate=2017-12-01T00:58:04.000+0000"
|
|
2307
2307
|
```
|
|
2308
2308
|
|
|
2309
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2309
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.23/src/commands/data/update/record.ts)_
|
|
2310
2310
|
|
|
2311
2311
|
## `sf data update resume`
|
|
2312
2312
|
|
|
@@ -2342,7 +2342,7 @@ EXAMPLES
|
|
|
2342
2342
|
$ sf data update resume --use-most-recent --target-org my-scratch
|
|
2343
2343
|
```
|
|
2344
2344
|
|
|
2345
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2345
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.23/src/commands/data/update/resume.ts)_
|
|
2346
2346
|
|
|
2347
2347
|
## `sf data upsert bulk`
|
|
2348
2348
|
|
|
@@ -2399,7 +2399,7 @@ EXAMPLES
|
|
|
2399
2399
|
my-scratch
|
|
2400
2400
|
```
|
|
2401
2401
|
|
|
2402
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2402
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.23/src/commands/data/upsert/bulk.ts)_
|
|
2403
2403
|
|
|
2404
2404
|
## `sf data upsert resume`
|
|
2405
2405
|
|
|
@@ -2438,7 +2438,7 @@ EXAMPLES
|
|
|
2438
2438
|
$ sf data upsert resume --use-most-recent --target-org my-scratch
|
|
2439
2439
|
```
|
|
2440
2440
|
|
|
2441
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2441
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.23/src/commands/data/upsert/resume.ts)_
|
|
2442
2442
|
|
|
2443
2443
|
## `sf doctor`
|
|
2444
2444
|
|
|
@@ -2486,7 +2486,7 @@ EXAMPLES
|
|
|
2486
2486
|
$ sf doctor --plugin @salesforce/plugin-source
|
|
2487
2487
|
```
|
|
2488
2488
|
|
|
2489
|
-
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.
|
|
2489
|
+
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.50/src/commands/doctor.ts)_
|
|
2490
2490
|
|
|
2491
2491
|
## `sf force data bulk delete`
|
|
2492
2492
|
|
|
@@ -2533,7 +2533,7 @@ EXAMPLES
|
|
|
2533
2533
|
$ sf force data bulk delete --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
|
|
2534
2534
|
```
|
|
2535
2535
|
|
|
2536
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2536
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.23/src/commands/force/data/bulk/delete.ts)_
|
|
2537
2537
|
|
|
2538
2538
|
## `sf force data bulk status`
|
|
2539
2539
|
|
|
@@ -2570,7 +2570,7 @@ EXAMPLES
|
|
|
2570
2570
|
$ sf force data bulk status --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA --target-org my-scratch
|
|
2571
2571
|
```
|
|
2572
2572
|
|
|
2573
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2573
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.23/src/commands/force/data/bulk/status.ts)_
|
|
2574
2574
|
|
|
2575
2575
|
## `sf force data bulk upsert`
|
|
2576
2576
|
|
|
@@ -2628,7 +2628,7 @@ EXAMPLES
|
|
|
2628
2628
|
--target-org my-scratch
|
|
2629
2629
|
```
|
|
2630
2630
|
|
|
2631
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2631
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.23/src/commands/force/data/bulk/upsert.ts)_
|
|
2632
2632
|
|
|
2633
2633
|
## `sf help [COMMAND]`
|
|
2634
2634
|
|
|
@@ -2688,7 +2688,7 @@ EXAMPLES
|
|
|
2688
2688
|
$ sf info releasenotes display --version latest
|
|
2689
2689
|
```
|
|
2690
2690
|
|
|
2691
|
-
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.
|
|
2691
|
+
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.50/src/commands/info/releasenotes/display.ts)_
|
|
2692
2692
|
|
|
2693
2693
|
## `sf lightning generate app`
|
|
2694
2694
|
|
|
@@ -2743,7 +2743,7 @@ FLAG DESCRIPTIONS
|
|
|
2743
2743
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
2744
2744
|
```
|
|
2745
2745
|
|
|
2746
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
2746
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.43/src/commands/lightning/generate/app.ts)_
|
|
2747
2747
|
|
|
2748
2748
|
## `sf lightning generate component`
|
|
2749
2749
|
|
|
@@ -2812,7 +2812,7 @@ FLAG DESCRIPTIONS
|
|
|
2812
2812
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
2813
2813
|
```
|
|
2814
2814
|
|
|
2815
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
2815
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.43/src/commands/lightning/generate/component.ts)_
|
|
2816
2816
|
|
|
2817
2817
|
## `sf lightning generate event`
|
|
2818
2818
|
|
|
@@ -2867,7 +2867,7 @@ FLAG DESCRIPTIONS
|
|
|
2867
2867
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
2868
2868
|
```
|
|
2869
2869
|
|
|
2870
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
2870
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.43/src/commands/lightning/generate/event.ts)_
|
|
2871
2871
|
|
|
2872
2872
|
## `sf lightning generate interface`
|
|
2873
2873
|
|
|
@@ -2922,7 +2922,7 @@ FLAG DESCRIPTIONS
|
|
|
2922
2922
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
2923
2923
|
```
|
|
2924
2924
|
|
|
2925
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
2925
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.43/src/commands/lightning/generate/interface.ts)_
|
|
2926
2926
|
|
|
2927
2927
|
## `sf lightning generate test`
|
|
2928
2928
|
|
|
@@ -2977,7 +2977,7 @@ FLAG DESCRIPTIONS
|
|
|
2977
2977
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
2978
2978
|
```
|
|
2979
2979
|
|
|
2980
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
2980
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.43/src/commands/lightning/generate/test.ts)_
|
|
2981
2981
|
|
|
2982
2982
|
## `sf org assign permset`
|
|
2983
2983
|
|
|
@@ -3023,7 +3023,7 @@ EXAMPLES
|
|
|
3023
3023
|
$ sf org assign permset --name DreamHouse --on-behalf-of user1@my.org --on-behalf-of user2 --on-behalf-of user
|
|
3024
3024
|
```
|
|
3025
3025
|
|
|
3026
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.
|
|
3026
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.15/src/commands/org/assign/permset.ts)_
|
|
3027
3027
|
|
|
3028
3028
|
## `sf org assign permsetlicense`
|
|
3029
3029
|
|
|
@@ -3070,7 +3070,7 @@ EXAMPLES
|
|
|
3070
3070
|
user3
|
|
3071
3071
|
```
|
|
3072
3072
|
|
|
3073
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.
|
|
3073
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.15/src/commands/org/assign/permsetlicense.ts)_
|
|
3074
3074
|
|
|
3075
3075
|
## `sf org create sandbox`
|
|
3076
3076
|
|
|
@@ -3199,7 +3199,7 @@ FLAG DESCRIPTIONS
|
|
|
3199
3199
|
You can specify either --source-sandbox-name or --source-id when cloning an existing sandbox, but not both.
|
|
3200
3200
|
```
|
|
3201
3201
|
|
|
3202
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.5.
|
|
3202
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.5.5/src/commands/org/create/sandbox.ts)_
|
|
3203
3203
|
|
|
3204
3204
|
## `sf org create scratch`
|
|
3205
3205
|
|
|
@@ -3381,7 +3381,7 @@ FLAG DESCRIPTIONS
|
|
|
3381
3381
|
Omit this flag to have Salesforce generate a unique username for your org.
|
|
3382
3382
|
```
|
|
3383
3383
|
|
|
3384
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.5.
|
|
3384
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.5.5/src/commands/org/create/scratch.ts)_
|
|
3385
3385
|
|
|
3386
3386
|
## `sf org create user`
|
|
3387
3387
|
|
|
@@ -3489,7 +3489,7 @@ FLAG DESCRIPTIONS
|
|
|
3489
3489
|
might be different than what you specify in the definition file.
|
|
3490
3490
|
```
|
|
3491
3491
|
|
|
3492
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.
|
|
3492
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.15/src/commands/org/create/user.ts)_
|
|
3493
3493
|
|
|
3494
3494
|
## `sf org delete sandbox`
|
|
3495
3495
|
|
|
@@ -3535,7 +3535,7 @@ EXAMPLES
|
|
|
3535
3535
|
$ sf org delete sandbox --target-org my-sandbox --no-prompt
|
|
3536
3536
|
```
|
|
3537
3537
|
|
|
3538
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.5.
|
|
3538
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.5.5/src/commands/org/delete/sandbox.ts)_
|
|
3539
3539
|
|
|
3540
3540
|
## `sf org delete scratch`
|
|
3541
3541
|
|
|
@@ -3579,7 +3579,7 @@ EXAMPLES
|
|
|
3579
3579
|
$ sf org delete scratch --target-org my-scratch-org --no-prompt
|
|
3580
3580
|
```
|
|
3581
3581
|
|
|
3582
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.5.
|
|
3582
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.5.5/src/commands/org/delete/scratch.ts)_
|
|
3583
3583
|
|
|
3584
3584
|
## `sf org disable tracking`
|
|
3585
3585
|
|
|
@@ -3618,7 +3618,7 @@ EXAMPLES
|
|
|
3618
3618
|
$ sf org disable tracking
|
|
3619
3619
|
```
|
|
3620
3620
|
|
|
3621
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.5.
|
|
3621
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.5.5/src/commands/org/disable/tracking.ts)_
|
|
3622
3622
|
|
|
3623
3623
|
## `sf org display`
|
|
3624
3624
|
|
|
@@ -3663,7 +3663,7 @@ EXAMPLES
|
|
|
3663
3663
|
$ sf org display --target-org TestOrg1 --verbose
|
|
3664
3664
|
```
|
|
3665
3665
|
|
|
3666
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.5.
|
|
3666
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.5.5/src/commands/org/display.ts)_
|
|
3667
3667
|
|
|
3668
3668
|
## `sf org display user`
|
|
3669
3669
|
|
|
@@ -3702,7 +3702,7 @@ EXAMPLES
|
|
|
3702
3702
|
$ sf org display user --target-org me@my.org --json
|
|
3703
3703
|
```
|
|
3704
3704
|
|
|
3705
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.
|
|
3705
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.15/src/commands/org/display/user.ts)_
|
|
3706
3706
|
|
|
3707
3707
|
## `sf org enable tracking`
|
|
3708
3708
|
|
|
@@ -3744,7 +3744,7 @@ EXAMPLES
|
|
|
3744
3744
|
$ sf org enable tracking
|
|
3745
3745
|
```
|
|
3746
3746
|
|
|
3747
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.5.
|
|
3747
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.5.5/src/commands/org/enable/tracking.ts)_
|
|
3748
3748
|
|
|
3749
3749
|
## `sf org generate password`
|
|
3750
3750
|
|
|
@@ -3811,7 +3811,7 @@ EXAMPLES
|
|
|
3811
3811
|
$ sf org generate password --on-behalf-of user1@my.org --on-behalf-of user2@my.org --on-behalf-of user3@my.org
|
|
3812
3812
|
```
|
|
3813
3813
|
|
|
3814
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.
|
|
3814
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.15/src/commands/org/generate/password.ts)_
|
|
3815
3815
|
|
|
3816
3816
|
## `sf org list`
|
|
3817
3817
|
|
|
@@ -3850,7 +3850,7 @@ EXAMPLES
|
|
|
3850
3850
|
$ sf org list --clean
|
|
3851
3851
|
```
|
|
3852
3852
|
|
|
3853
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.5.
|
|
3853
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.5.5/src/commands/org/list.ts)_
|
|
3854
3854
|
|
|
3855
3855
|
## `sf org list auth`
|
|
3856
3856
|
|
|
@@ -3882,7 +3882,7 @@ EXAMPLES
|
|
|
3882
3882
|
$ sf org list auth
|
|
3883
3883
|
```
|
|
3884
3884
|
|
|
3885
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
3885
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.107/src/commands/org/list/auth.ts)_
|
|
3886
3886
|
|
|
3887
3887
|
## `sf org list limits`
|
|
3888
3888
|
|
|
@@ -3922,7 +3922,7 @@ EXAMPLES
|
|
|
3922
3922
|
$ sf org list limits --target-org my-scratch-org
|
|
3923
3923
|
```
|
|
3924
3924
|
|
|
3925
|
-
_See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.3.
|
|
3925
|
+
_See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.3.51/src/commands/org/list/limits.ts)_
|
|
3926
3926
|
|
|
3927
3927
|
## `sf org list metadata`
|
|
3928
3928
|
|
|
@@ -3989,7 +3989,7 @@ FLAG DESCRIPTIONS
|
|
|
3989
3989
|
Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
|
|
3990
3990
|
```
|
|
3991
3991
|
|
|
3992
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.5.
|
|
3992
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.5.5/src/commands/org/list/metadata.ts)_
|
|
3993
3993
|
|
|
3994
3994
|
## `sf org list metadata-types`
|
|
3995
3995
|
|
|
@@ -4044,7 +4044,7 @@ FLAG DESCRIPTIONS
|
|
|
4044
4044
|
Override the api version used for api requests made by this command
|
|
4045
4045
|
```
|
|
4046
4046
|
|
|
4047
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.5.
|
|
4047
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.5.5/src/commands/org/list/metadata-types.ts)_
|
|
4048
4048
|
|
|
4049
4049
|
## `sf org list sobject record-counts`
|
|
4050
4050
|
|
|
@@ -4090,7 +4090,7 @@ EXAMPLES
|
|
|
4090
4090
|
$ sf org list sobject record-counts --sobject Account --sobject Lead --target-org my-scratch-org
|
|
4091
4091
|
```
|
|
4092
4092
|
|
|
4093
|
-
_See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.3.
|
|
4093
|
+
_See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.3.51/src/commands/org/list/sobject/record-counts.ts)_
|
|
4094
4094
|
|
|
4095
4095
|
## `sf org list users`
|
|
4096
4096
|
|
|
@@ -4128,7 +4128,7 @@ EXAMPLES
|
|
|
4128
4128
|
$ sf org list users --target-org me@my.org
|
|
4129
4129
|
```
|
|
4130
4130
|
|
|
4131
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.
|
|
4131
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.15/src/commands/org/list/users.ts)_
|
|
4132
4132
|
|
|
4133
4133
|
## `sf org login access-token`
|
|
4134
4134
|
|
|
@@ -4182,7 +4182,7 @@ FLAG DESCRIPTIONS
|
|
|
4182
4182
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
4183
4183
|
```
|
|
4184
4184
|
|
|
4185
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
4185
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.107/src/commands/org/login/access-token.ts)_
|
|
4186
4186
|
|
|
4187
4187
|
## `sf org login device`
|
|
4188
4188
|
|
|
@@ -4242,7 +4242,7 @@ FLAG DESCRIPTIONS
|
|
|
4242
4242
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
4243
4243
|
```
|
|
4244
4244
|
|
|
4245
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
4245
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.107/src/commands/org/login/device.ts)_
|
|
4246
4246
|
|
|
4247
4247
|
## `sf org login jwt`
|
|
4248
4248
|
|
|
@@ -4333,7 +4333,7 @@ FLAG DESCRIPTIONS
|
|
|
4333
4333
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
4334
4334
|
```
|
|
4335
4335
|
|
|
4336
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
4336
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.107/src/commands/org/login/jwt.ts)_
|
|
4337
4337
|
|
|
4338
4338
|
## `sf org login sfdx-url`
|
|
4339
4339
|
|
|
@@ -4403,7 +4403,7 @@ EXAMPLES
|
|
|
4403
4403
|
$ echo url | sf org login sfdx-url --sfdx-url-stdin
|
|
4404
4404
|
```
|
|
4405
4405
|
|
|
4406
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
4406
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.107/src/commands/org/login/sfdx-url.ts)_
|
|
4407
4407
|
|
|
4408
4408
|
## `sf org login web`
|
|
4409
4409
|
|
|
@@ -4490,7 +4490,7 @@ FLAG DESCRIPTIONS
|
|
|
4490
4490
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
4491
4491
|
```
|
|
4492
4492
|
|
|
4493
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
4493
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.107/src/commands/org/login/web.ts)_
|
|
4494
4494
|
|
|
4495
4495
|
## `sf org logout`
|
|
4496
4496
|
|
|
@@ -4551,7 +4551,7 @@ FLAG DESCRIPTIONS
|
|
|
4551
4551
|
All orgs includes Dev Hubs, sandboxes, DE orgs, and expired, deleted, and unknown-status scratch orgs.
|
|
4552
4552
|
```
|
|
4553
4553
|
|
|
4554
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
4554
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.107/src/commands/org/logout.ts)_
|
|
4555
4555
|
|
|
4556
4556
|
## `sf org open`
|
|
4557
4557
|
|
|
@@ -4627,7 +4627,7 @@ EXAMPLES
|
|
|
4627
4627
|
$ sf org open --source-file force-app/main/default/bots/Coral_Cloud_Agent/Coral_Cloud_Agent.bot-meta.xml
|
|
4628
4628
|
```
|
|
4629
4629
|
|
|
4630
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.5.
|
|
4630
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.5.5/src/commands/org/open.ts)_
|
|
4631
4631
|
|
|
4632
4632
|
## `sf org open agent`
|
|
4633
4633
|
|
|
@@ -4678,7 +4678,7 @@ EXAMPLES
|
|
|
4678
4678
|
$ sf org open agent --target-org MyTestOrg1 --browser firefox --name Coral_Cloud_Agent
|
|
4679
4679
|
```
|
|
4680
4680
|
|
|
4681
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.5.
|
|
4681
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.5.5/src/commands/org/open/agent.ts)_
|
|
4682
4682
|
|
|
4683
4683
|
## `sf org refresh sandbox`
|
|
4684
4684
|
|
|
@@ -4755,7 +4755,7 @@ FLAG DESCRIPTIONS
|
|
|
4755
4755
|
By default, a sandbox auto-activates after a refresh. Use this flag to control sandbox activation manually.
|
|
4756
4756
|
```
|
|
4757
4757
|
|
|
4758
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.5.
|
|
4758
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.5.5/src/commands/org/refresh/sandbox.ts)_
|
|
4759
4759
|
|
|
4760
4760
|
## `sf org resume sandbox`
|
|
4761
4761
|
|
|
@@ -4818,7 +4818,7 @@ FLAG DESCRIPTIONS
|
|
|
4818
4818
|
returns the job ID. To resume checking the sandbox creation, rerun this command.
|
|
4819
4819
|
```
|
|
4820
4820
|
|
|
4821
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.5.
|
|
4821
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.5.5/src/commands/org/resume/sandbox.ts)_
|
|
4822
4822
|
|
|
4823
4823
|
## `sf org resume scratch`
|
|
4824
4824
|
|
|
@@ -4865,7 +4865,7 @@ FLAG DESCRIPTIONS
|
|
|
4865
4865
|
The job ID is valid for 24 hours after you start the scratch org creation.
|
|
4866
4866
|
```
|
|
4867
4867
|
|
|
4868
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.5.
|
|
4868
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.5.5/src/commands/org/resume/scratch.ts)_
|
|
4869
4869
|
|
|
4870
4870
|
## `sf package create`
|
|
4871
4871
|
|
|
@@ -6281,7 +6281,7 @@ EXAMPLES
|
|
|
6281
6281
|
$ sf plugins trust verify --npm @scope/npmName
|
|
6282
6282
|
```
|
|
6283
6283
|
|
|
6284
|
-
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.7.
|
|
6284
|
+
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.7.75/src/commands/plugins/trust/verify.ts)_
|
|
6285
6285
|
|
|
6286
6286
|
## `sf plugins uninstall [PLUGIN]`
|
|
6287
6287
|
|
|
@@ -7684,7 +7684,7 @@ FLAG DESCRIPTIONS
|
|
|
7684
7684
|
Override the api version used for api requests made by this command
|
|
7685
7685
|
```
|
|
7686
7686
|
|
|
7687
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
7687
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.43/src/commands/project/generate.ts)_
|
|
7688
7688
|
|
|
7689
7689
|
## `sf project generate manifest`
|
|
7690
7690
|
|
|
@@ -8356,7 +8356,7 @@ EXAMPLES
|
|
|
8356
8356
|
$ sf sobject describe --sobject ApexCodeCoverage --use-tooling-api
|
|
8357
8357
|
```
|
|
8358
8358
|
|
|
8359
|
-
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.
|
|
8359
|
+
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.57/src/commands/sobject/describe.ts)_
|
|
8360
8360
|
|
|
8361
8361
|
## `sf sobject list`
|
|
8362
8362
|
|
|
@@ -8395,7 +8395,7 @@ EXAMPLES
|
|
|
8395
8395
|
$ sf sobject list --sobject custom --target-org my-scratch-org
|
|
8396
8396
|
```
|
|
8397
8397
|
|
|
8398
|
-
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.
|
|
8398
|
+
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.57/src/commands/sobject/list.ts)_
|
|
8399
8399
|
|
|
8400
8400
|
## `sf static-resource generate`
|
|
8401
8401
|
|
|
@@ -8457,7 +8457,7 @@ FLAG DESCRIPTIONS
|
|
|
8457
8457
|
etc.
|
|
8458
8458
|
```
|
|
8459
8459
|
|
|
8460
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
8460
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.43/src/commands/static-resource/generate.ts)_
|
|
8461
8461
|
|
|
8462
8462
|
## `sf update [CHANNEL]`
|
|
8463
8463
|
|
|
@@ -8515,7 +8515,7 @@ FLAG DESCRIPTIONS
|
|
|
8515
8515
|
Additionally shows the architecture, node version, operating system, and versions of plugins that the CLI is using.
|
|
8516
8516
|
```
|
|
8517
8517
|
|
|
8518
|
-
_See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/2.2.
|
|
8518
|
+
_See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/2.2.27/src/commands/version.ts)_
|
|
8519
8519
|
|
|
8520
8520
|
## `sf visualforce generate component`
|
|
8521
8521
|
|
|
@@ -8571,7 +8571,7 @@ FLAG DESCRIPTIONS
|
|
|
8571
8571
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
8572
8572
|
```
|
|
8573
8573
|
|
|
8574
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
8574
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.43/src/commands/visualforce/generate/component.ts)_
|
|
8575
8575
|
|
|
8576
8576
|
## `sf visualforce generate page`
|
|
8577
8577
|
|
|
@@ -8621,7 +8621,7 @@ FLAG DESCRIPTIONS
|
|
|
8621
8621
|
The name can be up to 40 characters and must start with a letter.
|
|
8622
8622
|
```
|
|
8623
8623
|
|
|
8624
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
8624
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.43/src/commands/visualforce/generate/page.ts)_
|
|
8625
8625
|
|
|
8626
8626
|
## `sf which`
|
|
8627
8627
|
|