@salesforce/cli 2.81.6 → 2.81.8
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 -83
- package/npm-shrinkwrap.json +379 -190
- package/oclif.lock +294 -192
- package/oclif.manifest.json +1 -1
- package/package.json +16 -16
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.81.
|
|
27
|
+
@salesforce/cli/2.81.8 linux-x64 node-v22.14.0
|
|
28
28
|
$ sf --help [COMMAND]
|
|
29
29
|
USAGE
|
|
30
30
|
$ sf COMMAND
|
|
@@ -1054,7 +1054,7 @@ EXAMPLES
|
|
|
1054
1054
|
$ sf autocomplete --refresh-cache
|
|
1055
1055
|
```
|
|
1056
1056
|
|
|
1057
|
-
_See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/3.2.
|
|
1057
|
+
_See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/3.2.26/src/commands/autocomplete/index.ts)_
|
|
1058
1058
|
|
|
1059
1059
|
## `sf commands`
|
|
1060
1060
|
|
|
@@ -1336,7 +1336,7 @@ EXAMPLES
|
|
|
1336
1336
|
$ sf data bulk results --job-id 7507i000fake341G --target-org my-scratch
|
|
1337
1337
|
```
|
|
1338
1338
|
|
|
1339
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
1339
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.21/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.21/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.21/src/commands/data/create/record.ts)_
|
|
1445
1445
|
|
|
1446
1446
|
## `sf data delete bulk`
|
|
1447
1447
|
|
|
@@ -1450,7 +1450,7 @@ Bulk delete records from an org using a CSV file. Uses Bulk API 2.0.
|
|
|
1450
1450
|
```
|
|
1451
1451
|
USAGE
|
|
1452
1452
|
$ sf data delete bulk -o <value> -s <value> [--json] [--flags-dir <value>] [--api-version <value>] [-w <value> | -a]
|
|
1453
|
-
|
|
1453
|
+
(--line-ending CRLF|LF -f <value>) [--hard-delete]
|
|
1454
1454
|
|
|
1455
1455
|
FLAGS
|
|
1456
1456
|
-a, --async Run the command asynchronously.
|
|
@@ -1467,7 +1467,6 @@ FLAGS
|
|
|
1467
1467
|
--line-ending=<option> Line ending used in the CSV file. Default value on Windows is `CRLF`; on macOS and Linux
|
|
1468
1468
|
it's `LF`.
|
|
1469
1469
|
<options: CRLF|LF>
|
|
1470
|
-
--verbose Print verbose output of failed records if result is available.
|
|
1471
1470
|
|
|
1472
1471
|
GLOBAL FLAGS
|
|
1473
1472
|
--flags-dir=<value> Import flag values from a directory.
|
|
@@ -1502,7 +1501,7 @@ FLAG DESCRIPTIONS
|
|
|
1502
1501
|
and can be enabled only by a system administrator.
|
|
1503
1502
|
```
|
|
1504
1503
|
|
|
1505
|
-
_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.21/src/commands/data/delete/bulk.ts)_
|
|
1506
1505
|
|
|
1507
1506
|
## `sf data delete record`
|
|
1508
1507
|
|
|
@@ -1563,7 +1562,7 @@ EXAMPLES
|
|
|
1563
1562
|
$ sf data delete record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
|
|
1564
1563
|
```
|
|
1565
1564
|
|
|
1566
|
-
_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.21/src/commands/data/delete/record.ts)_
|
|
1567
1566
|
|
|
1568
1567
|
## `sf data delete resume`
|
|
1569
1568
|
|
|
@@ -1602,7 +1601,7 @@ EXAMPLES
|
|
|
1602
1601
|
$ sf data delete resume --use-most-recent --target-org my-scratch
|
|
1603
1602
|
```
|
|
1604
1603
|
|
|
1605
|
-
_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.21/src/commands/data/delete/resume.ts)_
|
|
1606
1605
|
|
|
1607
1606
|
## `sf data export bulk`
|
|
1608
1607
|
|
|
@@ -1676,7 +1675,7 @@ EXAMPLES
|
|
|
1676
1675
|
--result-format json --async
|
|
1677
1676
|
```
|
|
1678
1677
|
|
|
1679
|
-
_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.21/src/commands/data/export/bulk.ts)_
|
|
1680
1679
|
|
|
1681
1680
|
## `sf data export resume`
|
|
1682
1681
|
|
|
@@ -1712,7 +1711,7 @@ EXAMPLES
|
|
|
1712
1711
|
$ sf data export resume --use-most-recent --target-org my-scratch
|
|
1713
1712
|
```
|
|
1714
1713
|
|
|
1715
|
-
_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.21/src/commands/data/export/resume.ts)_
|
|
1716
1715
|
|
|
1717
1716
|
## `sf data export tree`
|
|
1718
1717
|
|
|
@@ -1772,7 +1771,7 @@ EXAMPLES
|
|
|
1772
1771
|
my-scratch
|
|
1773
1772
|
```
|
|
1774
1773
|
|
|
1775
|
-
_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.21/src/commands/data/export/tree.ts)_
|
|
1776
1775
|
|
|
1777
1776
|
## `sf data get record`
|
|
1778
1777
|
|
|
@@ -1836,7 +1835,7 @@ EXAMPLES
|
|
|
1836
1835
|
$ sf data get record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
|
|
1837
1836
|
```
|
|
1838
1837
|
|
|
1839
|
-
_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.21/src/commands/data/get/record.ts)_
|
|
1840
1839
|
|
|
1841
1840
|
## `sf data import bulk`
|
|
1842
1841
|
|
|
@@ -1894,7 +1893,7 @@ EXAMPLES
|
|
|
1894
1893
|
$ sf data import bulk --file accounts.csv --sobject Account --async
|
|
1895
1894
|
```
|
|
1896
1895
|
|
|
1897
|
-
_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.21/src/commands/data/import/bulk.ts)_
|
|
1898
1897
|
|
|
1899
1898
|
## `sf data import resume`
|
|
1900
1899
|
|
|
@@ -1930,7 +1929,7 @@ EXAMPLES
|
|
|
1930
1929
|
$ sf data import resume --use-most-recent --target-org my-scratch
|
|
1931
1930
|
```
|
|
1932
1931
|
|
|
1933
|
-
_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.21/src/commands/data/import/resume.ts)_
|
|
1934
1933
|
|
|
1935
1934
|
## `sf data import tree`
|
|
1936
1935
|
|
|
@@ -1994,7 +1993,7 @@ FLAG DESCRIPTIONS
|
|
|
1994
1993
|
- files(array) - Files: An array of files paths to load
|
|
1995
1994
|
```
|
|
1996
1995
|
|
|
1997
|
-
_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.21/src/commands/data/import/tree.ts)_
|
|
1998
1997
|
|
|
1999
1998
|
## `sf data query`
|
|
2000
1999
|
|
|
@@ -2060,7 +2059,7 @@ EXAMPLES
|
|
|
2060
2059
|
$ sf data query --query "SELECT Id FROM Contact" --bulk --wait 0
|
|
2061
2060
|
```
|
|
2062
2061
|
|
|
2063
|
-
_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.21/src/commands/data/query.ts)_
|
|
2064
2063
|
|
|
2065
2064
|
## `sf data query resume`
|
|
2066
2065
|
|
|
@@ -2097,7 +2096,7 @@ EXAMPLES
|
|
|
2097
2096
|
$ sf data query resume --bulk-query-id 7500x000005BdFzXXX
|
|
2098
2097
|
```
|
|
2099
2098
|
|
|
2100
|
-
_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.21/src/commands/data/query/resume.ts)_
|
|
2101
2100
|
|
|
2102
2101
|
## `sf data resume`
|
|
2103
2102
|
|
|
@@ -2134,7 +2133,7 @@ EXAMPLES
|
|
|
2134
2133
|
$ sf data resume --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA
|
|
2135
2134
|
```
|
|
2136
2135
|
|
|
2137
|
-
_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.21/src/commands/data/resume.ts)_
|
|
2138
2137
|
|
|
2139
2138
|
## `sf data search`
|
|
2140
2139
|
|
|
@@ -2184,7 +2183,7 @@ EXAMPLES
|
|
|
2184
2183
|
$ sf data search --file query.txt --target-org my-scratch --result-format csv
|
|
2185
2184
|
```
|
|
2186
2185
|
|
|
2187
|
-
_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.21/src/commands/data/search.ts)_
|
|
2188
2187
|
|
|
2189
2188
|
## `sf data update bulk`
|
|
2190
2189
|
|
|
@@ -2245,7 +2244,7 @@ EXAMPLES
|
|
|
2245
2244
|
$ sf data update bulk --file accounts.csv --sobject Account --async
|
|
2246
2245
|
```
|
|
2247
2246
|
|
|
2248
|
-
_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.21/src/commands/data/update/bulk.ts)_
|
|
2249
2248
|
|
|
2250
2249
|
## `sf data update record`
|
|
2251
2250
|
|
|
@@ -2307,7 +2306,7 @@ EXAMPLES
|
|
|
2307
2306
|
"ExpirationDate=2017-12-01T00:58:04.000+0000"
|
|
2308
2307
|
```
|
|
2309
2308
|
|
|
2310
|
-
_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.21/src/commands/data/update/record.ts)_
|
|
2311
2310
|
|
|
2312
2311
|
## `sf data update resume`
|
|
2313
2312
|
|
|
@@ -2343,7 +2342,7 @@ EXAMPLES
|
|
|
2343
2342
|
$ sf data update resume --use-most-recent --target-org my-scratch
|
|
2344
2343
|
```
|
|
2345
2344
|
|
|
2346
|
-
_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.21/src/commands/data/update/resume.ts)_
|
|
2347
2346
|
|
|
2348
2347
|
## `sf data upsert bulk`
|
|
2349
2348
|
|
|
@@ -2352,8 +2351,7 @@ Bulk upsert records to an org from a CSV file. Uses Bulk API 2.0.
|
|
|
2352
2351
|
```
|
|
2353
2352
|
USAGE
|
|
2354
2353
|
$ sf data upsert bulk -o <value> -s <value> -i <value> [--json] [--flags-dir <value>] [--api-version <value>] [-w
|
|
2355
|
-
<value> | -a]
|
|
2356
|
-
BACKQUOTE|CARET|COMMA|PIPE|SEMICOLON|TAB]
|
|
2354
|
+
<value> | -a] (--line-ending CRLF|LF -f <value>) [--column-delimiter BACKQUOTE|CARET|COMMA|PIPE|SEMICOLON|TAB]
|
|
2357
2355
|
|
|
2358
2356
|
FLAGS
|
|
2359
2357
|
-a, --async Run the command asynchronously.
|
|
@@ -2371,7 +2369,6 @@ FLAGS
|
|
|
2371
2369
|
--line-ending=<option> Line ending used in the CSV file. Default value on Windows is `CRLF`; on macOS and
|
|
2372
2370
|
Linux it's `LF`.
|
|
2373
2371
|
<options: CRLF|LF>
|
|
2374
|
-
--verbose Print verbose output of failed records if result is available.
|
|
2375
2372
|
|
|
2376
2373
|
GLOBAL FLAGS
|
|
2377
2374
|
--flags-dir=<value> Import flag values from a directory.
|
|
@@ -2402,7 +2399,7 @@ EXAMPLES
|
|
|
2402
2399
|
my-scratch
|
|
2403
2400
|
```
|
|
2404
2401
|
|
|
2405
|
-
_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.21/src/commands/data/upsert/bulk.ts)_
|
|
2406
2403
|
|
|
2407
2404
|
## `sf data upsert resume`
|
|
2408
2405
|
|
|
@@ -2441,7 +2438,7 @@ EXAMPLES
|
|
|
2441
2438
|
$ sf data upsert resume --use-most-recent --target-org my-scratch
|
|
2442
2439
|
```
|
|
2443
2440
|
|
|
2444
|
-
_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.21/src/commands/data/upsert/resume.ts)_
|
|
2445
2442
|
|
|
2446
2443
|
## `sf doctor`
|
|
2447
2444
|
|
|
@@ -2489,7 +2486,7 @@ EXAMPLES
|
|
|
2489
2486
|
$ sf doctor --plugin @salesforce/plugin-source
|
|
2490
2487
|
```
|
|
2491
2488
|
|
|
2492
|
-
_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.48/src/commands/doctor.ts)_
|
|
2493
2490
|
|
|
2494
2491
|
## `sf force data bulk delete`
|
|
2495
2492
|
|
|
@@ -2536,7 +2533,7 @@ EXAMPLES
|
|
|
2536
2533
|
$ sf force data bulk delete --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
|
|
2537
2534
|
```
|
|
2538
2535
|
|
|
2539
|
-
_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.21/src/commands/force/data/bulk/delete.ts)_
|
|
2540
2537
|
|
|
2541
2538
|
## `sf force data bulk status`
|
|
2542
2539
|
|
|
@@ -2573,7 +2570,7 @@ EXAMPLES
|
|
|
2573
2570
|
$ sf force data bulk status --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA --target-org my-scratch
|
|
2574
2571
|
```
|
|
2575
2572
|
|
|
2576
|
-
_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.21/src/commands/force/data/bulk/status.ts)_
|
|
2577
2574
|
|
|
2578
2575
|
## `sf force data bulk upsert`
|
|
2579
2576
|
|
|
@@ -2631,7 +2628,7 @@ EXAMPLES
|
|
|
2631
2628
|
--target-org my-scratch
|
|
2632
2629
|
```
|
|
2633
2630
|
|
|
2634
|
-
_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.21/src/commands/force/data/bulk/upsert.ts)_
|
|
2635
2632
|
|
|
2636
2633
|
## `sf help [COMMAND]`
|
|
2637
2634
|
|
|
@@ -2691,7 +2688,7 @@ EXAMPLES
|
|
|
2691
2688
|
$ sf info releasenotes display --version latest
|
|
2692
2689
|
```
|
|
2693
2690
|
|
|
2694
|
-
_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.48/src/commands/info/releasenotes/display.ts)_
|
|
2695
2692
|
|
|
2696
2693
|
## `sf lightning generate app`
|
|
2697
2694
|
|
|
@@ -3202,7 +3199,7 @@ FLAG DESCRIPTIONS
|
|
|
3202
3199
|
You can specify either --source-sandbox-name or --source-id when cloning an existing sandbox, but not both.
|
|
3203
3200
|
```
|
|
3204
3201
|
|
|
3205
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.4.
|
|
3202
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.4.1/src/commands/org/create/sandbox.ts)_
|
|
3206
3203
|
|
|
3207
3204
|
## `sf org create scratch`
|
|
3208
3205
|
|
|
@@ -3384,7 +3381,7 @@ FLAG DESCRIPTIONS
|
|
|
3384
3381
|
Omit this flag to have Salesforce generate a unique username for your org.
|
|
3385
3382
|
```
|
|
3386
3383
|
|
|
3387
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.4.
|
|
3384
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.4.1/src/commands/org/create/scratch.ts)_
|
|
3388
3385
|
|
|
3389
3386
|
## `sf org create user`
|
|
3390
3387
|
|
|
@@ -3538,7 +3535,7 @@ EXAMPLES
|
|
|
3538
3535
|
$ sf org delete sandbox --target-org my-sandbox --no-prompt
|
|
3539
3536
|
```
|
|
3540
3537
|
|
|
3541
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.4.
|
|
3538
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.4.1/src/commands/org/delete/sandbox.ts)_
|
|
3542
3539
|
|
|
3543
3540
|
## `sf org delete scratch`
|
|
3544
3541
|
|
|
@@ -3582,7 +3579,7 @@ EXAMPLES
|
|
|
3582
3579
|
$ sf org delete scratch --target-org my-scratch-org --no-prompt
|
|
3583
3580
|
```
|
|
3584
3581
|
|
|
3585
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.4.
|
|
3582
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.4.1/src/commands/org/delete/scratch.ts)_
|
|
3586
3583
|
|
|
3587
3584
|
## `sf org disable tracking`
|
|
3588
3585
|
|
|
@@ -3621,7 +3618,7 @@ EXAMPLES
|
|
|
3621
3618
|
$ sf org disable tracking
|
|
3622
3619
|
```
|
|
3623
3620
|
|
|
3624
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.4.
|
|
3621
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.4.1/src/commands/org/disable/tracking.ts)_
|
|
3625
3622
|
|
|
3626
3623
|
## `sf org display`
|
|
3627
3624
|
|
|
@@ -3666,7 +3663,7 @@ EXAMPLES
|
|
|
3666
3663
|
$ sf org display --target-org TestOrg1 --verbose
|
|
3667
3664
|
```
|
|
3668
3665
|
|
|
3669
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.4.
|
|
3666
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.4.1/src/commands/org/display.ts)_
|
|
3670
3667
|
|
|
3671
3668
|
## `sf org display user`
|
|
3672
3669
|
|
|
@@ -3747,7 +3744,7 @@ EXAMPLES
|
|
|
3747
3744
|
$ sf org enable tracking
|
|
3748
3745
|
```
|
|
3749
3746
|
|
|
3750
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.4.
|
|
3747
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.4.1/src/commands/org/enable/tracking.ts)_
|
|
3751
3748
|
|
|
3752
3749
|
## `sf org generate password`
|
|
3753
3750
|
|
|
@@ -3853,7 +3850,7 @@ EXAMPLES
|
|
|
3853
3850
|
$ sf org list --clean
|
|
3854
3851
|
```
|
|
3855
3852
|
|
|
3856
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.4.
|
|
3853
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.4.1/src/commands/org/list.ts)_
|
|
3857
3854
|
|
|
3858
3855
|
## `sf org list auth`
|
|
3859
3856
|
|
|
@@ -3992,7 +3989,7 @@ FLAG DESCRIPTIONS
|
|
|
3992
3989
|
Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
|
|
3993
3990
|
```
|
|
3994
3991
|
|
|
3995
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.4.
|
|
3992
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.4.1/src/commands/org/list/metadata.ts)_
|
|
3996
3993
|
|
|
3997
3994
|
## `sf org list metadata-types`
|
|
3998
3995
|
|
|
@@ -4047,7 +4044,7 @@ FLAG DESCRIPTIONS
|
|
|
4047
4044
|
Override the api version used for api requests made by this command
|
|
4048
4045
|
```
|
|
4049
4046
|
|
|
4050
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.4.
|
|
4047
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.4.1/src/commands/org/list/metadata-types.ts)_
|
|
4051
4048
|
|
|
4052
4049
|
## `sf org list sobject record-counts`
|
|
4053
4050
|
|
|
@@ -4630,7 +4627,7 @@ EXAMPLES
|
|
|
4630
4627
|
$ sf org open --source-file force-app/main/default/bots/Coral_Cloud_Agent/Coral_Cloud_Agent.bot-meta.xml
|
|
4631
4628
|
```
|
|
4632
4629
|
|
|
4633
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.4.
|
|
4630
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.4.1/src/commands/org/open.ts)_
|
|
4634
4631
|
|
|
4635
4632
|
## `sf org open agent`
|
|
4636
4633
|
|
|
@@ -4681,7 +4678,7 @@ EXAMPLES
|
|
|
4681
4678
|
$ sf org open agent --target-org MyTestOrg1 --browser firefox --name Coral_Cloud_Agent
|
|
4682
4679
|
```
|
|
4683
4680
|
|
|
4684
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.4.
|
|
4681
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.4.1/src/commands/org/open/agent.ts)_
|
|
4685
4682
|
|
|
4686
4683
|
## `sf org refresh sandbox`
|
|
4687
4684
|
|
|
@@ -4758,7 +4755,7 @@ FLAG DESCRIPTIONS
|
|
|
4758
4755
|
By default, a sandbox auto-activates after a refresh. Use this flag to control sandbox activation manually.
|
|
4759
4756
|
```
|
|
4760
4757
|
|
|
4761
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.4.
|
|
4758
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.4.1/src/commands/org/refresh/sandbox.ts)_
|
|
4762
4759
|
|
|
4763
4760
|
## `sf org resume sandbox`
|
|
4764
4761
|
|
|
@@ -4821,7 +4818,7 @@ FLAG DESCRIPTIONS
|
|
|
4821
4818
|
returns the job ID. To resume checking the sandbox creation, rerun this command.
|
|
4822
4819
|
```
|
|
4823
4820
|
|
|
4824
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.4.
|
|
4821
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.4.1/src/commands/org/resume/sandbox.ts)_
|
|
4825
4822
|
|
|
4826
4823
|
## `sf org resume scratch`
|
|
4827
4824
|
|
|
@@ -4868,7 +4865,7 @@ FLAG DESCRIPTIONS
|
|
|
4868
4865
|
The job ID is valid for 24 hours after you start the scratch org creation.
|
|
4869
4866
|
```
|
|
4870
4867
|
|
|
4871
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.4.
|
|
4868
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.4.1/src/commands/org/resume/scratch.ts)_
|
|
4872
4869
|
|
|
4873
4870
|
## `sf package create`
|
|
4874
4871
|
|
|
@@ -6115,7 +6112,7 @@ EXAMPLES
|
|
|
6115
6112
|
$ sf plugins
|
|
6116
6113
|
```
|
|
6117
6114
|
|
|
6118
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
6115
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.36/src/commands/plugins/index.ts)_
|
|
6119
6116
|
|
|
6120
6117
|
## `sf plugins discover`
|
|
6121
6118
|
|
|
@@ -6160,7 +6157,7 @@ EXAMPLES
|
|
|
6160
6157
|
$ sf plugins inspect @salesforce/plugin-packaging
|
|
6161
6158
|
```
|
|
6162
6159
|
|
|
6163
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
6160
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.36/src/commands/plugins/inspect.ts)_
|
|
6164
6161
|
|
|
6165
6162
|
## `sf plugins install PLUGIN`
|
|
6166
6163
|
|
|
@@ -6209,7 +6206,7 @@ EXAMPLES
|
|
|
6209
6206
|
$ sf plugins install someuser/someplugin
|
|
6210
6207
|
```
|
|
6211
6208
|
|
|
6212
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
6209
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.36/src/commands/plugins/install.ts)_
|
|
6213
6210
|
|
|
6214
6211
|
## `sf plugins link PATH`
|
|
6215
6212
|
|
|
@@ -6240,7 +6237,7 @@ EXAMPLES
|
|
|
6240
6237
|
$ sf plugins link @salesforce/plugin-packaging
|
|
6241
6238
|
```
|
|
6242
6239
|
|
|
6243
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
6240
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.36/src/commands/plugins/link.ts)_
|
|
6244
6241
|
|
|
6245
6242
|
## `sf plugins reset`
|
|
6246
6243
|
|
|
@@ -6255,7 +6252,7 @@ FLAGS
|
|
|
6255
6252
|
--reinstall Reinstall all plugins after uninstalling.
|
|
6256
6253
|
```
|
|
6257
6254
|
|
|
6258
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
6255
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.36/src/commands/plugins/reset.ts)_
|
|
6259
6256
|
|
|
6260
6257
|
## `sf plugins trust verify`
|
|
6261
6258
|
|
|
@@ -6284,7 +6281,7 @@ EXAMPLES
|
|
|
6284
6281
|
$ sf plugins trust verify --npm @scope/npmName
|
|
6285
6282
|
```
|
|
6286
6283
|
|
|
6287
|
-
_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.73/src/commands/plugins/trust/verify.ts)_
|
|
6288
6285
|
|
|
6289
6286
|
## `sf plugins uninstall [PLUGIN]`
|
|
6290
6287
|
|
|
@@ -6312,7 +6309,7 @@ EXAMPLES
|
|
|
6312
6309
|
$ sf plugins uninstall @salesforce/plugin-packaging
|
|
6313
6310
|
```
|
|
6314
6311
|
|
|
6315
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
6312
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.36/src/commands/plugins/uninstall.ts)_
|
|
6316
6313
|
|
|
6317
6314
|
## `sf plugins update`
|
|
6318
6315
|
|
|
@@ -6330,7 +6327,7 @@ DESCRIPTION
|
|
|
6330
6327
|
Update installed plugins.
|
|
6331
6328
|
```
|
|
6332
6329
|
|
|
6333
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
6330
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.36/src/commands/plugins/update.ts)_
|
|
6334
6331
|
|
|
6335
6332
|
## `sf project convert mdapi`
|
|
6336
6333
|
|
|
@@ -6393,7 +6390,7 @@ FLAG DESCRIPTIONS
|
|
|
6393
6390
|
If you specify this flag, don’t specify --metadata or --source-dir.
|
|
6394
6391
|
```
|
|
6395
6392
|
|
|
6396
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.
|
|
6393
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.11/src/commands/project/convert/mdapi.ts)_
|
|
6397
6394
|
|
|
6398
6395
|
## `sf project convert source`
|
|
6399
6396
|
|
|
@@ -6466,7 +6463,7 @@ FLAG DESCRIPTIONS
|
|
|
6466
6463
|
Override the api version used for api requests made by this command
|
|
6467
6464
|
```
|
|
6468
6465
|
|
|
6469
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.
|
|
6466
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.11/src/commands/project/convert/source.ts)_
|
|
6470
6467
|
|
|
6471
6468
|
## `sf project convert source-behavior`
|
|
6472
6469
|
|
|
@@ -6525,7 +6522,7 @@ EXAMPLES
|
|
|
6525
6522
|
$ sf project convert source-behavior --behavior decomposePermissionSetBeta --dry-run --preserve-temp-dir
|
|
6526
6523
|
```
|
|
6527
6524
|
|
|
6528
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.
|
|
6525
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.11/src/commands/project/convert/source-behavior.ts)_
|
|
6529
6526
|
|
|
6530
6527
|
## `sf project delete source`
|
|
6531
6528
|
|
|
@@ -6665,7 +6662,7 @@ FLAG DESCRIPTIONS
|
|
|
6665
6662
|
- Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
|
|
6666
6663
|
```
|
|
6667
6664
|
|
|
6668
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.
|
|
6665
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.11/src/commands/project/delete/source.ts)_
|
|
6669
6666
|
|
|
6670
6667
|
## `sf project delete tracking`
|
|
6671
6668
|
|
|
@@ -6702,7 +6699,7 @@ EXAMPLES
|
|
|
6702
6699
|
$ sf project delete tracking --target-org my-scratch
|
|
6703
6700
|
```
|
|
6704
6701
|
|
|
6705
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.
|
|
6702
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.11/src/commands/project/delete/tracking.ts)_
|
|
6706
6703
|
|
|
6707
6704
|
## `sf project deploy cancel`
|
|
6708
6705
|
|
|
@@ -6774,7 +6771,7 @@ FLAG DESCRIPTIONS
|
|
|
6774
6771
|
project deploy report".
|
|
6775
6772
|
```
|
|
6776
6773
|
|
|
6777
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.
|
|
6774
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.11/src/commands/project/deploy/cancel.ts)_
|
|
6778
6775
|
|
|
6779
6776
|
## `sf project deploy preview`
|
|
6780
6777
|
|
|
@@ -6857,7 +6854,7 @@ FLAG DESCRIPTIONS
|
|
|
6857
6854
|
All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
|
|
6858
6855
|
```
|
|
6859
6856
|
|
|
6860
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.
|
|
6857
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.11/src/commands/project/deploy/preview.ts)_
|
|
6861
6858
|
|
|
6862
6859
|
## `sf project deploy quick`
|
|
6863
6860
|
|
|
@@ -6950,7 +6947,7 @@ ERROR CODES
|
|
|
6950
6947
|
Canceling (69) The deploy is being canceled.
|
|
6951
6948
|
```
|
|
6952
6949
|
|
|
6953
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.
|
|
6950
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.11/src/commands/project/deploy/quick.ts)_
|
|
6954
6951
|
|
|
6955
6952
|
## `sf project deploy report`
|
|
6956
6953
|
|
|
@@ -7042,7 +7039,7 @@ FLAG DESCRIPTIONS
|
|
|
7042
7039
|
--coverage-formatters lcov --coverage-formatters clover
|
|
7043
7040
|
```
|
|
7044
7041
|
|
|
7045
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.
|
|
7042
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.11/src/commands/project/deploy/report.ts)_
|
|
7046
7043
|
|
|
7047
7044
|
## `sf project deploy resume`
|
|
7048
7045
|
|
|
@@ -7139,7 +7136,7 @@ ERROR CODES
|
|
|
7139
7136
|
Canceling (69) The deploy is being canceled.
|
|
7140
7137
|
```
|
|
7141
7138
|
|
|
7142
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.
|
|
7139
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.11/src/commands/project/deploy/resume.ts)_
|
|
7143
7140
|
|
|
7144
7141
|
## `sf project deploy start`
|
|
7145
7142
|
|
|
@@ -7392,7 +7389,7 @@ ERROR CODES
|
|
|
7392
7389
|
Canceling (69) The deploy is being canceled.
|
|
7393
7390
|
```
|
|
7394
7391
|
|
|
7395
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.
|
|
7392
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.11/src/commands/project/deploy/start.ts)_
|
|
7396
7393
|
|
|
7397
7394
|
## `sf project deploy validate`
|
|
7398
7395
|
|
|
@@ -7582,7 +7579,7 @@ ERROR CODES
|
|
|
7582
7579
|
Canceling (69) The deploy is being canceled.
|
|
7583
7580
|
```
|
|
7584
7581
|
|
|
7585
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.
|
|
7582
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.11/src/commands/project/deploy/validate.ts)_
|
|
7586
7583
|
|
|
7587
7584
|
## `sf project generate`
|
|
7588
7585
|
|
|
@@ -7783,7 +7780,7 @@ EXAMPLES
|
|
|
7783
7780
|
$ sf project generate manifest --from-org test@myorg.com --excluded-metadata StandardValueSet
|
|
7784
7781
|
```
|
|
7785
7782
|
|
|
7786
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.
|
|
7783
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.11/src/commands/project/generate/manifest.ts)_
|
|
7787
7784
|
|
|
7788
7785
|
## `sf project list ignored`
|
|
7789
7786
|
|
|
@@ -7825,7 +7822,7 @@ EXAMPLES
|
|
|
7825
7822
|
$ sf project list ignored --source-dir package.xml
|
|
7826
7823
|
```
|
|
7827
7824
|
|
|
7828
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.
|
|
7825
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.11/src/commands/project/list/ignored.ts)_
|
|
7829
7826
|
|
|
7830
7827
|
## `sf project reset tracking`
|
|
7831
7828
|
|
|
@@ -7874,7 +7871,7 @@ EXAMPLES
|
|
|
7874
7871
|
$ sf project reset tracking --revision 30
|
|
7875
7872
|
```
|
|
7876
7873
|
|
|
7877
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.
|
|
7874
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.11/src/commands/project/reset/tracking.ts)_
|
|
7878
7875
|
|
|
7879
7876
|
## `sf project retrieve preview`
|
|
7880
7877
|
|
|
@@ -7928,7 +7925,7 @@ FLAG DESCRIPTIONS
|
|
|
7928
7925
|
production orgs.
|
|
7929
7926
|
```
|
|
7930
7927
|
|
|
7931
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.
|
|
7928
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.11/src/commands/project/retrieve/preview.ts)_
|
|
7932
7929
|
|
|
7933
7930
|
## `sf project retrieve start`
|
|
7934
7931
|
|
|
@@ -8105,7 +8102,7 @@ ENVIRONMENT VARIABLES
|
|
|
8105
8102
|
SF_USE_PROGRESS_BAR Set to false to disable the progress bar when running the metadata deploy command.
|
|
8106
8103
|
```
|
|
8107
8104
|
|
|
8108
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.
|
|
8105
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.11/src/commands/project/retrieve/start.ts)_
|
|
8109
8106
|
|
|
8110
8107
|
## `sf schema generate field`
|
|
8111
8108
|
|
|
@@ -8159,7 +8156,7 @@ FLAG DESCRIPTIONS
|
|
|
8159
8156
|
If you don't specify this flag, the command prompts you to choose from your local objects.
|
|
8160
8157
|
```
|
|
8161
8158
|
|
|
8162
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.
|
|
8159
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.53/src/commands/schema/generate/field.ts)_
|
|
8163
8160
|
|
|
8164
8161
|
## `sf schema generate platformevent`
|
|
8165
8162
|
|
|
@@ -8191,7 +8188,7 @@ EXAMPLES
|
|
|
8191
8188
|
$ sf schema generate platformevent --label "My Platform Event"
|
|
8192
8189
|
```
|
|
8193
8190
|
|
|
8194
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.
|
|
8191
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.53/src/commands/schema/generate/platformevent.ts)_
|
|
8195
8192
|
|
|
8196
8193
|
## `sf schema generate sobject`
|
|
8197
8194
|
|
|
@@ -8248,7 +8245,7 @@ FLAG DESCRIPTIONS
|
|
|
8248
8245
|
- Streaming API: With Bulk API and Sharing, classifies the custom object as an Enterprise Application object.
|
|
8249
8246
|
```
|
|
8250
8247
|
|
|
8251
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.
|
|
8248
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.53/src/commands/schema/generate/sobject.ts)_
|
|
8252
8249
|
|
|
8253
8250
|
## `sf schema generate tab`
|
|
8254
8251
|
|
|
@@ -8296,7 +8293,7 @@ FLAG DESCRIPTIONS
|
|
|
8296
8293
|
The API name for a custom object always ends in `__c`, such as `MyObject__c`.
|
|
8297
8294
|
```
|
|
8298
8295
|
|
|
8299
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.
|
|
8296
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.53/src/commands/schema/generate/tab.ts)_
|
|
8300
8297
|
|
|
8301
8298
|
## `sf search`
|
|
8302
8299
|
|
|
@@ -8312,7 +8309,7 @@ DESCRIPTION
|
|
|
8312
8309
|
Once you select a command, hit enter and it will show the help for that command.
|
|
8313
8310
|
```
|
|
8314
8311
|
|
|
8315
|
-
_See code: [@oclif/plugin-search](https://github.com/oclif/plugin-search/blob/1.2.
|
|
8312
|
+
_See code: [@oclif/plugin-search](https://github.com/oclif/plugin-search/blob/1.2.23/src/commands/search.ts)_
|
|
8316
8313
|
|
|
8317
8314
|
## `sf sobject describe`
|
|
8318
8315
|
|
|
@@ -8359,7 +8356,7 @@ EXAMPLES
|
|
|
8359
8356
|
$ sf sobject describe --sobject ApexCodeCoverage --use-tooling-api
|
|
8360
8357
|
```
|
|
8361
8358
|
|
|
8362
|
-
_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.56/src/commands/sobject/describe.ts)_
|
|
8363
8360
|
|
|
8364
8361
|
## `sf sobject list`
|
|
8365
8362
|
|
|
@@ -8398,7 +8395,7 @@ EXAMPLES
|
|
|
8398
8395
|
$ sf sobject list --sobject custom --target-org my-scratch-org
|
|
8399
8396
|
```
|
|
8400
8397
|
|
|
8401
|
-
_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.56/src/commands/sobject/list.ts)_
|
|
8402
8399
|
|
|
8403
8400
|
## `sf static-resource generate`
|
|
8404
8401
|
|
|
@@ -8518,7 +8515,7 @@ FLAG DESCRIPTIONS
|
|
|
8518
8515
|
Additionally shows the architecture, node version, operating system, and versions of plugins that the CLI is using.
|
|
8519
8516
|
```
|
|
8520
8517
|
|
|
8521
|
-
_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.26/src/commands/version.ts)_
|
|
8522
8519
|
|
|
8523
8520
|
## `sf visualforce generate component`
|
|
8524
8521
|
|
|
@@ -8658,7 +8655,7 @@ EXAMPLES
|
|
|
8658
8655
|
$ sf which "foo bar baz"
|
|
8659
8656
|
```
|
|
8660
8657
|
|
|
8661
|
-
_See code: [@oclif/plugin-which](https://github.com/oclif/plugin-which/blob/3.2.
|
|
8658
|
+
_See code: [@oclif/plugin-which](https://github.com/oclif/plugin-which/blob/3.2.34/src/commands/which.ts)_
|
|
8662
8659
|
|
|
8663
8660
|
<!-- commandsstop -->
|
|
8664
8661
|
|