@salesforce/cli 2.78.3 → 2.79.0
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 +100 -100
- package/npm-shrinkwrap.json +234 -167
- package/oclif.lock +186 -187
- 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.
|
|
27
|
+
@salesforce/cli/2.79.0 linux-x64 node-v22.13.1
|
|
28
28
|
$ sf --help [COMMAND]
|
|
29
29
|
USAGE
|
|
30
30
|
$ sf COMMAND
|
|
@@ -1054,7 +1054,7 @@ EXAMPLES
|
|
|
1054
1054
|
$ sf autocomplete --refresh-cache
|
|
1055
1055
|
```
|
|
1056
1056
|
|
|
1057
|
-
_See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/3.2.
|
|
1057
|
+
_See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/3.2.22/src/commands/autocomplete/index.ts)_
|
|
1058
1058
|
|
|
1059
1059
|
## `sf commands`
|
|
1060
1060
|
|
|
@@ -1336,7 +1336,7 @@ EXAMPLES
|
|
|
1336
1336
|
$ sf data bulk results --job-id 7507i000fake341G --target-org my-scratch
|
|
1337
1337
|
```
|
|
1338
1338
|
|
|
1339
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
1339
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.13/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.13/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.13/src/commands/data/create/record.ts)_
|
|
1445
1445
|
|
|
1446
1446
|
## `sf data delete bulk`
|
|
1447
1447
|
|
|
@@ -1502,7 +1502,7 @@ FLAG DESCRIPTIONS
|
|
|
1502
1502
|
and can be enabled only by a system administrator.
|
|
1503
1503
|
```
|
|
1504
1504
|
|
|
1505
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
1505
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.13/src/commands/data/delete/bulk.ts)_
|
|
1506
1506
|
|
|
1507
1507
|
## `sf data delete record`
|
|
1508
1508
|
|
|
@@ -1563,7 +1563,7 @@ EXAMPLES
|
|
|
1563
1563
|
$ sf data delete record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
|
|
1564
1564
|
```
|
|
1565
1565
|
|
|
1566
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
1566
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.13/src/commands/data/delete/record.ts)_
|
|
1567
1567
|
|
|
1568
1568
|
## `sf data delete resume`
|
|
1569
1569
|
|
|
@@ -1602,7 +1602,7 @@ EXAMPLES
|
|
|
1602
1602
|
$ sf data delete resume --use-most-recent --target-org my-scratch
|
|
1603
1603
|
```
|
|
1604
1604
|
|
|
1605
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
1605
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.13/src/commands/data/delete/resume.ts)_
|
|
1606
1606
|
|
|
1607
1607
|
## `sf data export bulk`
|
|
1608
1608
|
|
|
@@ -1676,7 +1676,7 @@ EXAMPLES
|
|
|
1676
1676
|
--result-format json --async
|
|
1677
1677
|
```
|
|
1678
1678
|
|
|
1679
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
1679
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.13/src/commands/data/export/bulk.ts)_
|
|
1680
1680
|
|
|
1681
1681
|
## `sf data export resume`
|
|
1682
1682
|
|
|
@@ -1712,7 +1712,7 @@ EXAMPLES
|
|
|
1712
1712
|
$ sf data export resume --use-most-recent --target-org my-scratch
|
|
1713
1713
|
```
|
|
1714
1714
|
|
|
1715
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
1715
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.13/src/commands/data/export/resume.ts)_
|
|
1716
1716
|
|
|
1717
1717
|
## `sf data export tree`
|
|
1718
1718
|
|
|
@@ -1772,7 +1772,7 @@ EXAMPLES
|
|
|
1772
1772
|
my-scratch
|
|
1773
1773
|
```
|
|
1774
1774
|
|
|
1775
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
1775
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.13/src/commands/data/export/tree.ts)_
|
|
1776
1776
|
|
|
1777
1777
|
## `sf data get record`
|
|
1778
1778
|
|
|
@@ -1836,7 +1836,7 @@ EXAMPLES
|
|
|
1836
1836
|
$ sf data get record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
|
|
1837
1837
|
```
|
|
1838
1838
|
|
|
1839
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
1839
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.13/src/commands/data/get/record.ts)_
|
|
1840
1840
|
|
|
1841
1841
|
## `sf data import bulk`
|
|
1842
1842
|
|
|
@@ -1894,7 +1894,7 @@ EXAMPLES
|
|
|
1894
1894
|
$ sf data import bulk --file accounts.csv --sobject Account --async
|
|
1895
1895
|
```
|
|
1896
1896
|
|
|
1897
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
1897
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.13/src/commands/data/import/bulk.ts)_
|
|
1898
1898
|
|
|
1899
1899
|
## `sf data import resume`
|
|
1900
1900
|
|
|
@@ -1930,7 +1930,7 @@ EXAMPLES
|
|
|
1930
1930
|
$ sf data import resume --use-most-recent --target-org my-scratch
|
|
1931
1931
|
```
|
|
1932
1932
|
|
|
1933
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
1933
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.13/src/commands/data/import/resume.ts)_
|
|
1934
1934
|
|
|
1935
1935
|
## `sf data import tree`
|
|
1936
1936
|
|
|
@@ -1994,7 +1994,7 @@ FLAG DESCRIPTIONS
|
|
|
1994
1994
|
- files(array) - Files: An array of files paths to load
|
|
1995
1995
|
```
|
|
1996
1996
|
|
|
1997
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
1997
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.13/src/commands/data/import/tree.ts)_
|
|
1998
1998
|
|
|
1999
1999
|
## `sf data query`
|
|
2000
2000
|
|
|
@@ -2060,7 +2060,7 @@ EXAMPLES
|
|
|
2060
2060
|
$ sf data query --query "SELECT Id FROM Contact" --bulk --wait 0
|
|
2061
2061
|
```
|
|
2062
2062
|
|
|
2063
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2063
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.13/src/commands/data/query.ts)_
|
|
2064
2064
|
|
|
2065
2065
|
## `sf data query resume`
|
|
2066
2066
|
|
|
@@ -2097,7 +2097,7 @@ EXAMPLES
|
|
|
2097
2097
|
$ sf data query resume --bulk-query-id 7500x000005BdFzXXX
|
|
2098
2098
|
```
|
|
2099
2099
|
|
|
2100
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2100
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.13/src/commands/data/query/resume.ts)_
|
|
2101
2101
|
|
|
2102
2102
|
## `sf data resume`
|
|
2103
2103
|
|
|
@@ -2134,7 +2134,7 @@ EXAMPLES
|
|
|
2134
2134
|
$ sf data resume --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA
|
|
2135
2135
|
```
|
|
2136
2136
|
|
|
2137
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2137
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.13/src/commands/data/resume.ts)_
|
|
2138
2138
|
|
|
2139
2139
|
## `sf data search`
|
|
2140
2140
|
|
|
@@ -2184,7 +2184,7 @@ EXAMPLES
|
|
|
2184
2184
|
$ sf data search --file query.txt --target-org my-scratch --result-format csv
|
|
2185
2185
|
```
|
|
2186
2186
|
|
|
2187
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2187
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.13/src/commands/data/search.ts)_
|
|
2188
2188
|
|
|
2189
2189
|
## `sf data update bulk`
|
|
2190
2190
|
|
|
@@ -2245,7 +2245,7 @@ EXAMPLES
|
|
|
2245
2245
|
$ sf data update bulk --file accounts.csv --sobject Account --async
|
|
2246
2246
|
```
|
|
2247
2247
|
|
|
2248
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2248
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.13/src/commands/data/update/bulk.ts)_
|
|
2249
2249
|
|
|
2250
2250
|
## `sf data update record`
|
|
2251
2251
|
|
|
@@ -2307,7 +2307,7 @@ EXAMPLES
|
|
|
2307
2307
|
"ExpirationDate=2017-12-01T00:58:04.000+0000"
|
|
2308
2308
|
```
|
|
2309
2309
|
|
|
2310
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2310
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.13/src/commands/data/update/record.ts)_
|
|
2311
2311
|
|
|
2312
2312
|
## `sf data update resume`
|
|
2313
2313
|
|
|
@@ -2343,7 +2343,7 @@ EXAMPLES
|
|
|
2343
2343
|
$ sf data update resume --use-most-recent --target-org my-scratch
|
|
2344
2344
|
```
|
|
2345
2345
|
|
|
2346
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2346
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.13/src/commands/data/update/resume.ts)_
|
|
2347
2347
|
|
|
2348
2348
|
## `sf data upsert bulk`
|
|
2349
2349
|
|
|
@@ -2402,7 +2402,7 @@ EXAMPLES
|
|
|
2402
2402
|
my-scratch
|
|
2403
2403
|
```
|
|
2404
2404
|
|
|
2405
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2405
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.13/src/commands/data/upsert/bulk.ts)_
|
|
2406
2406
|
|
|
2407
2407
|
## `sf data upsert resume`
|
|
2408
2408
|
|
|
@@ -2441,7 +2441,7 @@ EXAMPLES
|
|
|
2441
2441
|
$ sf data upsert resume --use-most-recent --target-org my-scratch
|
|
2442
2442
|
```
|
|
2443
2443
|
|
|
2444
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2444
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.13/src/commands/data/upsert/resume.ts)_
|
|
2445
2445
|
|
|
2446
2446
|
## `sf doctor`
|
|
2447
2447
|
|
|
@@ -2489,7 +2489,7 @@ EXAMPLES
|
|
|
2489
2489
|
$ sf doctor --plugin @salesforce/plugin-source
|
|
2490
2490
|
```
|
|
2491
2491
|
|
|
2492
|
-
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.
|
|
2492
|
+
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.40/src/commands/doctor.ts)_
|
|
2493
2493
|
|
|
2494
2494
|
## `sf force data bulk delete`
|
|
2495
2495
|
|
|
@@ -2536,7 +2536,7 @@ EXAMPLES
|
|
|
2536
2536
|
$ sf force data bulk delete --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
|
|
2537
2537
|
```
|
|
2538
2538
|
|
|
2539
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2539
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.13/src/commands/force/data/bulk/delete.ts)_
|
|
2540
2540
|
|
|
2541
2541
|
## `sf force data bulk status`
|
|
2542
2542
|
|
|
@@ -2573,7 +2573,7 @@ EXAMPLES
|
|
|
2573
2573
|
$ sf force data bulk status --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA --target-org my-scratch
|
|
2574
2574
|
```
|
|
2575
2575
|
|
|
2576
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2576
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.13/src/commands/force/data/bulk/status.ts)_
|
|
2577
2577
|
|
|
2578
2578
|
## `sf force data bulk upsert`
|
|
2579
2579
|
|
|
@@ -2631,7 +2631,7 @@ EXAMPLES
|
|
|
2631
2631
|
--target-org my-scratch
|
|
2632
2632
|
```
|
|
2633
2633
|
|
|
2634
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2634
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.13/src/commands/force/data/bulk/upsert.ts)_
|
|
2635
2635
|
|
|
2636
2636
|
## `sf help [COMMAND]`
|
|
2637
2637
|
|
|
@@ -2691,7 +2691,7 @@ EXAMPLES
|
|
|
2691
2691
|
$ sf info releasenotes display --version latest
|
|
2692
2692
|
```
|
|
2693
2693
|
|
|
2694
|
-
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.
|
|
2694
|
+
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.40/src/commands/info/releasenotes/display.ts)_
|
|
2695
2695
|
|
|
2696
2696
|
## `sf lightning generate app`
|
|
2697
2697
|
|
|
@@ -3200,7 +3200,7 @@ FLAG DESCRIPTIONS
|
|
|
3200
3200
|
You can specify either --source-sandbox-name or --source-id when cloning an existing sandbox, but not both.
|
|
3201
3201
|
```
|
|
3202
3202
|
|
|
3203
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.
|
|
3203
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.36/src/commands/org/create/sandbox.ts)_
|
|
3204
3204
|
|
|
3205
3205
|
## `sf org create scratch`
|
|
3206
3206
|
|
|
@@ -3354,7 +3354,7 @@ FLAG DESCRIPTIONS
|
|
|
3354
3354
|
Omit this flag to have Salesforce generate a unique username for your org.
|
|
3355
3355
|
```
|
|
3356
3356
|
|
|
3357
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.
|
|
3357
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.36/src/commands/org/create/scratch.ts)_
|
|
3358
3358
|
|
|
3359
3359
|
## `sf org create user`
|
|
3360
3360
|
|
|
@@ -3508,7 +3508,7 @@ EXAMPLES
|
|
|
3508
3508
|
$ sf org delete sandbox --target-org my-sandbox --no-prompt
|
|
3509
3509
|
```
|
|
3510
3510
|
|
|
3511
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.
|
|
3511
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.36/src/commands/org/delete/sandbox.ts)_
|
|
3512
3512
|
|
|
3513
3513
|
## `sf org delete scratch`
|
|
3514
3514
|
|
|
@@ -3552,7 +3552,7 @@ EXAMPLES
|
|
|
3552
3552
|
$ sf org delete scratch --target-org my-scratch-org --no-prompt
|
|
3553
3553
|
```
|
|
3554
3554
|
|
|
3555
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.
|
|
3555
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.36/src/commands/org/delete/scratch.ts)_
|
|
3556
3556
|
|
|
3557
3557
|
## `sf org disable tracking`
|
|
3558
3558
|
|
|
@@ -3591,7 +3591,7 @@ EXAMPLES
|
|
|
3591
3591
|
$ sf org disable tracking
|
|
3592
3592
|
```
|
|
3593
3593
|
|
|
3594
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.
|
|
3594
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.36/src/commands/org/disable/tracking.ts)_
|
|
3595
3595
|
|
|
3596
3596
|
## `sf org display`
|
|
3597
3597
|
|
|
@@ -3636,7 +3636,7 @@ EXAMPLES
|
|
|
3636
3636
|
$ sf org display --target-org TestOrg1 --verbose
|
|
3637
3637
|
```
|
|
3638
3638
|
|
|
3639
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.
|
|
3639
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.36/src/commands/org/display.ts)_
|
|
3640
3640
|
|
|
3641
3641
|
## `sf org display user`
|
|
3642
3642
|
|
|
@@ -3717,7 +3717,7 @@ EXAMPLES
|
|
|
3717
3717
|
$ sf org enable tracking
|
|
3718
3718
|
```
|
|
3719
3719
|
|
|
3720
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.
|
|
3720
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.36/src/commands/org/enable/tracking.ts)_
|
|
3721
3721
|
|
|
3722
3722
|
## `sf org generate password`
|
|
3723
3723
|
|
|
@@ -3823,7 +3823,7 @@ EXAMPLES
|
|
|
3823
3823
|
$ sf org list --clean
|
|
3824
3824
|
```
|
|
3825
3825
|
|
|
3826
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.
|
|
3826
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.36/src/commands/org/list.ts)_
|
|
3827
3827
|
|
|
3828
3828
|
## `sf org list auth`
|
|
3829
3829
|
|
|
@@ -3855,7 +3855,7 @@ EXAMPLES
|
|
|
3855
3855
|
$ sf org list auth
|
|
3856
3856
|
```
|
|
3857
3857
|
|
|
3858
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
3858
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.96/src/commands/org/list/auth.ts)_
|
|
3859
3859
|
|
|
3860
3860
|
## `sf org list limits`
|
|
3861
3861
|
|
|
@@ -3962,7 +3962,7 @@ FLAG DESCRIPTIONS
|
|
|
3962
3962
|
Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
|
|
3963
3963
|
```
|
|
3964
3964
|
|
|
3965
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.
|
|
3965
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.36/src/commands/org/list/metadata.ts)_
|
|
3966
3966
|
|
|
3967
3967
|
## `sf org list metadata-types`
|
|
3968
3968
|
|
|
@@ -4017,7 +4017,7 @@ FLAG DESCRIPTIONS
|
|
|
4017
4017
|
Override the api version used for api requests made by this command
|
|
4018
4018
|
```
|
|
4019
4019
|
|
|
4020
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.
|
|
4020
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.36/src/commands/org/list/metadata-types.ts)_
|
|
4021
4021
|
|
|
4022
4022
|
## `sf org list sobject record-counts`
|
|
4023
4023
|
|
|
@@ -4155,7 +4155,7 @@ FLAG DESCRIPTIONS
|
|
|
4155
4155
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
4156
4156
|
```
|
|
4157
4157
|
|
|
4158
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
4158
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.96/src/commands/org/login/access-token.ts)_
|
|
4159
4159
|
|
|
4160
4160
|
## `sf org login device`
|
|
4161
4161
|
|
|
@@ -4215,7 +4215,7 @@ FLAG DESCRIPTIONS
|
|
|
4215
4215
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
4216
4216
|
```
|
|
4217
4217
|
|
|
4218
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
4218
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.96/src/commands/org/login/device.ts)_
|
|
4219
4219
|
|
|
4220
4220
|
## `sf org login jwt`
|
|
4221
4221
|
|
|
@@ -4306,7 +4306,7 @@ FLAG DESCRIPTIONS
|
|
|
4306
4306
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
4307
4307
|
```
|
|
4308
4308
|
|
|
4309
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
4309
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.96/src/commands/org/login/jwt.ts)_
|
|
4310
4310
|
|
|
4311
4311
|
## `sf org login sfdx-url`
|
|
4312
4312
|
|
|
@@ -4376,7 +4376,7 @@ EXAMPLES
|
|
|
4376
4376
|
$ echo url | sf org login sfdx-url --sfdx-url-stdin
|
|
4377
4377
|
```
|
|
4378
4378
|
|
|
4379
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
4379
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.96/src/commands/org/login/sfdx-url.ts)_
|
|
4380
4380
|
|
|
4381
4381
|
## `sf org login web`
|
|
4382
4382
|
|
|
@@ -4463,7 +4463,7 @@ FLAG DESCRIPTIONS
|
|
|
4463
4463
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
4464
4464
|
```
|
|
4465
4465
|
|
|
4466
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
4466
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.96/src/commands/org/login/web.ts)_
|
|
4467
4467
|
|
|
4468
4468
|
## `sf org logout`
|
|
4469
4469
|
|
|
@@ -4524,7 +4524,7 @@ FLAG DESCRIPTIONS
|
|
|
4524
4524
|
All orgs includes Dev Hubs, sandboxes, DE orgs, and expired, deleted, and unknown-status scratch orgs.
|
|
4525
4525
|
```
|
|
4526
4526
|
|
|
4527
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
4527
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.96/src/commands/org/logout.ts)_
|
|
4528
4528
|
|
|
4529
4529
|
## `sf org open`
|
|
4530
4530
|
|
|
@@ -4600,7 +4600,7 @@ EXAMPLES
|
|
|
4600
4600
|
$ sf org open --source-file force-app/main/default/bots/Coral_Cloud_Agent/Coral_Cloud_Agent.bot-meta.xml
|
|
4601
4601
|
```
|
|
4602
4602
|
|
|
4603
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.
|
|
4603
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.36/src/commands/org/open.ts)_
|
|
4604
4604
|
|
|
4605
4605
|
## `sf org open agent`
|
|
4606
4606
|
|
|
@@ -4651,7 +4651,7 @@ EXAMPLES
|
|
|
4651
4651
|
$ sf org open agent --target-org MyTestOrg1 --browser firefox --name Coral_Cloud_Agent
|
|
4652
4652
|
```
|
|
4653
4653
|
|
|
4654
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.
|
|
4654
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.36/src/commands/org/open/agent.ts)_
|
|
4655
4655
|
|
|
4656
4656
|
## `sf org refresh sandbox`
|
|
4657
4657
|
|
|
@@ -4728,7 +4728,7 @@ FLAG DESCRIPTIONS
|
|
|
4728
4728
|
By default, a sandbox auto-activates after a refresh. Use this flag to control sandbox activation manually.
|
|
4729
4729
|
```
|
|
4730
4730
|
|
|
4731
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.
|
|
4731
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.36/src/commands/org/refresh/sandbox.ts)_
|
|
4732
4732
|
|
|
4733
4733
|
## `sf org resume sandbox`
|
|
4734
4734
|
|
|
@@ -4791,7 +4791,7 @@ FLAG DESCRIPTIONS
|
|
|
4791
4791
|
returns the job ID. To resume checking the sandbox creation, rerun this command.
|
|
4792
4792
|
```
|
|
4793
4793
|
|
|
4794
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.
|
|
4794
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.36/src/commands/org/resume/sandbox.ts)_
|
|
4795
4795
|
|
|
4796
4796
|
## `sf org resume scratch`
|
|
4797
4797
|
|
|
@@ -4838,7 +4838,7 @@ FLAG DESCRIPTIONS
|
|
|
4838
4838
|
The job ID is valid for 24 hours after you start the scratch org creation.
|
|
4839
4839
|
```
|
|
4840
4840
|
|
|
4841
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.
|
|
4841
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.36/src/commands/org/resume/scratch.ts)_
|
|
4842
4842
|
|
|
4843
4843
|
## `sf package create`
|
|
4844
4844
|
|
|
@@ -4917,7 +4917,7 @@ FLAG DESCRIPTIONS
|
|
|
4917
4917
|
Org-Dependent Unlocked Packages" in the Salesforce DX Developer Guide.
|
|
4918
4918
|
```
|
|
4919
4919
|
|
|
4920
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.
|
|
4920
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.18/src/commands/package/create.ts)_
|
|
4921
4921
|
|
|
4922
4922
|
## `sf package delete`
|
|
4923
4923
|
|
|
@@ -4959,7 +4959,7 @@ EXAMPLES
|
|
|
4959
4959
|
$ sf package delete --package 0Ho... --target-dev-hub devhub@example.com
|
|
4960
4960
|
```
|
|
4961
4961
|
|
|
4962
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.
|
|
4962
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.18/src/commands/package/delete.ts)_
|
|
4963
4963
|
|
|
4964
4964
|
## `sf package install`
|
|
4965
4965
|
|
|
@@ -5058,7 +5058,7 @@ FLAG DESCRIPTIONS
|
|
|
5058
5058
|
- Delete: Delete all removed components that can be safely deleted, and deprecate the other components.
|
|
5059
5059
|
```
|
|
5060
5060
|
|
|
5061
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.
|
|
5061
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.18/src/commands/package/install.ts)_
|
|
5062
5062
|
|
|
5063
5063
|
## `sf package install report`
|
|
5064
5064
|
|
|
@@ -5091,7 +5091,7 @@ EXAMPLES
|
|
|
5091
5091
|
$ sf package install report --request-id 0Hf... --target-org me@example.com
|
|
5092
5092
|
```
|
|
5093
5093
|
|
|
5094
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.
|
|
5094
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.18/src/commands/package/install/report.ts)_
|
|
5095
5095
|
|
|
5096
5096
|
## `sf package installed list`
|
|
5097
5097
|
|
|
@@ -5123,7 +5123,7 @@ EXAMPLES
|
|
|
5123
5123
|
$ sf package installed list --target-org me@example.com
|
|
5124
5124
|
```
|
|
5125
5125
|
|
|
5126
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.
|
|
5126
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.18/src/commands/package/installed/list.ts)_
|
|
5127
5127
|
|
|
5128
5128
|
## `sf package list`
|
|
5129
5129
|
|
|
@@ -5161,7 +5161,7 @@ EXAMPLES
|
|
|
5161
5161
|
$ sf package list --target-dev-hub devhub@example.com --verbose
|
|
5162
5162
|
```
|
|
5163
5163
|
|
|
5164
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.
|
|
5164
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.18/src/commands/package/list.ts)_
|
|
5165
5165
|
|
|
5166
5166
|
## `sf package uninstall`
|
|
5167
5167
|
|
|
@@ -5209,7 +5209,7 @@ EXAMPLES
|
|
|
5209
5209
|
$ sf package uninstall --package "Undesirable Package Alias"
|
|
5210
5210
|
```
|
|
5211
5211
|
|
|
5212
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.
|
|
5212
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.18/src/commands/package/uninstall.ts)_
|
|
5213
5213
|
|
|
5214
5214
|
## `sf package uninstall report`
|
|
5215
5215
|
|
|
@@ -5242,7 +5242,7 @@ EXAMPLES
|
|
|
5242
5242
|
$ sf package uninstall report --request-id 06y... --target-org me@example.com
|
|
5243
5243
|
```
|
|
5244
5244
|
|
|
5245
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.
|
|
5245
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.18/src/commands/package/uninstall/report.ts)_
|
|
5246
5246
|
|
|
5247
5247
|
## `sf package update`
|
|
5248
5248
|
|
|
@@ -5297,7 +5297,7 @@ FLAG DESCRIPTIONS
|
|
|
5297
5297
|
associated with your package.
|
|
5298
5298
|
```
|
|
5299
5299
|
|
|
5300
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.
|
|
5300
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.18/src/commands/package/update.ts)_
|
|
5301
5301
|
|
|
5302
5302
|
## `sf package version create`
|
|
5303
5303
|
|
|
@@ -5472,7 +5472,7 @@ FLAG DESCRIPTIONS
|
|
|
5472
5472
|
periods of no output from commands.
|
|
5473
5473
|
```
|
|
5474
5474
|
|
|
5475
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.
|
|
5475
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.18/src/commands/package/version/create.ts)_
|
|
5476
5476
|
|
|
5477
5477
|
## `sf package version create list`
|
|
5478
5478
|
|
|
@@ -5533,7 +5533,7 @@ EXAMPLES
|
|
|
5533
5533
|
$ sf package version create list --created-last-days 0 --status Success
|
|
5534
5534
|
```
|
|
5535
5535
|
|
|
5536
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.
|
|
5536
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.18/src/commands/package/version/create/list.ts)_
|
|
5537
5537
|
|
|
5538
5538
|
## `sf package version create report`
|
|
5539
5539
|
|
|
@@ -5576,7 +5576,7 @@ EXAMPLES
|
|
|
5576
5576
|
$ sf package version create report --package-create-request-id 08c... --target-dev-hub devhub@example.com
|
|
5577
5577
|
```
|
|
5578
5578
|
|
|
5579
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.
|
|
5579
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.18/src/commands/package/version/create/report.ts)_
|
|
5580
5580
|
|
|
5581
5581
|
## `sf package version delete`
|
|
5582
5582
|
|
|
@@ -5617,7 +5617,7 @@ EXAMPLES
|
|
|
5617
5617
|
$ sf package version delete --package 04t... --target-org devhub@example.com
|
|
5618
5618
|
```
|
|
5619
5619
|
|
|
5620
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.
|
|
5620
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.18/src/commands/package/version/delete.ts)_
|
|
5621
5621
|
|
|
5622
5622
|
## `sf package version displayancestry`
|
|
5623
5623
|
|
|
@@ -5677,7 +5677,7 @@ FLAG DESCRIPTIONS
|
|
|
5677
5677
|
You can use the DOT code output in graph visualization software to create tree visualizations.
|
|
5678
5678
|
```
|
|
5679
5679
|
|
|
5680
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.
|
|
5680
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.18/src/commands/package/version/displayancestry.ts)_
|
|
5681
5681
|
|
|
5682
5682
|
## `sf package version list`
|
|
5683
5683
|
|
|
@@ -5753,7 +5753,7 @@ EXAMPLES
|
|
|
5753
5753
|
$ sf package version list --packages exp-mgr,exp-mgr-util --released --modified-last-days 0
|
|
5754
5754
|
```
|
|
5755
5755
|
|
|
5756
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.
|
|
5756
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.18/src/commands/package/version/list.ts)_
|
|
5757
5757
|
|
|
5758
5758
|
## `sf package version promote`
|
|
5759
5759
|
|
|
@@ -5797,7 +5797,7 @@ EXAMPLES
|
|
|
5797
5797
|
$ sf package version promote --package "Awesome Package Alias"
|
|
5798
5798
|
```
|
|
5799
5799
|
|
|
5800
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.
|
|
5800
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.18/src/commands/package/version/promote.ts)_
|
|
5801
5801
|
|
|
5802
5802
|
## `sf package version report`
|
|
5803
5803
|
|
|
@@ -5837,7 +5837,7 @@ EXAMPLES
|
|
|
5837
5837
|
$ sf package version report --package "Your Package Alias" --target-dev-hub devhub@example.com
|
|
5838
5838
|
```
|
|
5839
5839
|
|
|
5840
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.
|
|
5840
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.18/src/commands/package/version/report.ts)_
|
|
5841
5841
|
|
|
5842
5842
|
## `sf package version update`
|
|
5843
5843
|
|
|
@@ -5890,7 +5890,7 @@ EXAMPLES
|
|
|
5890
5890
|
$ sf package version update --package 04t... --version-description "New Package Version Description"
|
|
5891
5891
|
```
|
|
5892
5892
|
|
|
5893
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.
|
|
5893
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.18/src/commands/package/version/update.ts)_
|
|
5894
5894
|
|
|
5895
5895
|
## `sf package1 version create`
|
|
5896
5896
|
|
|
@@ -5957,7 +5957,7 @@ FLAG DESCRIPTIONS
|
|
|
5957
5957
|
subscribers.
|
|
5958
5958
|
```
|
|
5959
5959
|
|
|
5960
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.
|
|
5960
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.18/src/commands/package1/version/create.ts)_
|
|
5961
5961
|
|
|
5962
5962
|
## `sf package1 version create get`
|
|
5963
5963
|
|
|
@@ -5990,7 +5990,7 @@ EXAMPLES
|
|
|
5990
5990
|
$ sf package1 version create get --request-id 0HD... --target-org myorg@example.com
|
|
5991
5991
|
```
|
|
5992
5992
|
|
|
5993
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.
|
|
5993
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.18/src/commands/package1/version/create/get.ts)_
|
|
5994
5994
|
|
|
5995
5995
|
## `sf package1 version display`
|
|
5996
5996
|
|
|
@@ -6024,7 +6024,7 @@ EXAMPLES
|
|
|
6024
6024
|
$ sf package1 version display --package-version-id 04t... --target-org myorg@example.com
|
|
6025
6025
|
```
|
|
6026
6026
|
|
|
6027
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.
|
|
6027
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.18/src/commands/package1/version/display.ts)_
|
|
6028
6028
|
|
|
6029
6029
|
## `sf package1 version list`
|
|
6030
6030
|
|
|
@@ -6062,7 +6062,7 @@ FLAG DESCRIPTIONS
|
|
|
6062
6062
|
If not specified, shows all versions for all packages (managed and unmanaged) in the org.
|
|
6063
6063
|
```
|
|
6064
6064
|
|
|
6065
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.
|
|
6065
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.9.18/src/commands/package1/version/list.ts)_
|
|
6066
6066
|
|
|
6067
6067
|
## `sf plugins`
|
|
6068
6068
|
|
|
@@ -6085,7 +6085,7 @@ EXAMPLES
|
|
|
6085
6085
|
$ sf plugins
|
|
6086
6086
|
```
|
|
6087
6087
|
|
|
6088
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
6088
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.33/src/commands/plugins/index.ts)_
|
|
6089
6089
|
|
|
6090
6090
|
## `sf plugins discover`
|
|
6091
6091
|
|
|
@@ -6130,7 +6130,7 @@ EXAMPLES
|
|
|
6130
6130
|
$ sf plugins inspect @salesforce/plugin-packaging
|
|
6131
6131
|
```
|
|
6132
6132
|
|
|
6133
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
6133
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.33/src/commands/plugins/inspect.ts)_
|
|
6134
6134
|
|
|
6135
6135
|
## `sf plugins install PLUGIN`
|
|
6136
6136
|
|
|
@@ -6179,7 +6179,7 @@ EXAMPLES
|
|
|
6179
6179
|
$ sf plugins install someuser/someplugin
|
|
6180
6180
|
```
|
|
6181
6181
|
|
|
6182
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
6182
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.33/src/commands/plugins/install.ts)_
|
|
6183
6183
|
|
|
6184
6184
|
## `sf plugins link PATH`
|
|
6185
6185
|
|
|
@@ -6210,7 +6210,7 @@ EXAMPLES
|
|
|
6210
6210
|
$ sf plugins link @salesforce/plugin-packaging
|
|
6211
6211
|
```
|
|
6212
6212
|
|
|
6213
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
6213
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.33/src/commands/plugins/link.ts)_
|
|
6214
6214
|
|
|
6215
6215
|
## `sf plugins reset`
|
|
6216
6216
|
|
|
@@ -6225,7 +6225,7 @@ FLAGS
|
|
|
6225
6225
|
--reinstall Reinstall all plugins after uninstalling.
|
|
6226
6226
|
```
|
|
6227
6227
|
|
|
6228
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
6228
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.33/src/commands/plugins/reset.ts)_
|
|
6229
6229
|
|
|
6230
6230
|
## `sf plugins trust verify`
|
|
6231
6231
|
|
|
@@ -6254,7 +6254,7 @@ EXAMPLES
|
|
|
6254
6254
|
$ sf plugins trust verify --npm @scope/npmName
|
|
6255
6255
|
```
|
|
6256
6256
|
|
|
6257
|
-
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.7.
|
|
6257
|
+
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.7.66/src/commands/plugins/trust/verify.ts)_
|
|
6258
6258
|
|
|
6259
6259
|
## `sf plugins uninstall [PLUGIN]`
|
|
6260
6260
|
|
|
@@ -6282,7 +6282,7 @@ EXAMPLES
|
|
|
6282
6282
|
$ sf plugins uninstall @salesforce/plugin-packaging
|
|
6283
6283
|
```
|
|
6284
6284
|
|
|
6285
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
6285
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.33/src/commands/plugins/uninstall.ts)_
|
|
6286
6286
|
|
|
6287
6287
|
## `sf plugins update`
|
|
6288
6288
|
|
|
@@ -6300,7 +6300,7 @@ DESCRIPTION
|
|
|
6300
6300
|
Update installed plugins.
|
|
6301
6301
|
```
|
|
6302
6302
|
|
|
6303
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.
|
|
6303
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.33/src/commands/plugins/update.ts)_
|
|
6304
6304
|
|
|
6305
6305
|
## `sf project convert mdapi`
|
|
6306
6306
|
|
|
@@ -6363,7 +6363,7 @@ FLAG DESCRIPTIONS
|
|
|
6363
6363
|
If you specify this flag, don’t specify --metadata or --source-dir.
|
|
6364
6364
|
```
|
|
6365
6365
|
|
|
6366
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.
|
|
6366
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.1/src/commands/project/convert/mdapi.ts)_
|
|
6367
6367
|
|
|
6368
6368
|
## `sf project convert source`
|
|
6369
6369
|
|
|
@@ -6436,7 +6436,7 @@ FLAG DESCRIPTIONS
|
|
|
6436
6436
|
Override the api version used for api requests made by this command
|
|
6437
6437
|
```
|
|
6438
6438
|
|
|
6439
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.
|
|
6439
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.1/src/commands/project/convert/source.ts)_
|
|
6440
6440
|
|
|
6441
6441
|
## `sf project convert source-behavior`
|
|
6442
6442
|
|
|
@@ -6495,7 +6495,7 @@ EXAMPLES
|
|
|
6495
6495
|
$ sf project convert source-behavior --behavior decomposePermissionSetBeta --dry-run --preserve-temp-dir
|
|
6496
6496
|
```
|
|
6497
6497
|
|
|
6498
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.
|
|
6498
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.1/src/commands/project/convert/source-behavior.ts)_
|
|
6499
6499
|
|
|
6500
6500
|
## `sf project delete source`
|
|
6501
6501
|
|
|
@@ -6635,7 +6635,7 @@ FLAG DESCRIPTIONS
|
|
|
6635
6635
|
- Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
|
|
6636
6636
|
```
|
|
6637
6637
|
|
|
6638
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.
|
|
6638
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.1/src/commands/project/delete/source.ts)_
|
|
6639
6639
|
|
|
6640
6640
|
## `sf project delete tracking`
|
|
6641
6641
|
|
|
@@ -6672,7 +6672,7 @@ EXAMPLES
|
|
|
6672
6672
|
$ sf project delete tracking --target-org my-scratch
|
|
6673
6673
|
```
|
|
6674
6674
|
|
|
6675
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.
|
|
6675
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.1/src/commands/project/delete/tracking.ts)_
|
|
6676
6676
|
|
|
6677
6677
|
## `sf project deploy cancel`
|
|
6678
6678
|
|
|
@@ -6744,7 +6744,7 @@ FLAG DESCRIPTIONS
|
|
|
6744
6744
|
project deploy report".
|
|
6745
6745
|
```
|
|
6746
6746
|
|
|
6747
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.
|
|
6747
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.1/src/commands/project/deploy/cancel.ts)_
|
|
6748
6748
|
|
|
6749
6749
|
## `sf project deploy preview`
|
|
6750
6750
|
|
|
@@ -6827,7 +6827,7 @@ FLAG DESCRIPTIONS
|
|
|
6827
6827
|
All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
|
|
6828
6828
|
```
|
|
6829
6829
|
|
|
6830
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.
|
|
6830
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.1/src/commands/project/deploy/preview.ts)_
|
|
6831
6831
|
|
|
6832
6832
|
## `sf project deploy quick`
|
|
6833
6833
|
|
|
@@ -6920,7 +6920,7 @@ ERROR CODES
|
|
|
6920
6920
|
Canceling (69) The deploy is being canceled.
|
|
6921
6921
|
```
|
|
6922
6922
|
|
|
6923
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.
|
|
6923
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.1/src/commands/project/deploy/quick.ts)_
|
|
6924
6924
|
|
|
6925
6925
|
## `sf project deploy report`
|
|
6926
6926
|
|
|
@@ -7012,7 +7012,7 @@ FLAG DESCRIPTIONS
|
|
|
7012
7012
|
--coverage-formatters lcov --coverage-formatters clover
|
|
7013
7013
|
```
|
|
7014
7014
|
|
|
7015
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.
|
|
7015
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.1/src/commands/project/deploy/report.ts)_
|
|
7016
7016
|
|
|
7017
7017
|
## `sf project deploy resume`
|
|
7018
7018
|
|
|
@@ -7109,7 +7109,7 @@ ERROR CODES
|
|
|
7109
7109
|
Canceling (69) The deploy is being canceled.
|
|
7110
7110
|
```
|
|
7111
7111
|
|
|
7112
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.
|
|
7112
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.1/src/commands/project/deploy/resume.ts)_
|
|
7113
7113
|
|
|
7114
7114
|
## `sf project deploy start`
|
|
7115
7115
|
|
|
@@ -7362,7 +7362,7 @@ ERROR CODES
|
|
|
7362
7362
|
Canceling (69) The deploy is being canceled.
|
|
7363
7363
|
```
|
|
7364
7364
|
|
|
7365
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.
|
|
7365
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.1/src/commands/project/deploy/start.ts)_
|
|
7366
7366
|
|
|
7367
7367
|
## `sf project deploy validate`
|
|
7368
7368
|
|
|
@@ -7552,7 +7552,7 @@ ERROR CODES
|
|
|
7552
7552
|
Canceling (69) The deploy is being canceled.
|
|
7553
7553
|
```
|
|
7554
7554
|
|
|
7555
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.
|
|
7555
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.1/src/commands/project/deploy/validate.ts)_
|
|
7556
7556
|
|
|
7557
7557
|
## `sf project generate`
|
|
7558
7558
|
|
|
@@ -7753,7 +7753,7 @@ EXAMPLES
|
|
|
7753
7753
|
$ sf project generate manifest --from-org test@myorg.com --excluded-metadata StandardValueSet
|
|
7754
7754
|
```
|
|
7755
7755
|
|
|
7756
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.
|
|
7756
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.1/src/commands/project/generate/manifest.ts)_
|
|
7757
7757
|
|
|
7758
7758
|
## `sf project list ignored`
|
|
7759
7759
|
|
|
@@ -7795,7 +7795,7 @@ EXAMPLES
|
|
|
7795
7795
|
$ sf project list ignored --source-dir package.xml
|
|
7796
7796
|
```
|
|
7797
7797
|
|
|
7798
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.
|
|
7798
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.1/src/commands/project/list/ignored.ts)_
|
|
7799
7799
|
|
|
7800
7800
|
## `sf project reset tracking`
|
|
7801
7801
|
|
|
@@ -7844,7 +7844,7 @@ EXAMPLES
|
|
|
7844
7844
|
$ sf project reset tracking --revision 30
|
|
7845
7845
|
```
|
|
7846
7846
|
|
|
7847
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.
|
|
7847
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.1/src/commands/project/reset/tracking.ts)_
|
|
7848
7848
|
|
|
7849
7849
|
## `sf project retrieve preview`
|
|
7850
7850
|
|
|
@@ -7898,7 +7898,7 @@ FLAG DESCRIPTIONS
|
|
|
7898
7898
|
production orgs.
|
|
7899
7899
|
```
|
|
7900
7900
|
|
|
7901
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.
|
|
7901
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.1/src/commands/project/retrieve/preview.ts)_
|
|
7902
7902
|
|
|
7903
7903
|
## `sf project retrieve start`
|
|
7904
7904
|
|
|
@@ -8075,7 +8075,7 @@ ENVIRONMENT VARIABLES
|
|
|
8075
8075
|
SF_USE_PROGRESS_BAR Set to false to disable the progress bar when running the metadata deploy command.
|
|
8076
8076
|
```
|
|
8077
8077
|
|
|
8078
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.
|
|
8078
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.20.1/src/commands/project/retrieve/start.ts)_
|
|
8079
8079
|
|
|
8080
8080
|
## `sf schema generate field`
|
|
8081
8081
|
|
|
@@ -8488,7 +8488,7 @@ FLAG DESCRIPTIONS
|
|
|
8488
8488
|
Additionally shows the architecture, node version, operating system, and versions of plugins that the CLI is using.
|
|
8489
8489
|
```
|
|
8490
8490
|
|
|
8491
|
-
_See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/2.2.
|
|
8491
|
+
_See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/2.2.24/src/commands/version.ts)_
|
|
8492
8492
|
|
|
8493
8493
|
## `sf visualforce generate component`
|
|
8494
8494
|
|
|
@@ -8628,7 +8628,7 @@ EXAMPLES
|
|
|
8628
8628
|
$ sf which "foo bar baz"
|
|
8629
8629
|
```
|
|
8630
8630
|
|
|
8631
|
-
_See code: [@oclif/plugin-which](https://github.com/oclif/plugin-which/blob/3.2.
|
|
8631
|
+
_See code: [@oclif/plugin-which](https://github.com/oclif/plugin-which/blob/3.2.30/src/commands/which.ts)_
|
|
8632
8632
|
|
|
8633
8633
|
<!-- commandsstop -->
|
|
8634
8634
|
|