@salesforce/cli 2.39.3 → 2.39.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 +91 -91
- package/npm-shrinkwrap.json +108 -108
- package/oclif.lock +118 -110
- package/oclif.manifest.json +1 -1
- package/package.json +23 -23
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.39.
|
|
27
|
+
@salesforce/cli/2.39.5 linux-x64 node-v20.12.2
|
|
28
28
|
$ sf --help [COMMAND]
|
|
29
29
|
USAGE
|
|
30
30
|
$ sf COMMAND
|
|
@@ -333,7 +333,7 @@ FLAG DESCRIPTIONS
|
|
|
333
333
|
directory.
|
|
334
334
|
```
|
|
335
335
|
|
|
336
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.2.
|
|
336
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.2.4/src/commands/analytics/generate/template.ts)_
|
|
337
337
|
|
|
338
338
|
## `sf apex generate class`
|
|
339
339
|
|
|
@@ -392,7 +392,7 @@ FLAG DESCRIPTIONS
|
|
|
392
392
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
393
393
|
```
|
|
394
394
|
|
|
395
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.2.
|
|
395
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.2.4/src/commands/apex/generate/class.ts)_
|
|
396
396
|
|
|
397
397
|
## `sf apex generate trigger`
|
|
398
398
|
|
|
@@ -461,7 +461,7 @@ FLAG DESCRIPTIONS
|
|
|
461
461
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
462
462
|
```
|
|
463
463
|
|
|
464
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.2.
|
|
464
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.2.4/src/commands/apex/generate/trigger.ts)_
|
|
465
465
|
|
|
466
466
|
## `sf apex get log`
|
|
467
467
|
|
|
@@ -517,7 +517,7 @@ FLAG DESCRIPTIONS
|
|
|
517
517
|
directory.
|
|
518
518
|
```
|
|
519
519
|
|
|
520
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.1.
|
|
520
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.1.9/src/commands/apex/get/log.ts)_
|
|
521
521
|
|
|
522
522
|
## `sf apex get test`
|
|
523
523
|
|
|
@@ -571,7 +571,7 @@ EXAMPLES
|
|
|
571
571
|
me@myorg',
|
|
572
572
|
```
|
|
573
573
|
|
|
574
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.1.
|
|
574
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.1.9/src/commands/apex/get/test.ts)_
|
|
575
575
|
|
|
576
576
|
## `sf apex list log`
|
|
577
577
|
|
|
@@ -611,7 +611,7 @@ EXAMPLES
|
|
|
611
611
|
$ sf apex list log --target-org me@my.org
|
|
612
612
|
```
|
|
613
613
|
|
|
614
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.1.
|
|
614
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.1.9/src/commands/apex/list/log.ts)_
|
|
615
615
|
|
|
616
616
|
## `sf apex run`
|
|
617
617
|
|
|
@@ -658,7 +658,7 @@ EXAMPLES
|
|
|
658
658
|
$ sf apex run
|
|
659
659
|
```
|
|
660
660
|
|
|
661
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.1.
|
|
661
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.1.9/src/commands/apex/run.ts)_
|
|
662
662
|
|
|
663
663
|
## `sf apex run test`
|
|
664
664
|
|
|
@@ -766,7 +766,7 @@ FLAG DESCRIPTIONS
|
|
|
766
766
|
--tests Test1 --tests Test2
|
|
767
767
|
```
|
|
768
768
|
|
|
769
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.1.
|
|
769
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.1.9/src/commands/apex/run/test.ts)_
|
|
770
770
|
|
|
771
771
|
## `sf apex tail log`
|
|
772
772
|
|
|
@@ -809,7 +809,7 @@ EXAMPLES
|
|
|
809
809
|
$ sf apex tail log --color --skip-trace-flag
|
|
810
810
|
```
|
|
811
811
|
|
|
812
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.1.
|
|
812
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.1.9/src/commands/apex/tail/log.ts)_
|
|
813
813
|
|
|
814
814
|
## `sf autocomplete [SHELL]`
|
|
815
815
|
|
|
@@ -840,7 +840,7 @@ EXAMPLES
|
|
|
840
840
|
$ sf autocomplete --refresh-cache
|
|
841
841
|
```
|
|
842
842
|
|
|
843
|
-
_See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/3.0.
|
|
843
|
+
_See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/3.0.16/src/commands/autocomplete/index.ts)_
|
|
844
844
|
|
|
845
845
|
## `sf commands`
|
|
846
846
|
|
|
@@ -1137,7 +1137,7 @@ EXAMPLES
|
|
|
1137
1137
|
TracedEntityId=01p17000000R6bLAAS"
|
|
1138
1138
|
```
|
|
1139
1139
|
|
|
1140
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.3.
|
|
1140
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.3.2/src/commands/data/create/record.ts)_
|
|
1141
1141
|
|
|
1142
1142
|
## `sf data delete bulk`
|
|
1143
1143
|
|
|
@@ -1184,7 +1184,7 @@ EXAMPLES
|
|
|
1184
1184
|
$ sf data delete bulk --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
|
|
1185
1185
|
```
|
|
1186
1186
|
|
|
1187
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.3.
|
|
1187
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.3.2/src/commands/data/delete/bulk.ts)_
|
|
1188
1188
|
|
|
1189
1189
|
## `sf data delete record`
|
|
1190
1190
|
|
|
@@ -1245,7 +1245,7 @@ EXAMPLES
|
|
|
1245
1245
|
$ sf data delete record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
|
|
1246
1246
|
```
|
|
1247
1247
|
|
|
1248
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.3.
|
|
1248
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.3.2/src/commands/data/delete/record.ts)_
|
|
1249
1249
|
|
|
1250
1250
|
## `sf data delete resume`
|
|
1251
1251
|
|
|
@@ -1284,7 +1284,7 @@ EXAMPLES
|
|
|
1284
1284
|
$ sf data delete resume --use-most-recent --target-org my-scratch
|
|
1285
1285
|
```
|
|
1286
1286
|
|
|
1287
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.3.
|
|
1287
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.3.2/src/commands/data/delete/resume.ts)_
|
|
1288
1288
|
|
|
1289
1289
|
## `sf data export beta tree`
|
|
1290
1290
|
|
|
@@ -1342,7 +1342,7 @@ EXAMPLES
|
|
|
1342
1342
|
my-scratch
|
|
1343
1343
|
```
|
|
1344
1344
|
|
|
1345
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.3.
|
|
1345
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.3.2/src/commands/data/export/beta/tree.ts)_
|
|
1346
1346
|
|
|
1347
1347
|
## `sf data export tree`
|
|
1348
1348
|
|
|
@@ -1402,7 +1402,7 @@ EXAMPLES
|
|
|
1402
1402
|
my-scratch
|
|
1403
1403
|
```
|
|
1404
1404
|
|
|
1405
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.3.
|
|
1405
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.3.2/src/commands/data/export/tree.ts)_
|
|
1406
1406
|
|
|
1407
1407
|
## `sf data get record`
|
|
1408
1408
|
|
|
@@ -1466,7 +1466,7 @@ EXAMPLES
|
|
|
1466
1466
|
$ sf data get record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
|
|
1467
1467
|
```
|
|
1468
1468
|
|
|
1469
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.3.
|
|
1469
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.3.2/src/commands/data/get/record.ts)_
|
|
1470
1470
|
|
|
1471
1471
|
## `sf data import beta tree`
|
|
1472
1472
|
|
|
@@ -1509,7 +1509,7 @@ EXAMPLES
|
|
|
1509
1509
|
$ sf data import beta tree --plan Account-Contact-plan.json
|
|
1510
1510
|
```
|
|
1511
1511
|
|
|
1512
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.3.
|
|
1512
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.3.2/src/commands/data/import/beta/tree.ts)_
|
|
1513
1513
|
|
|
1514
1514
|
## `sf data import tree`
|
|
1515
1515
|
|
|
@@ -1559,7 +1559,7 @@ EXAMPLES
|
|
|
1559
1559
|
$ sf data import tree --plan Account-Contact-plan.json
|
|
1560
1560
|
```
|
|
1561
1561
|
|
|
1562
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.3.
|
|
1562
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.3.2/src/commands/data/import/tree.ts)_
|
|
1563
1563
|
|
|
1564
1564
|
## `sf data query`
|
|
1565
1565
|
|
|
@@ -1623,7 +1623,7 @@ EXAMPLES
|
|
|
1623
1623
|
$ sf data query --query "SELECT Id FROM Contact" --bulk --wait 0
|
|
1624
1624
|
```
|
|
1625
1625
|
|
|
1626
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.3.
|
|
1626
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.3.2/src/commands/data/query.ts)_
|
|
1627
1627
|
|
|
1628
1628
|
## `sf data query resume`
|
|
1629
1629
|
|
|
@@ -1661,7 +1661,7 @@ EXAMPLES
|
|
|
1661
1661
|
$ sf data query resume --bulk-query-id 7500x000005BdFzXXX
|
|
1662
1662
|
```
|
|
1663
1663
|
|
|
1664
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.3.
|
|
1664
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.3.2/src/commands/data/query/resume.ts)_
|
|
1665
1665
|
|
|
1666
1666
|
## `sf data resume`
|
|
1667
1667
|
|
|
@@ -1698,7 +1698,7 @@ EXAMPLES
|
|
|
1698
1698
|
$ sf data resume --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA
|
|
1699
1699
|
```
|
|
1700
1700
|
|
|
1701
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.3.
|
|
1701
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.3.2/src/commands/data/resume.ts)_
|
|
1702
1702
|
|
|
1703
1703
|
## `sf data update record`
|
|
1704
1704
|
|
|
@@ -1760,7 +1760,7 @@ EXAMPLES
|
|
|
1760
1760
|
"ExpirationDate=2017-12-01T00:58:04.000+0000"
|
|
1761
1761
|
```
|
|
1762
1762
|
|
|
1763
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.3.
|
|
1763
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.3.2/src/commands/data/update/record.ts)_
|
|
1764
1764
|
|
|
1765
1765
|
## `sf data upsert bulk`
|
|
1766
1766
|
|
|
@@ -1813,7 +1813,7 @@ EXAMPLES
|
|
|
1813
1813
|
my-scratch
|
|
1814
1814
|
```
|
|
1815
1815
|
|
|
1816
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.3.
|
|
1816
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.3.2/src/commands/data/upsert/bulk.ts)_
|
|
1817
1817
|
|
|
1818
1818
|
## `sf data upsert resume`
|
|
1819
1819
|
|
|
@@ -1852,7 +1852,7 @@ EXAMPLES
|
|
|
1852
1852
|
$ sf data upsert resume --use-most-recent --target-org my-scratch
|
|
1853
1853
|
```
|
|
1854
1854
|
|
|
1855
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.3.
|
|
1855
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.3.2/src/commands/data/upsert/resume.ts)_
|
|
1856
1856
|
|
|
1857
1857
|
## `sf doctor`
|
|
1858
1858
|
|
|
@@ -1900,7 +1900,7 @@ EXAMPLES
|
|
|
1900
1900
|
$ sf doctor --plugin @salesforce/plugin-source
|
|
1901
1901
|
```
|
|
1902
1902
|
|
|
1903
|
-
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.2.
|
|
1903
|
+
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.2.3/src/commands/doctor.ts)_
|
|
1904
1904
|
|
|
1905
1905
|
## `sf force data bulk delete`
|
|
1906
1906
|
|
|
@@ -1947,7 +1947,7 @@ EXAMPLES
|
|
|
1947
1947
|
$ sf force data bulk delete --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
|
|
1948
1948
|
```
|
|
1949
1949
|
|
|
1950
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.3.
|
|
1950
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.3.2/src/commands/force/data/bulk/delete.ts)_
|
|
1951
1951
|
|
|
1952
1952
|
## `sf force data bulk status`
|
|
1953
1953
|
|
|
@@ -1984,7 +1984,7 @@ EXAMPLES
|
|
|
1984
1984
|
$ sf force data bulk status --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA --target-org my-scratch
|
|
1985
1985
|
```
|
|
1986
1986
|
|
|
1987
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.3.
|
|
1987
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.3.2/src/commands/force/data/bulk/status.ts)_
|
|
1988
1988
|
|
|
1989
1989
|
## `sf force data bulk upsert`
|
|
1990
1990
|
|
|
@@ -2042,7 +2042,7 @@ EXAMPLES
|
|
|
2042
2042
|
--target-org my-scratch
|
|
2043
2043
|
```
|
|
2044
2044
|
|
|
2045
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.3.
|
|
2045
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.3.2/src/commands/force/data/bulk/upsert.ts)_
|
|
2046
2046
|
|
|
2047
2047
|
## `sf help [COMMAND]`
|
|
2048
2048
|
|
|
@@ -2102,7 +2102,7 @@ EXAMPLES
|
|
|
2102
2102
|
$ sf info releasenotes display --version latest
|
|
2103
2103
|
```
|
|
2104
2104
|
|
|
2105
|
-
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.2.
|
|
2105
|
+
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.2.3/src/commands/info/releasenotes/display.ts)_
|
|
2106
2106
|
|
|
2107
2107
|
## `sf lightning generate app`
|
|
2108
2108
|
|
|
@@ -2157,7 +2157,7 @@ FLAG DESCRIPTIONS
|
|
|
2157
2157
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
2158
2158
|
```
|
|
2159
2159
|
|
|
2160
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.2.
|
|
2160
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.2.4/src/commands/lightning/generate/app.ts)_
|
|
2161
2161
|
|
|
2162
2162
|
## `sf lightning generate component`
|
|
2163
2163
|
|
|
@@ -2226,7 +2226,7 @@ FLAG DESCRIPTIONS
|
|
|
2226
2226
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
2227
2227
|
```
|
|
2228
2228
|
|
|
2229
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.2.
|
|
2229
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.2.4/src/commands/lightning/generate/component.ts)_
|
|
2230
2230
|
|
|
2231
2231
|
## `sf lightning generate event`
|
|
2232
2232
|
|
|
@@ -2281,7 +2281,7 @@ FLAG DESCRIPTIONS
|
|
|
2281
2281
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
2282
2282
|
```
|
|
2283
2283
|
|
|
2284
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.2.
|
|
2284
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.2.4/src/commands/lightning/generate/event.ts)_
|
|
2285
2285
|
|
|
2286
2286
|
## `sf lightning generate interface`
|
|
2287
2287
|
|
|
@@ -2336,7 +2336,7 @@ FLAG DESCRIPTIONS
|
|
|
2336
2336
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
2337
2337
|
```
|
|
2338
2338
|
|
|
2339
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.2.
|
|
2339
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.2.4/src/commands/lightning/generate/interface.ts)_
|
|
2340
2340
|
|
|
2341
2341
|
## `sf lightning generate test`
|
|
2342
2342
|
|
|
@@ -2391,7 +2391,7 @@ FLAG DESCRIPTIONS
|
|
|
2391
2391
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
2392
2392
|
```
|
|
2393
2393
|
|
|
2394
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.2.
|
|
2394
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.2.4/src/commands/lightning/generate/test.ts)_
|
|
2395
2395
|
|
|
2396
2396
|
## `sf org assign permset`
|
|
2397
2397
|
|
|
@@ -2598,7 +2598,7 @@ FLAG DESCRIPTIONS
|
|
|
2598
2598
|
sandbox.
|
|
2599
2599
|
```
|
|
2600
2600
|
|
|
2601
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.
|
|
2601
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.3/src/commands/org/create/sandbox.ts)_
|
|
2602
2602
|
|
|
2603
2603
|
## `sf org create scratch`
|
|
2604
2604
|
|
|
@@ -2752,7 +2752,7 @@ FLAG DESCRIPTIONS
|
|
|
2752
2752
|
Omit this flag to have Salesforce generate a unique username for your org.
|
|
2753
2753
|
```
|
|
2754
2754
|
|
|
2755
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.
|
|
2755
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.3/src/commands/org/create/scratch.ts)_
|
|
2756
2756
|
|
|
2757
2757
|
## `sf org create user`
|
|
2758
2758
|
|
|
@@ -2905,7 +2905,7 @@ EXAMPLES
|
|
|
2905
2905
|
$ sf org delete sandbox --target-org my-sandbox --no-prompt
|
|
2906
2906
|
```
|
|
2907
2907
|
|
|
2908
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.
|
|
2908
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.3/src/commands/org/delete/sandbox.ts)_
|
|
2909
2909
|
|
|
2910
2910
|
## `sf org delete scratch`
|
|
2911
2911
|
|
|
@@ -2948,7 +2948,7 @@ EXAMPLES
|
|
|
2948
2948
|
$ sf org delete scratch --target-org my-scratch-org --no-prompt
|
|
2949
2949
|
```
|
|
2950
2950
|
|
|
2951
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.
|
|
2951
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.3/src/commands/org/delete/scratch.ts)_
|
|
2952
2952
|
|
|
2953
2953
|
## `sf org disable tracking`
|
|
2954
2954
|
|
|
@@ -2987,7 +2987,7 @@ EXAMPLES
|
|
|
2987
2987
|
$ sf org disable tracking
|
|
2988
2988
|
```
|
|
2989
2989
|
|
|
2990
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.
|
|
2990
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.3/src/commands/org/disable/tracking.ts)_
|
|
2991
2991
|
|
|
2992
2992
|
## `sf org display`
|
|
2993
2993
|
|
|
@@ -3032,7 +3032,7 @@ EXAMPLES
|
|
|
3032
3032
|
$ sf org display --target-org TestOrg1 --verbose
|
|
3033
3033
|
```
|
|
3034
3034
|
|
|
3035
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.
|
|
3035
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.3/src/commands/org/display.ts)_
|
|
3036
3036
|
|
|
3037
3037
|
## `sf org display user`
|
|
3038
3038
|
|
|
@@ -3113,7 +3113,7 @@ EXAMPLES
|
|
|
3113
3113
|
$ sf org enable tracking
|
|
3114
3114
|
```
|
|
3115
3115
|
|
|
3116
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.
|
|
3116
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.3/src/commands/org/enable/tracking.ts)_
|
|
3117
3117
|
|
|
3118
3118
|
## `sf org generate password`
|
|
3119
3119
|
|
|
@@ -3219,7 +3219,7 @@ EXAMPLES
|
|
|
3219
3219
|
$ sf org list --clean
|
|
3220
3220
|
```
|
|
3221
3221
|
|
|
3222
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.
|
|
3222
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.3/src/commands/org/list.ts)_
|
|
3223
3223
|
|
|
3224
3224
|
## `sf org list auth`
|
|
3225
3225
|
|
|
@@ -3291,7 +3291,7 @@ EXAMPLES
|
|
|
3291
3291
|
$ sf org list limits --target-org my-scratch-org
|
|
3292
3292
|
```
|
|
3293
3293
|
|
|
3294
|
-
_See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.3.
|
|
3294
|
+
_See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.3.4/src/commands/org/list/limits.ts)_
|
|
3295
3295
|
|
|
3296
3296
|
## `sf org list metadata`
|
|
3297
3297
|
|
|
@@ -3358,7 +3358,7 @@ FLAG DESCRIPTIONS
|
|
|
3358
3358
|
Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
|
|
3359
3359
|
```
|
|
3360
3360
|
|
|
3361
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.
|
|
3361
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.3/src/commands/org/list/metadata.ts)_
|
|
3362
3362
|
|
|
3363
3363
|
## `sf org list metadata-types`
|
|
3364
3364
|
|
|
@@ -3413,7 +3413,7 @@ FLAG DESCRIPTIONS
|
|
|
3413
3413
|
Override the api version used for api requests made by this command
|
|
3414
3414
|
```
|
|
3415
3415
|
|
|
3416
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.
|
|
3416
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.3/src/commands/org/list/metadata-types.ts)_
|
|
3417
3417
|
|
|
3418
3418
|
## `sf org list sobject record-counts`
|
|
3419
3419
|
|
|
@@ -3459,7 +3459,7 @@ EXAMPLES
|
|
|
3459
3459
|
$ sf org list sobject record-counts --sobject Account --sobject Lead --target-org my-scratch-org
|
|
3460
3460
|
```
|
|
3461
3461
|
|
|
3462
|
-
_See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.3.
|
|
3462
|
+
_See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.3.4/src/commands/org/list/sobject/record-counts.ts)_
|
|
3463
3463
|
|
|
3464
3464
|
## `sf org list users`
|
|
3465
3465
|
|
|
@@ -3987,7 +3987,7 @@ EXAMPLES
|
|
|
3987
3987
|
$ sf org open --source-file force-app/main/default/flows/Hello.flow-meta.xml
|
|
3988
3988
|
```
|
|
3989
3989
|
|
|
3990
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.
|
|
3990
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.3/src/commands/org/open.ts)_
|
|
3991
3991
|
|
|
3992
3992
|
## `sf org refresh sandbox`
|
|
3993
3993
|
|
|
@@ -4064,7 +4064,7 @@ FLAG DESCRIPTIONS
|
|
|
4064
4064
|
By default, a sandbox auto-activates after a refresh. Use this flag to control sandbox activation manually.
|
|
4065
4065
|
```
|
|
4066
4066
|
|
|
4067
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.
|
|
4067
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.3/src/commands/org/refresh/sandbox.ts)_
|
|
4068
4068
|
|
|
4069
4069
|
## `sf org resume sandbox`
|
|
4070
4070
|
|
|
@@ -4127,7 +4127,7 @@ FLAG DESCRIPTIONS
|
|
|
4127
4127
|
returns the job ID. To resume checking the sandbox creation, rerun this command.
|
|
4128
4128
|
```
|
|
4129
4129
|
|
|
4130
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.
|
|
4130
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.3/src/commands/org/resume/sandbox.ts)_
|
|
4131
4131
|
|
|
4132
4132
|
## `sf org resume scratch`
|
|
4133
4133
|
|
|
@@ -4174,7 +4174,7 @@ FLAG DESCRIPTIONS
|
|
|
4174
4174
|
The job ID is valid for 24 hours after you start the scratch org creation.
|
|
4175
4175
|
```
|
|
4176
4176
|
|
|
4177
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.
|
|
4177
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.1.3/src/commands/org/resume/scratch.ts)_
|
|
4178
4178
|
|
|
4179
4179
|
## `sf package1 version create`
|
|
4180
4180
|
|
|
@@ -5391,7 +5391,7 @@ EXAMPLES
|
|
|
5391
5391
|
$ sf plugins
|
|
5392
5392
|
```
|
|
5393
5393
|
|
|
5394
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.
|
|
5394
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.13/src/commands/plugins/index.ts)_
|
|
5395
5395
|
|
|
5396
5396
|
## `sf plugins discover`
|
|
5397
5397
|
|
|
@@ -5409,7 +5409,7 @@ EXAMPLES
|
|
|
5409
5409
|
$ sf plugins discover
|
|
5410
5410
|
```
|
|
5411
5411
|
|
|
5412
|
-
_See code: [@salesforce/plugin-marketplace](https://github.com/salesforcecli/plugin-marketplace/blob/1.2.
|
|
5412
|
+
_See code: [@salesforce/plugin-marketplace](https://github.com/salesforcecli/plugin-marketplace/blob/1.2.4/src/commands/plugins/discover.ts)_
|
|
5413
5413
|
|
|
5414
5414
|
## `sf plugins:inspect PLUGIN...`
|
|
5415
5415
|
|
|
@@ -5436,7 +5436,7 @@ EXAMPLES
|
|
|
5436
5436
|
$ sf plugins inspect @salesforce/plugin-packaging
|
|
5437
5437
|
```
|
|
5438
5438
|
|
|
5439
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.
|
|
5439
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.13/src/commands/plugins/inspect.ts)_
|
|
5440
5440
|
|
|
5441
5441
|
## `sf plugins install PLUGIN`
|
|
5442
5442
|
|
|
@@ -5485,7 +5485,7 @@ EXAMPLES
|
|
|
5485
5485
|
$ sf plugins install someuser/someplugin
|
|
5486
5486
|
```
|
|
5487
5487
|
|
|
5488
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.
|
|
5488
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.13/src/commands/plugins/install.ts)_
|
|
5489
5489
|
|
|
5490
5490
|
## `sf plugins link PATH`
|
|
5491
5491
|
|
|
@@ -5515,7 +5515,7 @@ EXAMPLES
|
|
|
5515
5515
|
$ sf plugins link @salesforce/plugin-packaging
|
|
5516
5516
|
```
|
|
5517
5517
|
|
|
5518
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.
|
|
5518
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.13/src/commands/plugins/link.ts)_
|
|
5519
5519
|
|
|
5520
5520
|
## `sf plugins reset`
|
|
5521
5521
|
|
|
@@ -5530,7 +5530,7 @@ FLAGS
|
|
|
5530
5530
|
--reinstall Reinstall all plugins after uninstalling.
|
|
5531
5531
|
```
|
|
5532
5532
|
|
|
5533
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.
|
|
5533
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.13/src/commands/plugins/reset.ts)_
|
|
5534
5534
|
|
|
5535
5535
|
## `sf plugins trust verify`
|
|
5536
5536
|
|
|
@@ -5559,7 +5559,7 @@ EXAMPLES
|
|
|
5559
5559
|
$ sf plugins trust verify --npm @scope/npmName
|
|
5560
5560
|
```
|
|
5561
5561
|
|
|
5562
|
-
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.6.
|
|
5562
|
+
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.6.6/src/commands/plugins/trust/verify.ts)_
|
|
5563
5563
|
|
|
5564
5564
|
## `sf plugins uninstall [PLUGIN]`
|
|
5565
5565
|
|
|
@@ -5587,7 +5587,7 @@ EXAMPLES
|
|
|
5587
5587
|
$ sf plugins uninstall @salesforce/plugin-packaging
|
|
5588
5588
|
```
|
|
5589
5589
|
|
|
5590
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.
|
|
5590
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.13/src/commands/plugins/uninstall.ts)_
|
|
5591
5591
|
|
|
5592
5592
|
## `sf plugins update`
|
|
5593
5593
|
|
|
@@ -5605,7 +5605,7 @@ DESCRIPTION
|
|
|
5605
5605
|
Update installed plugins.
|
|
5606
5606
|
```
|
|
5607
5607
|
|
|
5608
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.
|
|
5608
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.13/src/commands/plugins/update.ts)_
|
|
5609
5609
|
|
|
5610
5610
|
## `sf project convert mdapi`
|
|
5611
5611
|
|
|
@@ -5668,7 +5668,7 @@ FLAG DESCRIPTIONS
|
|
|
5668
5668
|
If you specify this parameter, don’t specify --metadata or --source-dir.
|
|
5669
5669
|
```
|
|
5670
5670
|
|
|
5671
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.
|
|
5671
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.6/src/commands/project/convert/mdapi.ts)_
|
|
5672
5672
|
|
|
5673
5673
|
## `sf project convert source`
|
|
5674
5674
|
|
|
@@ -5680,7 +5680,7 @@ USAGE
|
|
|
5680
5680
|
[-p <value> | -x <value> | -m <value>]
|
|
5681
5681
|
|
|
5682
5682
|
FLAGS
|
|
5683
|
-
-d, --output-dir=<value> [default:
|
|
5683
|
+
-d, --output-dir=<value> [default: metadataPackage_1713810320353] Output directory to store the Metadata
|
|
5684
5684
|
API–formatted files in.
|
|
5685
5685
|
-m, --metadata=<value>... Metadata component names to convert.
|
|
5686
5686
|
-n, --package-name=<value> Name of the package to associate with the metadata-formatted files.
|
|
@@ -5741,7 +5741,7 @@ FLAG DESCRIPTIONS
|
|
|
5741
5741
|
Override the api version used for api requests made by this command
|
|
5742
5742
|
```
|
|
5743
5743
|
|
|
5744
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.
|
|
5744
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.6/src/commands/project/convert/source.ts)_
|
|
5745
5745
|
|
|
5746
5746
|
## `sf project delete source`
|
|
5747
5747
|
|
|
@@ -5881,7 +5881,7 @@ FLAG DESCRIPTIONS
|
|
|
5881
5881
|
- Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
|
|
5882
5882
|
```
|
|
5883
5883
|
|
|
5884
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.
|
|
5884
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.6/src/commands/project/delete/source.ts)_
|
|
5885
5885
|
|
|
5886
5886
|
## `sf project delete tracking`
|
|
5887
5887
|
|
|
@@ -5918,7 +5918,7 @@ EXAMPLES
|
|
|
5918
5918
|
$ sf project delete tracking --target-org my-scratch
|
|
5919
5919
|
```
|
|
5920
5920
|
|
|
5921
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.
|
|
5921
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.6/src/commands/project/delete/tracking.ts)_
|
|
5922
5922
|
|
|
5923
5923
|
## `sf project deploy cancel`
|
|
5924
5924
|
|
|
@@ -5994,7 +5994,7 @@ FLAG DESCRIPTIONS
|
|
|
5994
5994
|
project deploy report".
|
|
5995
5995
|
```
|
|
5996
5996
|
|
|
5997
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.
|
|
5997
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.6/src/commands/project/deploy/cancel.ts)_
|
|
5998
5998
|
|
|
5999
5999
|
## `sf project deploy preview`
|
|
6000
6000
|
|
|
@@ -6080,7 +6080,7 @@ FLAG DESCRIPTIONS
|
|
|
6080
6080
|
All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
|
|
6081
6081
|
```
|
|
6082
6082
|
|
|
6083
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.
|
|
6083
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.6/src/commands/project/deploy/preview.ts)_
|
|
6084
6084
|
|
|
6085
6085
|
## `sf project deploy quick`
|
|
6086
6086
|
|
|
@@ -6177,7 +6177,7 @@ ERROR CODES
|
|
|
6177
6177
|
Canceling (69) The deploy is being canceled.
|
|
6178
6178
|
```
|
|
6179
6179
|
|
|
6180
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.
|
|
6180
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.6/src/commands/project/deploy/quick.ts)_
|
|
6181
6181
|
|
|
6182
6182
|
## `sf project deploy report`
|
|
6183
6183
|
|
|
@@ -6273,7 +6273,7 @@ FLAG DESCRIPTIONS
|
|
|
6273
6273
|
--coverage-formatters lcov --coverage-formatters clover
|
|
6274
6274
|
```
|
|
6275
6275
|
|
|
6276
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.
|
|
6276
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.6/src/commands/project/deploy/report.ts)_
|
|
6277
6277
|
|
|
6278
6278
|
## `sf project deploy resume`
|
|
6279
6279
|
|
|
@@ -6370,7 +6370,7 @@ ERROR CODES
|
|
|
6370
6370
|
Canceling (69) The deploy is being canceled.
|
|
6371
6371
|
```
|
|
6372
6372
|
|
|
6373
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.
|
|
6373
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.6/src/commands/project/deploy/resume.ts)_
|
|
6374
6374
|
|
|
6375
6375
|
## `sf project deploy start`
|
|
6376
6376
|
|
|
@@ -6608,7 +6608,7 @@ ERROR CODES
|
|
|
6608
6608
|
Canceling (69) The deploy is being canceled.
|
|
6609
6609
|
```
|
|
6610
6610
|
|
|
6611
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.
|
|
6611
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.6/src/commands/project/deploy/start.ts)_
|
|
6612
6612
|
|
|
6613
6613
|
## `sf project deploy validate`
|
|
6614
6614
|
|
|
@@ -6800,7 +6800,7 @@ ERROR CODES
|
|
|
6800
6800
|
Canceling (69) The deploy is being canceled.
|
|
6801
6801
|
```
|
|
6802
6802
|
|
|
6803
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.
|
|
6803
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.6/src/commands/project/deploy/validate.ts)_
|
|
6804
6804
|
|
|
6805
6805
|
## `sf project generate`
|
|
6806
6806
|
|
|
@@ -6905,7 +6905,7 @@ FLAG DESCRIPTIONS
|
|
|
6905
6905
|
Override the api version used for api requests made by this command
|
|
6906
6906
|
```
|
|
6907
6907
|
|
|
6908
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.2.
|
|
6908
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.2.4/src/commands/project/generate.ts)_
|
|
6909
6909
|
|
|
6910
6910
|
## `sf project generate manifest`
|
|
6911
6911
|
|
|
@@ -6981,7 +6981,7 @@ EXAMPLES
|
|
|
6981
6981
|
$ sf project generate manifest --from-org test@myorg.com --include-packages unlocked
|
|
6982
6982
|
```
|
|
6983
6983
|
|
|
6984
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.
|
|
6984
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.6/src/commands/project/generate/manifest.ts)_
|
|
6985
6985
|
|
|
6986
6986
|
## `sf project list ignored`
|
|
6987
6987
|
|
|
@@ -7023,7 +7023,7 @@ EXAMPLES
|
|
|
7023
7023
|
$ sf project list ignored --source-dir package.xml
|
|
7024
7024
|
```
|
|
7025
7025
|
|
|
7026
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.
|
|
7026
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.6/src/commands/project/list/ignored.ts)_
|
|
7027
7027
|
|
|
7028
7028
|
## `sf project reset tracking`
|
|
7029
7029
|
|
|
@@ -7072,7 +7072,7 @@ EXAMPLES
|
|
|
7072
7072
|
$ sf project reset tracking --revision 30
|
|
7073
7073
|
```
|
|
7074
7074
|
|
|
7075
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.
|
|
7075
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.6/src/commands/project/reset/tracking.ts)_
|
|
7076
7076
|
|
|
7077
7077
|
## `sf project retrieve preview`
|
|
7078
7078
|
|
|
@@ -7129,7 +7129,7 @@ FLAG DESCRIPTIONS
|
|
|
7129
7129
|
Overrides your default org.
|
|
7130
7130
|
```
|
|
7131
7131
|
|
|
7132
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.
|
|
7132
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.6/src/commands/project/retrieve/preview.ts)_
|
|
7133
7133
|
|
|
7134
7134
|
## `sf project retrieve start`
|
|
7135
7135
|
|
|
@@ -7288,7 +7288,7 @@ ENVIRONMENT VARIABLES
|
|
|
7288
7288
|
SF_USE_PROGRESS_BAR Set to false to disable the progress bar when running the metadata deploy command.
|
|
7289
7289
|
```
|
|
7290
7290
|
|
|
7291
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.
|
|
7291
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.6.6/src/commands/project/retrieve/start.ts)_
|
|
7292
7292
|
|
|
7293
7293
|
## `sf schema generate field`
|
|
7294
7294
|
|
|
@@ -7342,7 +7342,7 @@ FLAG DESCRIPTIONS
|
|
|
7342
7342
|
If you don't specify this flag, the command prompts you to choose from your local objects.
|
|
7343
7343
|
```
|
|
7344
7344
|
|
|
7345
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.3.
|
|
7345
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.3.6/src/commands/schema/generate/field.ts)_
|
|
7346
7346
|
|
|
7347
7347
|
## `sf schema generate platformevent`
|
|
7348
7348
|
|
|
@@ -7374,7 +7374,7 @@ EXAMPLES
|
|
|
7374
7374
|
$ sf schema generate platformevent --label "My Platform Event"
|
|
7375
7375
|
```
|
|
7376
7376
|
|
|
7377
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.3.
|
|
7377
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.3.6/src/commands/schema/generate/platformevent.ts)_
|
|
7378
7378
|
|
|
7379
7379
|
## `sf schema generate sobject`
|
|
7380
7380
|
|
|
@@ -7431,7 +7431,7 @@ FLAG DESCRIPTIONS
|
|
|
7431
7431
|
- Streaming API: With Bulk API and Sharing, classifies the custom object as an Enterprise Application object.
|
|
7432
7432
|
```
|
|
7433
7433
|
|
|
7434
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.3.
|
|
7434
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.3.6/src/commands/schema/generate/sobject.ts)_
|
|
7435
7435
|
|
|
7436
7436
|
## `sf schema generate tab`
|
|
7437
7437
|
|
|
@@ -7479,7 +7479,7 @@ FLAG DESCRIPTIONS
|
|
|
7479
7479
|
The API name for a custom object always ends in `__c`, such as `MyObject__c`.
|
|
7480
7480
|
```
|
|
7481
7481
|
|
|
7482
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.3.
|
|
7482
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.3.6/src/commands/schema/generate/tab.ts)_
|
|
7483
7483
|
|
|
7484
7484
|
## `sf search`
|
|
7485
7485
|
|
|
@@ -7495,7 +7495,7 @@ DESCRIPTION
|
|
|
7495
7495
|
Once you select a command, hit enter and it will show the help for that command.
|
|
7496
7496
|
```
|
|
7497
7497
|
|
|
7498
|
-
_See code: [@oclif/plugin-search](https://github.com/oclif/plugin-search/blob/1.0.
|
|
7498
|
+
_See code: [@oclif/plugin-search](https://github.com/oclif/plugin-search/blob/1.0.23/src/commands/search.ts)_
|
|
7499
7499
|
|
|
7500
7500
|
## `sf sobject describe`
|
|
7501
7501
|
|
|
@@ -7542,7 +7542,7 @@ EXAMPLES
|
|
|
7542
7542
|
$ sf sobject describe --sobject ApexCodeCoverage --use-tooling-api
|
|
7543
7543
|
```
|
|
7544
7544
|
|
|
7545
|
-
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.
|
|
7545
|
+
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.4/src/commands/sobject/describe.ts)_
|
|
7546
7546
|
|
|
7547
7547
|
## `sf sobject list`
|
|
7548
7548
|
|
|
@@ -7581,7 +7581,7 @@ EXAMPLES
|
|
|
7581
7581
|
$ sf sobject list --sobject custom --target-org my-scratch-org
|
|
7582
7582
|
```
|
|
7583
7583
|
|
|
7584
|
-
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.
|
|
7584
|
+
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.3.4/src/commands/sobject/list.ts)_
|
|
7585
7585
|
|
|
7586
7586
|
## `sf static-resource generate`
|
|
7587
7587
|
|
|
@@ -7643,7 +7643,7 @@ FLAG DESCRIPTIONS
|
|
|
7643
7643
|
etc.
|
|
7644
7644
|
```
|
|
7645
7645
|
|
|
7646
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.2.
|
|
7646
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.2.4/src/commands/static-resource/generate.ts)_
|
|
7647
7647
|
|
|
7648
7648
|
## `sf update [CHANNEL]`
|
|
7649
7649
|
|
|
@@ -7680,7 +7680,7 @@ EXAMPLES
|
|
|
7680
7680
|
$ sf update --available
|
|
7681
7681
|
```
|
|
7682
7682
|
|
|
7683
|
-
_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.2.
|
|
7683
|
+
_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.2.7/src/commands/update.ts)_
|
|
7684
7684
|
|
|
7685
7685
|
## `sf version`
|
|
7686
7686
|
|
|
@@ -7756,7 +7756,7 @@ FLAG DESCRIPTIONS
|
|
|
7756
7756
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
7757
7757
|
```
|
|
7758
7758
|
|
|
7759
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.2.
|
|
7759
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.2.4/src/commands/visualforce/generate/component.ts)_
|
|
7760
7760
|
|
|
7761
7761
|
## `sf visualforce generate page`
|
|
7762
7762
|
|
|
@@ -7806,7 +7806,7 @@ FLAG DESCRIPTIONS
|
|
|
7806
7806
|
The name can be up to 40 characters and must start with a letter.
|
|
7807
7807
|
```
|
|
7808
7808
|
|
|
7809
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.2.
|
|
7809
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.2.4/src/commands/visualforce/generate/page.ts)_
|
|
7810
7810
|
|
|
7811
7811
|
## `sf which`
|
|
7812
7812
|
|
|
@@ -7828,6 +7828,6 @@ EXAMPLES
|
|
|
7828
7828
|
$ sf which help
|
|
7829
7829
|
```
|
|
7830
7830
|
|
|
7831
|
-
_See code: [@oclif/plugin-which](https://github.com/oclif/plugin-which/blob/3.1.
|
|
7831
|
+
_See code: [@oclif/plugin-which](https://github.com/oclif/plugin-which/blob/3.1.8/src/commands/which.ts)_
|
|
7832
7832
|
|
|
7833
7833
|
<!-- commandsstop -->
|