@salesforce/cli 2.72.9 → 2.72.11
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 +99 -99
- package/npm-shrinkwrap.json +179 -279
- package/oclif.lock +184 -197
- package/oclif.manifest.json +1 -1
- package/package.json +15 -15
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.72.
|
|
27
|
+
@salesforce/cli/2.72.11 linux-x64 node-v22.12.0
|
|
28
28
|
$ sf --help [COMMAND]
|
|
29
29
|
USAGE
|
|
30
30
|
$ sf COMMAND
|
|
@@ -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.15/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/3.13.
|
|
1339
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.7/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/3.13.
|
|
1388
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.7/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/3.13.
|
|
1444
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.7/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/3.13.
|
|
1505
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.7/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/3.13.
|
|
1566
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.7/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/3.13.
|
|
1605
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.7/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/3.13.
|
|
1679
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.7/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/3.13.
|
|
1715
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.7/src/commands/data/export/resume.ts)_
|
|
1716
1716
|
|
|
1717
1717
|
## `sf data export tree`
|
|
1718
1718
|
|
|
@@ -1773,7 +1773,7 @@ EXAMPLES
|
|
|
1773
1773
|
my-scratch
|
|
1774
1774
|
```
|
|
1775
1775
|
|
|
1776
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.
|
|
1776
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.7/src/commands/data/export/tree.ts)_
|
|
1777
1777
|
|
|
1778
1778
|
## `sf data get record`
|
|
1779
1779
|
|
|
@@ -1837,7 +1837,7 @@ EXAMPLES
|
|
|
1837
1837
|
$ sf data get record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
|
|
1838
1838
|
```
|
|
1839
1839
|
|
|
1840
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.
|
|
1840
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.7/src/commands/data/get/record.ts)_
|
|
1841
1841
|
|
|
1842
1842
|
## `sf data import bulk`
|
|
1843
1843
|
|
|
@@ -1895,7 +1895,7 @@ EXAMPLES
|
|
|
1895
1895
|
$ sf data import bulk --file accounts.csv --sobject Account --async
|
|
1896
1896
|
```
|
|
1897
1897
|
|
|
1898
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.
|
|
1898
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.7/src/commands/data/import/bulk.ts)_
|
|
1899
1899
|
|
|
1900
1900
|
## `sf data import resume`
|
|
1901
1901
|
|
|
@@ -1931,7 +1931,7 @@ EXAMPLES
|
|
|
1931
1931
|
$ sf data import resume --use-most-recent --target-org my-scratch
|
|
1932
1932
|
```
|
|
1933
1933
|
|
|
1934
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.
|
|
1934
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.7/src/commands/data/import/resume.ts)_
|
|
1935
1935
|
|
|
1936
1936
|
## `sf data import tree`
|
|
1937
1937
|
|
|
@@ -1996,7 +1996,7 @@ FLAG DESCRIPTIONS
|
|
|
1996
1996
|
- files(array) - Files: An array of files paths to load
|
|
1997
1997
|
```
|
|
1998
1998
|
|
|
1999
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.
|
|
1999
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.7/src/commands/data/import/tree.ts)_
|
|
2000
2000
|
|
|
2001
2001
|
## `sf data query`
|
|
2002
2002
|
|
|
@@ -2062,7 +2062,7 @@ EXAMPLES
|
|
|
2062
2062
|
$ sf data query --query "SELECT Id FROM Contact" --bulk --wait 0
|
|
2063
2063
|
```
|
|
2064
2064
|
|
|
2065
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.
|
|
2065
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.7/src/commands/data/query.ts)_
|
|
2066
2066
|
|
|
2067
2067
|
## `sf data query resume`
|
|
2068
2068
|
|
|
@@ -2099,7 +2099,7 @@ EXAMPLES
|
|
|
2099
2099
|
$ sf data query resume --bulk-query-id 7500x000005BdFzXXX
|
|
2100
2100
|
```
|
|
2101
2101
|
|
|
2102
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.
|
|
2102
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.7/src/commands/data/query/resume.ts)_
|
|
2103
2103
|
|
|
2104
2104
|
## `sf data resume`
|
|
2105
2105
|
|
|
@@ -2136,7 +2136,7 @@ EXAMPLES
|
|
|
2136
2136
|
$ sf data resume --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA
|
|
2137
2137
|
```
|
|
2138
2138
|
|
|
2139
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.
|
|
2139
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.7/src/commands/data/resume.ts)_
|
|
2140
2140
|
|
|
2141
2141
|
## `sf data search`
|
|
2142
2142
|
|
|
@@ -2186,7 +2186,7 @@ EXAMPLES
|
|
|
2186
2186
|
$ sf data search --file query.txt --target-org my-scratch --result-format csv
|
|
2187
2187
|
```
|
|
2188
2188
|
|
|
2189
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.
|
|
2189
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.7/src/commands/data/search.ts)_
|
|
2190
2190
|
|
|
2191
2191
|
## `sf data update bulk`
|
|
2192
2192
|
|
|
@@ -2247,7 +2247,7 @@ EXAMPLES
|
|
|
2247
2247
|
$ sf data update bulk --file accounts.csv --sobject Account --async
|
|
2248
2248
|
```
|
|
2249
2249
|
|
|
2250
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.
|
|
2250
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.7/src/commands/data/update/bulk.ts)_
|
|
2251
2251
|
|
|
2252
2252
|
## `sf data update record`
|
|
2253
2253
|
|
|
@@ -2309,7 +2309,7 @@ EXAMPLES
|
|
|
2309
2309
|
"ExpirationDate=2017-12-01T00:58:04.000+0000"
|
|
2310
2310
|
```
|
|
2311
2311
|
|
|
2312
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.
|
|
2312
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.7/src/commands/data/update/record.ts)_
|
|
2313
2313
|
|
|
2314
2314
|
## `sf data update resume`
|
|
2315
2315
|
|
|
@@ -2345,7 +2345,7 @@ EXAMPLES
|
|
|
2345
2345
|
$ sf data update resume --use-most-recent --target-org my-scratch
|
|
2346
2346
|
```
|
|
2347
2347
|
|
|
2348
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.
|
|
2348
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.7/src/commands/data/update/resume.ts)_
|
|
2349
2349
|
|
|
2350
2350
|
## `sf data upsert bulk`
|
|
2351
2351
|
|
|
@@ -2404,7 +2404,7 @@ EXAMPLES
|
|
|
2404
2404
|
my-scratch
|
|
2405
2405
|
```
|
|
2406
2406
|
|
|
2407
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.
|
|
2407
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.7/src/commands/data/upsert/bulk.ts)_
|
|
2408
2408
|
|
|
2409
2409
|
## `sf data upsert resume`
|
|
2410
2410
|
|
|
@@ -2443,7 +2443,7 @@ EXAMPLES
|
|
|
2443
2443
|
$ sf data upsert resume --use-most-recent --target-org my-scratch
|
|
2444
2444
|
```
|
|
2445
2445
|
|
|
2446
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.
|
|
2446
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.7/src/commands/data/upsert/resume.ts)_
|
|
2447
2447
|
|
|
2448
2448
|
## `sf doctor`
|
|
2449
2449
|
|
|
@@ -2538,7 +2538,7 @@ EXAMPLES
|
|
|
2538
2538
|
$ sf force data bulk delete --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
|
|
2539
2539
|
```
|
|
2540
2540
|
|
|
2541
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.
|
|
2541
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.7/src/commands/force/data/bulk/delete.ts)_
|
|
2542
2542
|
|
|
2543
2543
|
## `sf force data bulk status`
|
|
2544
2544
|
|
|
@@ -2575,7 +2575,7 @@ EXAMPLES
|
|
|
2575
2575
|
$ sf force data bulk status --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA --target-org my-scratch
|
|
2576
2576
|
```
|
|
2577
2577
|
|
|
2578
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.
|
|
2578
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.7/src/commands/force/data/bulk/status.ts)_
|
|
2579
2579
|
|
|
2580
2580
|
## `sf force data bulk upsert`
|
|
2581
2581
|
|
|
@@ -2633,7 +2633,7 @@ EXAMPLES
|
|
|
2633
2633
|
--target-org my-scratch
|
|
2634
2634
|
```
|
|
2635
2635
|
|
|
2636
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.
|
|
2636
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.7/src/commands/force/data/bulk/upsert.ts)_
|
|
2637
2637
|
|
|
2638
2638
|
## `sf help [COMMAND]`
|
|
2639
2639
|
|
|
@@ -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.2.
|
|
3205
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.14/src/commands/org/create/sandbox.ts)_
|
|
3206
3206
|
|
|
3207
3207
|
## `sf org create scratch`
|
|
3208
3208
|
|
|
@@ -3356,7 +3356,7 @@ FLAG DESCRIPTIONS
|
|
|
3356
3356
|
Omit this flag to have Salesforce generate a unique username for your org.
|
|
3357
3357
|
```
|
|
3358
3358
|
|
|
3359
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.
|
|
3359
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.14/src/commands/org/create/scratch.ts)_
|
|
3360
3360
|
|
|
3361
3361
|
## `sf org create user`
|
|
3362
3362
|
|
|
@@ -3510,7 +3510,7 @@ EXAMPLES
|
|
|
3510
3510
|
$ sf org delete sandbox --target-org my-sandbox --no-prompt
|
|
3511
3511
|
```
|
|
3512
3512
|
|
|
3513
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.
|
|
3513
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.14/src/commands/org/delete/sandbox.ts)_
|
|
3514
3514
|
|
|
3515
3515
|
## `sf org delete scratch`
|
|
3516
3516
|
|
|
@@ -3554,7 +3554,7 @@ EXAMPLES
|
|
|
3554
3554
|
$ sf org delete scratch --target-org my-scratch-org --no-prompt
|
|
3555
3555
|
```
|
|
3556
3556
|
|
|
3557
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.
|
|
3557
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.14/src/commands/org/delete/scratch.ts)_
|
|
3558
3558
|
|
|
3559
3559
|
## `sf org disable tracking`
|
|
3560
3560
|
|
|
@@ -3593,7 +3593,7 @@ EXAMPLES
|
|
|
3593
3593
|
$ sf org disable tracking
|
|
3594
3594
|
```
|
|
3595
3595
|
|
|
3596
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.
|
|
3596
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.14/src/commands/org/disable/tracking.ts)_
|
|
3597
3597
|
|
|
3598
3598
|
## `sf org display`
|
|
3599
3599
|
|
|
@@ -3638,7 +3638,7 @@ EXAMPLES
|
|
|
3638
3638
|
$ sf org display --target-org TestOrg1 --verbose
|
|
3639
3639
|
```
|
|
3640
3640
|
|
|
3641
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.
|
|
3641
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.14/src/commands/org/display.ts)_
|
|
3642
3642
|
|
|
3643
3643
|
## `sf org display user`
|
|
3644
3644
|
|
|
@@ -3719,7 +3719,7 @@ EXAMPLES
|
|
|
3719
3719
|
$ sf org enable tracking
|
|
3720
3720
|
```
|
|
3721
3721
|
|
|
3722
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.
|
|
3722
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.14/src/commands/org/enable/tracking.ts)_
|
|
3723
3723
|
|
|
3724
3724
|
## `sf org generate password`
|
|
3725
3725
|
|
|
@@ -3825,7 +3825,7 @@ EXAMPLES
|
|
|
3825
3825
|
$ sf org list --clean
|
|
3826
3826
|
```
|
|
3827
3827
|
|
|
3828
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.
|
|
3828
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.14/src/commands/org/list.ts)_
|
|
3829
3829
|
|
|
3830
3830
|
## `sf org list auth`
|
|
3831
3831
|
|
|
@@ -3857,7 +3857,7 @@ EXAMPLES
|
|
|
3857
3857
|
$ sf org list auth
|
|
3858
3858
|
```
|
|
3859
3859
|
|
|
3860
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
3860
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.85/src/commands/org/list/auth.ts)_
|
|
3861
3861
|
|
|
3862
3862
|
## `sf org list limits`
|
|
3863
3863
|
|
|
@@ -3964,7 +3964,7 @@ FLAG DESCRIPTIONS
|
|
|
3964
3964
|
Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
|
|
3965
3965
|
```
|
|
3966
3966
|
|
|
3967
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.
|
|
3967
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.14/src/commands/org/list/metadata.ts)_
|
|
3968
3968
|
|
|
3969
3969
|
## `sf org list metadata-types`
|
|
3970
3970
|
|
|
@@ -4019,7 +4019,7 @@ FLAG DESCRIPTIONS
|
|
|
4019
4019
|
Override the api version used for api requests made by this command
|
|
4020
4020
|
```
|
|
4021
4021
|
|
|
4022
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.
|
|
4022
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.14/src/commands/org/list/metadata-types.ts)_
|
|
4023
4023
|
|
|
4024
4024
|
## `sf org list sobject record-counts`
|
|
4025
4025
|
|
|
@@ -4157,7 +4157,7 @@ FLAG DESCRIPTIONS
|
|
|
4157
4157
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
4158
4158
|
```
|
|
4159
4159
|
|
|
4160
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
4160
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.85/src/commands/org/login/access-token.ts)_
|
|
4161
4161
|
|
|
4162
4162
|
## `sf org login device`
|
|
4163
4163
|
|
|
@@ -4217,7 +4217,7 @@ FLAG DESCRIPTIONS
|
|
|
4217
4217
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
4218
4218
|
```
|
|
4219
4219
|
|
|
4220
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
4220
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.85/src/commands/org/login/device.ts)_
|
|
4221
4221
|
|
|
4222
4222
|
## `sf org login jwt`
|
|
4223
4223
|
|
|
@@ -4308,7 +4308,7 @@ FLAG DESCRIPTIONS
|
|
|
4308
4308
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
4309
4309
|
```
|
|
4310
4310
|
|
|
4311
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
4311
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.85/src/commands/org/login/jwt.ts)_
|
|
4312
4312
|
|
|
4313
4313
|
## `sf org login sfdx-url`
|
|
4314
4314
|
|
|
@@ -4378,7 +4378,7 @@ EXAMPLES
|
|
|
4378
4378
|
$ echo url | sf org login sfdx-url --sfdx-url-stdin
|
|
4379
4379
|
```
|
|
4380
4380
|
|
|
4381
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
4381
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.85/src/commands/org/login/sfdx-url.ts)_
|
|
4382
4382
|
|
|
4383
4383
|
## `sf org login web`
|
|
4384
4384
|
|
|
@@ -4465,7 +4465,7 @@ FLAG DESCRIPTIONS
|
|
|
4465
4465
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
4466
4466
|
```
|
|
4467
4467
|
|
|
4468
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
4468
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.85/src/commands/org/login/web.ts)_
|
|
4469
4469
|
|
|
4470
4470
|
## `sf org logout`
|
|
4471
4471
|
|
|
@@ -4526,7 +4526,7 @@ FLAG DESCRIPTIONS
|
|
|
4526
4526
|
All orgs includes Dev Hubs, sandboxes, DE orgs, and expired, deleted, and unknown-status scratch orgs.
|
|
4527
4527
|
```
|
|
4528
4528
|
|
|
4529
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
4529
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.85/src/commands/org/logout.ts)_
|
|
4530
4530
|
|
|
4531
4531
|
## `sf org open`
|
|
4532
4532
|
|
|
@@ -4602,7 +4602,7 @@ EXAMPLES
|
|
|
4602
4602
|
$ sf org open --source-file force-app/main/default/bots/Coral_Cloud_Agent/Coral_Cloud_Agent.bot-meta.xml
|
|
4603
4603
|
```
|
|
4604
4604
|
|
|
4605
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.
|
|
4605
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.14/src/commands/org/open.ts)_
|
|
4606
4606
|
|
|
4607
4607
|
## `sf org open agent`
|
|
4608
4608
|
|
|
@@ -4653,7 +4653,7 @@ EXAMPLES
|
|
|
4653
4653
|
$ sf org open agent --target-org MyTestOrg1 --browser firefox --name Coral_Cloud_Agent
|
|
4654
4654
|
```
|
|
4655
4655
|
|
|
4656
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.
|
|
4656
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.14/src/commands/org/open/agent.ts)_
|
|
4657
4657
|
|
|
4658
4658
|
## `sf org refresh sandbox`
|
|
4659
4659
|
|
|
@@ -4730,7 +4730,7 @@ FLAG DESCRIPTIONS
|
|
|
4730
4730
|
By default, a sandbox auto-activates after a refresh. Use this flag to control sandbox activation manually.
|
|
4731
4731
|
```
|
|
4732
4732
|
|
|
4733
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.
|
|
4733
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.14/src/commands/org/refresh/sandbox.ts)_
|
|
4734
4734
|
|
|
4735
4735
|
## `sf org resume sandbox`
|
|
4736
4736
|
|
|
@@ -4793,7 +4793,7 @@ FLAG DESCRIPTIONS
|
|
|
4793
4793
|
returns the job ID. To resume checking the sandbox creation, rerun this command.
|
|
4794
4794
|
```
|
|
4795
4795
|
|
|
4796
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.
|
|
4796
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.14/src/commands/org/resume/sandbox.ts)_
|
|
4797
4797
|
|
|
4798
4798
|
## `sf org resume scratch`
|
|
4799
4799
|
|
|
@@ -4840,7 +4840,7 @@ FLAG DESCRIPTIONS
|
|
|
4840
4840
|
The job ID is valid for 24 hours after you start the scratch org creation.
|
|
4841
4841
|
```
|
|
4842
4842
|
|
|
4843
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.
|
|
4843
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.14/src/commands/org/resume/scratch.ts)_
|
|
4844
4844
|
|
|
4845
4845
|
## `sf package create`
|
|
4846
4846
|
|
|
@@ -4919,7 +4919,7 @@ FLAG DESCRIPTIONS
|
|
|
4919
4919
|
Org-Dependent Unlocked Packages" in the Salesforce DX Developer Guide.
|
|
4920
4920
|
```
|
|
4921
4921
|
|
|
4922
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.
|
|
4922
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.10/src/commands/package/create.ts)_
|
|
4923
4923
|
|
|
4924
4924
|
## `sf package delete`
|
|
4925
4925
|
|
|
@@ -4961,7 +4961,7 @@ EXAMPLES
|
|
|
4961
4961
|
$ sf package delete --package 0Ho... --target-dev-hub devhub@example.com
|
|
4962
4962
|
```
|
|
4963
4963
|
|
|
4964
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.
|
|
4964
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.10/src/commands/package/delete.ts)_
|
|
4965
4965
|
|
|
4966
4966
|
## `sf package install`
|
|
4967
4967
|
|
|
@@ -5060,7 +5060,7 @@ FLAG DESCRIPTIONS
|
|
|
5060
5060
|
- Delete: Delete all removed components that can be safely deleted, and deprecate the other components.
|
|
5061
5061
|
```
|
|
5062
5062
|
|
|
5063
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.
|
|
5063
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.10/src/commands/package/install.ts)_
|
|
5064
5064
|
|
|
5065
5065
|
## `sf package install report`
|
|
5066
5066
|
|
|
@@ -5093,7 +5093,7 @@ EXAMPLES
|
|
|
5093
5093
|
$ sf package install report --request-id 0Hf... --target-org me@example.com
|
|
5094
5094
|
```
|
|
5095
5095
|
|
|
5096
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.
|
|
5096
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.10/src/commands/package/install/report.ts)_
|
|
5097
5097
|
|
|
5098
5098
|
## `sf package installed list`
|
|
5099
5099
|
|
|
@@ -5125,7 +5125,7 @@ EXAMPLES
|
|
|
5125
5125
|
$ sf package installed list --target-org me@example.com
|
|
5126
5126
|
```
|
|
5127
5127
|
|
|
5128
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.
|
|
5128
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.10/src/commands/package/installed/list.ts)_
|
|
5129
5129
|
|
|
5130
5130
|
## `sf package list`
|
|
5131
5131
|
|
|
@@ -5163,7 +5163,7 @@ EXAMPLES
|
|
|
5163
5163
|
$ sf package list --target-dev-hub devhub@example.com --verbose
|
|
5164
5164
|
```
|
|
5165
5165
|
|
|
5166
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.
|
|
5166
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.10/src/commands/package/list.ts)_
|
|
5167
5167
|
|
|
5168
5168
|
## `sf package uninstall`
|
|
5169
5169
|
|
|
@@ -5211,7 +5211,7 @@ EXAMPLES
|
|
|
5211
5211
|
$ sf package uninstall --package "Undesirable Package Alias"
|
|
5212
5212
|
```
|
|
5213
5213
|
|
|
5214
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.
|
|
5214
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.10/src/commands/package/uninstall.ts)_
|
|
5215
5215
|
|
|
5216
5216
|
## `sf package uninstall report`
|
|
5217
5217
|
|
|
@@ -5244,7 +5244,7 @@ EXAMPLES
|
|
|
5244
5244
|
$ sf package uninstall report --request-id 06y... --target-org me@example.com
|
|
5245
5245
|
```
|
|
5246
5246
|
|
|
5247
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.
|
|
5247
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.10/src/commands/package/uninstall/report.ts)_
|
|
5248
5248
|
|
|
5249
5249
|
## `sf package update`
|
|
5250
5250
|
|
|
@@ -5299,7 +5299,7 @@ FLAG DESCRIPTIONS
|
|
|
5299
5299
|
associated with your package.
|
|
5300
5300
|
```
|
|
5301
5301
|
|
|
5302
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.
|
|
5302
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.10/src/commands/package/update.ts)_
|
|
5303
5303
|
|
|
5304
5304
|
## `sf package version create`
|
|
5305
5305
|
|
|
@@ -5474,7 +5474,7 @@ FLAG DESCRIPTIONS
|
|
|
5474
5474
|
periods of no output from commands.
|
|
5475
5475
|
```
|
|
5476
5476
|
|
|
5477
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.
|
|
5477
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.10/src/commands/package/version/create.ts)_
|
|
5478
5478
|
|
|
5479
5479
|
## `sf package version create list`
|
|
5480
5480
|
|
|
@@ -5535,7 +5535,7 @@ EXAMPLES
|
|
|
5535
5535
|
$ sf package version create list --created-last-days 0 --status Success
|
|
5536
5536
|
```
|
|
5537
5537
|
|
|
5538
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.
|
|
5538
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.10/src/commands/package/version/create/list.ts)_
|
|
5539
5539
|
|
|
5540
5540
|
## `sf package version create report`
|
|
5541
5541
|
|
|
@@ -5578,7 +5578,7 @@ EXAMPLES
|
|
|
5578
5578
|
$ sf package version create report --package-create-request-id 08c... --target-dev-hub devhub@example.com
|
|
5579
5579
|
```
|
|
5580
5580
|
|
|
5581
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.
|
|
5581
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.10/src/commands/package/version/create/report.ts)_
|
|
5582
5582
|
|
|
5583
5583
|
## `sf package version delete`
|
|
5584
5584
|
|
|
@@ -5619,7 +5619,7 @@ EXAMPLES
|
|
|
5619
5619
|
$ sf package version delete --package 04t... --target-org devhub@example.com
|
|
5620
5620
|
```
|
|
5621
5621
|
|
|
5622
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.
|
|
5622
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.10/src/commands/package/version/delete.ts)_
|
|
5623
5623
|
|
|
5624
5624
|
## `sf package version displayancestry`
|
|
5625
5625
|
|
|
@@ -5679,7 +5679,7 @@ FLAG DESCRIPTIONS
|
|
|
5679
5679
|
You can use the DOT code output in graph visualization software to create tree visualizations.
|
|
5680
5680
|
```
|
|
5681
5681
|
|
|
5682
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.
|
|
5682
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.10/src/commands/package/version/displayancestry.ts)_
|
|
5683
5683
|
|
|
5684
5684
|
## `sf package version list`
|
|
5685
5685
|
|
|
@@ -5755,7 +5755,7 @@ EXAMPLES
|
|
|
5755
5755
|
$ sf package version list --packages exp-mgr,exp-mgr-util --released --modified-last-days 0
|
|
5756
5756
|
```
|
|
5757
5757
|
|
|
5758
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.
|
|
5758
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.10/src/commands/package/version/list.ts)_
|
|
5759
5759
|
|
|
5760
5760
|
## `sf package version promote`
|
|
5761
5761
|
|
|
@@ -5799,7 +5799,7 @@ EXAMPLES
|
|
|
5799
5799
|
$ sf package version promote --package "Awesome Package Alias"
|
|
5800
5800
|
```
|
|
5801
5801
|
|
|
5802
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.
|
|
5802
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.10/src/commands/package/version/promote.ts)_
|
|
5803
5803
|
|
|
5804
5804
|
## `sf package version report`
|
|
5805
5805
|
|
|
@@ -5839,7 +5839,7 @@ EXAMPLES
|
|
|
5839
5839
|
$ sf package version report --package "Your Package Alias" --target-dev-hub devhub@example.com
|
|
5840
5840
|
```
|
|
5841
5841
|
|
|
5842
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.
|
|
5842
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.10/src/commands/package/version/report.ts)_
|
|
5843
5843
|
|
|
5844
5844
|
## `sf package version update`
|
|
5845
5845
|
|
|
@@ -5892,7 +5892,7 @@ EXAMPLES
|
|
|
5892
5892
|
$ sf package version update --package 04t... --version-description "New Package Version Description"
|
|
5893
5893
|
```
|
|
5894
5894
|
|
|
5895
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.
|
|
5895
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.10/src/commands/package/version/update.ts)_
|
|
5896
5896
|
|
|
5897
5897
|
## `sf package1 version create`
|
|
5898
5898
|
|
|
@@ -5959,7 +5959,7 @@ FLAG DESCRIPTIONS
|
|
|
5959
5959
|
subscribers.
|
|
5960
5960
|
```
|
|
5961
5961
|
|
|
5962
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.
|
|
5962
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.10/src/commands/package1/version/create.ts)_
|
|
5963
5963
|
|
|
5964
5964
|
## `sf package1 version create get`
|
|
5965
5965
|
|
|
@@ -5992,7 +5992,7 @@ EXAMPLES
|
|
|
5992
5992
|
$ sf package1 version create get --request-id 0HD... --target-org myorg@example.com
|
|
5993
5993
|
```
|
|
5994
5994
|
|
|
5995
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.
|
|
5995
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.10/src/commands/package1/version/create/get.ts)_
|
|
5996
5996
|
|
|
5997
5997
|
## `sf package1 version display`
|
|
5998
5998
|
|
|
@@ -6026,7 +6026,7 @@ EXAMPLES
|
|
|
6026
6026
|
$ sf package1 version display --package-version-id 04t... --target-org myorg@example.com
|
|
6027
6027
|
```
|
|
6028
6028
|
|
|
6029
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.
|
|
6029
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.10/src/commands/package1/version/display.ts)_
|
|
6030
6030
|
|
|
6031
6031
|
## `sf package1 version list`
|
|
6032
6032
|
|
|
@@ -6064,7 +6064,7 @@ FLAG DESCRIPTIONS
|
|
|
6064
6064
|
If not specified, shows all versions for all packages (managed and unmanaged) in the org.
|
|
6065
6065
|
```
|
|
6066
6066
|
|
|
6067
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.
|
|
6067
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.10/src/commands/package1/version/list.ts)_
|
|
6068
6068
|
|
|
6069
6069
|
## `sf plugins`
|
|
6070
6070
|
|
|
@@ -6087,7 +6087,7 @@ EXAMPLES
|
|
|
6087
6087
|
$ sf plugins
|
|
6088
6088
|
```
|
|
6089
6089
|
|
|
6090
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
6090
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.24/src/commands/plugins/index.ts)_
|
|
6091
6091
|
|
|
6092
6092
|
## `sf plugins discover`
|
|
6093
6093
|
|
|
@@ -6132,7 +6132,7 @@ EXAMPLES
|
|
|
6132
6132
|
$ sf plugins inspect @salesforce/plugin-packaging
|
|
6133
6133
|
```
|
|
6134
6134
|
|
|
6135
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
6135
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.24/src/commands/plugins/inspect.ts)_
|
|
6136
6136
|
|
|
6137
6137
|
## `sf plugins install PLUGIN`
|
|
6138
6138
|
|
|
@@ -6181,7 +6181,7 @@ EXAMPLES
|
|
|
6181
6181
|
$ sf plugins install someuser/someplugin
|
|
6182
6182
|
```
|
|
6183
6183
|
|
|
6184
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
6184
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.24/src/commands/plugins/install.ts)_
|
|
6185
6185
|
|
|
6186
6186
|
## `sf plugins link PATH`
|
|
6187
6187
|
|
|
@@ -6212,7 +6212,7 @@ EXAMPLES
|
|
|
6212
6212
|
$ sf plugins link @salesforce/plugin-packaging
|
|
6213
6213
|
```
|
|
6214
6214
|
|
|
6215
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
6215
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.24/src/commands/plugins/link.ts)_
|
|
6216
6216
|
|
|
6217
6217
|
## `sf plugins reset`
|
|
6218
6218
|
|
|
@@ -6227,7 +6227,7 @@ FLAGS
|
|
|
6227
6227
|
--reinstall Reinstall all plugins after uninstalling.
|
|
6228
6228
|
```
|
|
6229
6229
|
|
|
6230
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
6230
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.24/src/commands/plugins/reset.ts)_
|
|
6231
6231
|
|
|
6232
6232
|
## `sf plugins trust verify`
|
|
6233
6233
|
|
|
@@ -6256,7 +6256,7 @@ EXAMPLES
|
|
|
6256
6256
|
$ sf plugins trust verify --npm @scope/npmName
|
|
6257
6257
|
```
|
|
6258
6258
|
|
|
6259
|
-
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.7.
|
|
6259
|
+
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.7.53/src/commands/plugins/trust/verify.ts)_
|
|
6260
6260
|
|
|
6261
6261
|
## `sf plugins uninstall [PLUGIN]`
|
|
6262
6262
|
|
|
@@ -6284,7 +6284,7 @@ EXAMPLES
|
|
|
6284
6284
|
$ sf plugins uninstall @salesforce/plugin-packaging
|
|
6285
6285
|
```
|
|
6286
6286
|
|
|
6287
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
6287
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.24/src/commands/plugins/uninstall.ts)_
|
|
6288
6288
|
|
|
6289
6289
|
## `sf plugins update`
|
|
6290
6290
|
|
|
@@ -6302,7 +6302,7 @@ DESCRIPTION
|
|
|
6302
6302
|
Update installed plugins.
|
|
6303
6303
|
```
|
|
6304
6304
|
|
|
6305
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
6305
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.24/src/commands/plugins/update.ts)_
|
|
6306
6306
|
|
|
6307
6307
|
## `sf project convert mdapi`
|
|
6308
6308
|
|
|
@@ -6365,7 +6365,7 @@ FLAG DESCRIPTIONS
|
|
|
6365
6365
|
If you specify this flag, don’t specify --metadata or --source-dir.
|
|
6366
6366
|
```
|
|
6367
6367
|
|
|
6368
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.16.
|
|
6368
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.16.6/src/commands/project/convert/mdapi.ts)_
|
|
6369
6369
|
|
|
6370
6370
|
## `sf project convert source`
|
|
6371
6371
|
|
|
@@ -6438,7 +6438,7 @@ FLAG DESCRIPTIONS
|
|
|
6438
6438
|
Override the api version used for api requests made by this command
|
|
6439
6439
|
```
|
|
6440
6440
|
|
|
6441
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.16.
|
|
6441
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.16.6/src/commands/project/convert/source.ts)_
|
|
6442
6442
|
|
|
6443
6443
|
## `sf project convert source-behavior`
|
|
6444
6444
|
|
|
@@ -6496,7 +6496,7 @@ EXAMPLES
|
|
|
6496
6496
|
$ sf project convert source-behavior --behavior decomposePermissionSetBeta --dry-run --preserve-temp-dir
|
|
6497
6497
|
```
|
|
6498
6498
|
|
|
6499
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.16.
|
|
6499
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.16.6/src/commands/project/convert/source-behavior.ts)_
|
|
6500
6500
|
|
|
6501
6501
|
## `sf project delete source`
|
|
6502
6502
|
|
|
@@ -6636,7 +6636,7 @@ FLAG DESCRIPTIONS
|
|
|
6636
6636
|
- Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
|
|
6637
6637
|
```
|
|
6638
6638
|
|
|
6639
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.16.
|
|
6639
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.16.6/src/commands/project/delete/source.ts)_
|
|
6640
6640
|
|
|
6641
6641
|
## `sf project delete tracking`
|
|
6642
6642
|
|
|
@@ -6673,7 +6673,7 @@ EXAMPLES
|
|
|
6673
6673
|
$ sf project delete tracking --target-org my-scratch
|
|
6674
6674
|
```
|
|
6675
6675
|
|
|
6676
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.16.
|
|
6676
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.16.6/src/commands/project/delete/tracking.ts)_
|
|
6677
6677
|
|
|
6678
6678
|
## `sf project deploy cancel`
|
|
6679
6679
|
|
|
@@ -6745,7 +6745,7 @@ FLAG DESCRIPTIONS
|
|
|
6745
6745
|
project deploy report".
|
|
6746
6746
|
```
|
|
6747
6747
|
|
|
6748
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.16.
|
|
6748
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.16.6/src/commands/project/deploy/cancel.ts)_
|
|
6749
6749
|
|
|
6750
6750
|
## `sf project deploy preview`
|
|
6751
6751
|
|
|
@@ -6828,7 +6828,7 @@ FLAG DESCRIPTIONS
|
|
|
6828
6828
|
All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
|
|
6829
6829
|
```
|
|
6830
6830
|
|
|
6831
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.16.
|
|
6831
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.16.6/src/commands/project/deploy/preview.ts)_
|
|
6832
6832
|
|
|
6833
6833
|
## `sf project deploy quick`
|
|
6834
6834
|
|
|
@@ -6921,7 +6921,7 @@ ERROR CODES
|
|
|
6921
6921
|
Canceling (69) The deploy is being canceled.
|
|
6922
6922
|
```
|
|
6923
6923
|
|
|
6924
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.16.
|
|
6924
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.16.6/src/commands/project/deploy/quick.ts)_
|
|
6925
6925
|
|
|
6926
6926
|
## `sf project deploy report`
|
|
6927
6927
|
|
|
@@ -7013,7 +7013,7 @@ FLAG DESCRIPTIONS
|
|
|
7013
7013
|
--coverage-formatters lcov --coverage-formatters clover
|
|
7014
7014
|
```
|
|
7015
7015
|
|
|
7016
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.16.
|
|
7016
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.16.6/src/commands/project/deploy/report.ts)_
|
|
7017
7017
|
|
|
7018
7018
|
## `sf project deploy resume`
|
|
7019
7019
|
|
|
@@ -7110,7 +7110,7 @@ ERROR CODES
|
|
|
7110
7110
|
Canceling (69) The deploy is being canceled.
|
|
7111
7111
|
```
|
|
7112
7112
|
|
|
7113
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.16.
|
|
7113
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.16.6/src/commands/project/deploy/resume.ts)_
|
|
7114
7114
|
|
|
7115
7115
|
## `sf project deploy start`
|
|
7116
7116
|
|
|
@@ -7363,7 +7363,7 @@ ERROR CODES
|
|
|
7363
7363
|
Canceling (69) The deploy is being canceled.
|
|
7364
7364
|
```
|
|
7365
7365
|
|
|
7366
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.16.
|
|
7366
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.16.6/src/commands/project/deploy/start.ts)_
|
|
7367
7367
|
|
|
7368
7368
|
## `sf project deploy validate`
|
|
7369
7369
|
|
|
@@ -7553,7 +7553,7 @@ ERROR CODES
|
|
|
7553
7553
|
Canceling (69) The deploy is being canceled.
|
|
7554
7554
|
```
|
|
7555
7555
|
|
|
7556
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.16.
|
|
7556
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.16.6/src/commands/project/deploy/validate.ts)_
|
|
7557
7557
|
|
|
7558
7558
|
## `sf project generate`
|
|
7559
7559
|
|
|
@@ -7735,7 +7735,7 @@ EXAMPLES
|
|
|
7735
7735
|
$ sf project generate manifest --from-org test@myorg.com --include-packages unlocked
|
|
7736
7736
|
```
|
|
7737
7737
|
|
|
7738
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.16.
|
|
7738
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.16.6/src/commands/project/generate/manifest.ts)_
|
|
7739
7739
|
|
|
7740
7740
|
## `sf project list ignored`
|
|
7741
7741
|
|
|
@@ -7777,7 +7777,7 @@ EXAMPLES
|
|
|
7777
7777
|
$ sf project list ignored --source-dir package.xml
|
|
7778
7778
|
```
|
|
7779
7779
|
|
|
7780
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.16.
|
|
7780
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.16.6/src/commands/project/list/ignored.ts)_
|
|
7781
7781
|
|
|
7782
7782
|
## `sf project reset tracking`
|
|
7783
7783
|
|
|
@@ -7826,7 +7826,7 @@ EXAMPLES
|
|
|
7826
7826
|
$ sf project reset tracking --revision 30
|
|
7827
7827
|
```
|
|
7828
7828
|
|
|
7829
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.16.
|
|
7829
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.16.6/src/commands/project/reset/tracking.ts)_
|
|
7830
7830
|
|
|
7831
7831
|
## `sf project retrieve preview`
|
|
7832
7832
|
|
|
@@ -7880,7 +7880,7 @@ FLAG DESCRIPTIONS
|
|
|
7880
7880
|
production orgs.
|
|
7881
7881
|
```
|
|
7882
7882
|
|
|
7883
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.16.
|
|
7883
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.16.6/src/commands/project/retrieve/preview.ts)_
|
|
7884
7884
|
|
|
7885
7885
|
## `sf project retrieve start`
|
|
7886
7886
|
|
|
@@ -8057,7 +8057,7 @@ ENVIRONMENT VARIABLES
|
|
|
8057
8057
|
SF_USE_PROGRESS_BAR Set to false to disable the progress bar when running the metadata deploy command.
|
|
8058
8058
|
```
|
|
8059
8059
|
|
|
8060
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.16.
|
|
8060
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.16.6/src/commands/project/retrieve/start.ts)_
|
|
8061
8061
|
|
|
8062
8062
|
## `sf schema generate field`
|
|
8063
8063
|
|
|
@@ -8450,7 +8450,7 @@ EXAMPLES
|
|
|
8450
8450
|
$ sf update --available
|
|
8451
8451
|
```
|
|
8452
8452
|
|
|
8453
|
-
_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.6.
|
|
8453
|
+
_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.6.21/src/commands/update.ts)_
|
|
8454
8454
|
|
|
8455
8455
|
## `sf version`
|
|
8456
8456
|
|
|
@@ -8470,7 +8470,7 @@ FLAG DESCRIPTIONS
|
|
|
8470
8470
|
Additionally shows the architecture, node version, operating system, and versions of plugins that the CLI is using.
|
|
8471
8471
|
```
|
|
8472
8472
|
|
|
8473
|
-
_See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/2.2.
|
|
8473
|
+
_See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/2.2.19/src/commands/version.ts)_
|
|
8474
8474
|
|
|
8475
8475
|
## `sf visualforce generate component`
|
|
8476
8476
|
|
|
@@ -8610,7 +8610,7 @@ EXAMPLES
|
|
|
8610
8610
|
$ sf which "foo bar baz"
|
|
8611
8611
|
```
|
|
8612
8612
|
|
|
8613
|
-
_See code: [@oclif/plugin-which](https://github.com/oclif/plugin-which/blob/3.2.
|
|
8613
|
+
_See code: [@oclif/plugin-which](https://github.com/oclif/plugin-which/blob/3.2.23/src/commands/which.ts)_
|
|
8614
8614
|
|
|
8615
8615
|
<!-- commandsstop -->
|
|
8616
8616
|
|