@salesforce/cli 2.81.7 → 2.81.9
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 +88 -91
- package/npm-shrinkwrap.json +56 -55
- package/oclif.lock +62 -61
- package/oclif.manifest.json +1 -1
- package/package.json +7 -7
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.9 linux-x64 node-v22.14.0
|
|
28
28
|
$ sf --help [COMMAND]
|
|
29
29
|
USAGE
|
|
30
30
|
$ sf COMMAND
|
|
@@ -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.10/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.10/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.10/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.10/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.10/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.10/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.22/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.22/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.22/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.22/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.22/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.22/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.22/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.22/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.22/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.22/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.22/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.22/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.22/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.22/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.22/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.22/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.22/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.22/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.22/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.22/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.22/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.22/src/commands/data/upsert/resume.ts)_
|
|
2445
2442
|
|
|
2446
2443
|
## `sf doctor`
|
|
2447
2444
|
|
|
@@ -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.22/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.22/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.22/src/commands/force/data/bulk/upsert.ts)_
|
|
2635
2632
|
|
|
2636
2633
|
## `sf help [COMMAND]`
|
|
2637
2634
|
|
|
@@ -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.
|
|
3202
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.5.0/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.
|
|
3384
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.5.0/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.
|
|
3538
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.5.0/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.
|
|
3582
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.5.0/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.
|
|
3621
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.5.0/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.
|
|
3666
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.5.0/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.
|
|
3747
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.5.0/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.
|
|
3853
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.5.0/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.
|
|
3992
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.5.0/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.
|
|
4047
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.5.0/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.
|
|
4630
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.5.0/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.
|
|
4681
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.5.0/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.
|
|
4758
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.5.0/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.
|
|
4821
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.5.0/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.
|
|
4868
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.5.0/src/commands/org/resume/scratch.ts)_
|
|
4872
4869
|
|
|
4873
4870
|
## `sf package create`
|
|
4874
4871
|
|
|
@@ -4947,7 +4944,7 @@ FLAG DESCRIPTIONS
|
|
|
4947
4944
|
Org-Dependent Unlocked Packages" in the Salesforce DX Developer Guide.
|
|
4948
4945
|
```
|
|
4949
4946
|
|
|
4950
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
4947
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.11.0/src/commands/package/create.ts)_
|
|
4951
4948
|
|
|
4952
4949
|
## `sf package delete`
|
|
4953
4950
|
|
|
@@ -4989,7 +4986,7 @@ EXAMPLES
|
|
|
4989
4986
|
$ sf package delete --package 0Ho... --target-dev-hub devhub@example.com
|
|
4990
4987
|
```
|
|
4991
4988
|
|
|
4992
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
4989
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.11.0/src/commands/package/delete.ts)_
|
|
4993
4990
|
|
|
4994
4991
|
## `sf package install`
|
|
4995
4992
|
|
|
@@ -5088,7 +5085,7 @@ FLAG DESCRIPTIONS
|
|
|
5088
5085
|
- Delete: Delete all removed components that can be safely deleted, and deprecate the other components.
|
|
5089
5086
|
```
|
|
5090
5087
|
|
|
5091
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
5088
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.11.0/src/commands/package/install.ts)_
|
|
5092
5089
|
|
|
5093
5090
|
## `sf package install report`
|
|
5094
5091
|
|
|
@@ -5121,7 +5118,7 @@ EXAMPLES
|
|
|
5121
5118
|
$ sf package install report --request-id 0Hf... --target-org me@example.com
|
|
5122
5119
|
```
|
|
5123
5120
|
|
|
5124
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
5121
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.11.0/src/commands/package/install/report.ts)_
|
|
5125
5122
|
|
|
5126
5123
|
## `sf package installed list`
|
|
5127
5124
|
|
|
@@ -5153,7 +5150,7 @@ EXAMPLES
|
|
|
5153
5150
|
$ sf package installed list --target-org me@example.com
|
|
5154
5151
|
```
|
|
5155
5152
|
|
|
5156
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
5153
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.11.0/src/commands/package/installed/list.ts)_
|
|
5157
5154
|
|
|
5158
5155
|
## `sf package list`
|
|
5159
5156
|
|
|
@@ -5191,7 +5188,7 @@ EXAMPLES
|
|
|
5191
5188
|
$ sf package list --target-dev-hub devhub@example.com --verbose
|
|
5192
5189
|
```
|
|
5193
5190
|
|
|
5194
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
5191
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.11.0/src/commands/package/list.ts)_
|
|
5195
5192
|
|
|
5196
5193
|
## `sf package uninstall`
|
|
5197
5194
|
|
|
@@ -5239,7 +5236,7 @@ EXAMPLES
|
|
|
5239
5236
|
$ sf package uninstall --package "Undesirable Package Alias"
|
|
5240
5237
|
```
|
|
5241
5238
|
|
|
5242
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
5239
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.11.0/src/commands/package/uninstall.ts)_
|
|
5243
5240
|
|
|
5244
5241
|
## `sf package uninstall report`
|
|
5245
5242
|
|
|
@@ -5272,7 +5269,7 @@ EXAMPLES
|
|
|
5272
5269
|
$ sf package uninstall report --request-id 06y... --target-org me@example.com
|
|
5273
5270
|
```
|
|
5274
5271
|
|
|
5275
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
5272
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.11.0/src/commands/package/uninstall/report.ts)_
|
|
5276
5273
|
|
|
5277
5274
|
## `sf package update`
|
|
5278
5275
|
|
|
@@ -5327,7 +5324,7 @@ FLAG DESCRIPTIONS
|
|
|
5327
5324
|
associated with your package.
|
|
5328
5325
|
```
|
|
5329
5326
|
|
|
5330
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
5327
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.11.0/src/commands/package/update.ts)_
|
|
5331
5328
|
|
|
5332
5329
|
## `sf package version create`
|
|
5333
5330
|
|
|
@@ -5502,7 +5499,7 @@ FLAG DESCRIPTIONS
|
|
|
5502
5499
|
periods of no output from commands.
|
|
5503
5500
|
```
|
|
5504
5501
|
|
|
5505
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
5502
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.11.0/src/commands/package/version/create.ts)_
|
|
5506
5503
|
|
|
5507
5504
|
## `sf package version create list`
|
|
5508
5505
|
|
|
@@ -5563,7 +5560,7 @@ EXAMPLES
|
|
|
5563
5560
|
$ sf package version create list --created-last-days 0 --status Success
|
|
5564
5561
|
```
|
|
5565
5562
|
|
|
5566
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
5563
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.11.0/src/commands/package/version/create/list.ts)_
|
|
5567
5564
|
|
|
5568
5565
|
## `sf package version create report`
|
|
5569
5566
|
|
|
@@ -5606,7 +5603,7 @@ EXAMPLES
|
|
|
5606
5603
|
$ sf package version create report --package-create-request-id 08c... --target-dev-hub devhub@example.com
|
|
5607
5604
|
```
|
|
5608
5605
|
|
|
5609
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
5606
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.11.0/src/commands/package/version/create/report.ts)_
|
|
5610
5607
|
|
|
5611
5608
|
## `sf package version delete`
|
|
5612
5609
|
|
|
@@ -5647,7 +5644,7 @@ EXAMPLES
|
|
|
5647
5644
|
$ sf package version delete --package 04t... --target-org devhub@example.com
|
|
5648
5645
|
```
|
|
5649
5646
|
|
|
5650
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
5647
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.11.0/src/commands/package/version/delete.ts)_
|
|
5651
5648
|
|
|
5652
5649
|
## `sf package version displayancestry`
|
|
5653
5650
|
|
|
@@ -5707,7 +5704,7 @@ FLAG DESCRIPTIONS
|
|
|
5707
5704
|
You can use the DOT code output in graph visualization software to create tree visualizations.
|
|
5708
5705
|
```
|
|
5709
5706
|
|
|
5710
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
5707
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.11.0/src/commands/package/version/displayancestry.ts)_
|
|
5711
5708
|
|
|
5712
5709
|
## `sf package version list`
|
|
5713
5710
|
|
|
@@ -5783,7 +5780,7 @@ EXAMPLES
|
|
|
5783
5780
|
$ sf package version list --packages exp-mgr,exp-mgr-util --released --modified-last-days 0
|
|
5784
5781
|
```
|
|
5785
5782
|
|
|
5786
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
5783
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.11.0/src/commands/package/version/list.ts)_
|
|
5787
5784
|
|
|
5788
5785
|
## `sf package version promote`
|
|
5789
5786
|
|
|
@@ -5827,7 +5824,7 @@ EXAMPLES
|
|
|
5827
5824
|
$ sf package version promote --package "Awesome Package Alias"
|
|
5828
5825
|
```
|
|
5829
5826
|
|
|
5830
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
5827
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.11.0/src/commands/package/version/promote.ts)_
|
|
5831
5828
|
|
|
5832
5829
|
## `sf package version report`
|
|
5833
5830
|
|
|
@@ -5867,7 +5864,7 @@ EXAMPLES
|
|
|
5867
5864
|
$ sf package version report --package "Your Package Alias" --target-dev-hub devhub@example.com
|
|
5868
5865
|
```
|
|
5869
5866
|
|
|
5870
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
5867
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.11.0/src/commands/package/version/report.ts)_
|
|
5871
5868
|
|
|
5872
5869
|
## `sf package version update`
|
|
5873
5870
|
|
|
@@ -5920,7 +5917,7 @@ EXAMPLES
|
|
|
5920
5917
|
$ sf package version update --package 04t... --version-description "New Package Version Description"
|
|
5921
5918
|
```
|
|
5922
5919
|
|
|
5923
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
5920
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.11.0/src/commands/package/version/update.ts)_
|
|
5924
5921
|
|
|
5925
5922
|
## `sf package1 version create`
|
|
5926
5923
|
|
|
@@ -5987,7 +5984,7 @@ FLAG DESCRIPTIONS
|
|
|
5987
5984
|
subscribers.
|
|
5988
5985
|
```
|
|
5989
5986
|
|
|
5990
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
5987
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.11.0/src/commands/package1/version/create.ts)_
|
|
5991
5988
|
|
|
5992
5989
|
## `sf package1 version create get`
|
|
5993
5990
|
|
|
@@ -6020,7 +6017,7 @@ EXAMPLES
|
|
|
6020
6017
|
$ sf package1 version create get --request-id 0HD... --target-org myorg@example.com
|
|
6021
6018
|
```
|
|
6022
6019
|
|
|
6023
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
6020
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.11.0/src/commands/package1/version/create/get.ts)_
|
|
6024
6021
|
|
|
6025
6022
|
## `sf package1 version display`
|
|
6026
6023
|
|
|
@@ -6054,7 +6051,7 @@ EXAMPLES
|
|
|
6054
6051
|
$ sf package1 version display --package-version-id 04t... --target-org myorg@example.com
|
|
6055
6052
|
```
|
|
6056
6053
|
|
|
6057
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
6054
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.11.0/src/commands/package1/version/display.ts)_
|
|
6058
6055
|
|
|
6059
6056
|
## `sf package1 version list`
|
|
6060
6057
|
|
|
@@ -6092,7 +6089,7 @@ FLAG DESCRIPTIONS
|
|
|
6092
6089
|
If not specified, shows all versions for all packages (managed and unmanaged) in the org.
|
|
6093
6090
|
```
|
|
6094
6091
|
|
|
6095
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.
|
|
6092
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.11.0/src/commands/package1/version/list.ts)_
|
|
6096
6093
|
|
|
6097
6094
|
## `sf plugins`
|
|
6098
6095
|
|
|
@@ -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.
|
|
6393
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.21.0/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.
|
|
6466
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.21.0/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.
|
|
6525
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.21.0/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.
|
|
6665
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.21.0/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.
|
|
6702
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.21.0/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.
|
|
6774
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.21.0/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.
|
|
6857
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.21.0/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.
|
|
6950
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.21.0/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.
|
|
7042
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.21.0/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.
|
|
7139
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.21.0/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.
|
|
7392
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.21.0/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.
|
|
7582
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.21.0/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.
|
|
7783
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.21.0/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.
|
|
7825
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.21.0/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.
|
|
7874
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.21.0/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.
|
|
7928
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.21.0/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.
|
|
8105
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.21.0/src/commands/project/retrieve/start.ts)_
|
|
8109
8106
|
|
|
8110
8107
|
## `sf schema generate field`
|
|
8111
8108
|
|