@salesforce/cli 2.89.3 → 2.89.5
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 +70 -70
- package/npm-shrinkwrap.json +83 -259
- package/oclif.lock +64 -158
- package/oclif.manifest.json +126 -126
- package/package.json +12 -12
package/README.md
CHANGED
|
@@ -25,7 +25,7 @@ $ npm install -g @salesforce/cli
|
|
|
25
25
|
$ sf COMMAND
|
|
26
26
|
running command...
|
|
27
27
|
$ sf (--version|-v)
|
|
28
|
-
@salesforce/cli/2.89.
|
|
28
|
+
@salesforce/cli/2.89.5 linux-x64 node-v22.15.0
|
|
29
29
|
$ sf --help [COMMAND]
|
|
30
30
|
USAGE
|
|
31
31
|
$ sf COMMAND
|
|
@@ -344,7 +344,7 @@ FLAG DESCRIPTIONS
|
|
|
344
344
|
directory.
|
|
345
345
|
```
|
|
346
346
|
|
|
347
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
347
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.47/src/commands/analytics/generate/template.ts)_
|
|
348
348
|
|
|
349
349
|
## `sf apex generate class`
|
|
350
350
|
|
|
@@ -403,7 +403,7 @@ FLAG DESCRIPTIONS
|
|
|
403
403
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
404
404
|
```
|
|
405
405
|
|
|
406
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
406
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.47/src/commands/apex/generate/class.ts)_
|
|
407
407
|
|
|
408
408
|
## `sf apex generate trigger`
|
|
409
409
|
|
|
@@ -472,7 +472,7 @@ FLAG DESCRIPTIONS
|
|
|
472
472
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
473
473
|
```
|
|
474
474
|
|
|
475
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
475
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.47/src/commands/apex/generate/trigger.ts)_
|
|
476
476
|
|
|
477
477
|
## `sf apex get log`
|
|
478
478
|
|
|
@@ -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.32/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.32/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.32/src/commands/data/create/record.ts)_
|
|
1445
1445
|
|
|
1446
1446
|
## `sf data delete bulk`
|
|
1447
1447
|
|
|
@@ -1501,7 +1501,7 @@ FLAG DESCRIPTIONS
|
|
|
1501
1501
|
and can be enabled only by a system administrator.
|
|
1502
1502
|
```
|
|
1503
1503
|
|
|
1504
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
1504
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.32/src/commands/data/delete/bulk.ts)_
|
|
1505
1505
|
|
|
1506
1506
|
## `sf data delete record`
|
|
1507
1507
|
|
|
@@ -1562,7 +1562,7 @@ EXAMPLES
|
|
|
1562
1562
|
$ sf data delete record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
|
|
1563
1563
|
```
|
|
1564
1564
|
|
|
1565
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
1565
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.32/src/commands/data/delete/record.ts)_
|
|
1566
1566
|
|
|
1567
1567
|
## `sf data delete resume`
|
|
1568
1568
|
|
|
@@ -1601,7 +1601,7 @@ EXAMPLES
|
|
|
1601
1601
|
$ sf data delete resume --use-most-recent --target-org my-scratch
|
|
1602
1602
|
```
|
|
1603
1603
|
|
|
1604
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
1604
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.32/src/commands/data/delete/resume.ts)_
|
|
1605
1605
|
|
|
1606
1606
|
## `sf data export bulk`
|
|
1607
1607
|
|
|
@@ -1675,7 +1675,7 @@ EXAMPLES
|
|
|
1675
1675
|
--result-format json --async
|
|
1676
1676
|
```
|
|
1677
1677
|
|
|
1678
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
1678
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.32/src/commands/data/export/bulk.ts)_
|
|
1679
1679
|
|
|
1680
1680
|
## `sf data export resume`
|
|
1681
1681
|
|
|
@@ -1711,7 +1711,7 @@ EXAMPLES
|
|
|
1711
1711
|
$ sf data export resume --use-most-recent --target-org my-scratch
|
|
1712
1712
|
```
|
|
1713
1713
|
|
|
1714
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
1714
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.32/src/commands/data/export/resume.ts)_
|
|
1715
1715
|
|
|
1716
1716
|
## `sf data export tree`
|
|
1717
1717
|
|
|
@@ -1771,7 +1771,7 @@ EXAMPLES
|
|
|
1771
1771
|
my-scratch
|
|
1772
1772
|
```
|
|
1773
1773
|
|
|
1774
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
1774
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.32/src/commands/data/export/tree.ts)_
|
|
1775
1775
|
|
|
1776
1776
|
## `sf data get record`
|
|
1777
1777
|
|
|
@@ -1835,7 +1835,7 @@ EXAMPLES
|
|
|
1835
1835
|
$ sf data get record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
|
|
1836
1836
|
```
|
|
1837
1837
|
|
|
1838
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
1838
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.32/src/commands/data/get/record.ts)_
|
|
1839
1839
|
|
|
1840
1840
|
## `sf data import bulk`
|
|
1841
1841
|
|
|
@@ -1893,7 +1893,7 @@ EXAMPLES
|
|
|
1893
1893
|
$ sf data import bulk --file accounts.csv --sobject Account --async
|
|
1894
1894
|
```
|
|
1895
1895
|
|
|
1896
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
1896
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.32/src/commands/data/import/bulk.ts)_
|
|
1897
1897
|
|
|
1898
1898
|
## `sf data import resume`
|
|
1899
1899
|
|
|
@@ -1929,7 +1929,7 @@ EXAMPLES
|
|
|
1929
1929
|
$ sf data import resume --use-most-recent --target-org my-scratch
|
|
1930
1930
|
```
|
|
1931
1931
|
|
|
1932
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
1932
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.32/src/commands/data/import/resume.ts)_
|
|
1933
1933
|
|
|
1934
1934
|
## `sf data import tree`
|
|
1935
1935
|
|
|
@@ -1993,7 +1993,7 @@ FLAG DESCRIPTIONS
|
|
|
1993
1993
|
- files(array) - Files: An array of files paths to load
|
|
1994
1994
|
```
|
|
1995
1995
|
|
|
1996
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
1996
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.32/src/commands/data/import/tree.ts)_
|
|
1997
1997
|
|
|
1998
1998
|
## `sf data query`
|
|
1999
1999
|
|
|
@@ -2046,7 +2046,7 @@ EXAMPLES
|
|
|
2046
2046
|
$ sf data query --query "SELECT Name FROM ApexTrigger" --use-tooling-api
|
|
2047
2047
|
```
|
|
2048
2048
|
|
|
2049
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2049
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.32/src/commands/data/query.ts)_
|
|
2050
2050
|
|
|
2051
2051
|
## `sf data resume`
|
|
2052
2052
|
|
|
@@ -2083,7 +2083,7 @@ EXAMPLES
|
|
|
2083
2083
|
$ sf data resume --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA
|
|
2084
2084
|
```
|
|
2085
2085
|
|
|
2086
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2086
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.32/src/commands/data/resume.ts)_
|
|
2087
2087
|
|
|
2088
2088
|
## `sf data search`
|
|
2089
2089
|
|
|
@@ -2133,7 +2133,7 @@ EXAMPLES
|
|
|
2133
2133
|
$ sf data search --file query.txt --target-org my-scratch --result-format csv
|
|
2134
2134
|
```
|
|
2135
2135
|
|
|
2136
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2136
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.32/src/commands/data/search.ts)_
|
|
2137
2137
|
|
|
2138
2138
|
## `sf data update bulk`
|
|
2139
2139
|
|
|
@@ -2194,7 +2194,7 @@ EXAMPLES
|
|
|
2194
2194
|
$ sf data update bulk --file accounts.csv --sobject Account --async
|
|
2195
2195
|
```
|
|
2196
2196
|
|
|
2197
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2197
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.32/src/commands/data/update/bulk.ts)_
|
|
2198
2198
|
|
|
2199
2199
|
## `sf data update record`
|
|
2200
2200
|
|
|
@@ -2256,7 +2256,7 @@ EXAMPLES
|
|
|
2256
2256
|
"ExpirationDate=2017-12-01T00:58:04.000+0000"
|
|
2257
2257
|
```
|
|
2258
2258
|
|
|
2259
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2259
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.32/src/commands/data/update/record.ts)_
|
|
2260
2260
|
|
|
2261
2261
|
## `sf data update resume`
|
|
2262
2262
|
|
|
@@ -2292,7 +2292,7 @@ EXAMPLES
|
|
|
2292
2292
|
$ sf data update resume --use-most-recent --target-org my-scratch
|
|
2293
2293
|
```
|
|
2294
2294
|
|
|
2295
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2295
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.32/src/commands/data/update/resume.ts)_
|
|
2296
2296
|
|
|
2297
2297
|
## `sf data upsert bulk`
|
|
2298
2298
|
|
|
@@ -2349,7 +2349,7 @@ EXAMPLES
|
|
|
2349
2349
|
my-scratch
|
|
2350
2350
|
```
|
|
2351
2351
|
|
|
2352
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2352
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.32/src/commands/data/upsert/bulk.ts)_
|
|
2353
2353
|
|
|
2354
2354
|
## `sf data upsert resume`
|
|
2355
2355
|
|
|
@@ -2388,7 +2388,7 @@ EXAMPLES
|
|
|
2388
2388
|
$ sf data upsert resume --use-most-recent --target-org my-scratch
|
|
2389
2389
|
```
|
|
2390
2390
|
|
|
2391
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2391
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.32/src/commands/data/upsert/resume.ts)_
|
|
2392
2392
|
|
|
2393
2393
|
## `sf doctor`
|
|
2394
2394
|
|
|
@@ -2436,7 +2436,7 @@ EXAMPLES
|
|
|
2436
2436
|
$ sf doctor --plugin @salesforce/plugin-source
|
|
2437
2437
|
```
|
|
2438
2438
|
|
|
2439
|
-
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.
|
|
2439
|
+
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.60/src/commands/doctor.ts)_
|
|
2440
2440
|
|
|
2441
2441
|
## `sf force data bulk delete`
|
|
2442
2442
|
|
|
@@ -2483,7 +2483,7 @@ EXAMPLES
|
|
|
2483
2483
|
$ sf force data bulk delete --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
|
|
2484
2484
|
```
|
|
2485
2485
|
|
|
2486
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2486
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.32/src/commands/force/data/bulk/delete.ts)_
|
|
2487
2487
|
|
|
2488
2488
|
## `sf force data bulk status`
|
|
2489
2489
|
|
|
@@ -2520,7 +2520,7 @@ EXAMPLES
|
|
|
2520
2520
|
$ sf force data bulk status --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA --target-org my-scratch
|
|
2521
2521
|
```
|
|
2522
2522
|
|
|
2523
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2523
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.32/src/commands/force/data/bulk/status.ts)_
|
|
2524
2524
|
|
|
2525
2525
|
## `sf force data bulk upsert`
|
|
2526
2526
|
|
|
@@ -2578,7 +2578,7 @@ EXAMPLES
|
|
|
2578
2578
|
--target-org my-scratch
|
|
2579
2579
|
```
|
|
2580
2580
|
|
|
2581
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
2581
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.32/src/commands/force/data/bulk/upsert.ts)_
|
|
2582
2582
|
|
|
2583
2583
|
## `sf help [COMMAND]`
|
|
2584
2584
|
|
|
@@ -2638,7 +2638,7 @@ EXAMPLES
|
|
|
2638
2638
|
$ sf info releasenotes display --version latest
|
|
2639
2639
|
```
|
|
2640
2640
|
|
|
2641
|
-
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.
|
|
2641
|
+
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.60/src/commands/info/releasenotes/display.ts)_
|
|
2642
2642
|
|
|
2643
2643
|
## `sf lightning generate app`
|
|
2644
2644
|
|
|
@@ -2693,7 +2693,7 @@ FLAG DESCRIPTIONS
|
|
|
2693
2693
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
2694
2694
|
```
|
|
2695
2695
|
|
|
2696
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
2696
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.47/src/commands/lightning/generate/app.ts)_
|
|
2697
2697
|
|
|
2698
2698
|
## `sf lightning generate component`
|
|
2699
2699
|
|
|
@@ -2762,7 +2762,7 @@ FLAG DESCRIPTIONS
|
|
|
2762
2762
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
2763
2763
|
```
|
|
2764
2764
|
|
|
2765
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
2765
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.47/src/commands/lightning/generate/component.ts)_
|
|
2766
2766
|
|
|
2767
2767
|
## `sf lightning generate event`
|
|
2768
2768
|
|
|
@@ -2817,7 +2817,7 @@ FLAG DESCRIPTIONS
|
|
|
2817
2817
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
2818
2818
|
```
|
|
2819
2819
|
|
|
2820
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
2820
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.47/src/commands/lightning/generate/event.ts)_
|
|
2821
2821
|
|
|
2822
2822
|
## `sf lightning generate interface`
|
|
2823
2823
|
|
|
@@ -2872,7 +2872,7 @@ FLAG DESCRIPTIONS
|
|
|
2872
2872
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
2873
2873
|
```
|
|
2874
2874
|
|
|
2875
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
2875
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.47/src/commands/lightning/generate/interface.ts)_
|
|
2876
2876
|
|
|
2877
2877
|
## `sf lightning generate test`
|
|
2878
2878
|
|
|
@@ -2927,7 +2927,7 @@ FLAG DESCRIPTIONS
|
|
|
2927
2927
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
2928
2928
|
```
|
|
2929
2929
|
|
|
2930
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
2930
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.47/src/commands/lightning/generate/test.ts)_
|
|
2931
2931
|
|
|
2932
2932
|
## `sf org assign permset`
|
|
2933
2933
|
|
|
@@ -3149,7 +3149,7 @@ FLAG DESCRIPTIONS
|
|
|
3149
3149
|
You can specify either --source-sandbox-name or --source-id when cloning an existing sandbox, but not both.
|
|
3150
3150
|
```
|
|
3151
3151
|
|
|
3152
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.7.
|
|
3152
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.7.7/src/commands/org/create/sandbox.ts)_
|
|
3153
3153
|
|
|
3154
3154
|
## `sf org create scratch`
|
|
3155
3155
|
|
|
@@ -3331,7 +3331,7 @@ FLAG DESCRIPTIONS
|
|
|
3331
3331
|
Omit this flag to have Salesforce generate a unique username for your org.
|
|
3332
3332
|
```
|
|
3333
3333
|
|
|
3334
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.7.
|
|
3334
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.7.7/src/commands/org/create/scratch.ts)_
|
|
3335
3335
|
|
|
3336
3336
|
## `sf org create user`
|
|
3337
3337
|
|
|
@@ -3485,7 +3485,7 @@ EXAMPLES
|
|
|
3485
3485
|
$ sf org delete sandbox --target-org my-sandbox --no-prompt
|
|
3486
3486
|
```
|
|
3487
3487
|
|
|
3488
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.7.
|
|
3488
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.7.7/src/commands/org/delete/sandbox.ts)_
|
|
3489
3489
|
|
|
3490
3490
|
## `sf org delete scratch`
|
|
3491
3491
|
|
|
@@ -3529,7 +3529,7 @@ EXAMPLES
|
|
|
3529
3529
|
$ sf org delete scratch --target-org my-scratch-org --no-prompt
|
|
3530
3530
|
```
|
|
3531
3531
|
|
|
3532
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.7.
|
|
3532
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.7.7/src/commands/org/delete/scratch.ts)_
|
|
3533
3533
|
|
|
3534
3534
|
## `sf org disable tracking`
|
|
3535
3535
|
|
|
@@ -3568,7 +3568,7 @@ EXAMPLES
|
|
|
3568
3568
|
$ sf org disable tracking
|
|
3569
3569
|
```
|
|
3570
3570
|
|
|
3571
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.7.
|
|
3571
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.7.7/src/commands/org/disable/tracking.ts)_
|
|
3572
3572
|
|
|
3573
3573
|
## `sf org display`
|
|
3574
3574
|
|
|
@@ -3613,7 +3613,7 @@ EXAMPLES
|
|
|
3613
3613
|
$ sf org display --target-org TestOrg1 --verbose
|
|
3614
3614
|
```
|
|
3615
3615
|
|
|
3616
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.7.
|
|
3616
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.7.7/src/commands/org/display.ts)_
|
|
3617
3617
|
|
|
3618
3618
|
## `sf org display user`
|
|
3619
3619
|
|
|
@@ -3694,7 +3694,7 @@ EXAMPLES
|
|
|
3694
3694
|
$ sf org enable tracking
|
|
3695
3695
|
```
|
|
3696
3696
|
|
|
3697
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.7.
|
|
3697
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.7.7/src/commands/org/enable/tracking.ts)_
|
|
3698
3698
|
|
|
3699
3699
|
## `sf org generate password`
|
|
3700
3700
|
|
|
@@ -3800,7 +3800,7 @@ EXAMPLES
|
|
|
3800
3800
|
$ sf org list --clean
|
|
3801
3801
|
```
|
|
3802
3802
|
|
|
3803
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.7.
|
|
3803
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.7.7/src/commands/org/list.ts)_
|
|
3804
3804
|
|
|
3805
3805
|
## `sf org list auth`
|
|
3806
3806
|
|
|
@@ -3832,7 +3832,7 @@ EXAMPLES
|
|
|
3832
3832
|
$ sf org list auth
|
|
3833
3833
|
```
|
|
3834
3834
|
|
|
3835
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
3835
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.120/src/commands/org/list/auth.ts)_
|
|
3836
3836
|
|
|
3837
3837
|
## `sf org list limits`
|
|
3838
3838
|
|
|
@@ -3872,7 +3872,7 @@ EXAMPLES
|
|
|
3872
3872
|
$ sf org list limits --target-org my-scratch-org
|
|
3873
3873
|
```
|
|
3874
3874
|
|
|
3875
|
-
_See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.3.
|
|
3875
|
+
_See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.3.54/src/commands/org/list/limits.ts)_
|
|
3876
3876
|
|
|
3877
3877
|
## `sf org list metadata`
|
|
3878
3878
|
|
|
@@ -3939,7 +3939,7 @@ FLAG DESCRIPTIONS
|
|
|
3939
3939
|
Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
|
|
3940
3940
|
```
|
|
3941
3941
|
|
|
3942
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.7.
|
|
3942
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.7.7/src/commands/org/list/metadata.ts)_
|
|
3943
3943
|
|
|
3944
3944
|
## `sf org list metadata-types`
|
|
3945
3945
|
|
|
@@ -3994,7 +3994,7 @@ FLAG DESCRIPTIONS
|
|
|
3994
3994
|
Override the api version used for api requests made by this command
|
|
3995
3995
|
```
|
|
3996
3996
|
|
|
3997
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.7.
|
|
3997
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.7.7/src/commands/org/list/metadata-types.ts)_
|
|
3998
3998
|
|
|
3999
3999
|
## `sf org list sobject record-counts`
|
|
4000
4000
|
|
|
@@ -4040,7 +4040,7 @@ EXAMPLES
|
|
|
4040
4040
|
$ sf org list sobject record-counts --sobject Account --sobject Lead --target-org my-scratch-org
|
|
4041
4041
|
```
|
|
4042
4042
|
|
|
4043
|
-
_See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.3.
|
|
4043
|
+
_See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.3.54/src/commands/org/list/sobject/record-counts.ts)_
|
|
4044
4044
|
|
|
4045
4045
|
## `sf org list users`
|
|
4046
4046
|
|
|
@@ -4132,7 +4132,7 @@ FLAG DESCRIPTIONS
|
|
|
4132
4132
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
4133
4133
|
```
|
|
4134
4134
|
|
|
4135
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
4135
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.120/src/commands/org/login/access-token.ts)_
|
|
4136
4136
|
|
|
4137
4137
|
## `sf org login device`
|
|
4138
4138
|
|
|
@@ -4192,7 +4192,7 @@ FLAG DESCRIPTIONS
|
|
|
4192
4192
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
4193
4193
|
```
|
|
4194
4194
|
|
|
4195
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
4195
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.120/src/commands/org/login/device.ts)_
|
|
4196
4196
|
|
|
4197
4197
|
## `sf org login jwt`
|
|
4198
4198
|
|
|
@@ -4283,7 +4283,7 @@ FLAG DESCRIPTIONS
|
|
|
4283
4283
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
4284
4284
|
```
|
|
4285
4285
|
|
|
4286
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
4286
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.120/src/commands/org/login/jwt.ts)_
|
|
4287
4287
|
|
|
4288
4288
|
## `sf org login sfdx-url`
|
|
4289
4289
|
|
|
@@ -4353,7 +4353,7 @@ EXAMPLES
|
|
|
4353
4353
|
$ echo url | sf org login sfdx-url --sfdx-url-stdin
|
|
4354
4354
|
```
|
|
4355
4355
|
|
|
4356
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
4356
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.120/src/commands/org/login/sfdx-url.ts)_
|
|
4357
4357
|
|
|
4358
4358
|
## `sf org login web`
|
|
4359
4359
|
|
|
@@ -4440,7 +4440,7 @@ FLAG DESCRIPTIONS
|
|
|
4440
4440
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
4441
4441
|
```
|
|
4442
4442
|
|
|
4443
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
4443
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.120/src/commands/org/login/web.ts)_
|
|
4444
4444
|
|
|
4445
4445
|
## `sf org logout`
|
|
4446
4446
|
|
|
@@ -4501,7 +4501,7 @@ FLAG DESCRIPTIONS
|
|
|
4501
4501
|
All orgs includes Dev Hubs, sandboxes, DE orgs, and expired, deleted, and unknown-status scratch orgs.
|
|
4502
4502
|
```
|
|
4503
4503
|
|
|
4504
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
4504
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.120/src/commands/org/logout.ts)_
|
|
4505
4505
|
|
|
4506
4506
|
## `sf org open`
|
|
4507
4507
|
|
|
@@ -4577,7 +4577,7 @@ EXAMPLES
|
|
|
4577
4577
|
$ sf org open --source-file force-app/main/default/bots/Coral_Cloud_Agent/Coral_Cloud_Agent.bot-meta.xml
|
|
4578
4578
|
```
|
|
4579
4579
|
|
|
4580
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.7.
|
|
4580
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.7.7/src/commands/org/open.ts)_
|
|
4581
4581
|
|
|
4582
4582
|
## `sf org open agent`
|
|
4583
4583
|
|
|
@@ -4628,7 +4628,7 @@ EXAMPLES
|
|
|
4628
4628
|
$ sf org open agent --target-org MyTestOrg1 --browser firefox --name Coral_Cloud_Agent
|
|
4629
4629
|
```
|
|
4630
4630
|
|
|
4631
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.7.
|
|
4631
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.7.7/src/commands/org/open/agent.ts)_
|
|
4632
4632
|
|
|
4633
4633
|
## `sf org refresh sandbox`
|
|
4634
4634
|
|
|
@@ -4731,7 +4731,7 @@ FLAG DESCRIPTIONS
|
|
|
4731
4731
|
You can specify either --source-sandbox-name or --source-id when refreshing an existing sandbox, but not both.
|
|
4732
4732
|
```
|
|
4733
4733
|
|
|
4734
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.7.
|
|
4734
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.7.7/src/commands/org/refresh/sandbox.ts)_
|
|
4735
4735
|
|
|
4736
4736
|
## `sf org resume sandbox`
|
|
4737
4737
|
|
|
@@ -4794,7 +4794,7 @@ FLAG DESCRIPTIONS
|
|
|
4794
4794
|
returns the job ID. To resume checking the sandbox creation, rerun this command.
|
|
4795
4795
|
```
|
|
4796
4796
|
|
|
4797
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.7.
|
|
4797
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.7.7/src/commands/org/resume/sandbox.ts)_
|
|
4798
4798
|
|
|
4799
4799
|
## `sf org resume scratch`
|
|
4800
4800
|
|
|
@@ -4847,7 +4847,7 @@ FLAG DESCRIPTIONS
|
|
|
4847
4847
|
returns the job ID. To resume checking the scratch creation, rerun this command.
|
|
4848
4848
|
```
|
|
4849
4849
|
|
|
4850
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.7.
|
|
4850
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.7.7/src/commands/org/resume/scratch.ts)_
|
|
4851
4851
|
|
|
4852
4852
|
## `sf package create`
|
|
4853
4853
|
|
|
@@ -6263,7 +6263,7 @@ EXAMPLES
|
|
|
6263
6263
|
$ sf plugins trust verify --npm @scope/npmName
|
|
6264
6264
|
```
|
|
6265
6265
|
|
|
6266
|
-
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.7.
|
|
6266
|
+
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.7.89/src/commands/plugins/trust/verify.ts)_
|
|
6267
6267
|
|
|
6268
6268
|
## `sf plugins uninstall [PLUGIN]`
|
|
6269
6269
|
|
|
@@ -7666,7 +7666,7 @@ FLAG DESCRIPTIONS
|
|
|
7666
7666
|
Override the api version used for api requests made by this command
|
|
7667
7667
|
```
|
|
7668
7668
|
|
|
7669
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
7669
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.47/src/commands/project/generate.ts)_
|
|
7670
7670
|
|
|
7671
7671
|
## `sf project generate manifest`
|
|
7672
7672
|
|
|
@@ -8142,7 +8142,7 @@ FLAG DESCRIPTIONS
|
|
|
8142
8142
|
If you don't specify this flag, the command prompts you to choose from your local objects.
|
|
8143
8143
|
```
|
|
8144
8144
|
|
|
8145
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.
|
|
8145
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.56/src/commands/schema/generate/field.ts)_
|
|
8146
8146
|
|
|
8147
8147
|
## `sf schema generate platformevent`
|
|
8148
8148
|
|
|
@@ -8174,7 +8174,7 @@ EXAMPLES
|
|
|
8174
8174
|
$ sf schema generate platformevent --label "My Platform Event"
|
|
8175
8175
|
```
|
|
8176
8176
|
|
|
8177
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.
|
|
8177
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.56/src/commands/schema/generate/platformevent.ts)_
|
|
8178
8178
|
|
|
8179
8179
|
## `sf schema generate sobject`
|
|
8180
8180
|
|
|
@@ -8231,7 +8231,7 @@ FLAG DESCRIPTIONS
|
|
|
8231
8231
|
- Streaming API: With Bulk API and Sharing, classifies the custom object as an Enterprise Application object.
|
|
8232
8232
|
```
|
|
8233
8233
|
|
|
8234
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.
|
|
8234
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.56/src/commands/schema/generate/sobject.ts)_
|
|
8235
8235
|
|
|
8236
8236
|
## `sf schema generate tab`
|
|
8237
8237
|
|
|
@@ -8279,7 +8279,7 @@ FLAG DESCRIPTIONS
|
|
|
8279
8279
|
The API name for a custom object always ends in `__c`, such as `MyObject__c`.
|
|
8280
8280
|
```
|
|
8281
8281
|
|
|
8282
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.
|
|
8282
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.56/src/commands/schema/generate/tab.ts)_
|
|
8283
8283
|
|
|
8284
8284
|
## `sf search`
|
|
8285
8285
|
|
|
@@ -8342,7 +8342,7 @@ EXAMPLES
|
|
|
8342
8342
|
$ sf sobject describe --sobject ApexCodeCoverage --use-tooling-api
|
|
8343
8343
|
```
|
|
8344
8344
|
|
|
8345
|
-
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.
|
|
8345
|
+
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.62/src/commands/sobject/describe.ts)_
|
|
8346
8346
|
|
|
8347
8347
|
## `sf sobject list`
|
|
8348
8348
|
|
|
@@ -8381,7 +8381,7 @@ EXAMPLES
|
|
|
8381
8381
|
$ sf sobject list --sobject custom --target-org my-scratch-org
|
|
8382
8382
|
```
|
|
8383
8383
|
|
|
8384
|
-
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.
|
|
8384
|
+
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.62/src/commands/sobject/list.ts)_
|
|
8385
8385
|
|
|
8386
8386
|
## `sf static-resource generate`
|
|
8387
8387
|
|
|
@@ -8443,7 +8443,7 @@ FLAG DESCRIPTIONS
|
|
|
8443
8443
|
etc.
|
|
8444
8444
|
```
|
|
8445
8445
|
|
|
8446
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
8446
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.47/src/commands/static-resource/generate.ts)_
|
|
8447
8447
|
|
|
8448
8448
|
## `sf update [CHANNEL]`
|
|
8449
8449
|
|
|
@@ -8557,7 +8557,7 @@ FLAG DESCRIPTIONS
|
|
|
8557
8557
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
8558
8558
|
```
|
|
8559
8559
|
|
|
8560
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
8560
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.47/src/commands/visualforce/generate/component.ts)_
|
|
8561
8561
|
|
|
8562
8562
|
## `sf visualforce generate page`
|
|
8563
8563
|
|
|
@@ -8607,7 +8607,7 @@ FLAG DESCRIPTIONS
|
|
|
8607
8607
|
The name can be up to 40 characters and must start with a letter.
|
|
8608
8608
|
```
|
|
8609
8609
|
|
|
8610
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.
|
|
8610
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.47/src/commands/visualforce/generate/page.ts)_
|
|
8611
8611
|
|
|
8612
8612
|
## `sf which`
|
|
8613
8613
|
|