@salesforce/cli 2.81.5 → 2.81.7
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 +87 -87
- package/npm-shrinkwrap.json +375 -186
- package/oclif.lock +286 -184
- package/oclif.manifest.json +356 -356
- package/package.json +20 -20
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.7 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
|
|
|
@@ -1083,7 +1083,7 @@ DESCRIPTION
|
|
|
1083
1083
|
List all sf commands.
|
|
1084
1084
|
```
|
|
1085
1085
|
|
|
1086
|
-
_See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/4.1.
|
|
1086
|
+
_See code: [@oclif/plugin-commands](https://github.com/oclif/plugin-commands/blob/4.1.22/src/commands/commands.ts)_
|
|
1087
1087
|
|
|
1088
1088
|
## `sf config get`
|
|
1089
1089
|
|
|
@@ -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.20/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.20/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.20/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.20/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.20/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.20/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.20/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.20/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.20/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.20/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.20/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.20/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.20/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.20/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.20/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.20/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.20/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.20/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.20/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.20/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.20/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.20/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.48/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.20/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.20/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.20/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.27/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.48/src/commands/info/releasenotes/display.ts)_
|
|
2695
2695
|
|
|
2696
2696
|
## `sf lightning generate app`
|
|
2697
2697
|
|
|
@@ -3202,7 +3202,7 @@ FLAG DESCRIPTIONS
|
|
|
3202
3202
|
You can specify either --source-sandbox-name or --source-id when cloning an existing sandbox, but not both.
|
|
3203
3203
|
```
|
|
3204
3204
|
|
|
3205
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.4.
|
|
3205
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.4.1/src/commands/org/create/sandbox.ts)_
|
|
3206
3206
|
|
|
3207
3207
|
## `sf org create scratch`
|
|
3208
3208
|
|
|
@@ -3384,7 +3384,7 @@ FLAG DESCRIPTIONS
|
|
|
3384
3384
|
Omit this flag to have Salesforce generate a unique username for your org.
|
|
3385
3385
|
```
|
|
3386
3386
|
|
|
3387
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.4.
|
|
3387
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.4.1/src/commands/org/create/scratch.ts)_
|
|
3388
3388
|
|
|
3389
3389
|
## `sf org create user`
|
|
3390
3390
|
|
|
@@ -3538,7 +3538,7 @@ EXAMPLES
|
|
|
3538
3538
|
$ sf org delete sandbox --target-org my-sandbox --no-prompt
|
|
3539
3539
|
```
|
|
3540
3540
|
|
|
3541
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.4.
|
|
3541
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.4.1/src/commands/org/delete/sandbox.ts)_
|
|
3542
3542
|
|
|
3543
3543
|
## `sf org delete scratch`
|
|
3544
3544
|
|
|
@@ -3582,7 +3582,7 @@ EXAMPLES
|
|
|
3582
3582
|
$ sf org delete scratch --target-org my-scratch-org --no-prompt
|
|
3583
3583
|
```
|
|
3584
3584
|
|
|
3585
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.4.
|
|
3585
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.4.1/src/commands/org/delete/scratch.ts)_
|
|
3586
3586
|
|
|
3587
3587
|
## `sf org disable tracking`
|
|
3588
3588
|
|
|
@@ -3621,7 +3621,7 @@ EXAMPLES
|
|
|
3621
3621
|
$ sf org disable tracking
|
|
3622
3622
|
```
|
|
3623
3623
|
|
|
3624
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.4.
|
|
3624
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.4.1/src/commands/org/disable/tracking.ts)_
|
|
3625
3625
|
|
|
3626
3626
|
## `sf org display`
|
|
3627
3627
|
|
|
@@ -3666,7 +3666,7 @@ EXAMPLES
|
|
|
3666
3666
|
$ sf org display --target-org TestOrg1 --verbose
|
|
3667
3667
|
```
|
|
3668
3668
|
|
|
3669
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.4.
|
|
3669
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.4.1/src/commands/org/display.ts)_
|
|
3670
3670
|
|
|
3671
3671
|
## `sf org display user`
|
|
3672
3672
|
|
|
@@ -3747,7 +3747,7 @@ EXAMPLES
|
|
|
3747
3747
|
$ sf org enable tracking
|
|
3748
3748
|
```
|
|
3749
3749
|
|
|
3750
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.4.
|
|
3750
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.4.1/src/commands/org/enable/tracking.ts)_
|
|
3751
3751
|
|
|
3752
3752
|
## `sf org generate password`
|
|
3753
3753
|
|
|
@@ -3853,7 +3853,7 @@ EXAMPLES
|
|
|
3853
3853
|
$ sf org list --clean
|
|
3854
3854
|
```
|
|
3855
3855
|
|
|
3856
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.4.
|
|
3856
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.4.1/src/commands/org/list.ts)_
|
|
3857
3857
|
|
|
3858
3858
|
## `sf org list auth`
|
|
3859
3859
|
|
|
@@ -3885,7 +3885,7 @@ EXAMPLES
|
|
|
3885
3885
|
$ sf org list auth
|
|
3886
3886
|
```
|
|
3887
3887
|
|
|
3888
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
3888
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.106/src/commands/org/list/auth.ts)_
|
|
3889
3889
|
|
|
3890
3890
|
## `sf org list limits`
|
|
3891
3891
|
|
|
@@ -3992,7 +3992,7 @@ FLAG DESCRIPTIONS
|
|
|
3992
3992
|
Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
|
|
3993
3993
|
```
|
|
3994
3994
|
|
|
3995
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.4.
|
|
3995
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.4.1/src/commands/org/list/metadata.ts)_
|
|
3996
3996
|
|
|
3997
3997
|
## `sf org list metadata-types`
|
|
3998
3998
|
|
|
@@ -4047,7 +4047,7 @@ FLAG DESCRIPTIONS
|
|
|
4047
4047
|
Override the api version used for api requests made by this command
|
|
4048
4048
|
```
|
|
4049
4049
|
|
|
4050
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.4.
|
|
4050
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.4.1/src/commands/org/list/metadata-types.ts)_
|
|
4051
4051
|
|
|
4052
4052
|
## `sf org list sobject record-counts`
|
|
4053
4053
|
|
|
@@ -4185,7 +4185,7 @@ FLAG DESCRIPTIONS
|
|
|
4185
4185
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
4186
4186
|
```
|
|
4187
4187
|
|
|
4188
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
4188
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.106/src/commands/org/login/access-token.ts)_
|
|
4189
4189
|
|
|
4190
4190
|
## `sf org login device`
|
|
4191
4191
|
|
|
@@ -4245,7 +4245,7 @@ FLAG DESCRIPTIONS
|
|
|
4245
4245
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
4246
4246
|
```
|
|
4247
4247
|
|
|
4248
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
4248
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.106/src/commands/org/login/device.ts)_
|
|
4249
4249
|
|
|
4250
4250
|
## `sf org login jwt`
|
|
4251
4251
|
|
|
@@ -4336,7 +4336,7 @@ FLAG DESCRIPTIONS
|
|
|
4336
4336
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
4337
4337
|
```
|
|
4338
4338
|
|
|
4339
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
4339
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.106/src/commands/org/login/jwt.ts)_
|
|
4340
4340
|
|
|
4341
4341
|
## `sf org login sfdx-url`
|
|
4342
4342
|
|
|
@@ -4406,7 +4406,7 @@ EXAMPLES
|
|
|
4406
4406
|
$ echo url | sf org login sfdx-url --sfdx-url-stdin
|
|
4407
4407
|
```
|
|
4408
4408
|
|
|
4409
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
4409
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.106/src/commands/org/login/sfdx-url.ts)_
|
|
4410
4410
|
|
|
4411
4411
|
## `sf org login web`
|
|
4412
4412
|
|
|
@@ -4493,7 +4493,7 @@ FLAG DESCRIPTIONS
|
|
|
4493
4493
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
4494
4494
|
```
|
|
4495
4495
|
|
|
4496
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
4496
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.106/src/commands/org/login/web.ts)_
|
|
4497
4497
|
|
|
4498
4498
|
## `sf org logout`
|
|
4499
4499
|
|
|
@@ -4554,7 +4554,7 @@ FLAG DESCRIPTIONS
|
|
|
4554
4554
|
All orgs includes Dev Hubs, sandboxes, DE orgs, and expired, deleted, and unknown-status scratch orgs.
|
|
4555
4555
|
```
|
|
4556
4556
|
|
|
4557
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
4557
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.106/src/commands/org/logout.ts)_
|
|
4558
4558
|
|
|
4559
4559
|
## `sf org open`
|
|
4560
4560
|
|
|
@@ -4630,7 +4630,7 @@ EXAMPLES
|
|
|
4630
4630
|
$ sf org open --source-file force-app/main/default/bots/Coral_Cloud_Agent/Coral_Cloud_Agent.bot-meta.xml
|
|
4631
4631
|
```
|
|
4632
4632
|
|
|
4633
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.4.
|
|
4633
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.4.1/src/commands/org/open.ts)_
|
|
4634
4634
|
|
|
4635
4635
|
## `sf org open agent`
|
|
4636
4636
|
|
|
@@ -4681,7 +4681,7 @@ EXAMPLES
|
|
|
4681
4681
|
$ sf org open agent --target-org MyTestOrg1 --browser firefox --name Coral_Cloud_Agent
|
|
4682
4682
|
```
|
|
4683
4683
|
|
|
4684
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.4.
|
|
4684
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.4.1/src/commands/org/open/agent.ts)_
|
|
4685
4685
|
|
|
4686
4686
|
## `sf org refresh sandbox`
|
|
4687
4687
|
|
|
@@ -4758,7 +4758,7 @@ FLAG DESCRIPTIONS
|
|
|
4758
4758
|
By default, a sandbox auto-activates after a refresh. Use this flag to control sandbox activation manually.
|
|
4759
4759
|
```
|
|
4760
4760
|
|
|
4761
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.4.
|
|
4761
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.4.1/src/commands/org/refresh/sandbox.ts)_
|
|
4762
4762
|
|
|
4763
4763
|
## `sf org resume sandbox`
|
|
4764
4764
|
|
|
@@ -4821,7 +4821,7 @@ FLAG DESCRIPTIONS
|
|
|
4821
4821
|
returns the job ID. To resume checking the sandbox creation, rerun this command.
|
|
4822
4822
|
```
|
|
4823
4823
|
|
|
4824
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.4.
|
|
4824
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.4.1/src/commands/org/resume/sandbox.ts)_
|
|
4825
4825
|
|
|
4826
4826
|
## `sf org resume scratch`
|
|
4827
4827
|
|
|
@@ -4868,7 +4868,7 @@ FLAG DESCRIPTIONS
|
|
|
4868
4868
|
The job ID is valid for 24 hours after you start the scratch org creation.
|
|
4869
4869
|
```
|
|
4870
4870
|
|
|
4871
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.4.
|
|
4871
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.4.1/src/commands/org/resume/scratch.ts)_
|
|
4872
4872
|
|
|
4873
4873
|
## `sf package create`
|
|
4874
4874
|
|
|
@@ -6115,7 +6115,7 @@ EXAMPLES
|
|
|
6115
6115
|
$ sf plugins
|
|
6116
6116
|
```
|
|
6117
6117
|
|
|
6118
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
6118
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.36/src/commands/plugins/index.ts)_
|
|
6119
6119
|
|
|
6120
6120
|
## `sf plugins discover`
|
|
6121
6121
|
|
|
@@ -6160,7 +6160,7 @@ EXAMPLES
|
|
|
6160
6160
|
$ sf plugins inspect @salesforce/plugin-packaging
|
|
6161
6161
|
```
|
|
6162
6162
|
|
|
6163
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
6163
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.36/src/commands/plugins/inspect.ts)_
|
|
6164
6164
|
|
|
6165
6165
|
## `sf plugins install PLUGIN`
|
|
6166
6166
|
|
|
@@ -6209,7 +6209,7 @@ EXAMPLES
|
|
|
6209
6209
|
$ sf plugins install someuser/someplugin
|
|
6210
6210
|
```
|
|
6211
6211
|
|
|
6212
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
6212
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.36/src/commands/plugins/install.ts)_
|
|
6213
6213
|
|
|
6214
6214
|
## `sf plugins link PATH`
|
|
6215
6215
|
|
|
@@ -6240,7 +6240,7 @@ EXAMPLES
|
|
|
6240
6240
|
$ sf plugins link @salesforce/plugin-packaging
|
|
6241
6241
|
```
|
|
6242
6242
|
|
|
6243
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
6243
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.36/src/commands/plugins/link.ts)_
|
|
6244
6244
|
|
|
6245
6245
|
## `sf plugins reset`
|
|
6246
6246
|
|
|
@@ -6255,7 +6255,7 @@ FLAGS
|
|
|
6255
6255
|
--reinstall Reinstall all plugins after uninstalling.
|
|
6256
6256
|
```
|
|
6257
6257
|
|
|
6258
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
6258
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.36/src/commands/plugins/reset.ts)_
|
|
6259
6259
|
|
|
6260
6260
|
## `sf plugins trust verify`
|
|
6261
6261
|
|
|
@@ -6284,7 +6284,7 @@ EXAMPLES
|
|
|
6284
6284
|
$ sf plugins trust verify --npm @scope/npmName
|
|
6285
6285
|
```
|
|
6286
6286
|
|
|
6287
|
-
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.7.
|
|
6287
|
+
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.7.73/src/commands/plugins/trust/verify.ts)_
|
|
6288
6288
|
|
|
6289
6289
|
## `sf plugins uninstall [PLUGIN]`
|
|
6290
6290
|
|
|
@@ -6312,7 +6312,7 @@ EXAMPLES
|
|
|
6312
6312
|
$ sf plugins uninstall @salesforce/plugin-packaging
|
|
6313
6313
|
```
|
|
6314
6314
|
|
|
6315
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
6315
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.36/src/commands/plugins/uninstall.ts)_
|
|
6316
6316
|
|
|
6317
6317
|
## `sf plugins update`
|
|
6318
6318
|
|
|
@@ -6330,7 +6330,7 @@ DESCRIPTION
|
|
|
6330
6330
|
Update installed plugins.
|
|
6331
6331
|
```
|
|
6332
6332
|
|
|
6333
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
6333
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.36/src/commands/plugins/update.ts)_
|
|
6334
6334
|
|
|
6335
6335
|
## `sf project convert mdapi`
|
|
6336
6336
|
|
|
@@ -6393,7 +6393,7 @@ FLAG DESCRIPTIONS
|
|
|
6393
6393
|
If you specify this flag, don’t specify --metadata or --source-dir.
|
|
6394
6394
|
```
|
|
6395
6395
|
|
|
6396
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.
|
|
6396
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.10/src/commands/project/convert/mdapi.ts)_
|
|
6397
6397
|
|
|
6398
6398
|
## `sf project convert source`
|
|
6399
6399
|
|
|
@@ -6466,7 +6466,7 @@ FLAG DESCRIPTIONS
|
|
|
6466
6466
|
Override the api version used for api requests made by this command
|
|
6467
6467
|
```
|
|
6468
6468
|
|
|
6469
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.
|
|
6469
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.10/src/commands/project/convert/source.ts)_
|
|
6470
6470
|
|
|
6471
6471
|
## `sf project convert source-behavior`
|
|
6472
6472
|
|
|
@@ -6525,7 +6525,7 @@ EXAMPLES
|
|
|
6525
6525
|
$ sf project convert source-behavior --behavior decomposePermissionSetBeta --dry-run --preserve-temp-dir
|
|
6526
6526
|
```
|
|
6527
6527
|
|
|
6528
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.
|
|
6528
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.10/src/commands/project/convert/source-behavior.ts)_
|
|
6529
6529
|
|
|
6530
6530
|
## `sf project delete source`
|
|
6531
6531
|
|
|
@@ -6665,7 +6665,7 @@ FLAG DESCRIPTIONS
|
|
|
6665
6665
|
- Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
|
|
6666
6666
|
```
|
|
6667
6667
|
|
|
6668
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.
|
|
6668
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.10/src/commands/project/delete/source.ts)_
|
|
6669
6669
|
|
|
6670
6670
|
## `sf project delete tracking`
|
|
6671
6671
|
|
|
@@ -6702,7 +6702,7 @@ EXAMPLES
|
|
|
6702
6702
|
$ sf project delete tracking --target-org my-scratch
|
|
6703
6703
|
```
|
|
6704
6704
|
|
|
6705
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.
|
|
6705
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.10/src/commands/project/delete/tracking.ts)_
|
|
6706
6706
|
|
|
6707
6707
|
## `sf project deploy cancel`
|
|
6708
6708
|
|
|
@@ -6774,7 +6774,7 @@ FLAG DESCRIPTIONS
|
|
|
6774
6774
|
project deploy report".
|
|
6775
6775
|
```
|
|
6776
6776
|
|
|
6777
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.
|
|
6777
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.10/src/commands/project/deploy/cancel.ts)_
|
|
6778
6778
|
|
|
6779
6779
|
## `sf project deploy preview`
|
|
6780
6780
|
|
|
@@ -6857,7 +6857,7 @@ FLAG DESCRIPTIONS
|
|
|
6857
6857
|
All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
|
|
6858
6858
|
```
|
|
6859
6859
|
|
|
6860
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.
|
|
6860
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.10/src/commands/project/deploy/preview.ts)_
|
|
6861
6861
|
|
|
6862
6862
|
## `sf project deploy quick`
|
|
6863
6863
|
|
|
@@ -6950,7 +6950,7 @@ ERROR CODES
|
|
|
6950
6950
|
Canceling (69) The deploy is being canceled.
|
|
6951
6951
|
```
|
|
6952
6952
|
|
|
6953
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.
|
|
6953
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.10/src/commands/project/deploy/quick.ts)_
|
|
6954
6954
|
|
|
6955
6955
|
## `sf project deploy report`
|
|
6956
6956
|
|
|
@@ -7042,7 +7042,7 @@ FLAG DESCRIPTIONS
|
|
|
7042
7042
|
--coverage-formatters lcov --coverage-formatters clover
|
|
7043
7043
|
```
|
|
7044
7044
|
|
|
7045
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.
|
|
7045
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.10/src/commands/project/deploy/report.ts)_
|
|
7046
7046
|
|
|
7047
7047
|
## `sf project deploy resume`
|
|
7048
7048
|
|
|
@@ -7139,7 +7139,7 @@ ERROR CODES
|
|
|
7139
7139
|
Canceling (69) The deploy is being canceled.
|
|
7140
7140
|
```
|
|
7141
7141
|
|
|
7142
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.
|
|
7142
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.10/src/commands/project/deploy/resume.ts)_
|
|
7143
7143
|
|
|
7144
7144
|
## `sf project deploy start`
|
|
7145
7145
|
|
|
@@ -7392,7 +7392,7 @@ ERROR CODES
|
|
|
7392
7392
|
Canceling (69) The deploy is being canceled.
|
|
7393
7393
|
```
|
|
7394
7394
|
|
|
7395
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.
|
|
7395
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.10/src/commands/project/deploy/start.ts)_
|
|
7396
7396
|
|
|
7397
7397
|
## `sf project deploy validate`
|
|
7398
7398
|
|
|
@@ -7582,7 +7582,7 @@ ERROR CODES
|
|
|
7582
7582
|
Canceling (69) The deploy is being canceled.
|
|
7583
7583
|
```
|
|
7584
7584
|
|
|
7585
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.
|
|
7585
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.10/src/commands/project/deploy/validate.ts)_
|
|
7586
7586
|
|
|
7587
7587
|
## `sf project generate`
|
|
7588
7588
|
|
|
@@ -7783,7 +7783,7 @@ EXAMPLES
|
|
|
7783
7783
|
$ sf project generate manifest --from-org test@myorg.com --excluded-metadata StandardValueSet
|
|
7784
7784
|
```
|
|
7785
7785
|
|
|
7786
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.
|
|
7786
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.10/src/commands/project/generate/manifest.ts)_
|
|
7787
7787
|
|
|
7788
7788
|
## `sf project list ignored`
|
|
7789
7789
|
|
|
@@ -7825,7 +7825,7 @@ EXAMPLES
|
|
|
7825
7825
|
$ sf project list ignored --source-dir package.xml
|
|
7826
7826
|
```
|
|
7827
7827
|
|
|
7828
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.
|
|
7828
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.10/src/commands/project/list/ignored.ts)_
|
|
7829
7829
|
|
|
7830
7830
|
## `sf project reset tracking`
|
|
7831
7831
|
|
|
@@ -7874,7 +7874,7 @@ EXAMPLES
|
|
|
7874
7874
|
$ sf project reset tracking --revision 30
|
|
7875
7875
|
```
|
|
7876
7876
|
|
|
7877
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.
|
|
7877
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.10/src/commands/project/reset/tracking.ts)_
|
|
7878
7878
|
|
|
7879
7879
|
## `sf project retrieve preview`
|
|
7880
7880
|
|
|
@@ -7928,7 +7928,7 @@ FLAG DESCRIPTIONS
|
|
|
7928
7928
|
production orgs.
|
|
7929
7929
|
```
|
|
7930
7930
|
|
|
7931
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.
|
|
7931
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.10/src/commands/project/retrieve/preview.ts)_
|
|
7932
7932
|
|
|
7933
7933
|
## `sf project retrieve start`
|
|
7934
7934
|
|
|
@@ -8105,7 +8105,7 @@ ENVIRONMENT VARIABLES
|
|
|
8105
8105
|
SF_USE_PROGRESS_BAR Set to false to disable the progress bar when running the metadata deploy command.
|
|
8106
8106
|
```
|
|
8107
8107
|
|
|
8108
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.
|
|
8108
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.10/src/commands/project/retrieve/start.ts)_
|
|
8109
8109
|
|
|
8110
8110
|
## `sf schema generate field`
|
|
8111
8111
|
|
|
@@ -8159,7 +8159,7 @@ FLAG DESCRIPTIONS
|
|
|
8159
8159
|
If you don't specify this flag, the command prompts you to choose from your local objects.
|
|
8160
8160
|
```
|
|
8161
8161
|
|
|
8162
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.
|
|
8162
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.53/src/commands/schema/generate/field.ts)_
|
|
8163
8163
|
|
|
8164
8164
|
## `sf schema generate platformevent`
|
|
8165
8165
|
|
|
@@ -8191,7 +8191,7 @@ EXAMPLES
|
|
|
8191
8191
|
$ sf schema generate platformevent --label "My Platform Event"
|
|
8192
8192
|
```
|
|
8193
8193
|
|
|
8194
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.
|
|
8194
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.53/src/commands/schema/generate/platformevent.ts)_
|
|
8195
8195
|
|
|
8196
8196
|
## `sf schema generate sobject`
|
|
8197
8197
|
|
|
@@ -8248,7 +8248,7 @@ FLAG DESCRIPTIONS
|
|
|
8248
8248
|
- Streaming API: With Bulk API and Sharing, classifies the custom object as an Enterprise Application object.
|
|
8249
8249
|
```
|
|
8250
8250
|
|
|
8251
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.
|
|
8251
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.53/src/commands/schema/generate/sobject.ts)_
|
|
8252
8252
|
|
|
8253
8253
|
## `sf schema generate tab`
|
|
8254
8254
|
|
|
@@ -8296,7 +8296,7 @@ FLAG DESCRIPTIONS
|
|
|
8296
8296
|
The API name for a custom object always ends in `__c`, such as `MyObject__c`.
|
|
8297
8297
|
```
|
|
8298
8298
|
|
|
8299
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.
|
|
8299
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.53/src/commands/schema/generate/tab.ts)_
|
|
8300
8300
|
|
|
8301
8301
|
## `sf search`
|
|
8302
8302
|
|
|
@@ -8312,7 +8312,7 @@ DESCRIPTION
|
|
|
8312
8312
|
Once you select a command, hit enter and it will show the help for that command.
|
|
8313
8313
|
```
|
|
8314
8314
|
|
|
8315
|
-
_See code: [@oclif/plugin-search](https://github.com/oclif/plugin-search/blob/1.2.
|
|
8315
|
+
_See code: [@oclif/plugin-search](https://github.com/oclif/plugin-search/blob/1.2.23/src/commands/search.ts)_
|
|
8316
8316
|
|
|
8317
8317
|
## `sf sobject describe`
|
|
8318
8318
|
|
|
@@ -8359,7 +8359,7 @@ EXAMPLES
|
|
|
8359
8359
|
$ sf sobject describe --sobject ApexCodeCoverage --use-tooling-api
|
|
8360
8360
|
```
|
|
8361
8361
|
|
|
8362
|
-
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.
|
|
8362
|
+
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.56/src/commands/sobject/describe.ts)_
|
|
8363
8363
|
|
|
8364
8364
|
## `sf sobject list`
|
|
8365
8365
|
|
|
@@ -8398,7 +8398,7 @@ EXAMPLES
|
|
|
8398
8398
|
$ sf sobject list --sobject custom --target-org my-scratch-org
|
|
8399
8399
|
```
|
|
8400
8400
|
|
|
8401
|
-
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.
|
|
8401
|
+
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.56/src/commands/sobject/list.ts)_
|
|
8402
8402
|
|
|
8403
8403
|
## `sf static-resource generate`
|
|
8404
8404
|
|
|
@@ -8518,7 +8518,7 @@ FLAG DESCRIPTIONS
|
|
|
8518
8518
|
Additionally shows the architecture, node version, operating system, and versions of plugins that the CLI is using.
|
|
8519
8519
|
```
|
|
8520
8520
|
|
|
8521
|
-
_See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/2.2.
|
|
8521
|
+
_See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/2.2.26/src/commands/version.ts)_
|
|
8522
8522
|
|
|
8523
8523
|
## `sf visualforce generate component`
|
|
8524
8524
|
|
|
@@ -8658,7 +8658,7 @@ EXAMPLES
|
|
|
8658
8658
|
$ sf which "foo bar baz"
|
|
8659
8659
|
```
|
|
8660
8660
|
|
|
8661
|
-
_See code: [@oclif/plugin-which](https://github.com/oclif/plugin-which/blob/3.2.
|
|
8661
|
+
_See code: [@oclif/plugin-which](https://github.com/oclif/plugin-which/blob/3.2.34/src/commands/which.ts)_
|
|
8662
8662
|
|
|
8663
8663
|
<!-- commandsstop -->
|
|
8664
8664
|
|