@salesforce/cli 2.37.0 → 2.37.2
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 +87 -87
- package/npm-shrinkwrap.json +565 -725
- package/oclif.manifest.json +1 -1
- package/package.json +22 -22
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.37.
|
|
27
|
+
@salesforce/cli/2.37.2 linux-x64 node-v20.12.0
|
|
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.1.
|
|
336
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.1.1/src/commands/analytics/generate/template.ts)_
|
|
337
337
|
|
|
338
338
|
## `sf apex generate class`
|
|
339
339
|
|
|
@@ -390,7 +390,7 @@ FLAG DESCRIPTIONS
|
|
|
390
390
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
391
391
|
```
|
|
392
392
|
|
|
393
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.1.
|
|
393
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.1.1/src/commands/apex/generate/class.ts)_
|
|
394
394
|
|
|
395
395
|
## `sf apex generate trigger`
|
|
396
396
|
|
|
@@ -459,7 +459,7 @@ FLAG DESCRIPTIONS
|
|
|
459
459
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
460
460
|
```
|
|
461
461
|
|
|
462
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.1.
|
|
462
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.1.1/src/commands/apex/generate/trigger.ts)_
|
|
463
463
|
|
|
464
464
|
## `sf apex get log`
|
|
465
465
|
|
|
@@ -1135,7 +1135,7 @@ EXAMPLES
|
|
|
1135
1135
|
TracedEntityId=01p17000000R6bLAAS"
|
|
1136
1136
|
```
|
|
1137
1137
|
|
|
1138
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.
|
|
1138
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.5/src/commands/data/create/record.ts)_
|
|
1139
1139
|
|
|
1140
1140
|
## `sf data delete bulk`
|
|
1141
1141
|
|
|
@@ -1182,7 +1182,7 @@ EXAMPLES
|
|
|
1182
1182
|
$ sf data delete bulk --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
|
|
1183
1183
|
```
|
|
1184
1184
|
|
|
1185
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.
|
|
1185
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.5/src/commands/data/delete/bulk.ts)_
|
|
1186
1186
|
|
|
1187
1187
|
## `sf data delete record`
|
|
1188
1188
|
|
|
@@ -1243,7 +1243,7 @@ EXAMPLES
|
|
|
1243
1243
|
$ sf data delete record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
|
|
1244
1244
|
```
|
|
1245
1245
|
|
|
1246
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.
|
|
1246
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.5/src/commands/data/delete/record.ts)_
|
|
1247
1247
|
|
|
1248
1248
|
## `sf data delete resume`
|
|
1249
1249
|
|
|
@@ -1282,7 +1282,7 @@ EXAMPLES
|
|
|
1282
1282
|
$ sf data delete resume --use-most-recent --target-org my-scratch
|
|
1283
1283
|
```
|
|
1284
1284
|
|
|
1285
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.
|
|
1285
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.5/src/commands/data/delete/resume.ts)_
|
|
1286
1286
|
|
|
1287
1287
|
## `sf data export beta tree`
|
|
1288
1288
|
|
|
@@ -1340,7 +1340,7 @@ EXAMPLES
|
|
|
1340
1340
|
my-scratch
|
|
1341
1341
|
```
|
|
1342
1342
|
|
|
1343
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.
|
|
1343
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.5/src/commands/data/export/beta/tree.ts)_
|
|
1344
1344
|
|
|
1345
1345
|
## `sf data export tree`
|
|
1346
1346
|
|
|
@@ -1400,7 +1400,7 @@ EXAMPLES
|
|
|
1400
1400
|
my-scratch
|
|
1401
1401
|
```
|
|
1402
1402
|
|
|
1403
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.
|
|
1403
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.5/src/commands/data/export/tree.ts)_
|
|
1404
1404
|
|
|
1405
1405
|
## `sf data get record`
|
|
1406
1406
|
|
|
@@ -1464,7 +1464,7 @@ EXAMPLES
|
|
|
1464
1464
|
$ sf data get record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
|
|
1465
1465
|
```
|
|
1466
1466
|
|
|
1467
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.
|
|
1467
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.5/src/commands/data/get/record.ts)_
|
|
1468
1468
|
|
|
1469
1469
|
## `sf data import beta tree`
|
|
1470
1470
|
|
|
@@ -1507,7 +1507,7 @@ EXAMPLES
|
|
|
1507
1507
|
$ sf data import beta tree --plan Account-Contact-plan.json
|
|
1508
1508
|
```
|
|
1509
1509
|
|
|
1510
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.
|
|
1510
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.5/src/commands/data/import/beta/tree.ts)_
|
|
1511
1511
|
|
|
1512
1512
|
## `sf data import tree`
|
|
1513
1513
|
|
|
@@ -1557,7 +1557,7 @@ EXAMPLES
|
|
|
1557
1557
|
$ sf data import tree --plan Account-Contact-plan.json
|
|
1558
1558
|
```
|
|
1559
1559
|
|
|
1560
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.
|
|
1560
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.5/src/commands/data/import/tree.ts)_
|
|
1561
1561
|
|
|
1562
1562
|
## `sf data query`
|
|
1563
1563
|
|
|
@@ -1621,7 +1621,7 @@ EXAMPLES
|
|
|
1621
1621
|
$ sf data query --query "SELECT Id FROM Contact" --bulk --wait 0
|
|
1622
1622
|
```
|
|
1623
1623
|
|
|
1624
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.
|
|
1624
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.5/src/commands/data/query.ts)_
|
|
1625
1625
|
|
|
1626
1626
|
## `sf data query resume`
|
|
1627
1627
|
|
|
@@ -1659,7 +1659,7 @@ EXAMPLES
|
|
|
1659
1659
|
$ sf data query resume --bulk-query-id 7500x000005BdFzXXX
|
|
1660
1660
|
```
|
|
1661
1661
|
|
|
1662
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.
|
|
1662
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.5/src/commands/data/query/resume.ts)_
|
|
1663
1663
|
|
|
1664
1664
|
## `sf data resume`
|
|
1665
1665
|
|
|
@@ -1696,7 +1696,7 @@ EXAMPLES
|
|
|
1696
1696
|
$ sf data resume --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA
|
|
1697
1697
|
```
|
|
1698
1698
|
|
|
1699
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.
|
|
1699
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.5/src/commands/data/resume.ts)_
|
|
1700
1700
|
|
|
1701
1701
|
## `sf data update record`
|
|
1702
1702
|
|
|
@@ -1758,7 +1758,7 @@ EXAMPLES
|
|
|
1758
1758
|
"ExpirationDate=2017-12-01T00:58:04.000+0000"
|
|
1759
1759
|
```
|
|
1760
1760
|
|
|
1761
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.
|
|
1761
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.5/src/commands/data/update/record.ts)_
|
|
1762
1762
|
|
|
1763
1763
|
## `sf data upsert bulk`
|
|
1764
1764
|
|
|
@@ -1811,7 +1811,7 @@ EXAMPLES
|
|
|
1811
1811
|
my-scratch
|
|
1812
1812
|
```
|
|
1813
1813
|
|
|
1814
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.
|
|
1814
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.5/src/commands/data/upsert/bulk.ts)_
|
|
1815
1815
|
|
|
1816
1816
|
## `sf data upsert resume`
|
|
1817
1817
|
|
|
@@ -1850,7 +1850,7 @@ EXAMPLES
|
|
|
1850
1850
|
$ sf data upsert resume --use-most-recent --target-org my-scratch
|
|
1851
1851
|
```
|
|
1852
1852
|
|
|
1853
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.
|
|
1853
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.5/src/commands/data/upsert/resume.ts)_
|
|
1854
1854
|
|
|
1855
1855
|
## `sf doctor`
|
|
1856
1856
|
|
|
@@ -1898,7 +1898,7 @@ EXAMPLES
|
|
|
1898
1898
|
$ sf doctor --plugin @salesforce/plugin-source
|
|
1899
1899
|
```
|
|
1900
1900
|
|
|
1901
|
-
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.1.
|
|
1901
|
+
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.1.3/src/commands/doctor.ts)_
|
|
1902
1902
|
|
|
1903
1903
|
## `sf force data bulk delete`
|
|
1904
1904
|
|
|
@@ -1945,7 +1945,7 @@ EXAMPLES
|
|
|
1945
1945
|
$ sf force data bulk delete --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
|
|
1946
1946
|
```
|
|
1947
1947
|
|
|
1948
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.
|
|
1948
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.5/src/commands/force/data/bulk/delete.ts)_
|
|
1949
1949
|
|
|
1950
1950
|
## `sf force data bulk status`
|
|
1951
1951
|
|
|
@@ -1982,7 +1982,7 @@ EXAMPLES
|
|
|
1982
1982
|
$ sf force data bulk status --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA --target-org my-scratch
|
|
1983
1983
|
```
|
|
1984
1984
|
|
|
1985
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.
|
|
1985
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.5/src/commands/force/data/bulk/status.ts)_
|
|
1986
1986
|
|
|
1987
1987
|
## `sf force data bulk upsert`
|
|
1988
1988
|
|
|
@@ -2040,7 +2040,7 @@ EXAMPLES
|
|
|
2040
2040
|
--target-org my-scratch
|
|
2041
2041
|
```
|
|
2042
2042
|
|
|
2043
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.
|
|
2043
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.2.5/src/commands/force/data/bulk/upsert.ts)_
|
|
2044
2044
|
|
|
2045
2045
|
## `sf help [COMMAND]`
|
|
2046
2046
|
|
|
@@ -2100,7 +2100,7 @@ EXAMPLES
|
|
|
2100
2100
|
$ sf info releasenotes display --version latest
|
|
2101
2101
|
```
|
|
2102
2102
|
|
|
2103
|
-
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.1.
|
|
2103
|
+
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.1.3/src/commands/info/releasenotes/display.ts)_
|
|
2104
2104
|
|
|
2105
2105
|
## `sf lightning generate app`
|
|
2106
2106
|
|
|
@@ -2155,7 +2155,7 @@ FLAG DESCRIPTIONS
|
|
|
2155
2155
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
2156
2156
|
```
|
|
2157
2157
|
|
|
2158
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.1.
|
|
2158
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.1.1/src/commands/lightning/generate/app.ts)_
|
|
2159
2159
|
|
|
2160
2160
|
## `sf lightning generate component`
|
|
2161
2161
|
|
|
@@ -2224,7 +2224,7 @@ FLAG DESCRIPTIONS
|
|
|
2224
2224
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
2225
2225
|
```
|
|
2226
2226
|
|
|
2227
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.1.
|
|
2227
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.1.1/src/commands/lightning/generate/component.ts)_
|
|
2228
2228
|
|
|
2229
2229
|
## `sf lightning generate event`
|
|
2230
2230
|
|
|
@@ -2279,7 +2279,7 @@ FLAG DESCRIPTIONS
|
|
|
2279
2279
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
2280
2280
|
```
|
|
2281
2281
|
|
|
2282
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.1.
|
|
2282
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.1.1/src/commands/lightning/generate/event.ts)_
|
|
2283
2283
|
|
|
2284
2284
|
## `sf lightning generate interface`
|
|
2285
2285
|
|
|
@@ -2334,7 +2334,7 @@ FLAG DESCRIPTIONS
|
|
|
2334
2334
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
2335
2335
|
```
|
|
2336
2336
|
|
|
2337
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.1.
|
|
2337
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.1.1/src/commands/lightning/generate/interface.ts)_
|
|
2338
2338
|
|
|
2339
2339
|
## `sf lightning generate test`
|
|
2340
2340
|
|
|
@@ -2389,7 +2389,7 @@ FLAG DESCRIPTIONS
|
|
|
2389
2389
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
2390
2390
|
```
|
|
2391
2391
|
|
|
2392
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.1.
|
|
2392
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.1.1/src/commands/lightning/generate/test.ts)_
|
|
2393
2393
|
|
|
2394
2394
|
## `sf org assign permset`
|
|
2395
2395
|
|
|
@@ -2596,7 +2596,7 @@ FLAG DESCRIPTIONS
|
|
|
2596
2596
|
sandbox.
|
|
2597
2597
|
```
|
|
2598
2598
|
|
|
2599
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/
|
|
2599
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.0.2/src/commands/org/create/sandbox.ts)_
|
|
2600
2600
|
|
|
2601
2601
|
## `sf org create scratch`
|
|
2602
2602
|
|
|
@@ -2750,7 +2750,7 @@ FLAG DESCRIPTIONS
|
|
|
2750
2750
|
Omit this flag to have Salesforce generate a unique username for your org.
|
|
2751
2751
|
```
|
|
2752
2752
|
|
|
2753
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/
|
|
2753
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.0.2/src/commands/org/create/scratch.ts)_
|
|
2754
2754
|
|
|
2755
2755
|
## `sf org create user`
|
|
2756
2756
|
|
|
@@ -2903,7 +2903,7 @@ EXAMPLES
|
|
|
2903
2903
|
$ sf org delete sandbox --target-org my-sandbox --no-prompt
|
|
2904
2904
|
```
|
|
2905
2905
|
|
|
2906
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/
|
|
2906
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.0.2/src/commands/org/delete/sandbox.ts)_
|
|
2907
2907
|
|
|
2908
2908
|
## `sf org delete scratch`
|
|
2909
2909
|
|
|
@@ -2946,7 +2946,7 @@ EXAMPLES
|
|
|
2946
2946
|
$ sf org delete scratch --target-org my-scratch-org --no-prompt
|
|
2947
2947
|
```
|
|
2948
2948
|
|
|
2949
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/
|
|
2949
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.0.2/src/commands/org/delete/scratch.ts)_
|
|
2950
2950
|
|
|
2951
2951
|
## `sf org disable tracking`
|
|
2952
2952
|
|
|
@@ -2985,7 +2985,7 @@ EXAMPLES
|
|
|
2985
2985
|
$ sf org disable tracking
|
|
2986
2986
|
```
|
|
2987
2987
|
|
|
2988
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/
|
|
2988
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.0.2/src/commands/org/disable/tracking.ts)_
|
|
2989
2989
|
|
|
2990
2990
|
## `sf org display`
|
|
2991
2991
|
|
|
@@ -3030,7 +3030,7 @@ EXAMPLES
|
|
|
3030
3030
|
$ sf org display --target-org TestOrg1 --verbose
|
|
3031
3031
|
```
|
|
3032
3032
|
|
|
3033
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/
|
|
3033
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.0.2/src/commands/org/display.ts)_
|
|
3034
3034
|
|
|
3035
3035
|
## `sf org display user`
|
|
3036
3036
|
|
|
@@ -3111,7 +3111,7 @@ EXAMPLES
|
|
|
3111
3111
|
$ sf org enable tracking
|
|
3112
3112
|
```
|
|
3113
3113
|
|
|
3114
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/
|
|
3114
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.0.2/src/commands/org/enable/tracking.ts)_
|
|
3115
3115
|
|
|
3116
3116
|
## `sf org generate password`
|
|
3117
3117
|
|
|
@@ -3217,7 +3217,7 @@ EXAMPLES
|
|
|
3217
3217
|
$ sf org list --clean
|
|
3218
3218
|
```
|
|
3219
3219
|
|
|
3220
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/
|
|
3220
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.0.2/src/commands/org/list.ts)_
|
|
3221
3221
|
|
|
3222
3222
|
## `sf org list auth`
|
|
3223
3223
|
|
|
@@ -3249,7 +3249,7 @@ EXAMPLES
|
|
|
3249
3249
|
$ sf org list auth
|
|
3250
3250
|
```
|
|
3251
3251
|
|
|
3252
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.5.
|
|
3252
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.5.3/src/commands/org/list/auth.ts)_
|
|
3253
3253
|
|
|
3254
3254
|
## `sf org list limits`
|
|
3255
3255
|
|
|
@@ -3356,7 +3356,7 @@ FLAG DESCRIPTIONS
|
|
|
3356
3356
|
Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
|
|
3357
3357
|
```
|
|
3358
3358
|
|
|
3359
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/
|
|
3359
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.0.2/src/commands/org/list/metadata.ts)_
|
|
3360
3360
|
|
|
3361
3361
|
## `sf org list metadata-types`
|
|
3362
3362
|
|
|
@@ -3411,7 +3411,7 @@ FLAG DESCRIPTIONS
|
|
|
3411
3411
|
Override the api version used for api requests made by this command
|
|
3412
3412
|
```
|
|
3413
3413
|
|
|
3414
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/
|
|
3414
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.0.2/src/commands/org/list/metadata-types.ts)_
|
|
3415
3415
|
|
|
3416
3416
|
## `sf org list sobject record-counts`
|
|
3417
3417
|
|
|
@@ -3549,7 +3549,7 @@ FLAG DESCRIPTIONS
|
|
|
3549
3549
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
3550
3550
|
```
|
|
3551
3551
|
|
|
3552
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.5.
|
|
3552
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.5.3/src/commands/org/login/access-token.ts)_
|
|
3553
3553
|
|
|
3554
3554
|
## `sf org login device`
|
|
3555
3555
|
|
|
@@ -3609,7 +3609,7 @@ FLAG DESCRIPTIONS
|
|
|
3609
3609
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
3610
3610
|
```
|
|
3611
3611
|
|
|
3612
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.5.
|
|
3612
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.5.3/src/commands/org/login/device.ts)_
|
|
3613
3613
|
|
|
3614
3614
|
## `sf org login jwt`
|
|
3615
3615
|
|
|
@@ -3700,7 +3700,7 @@ FLAG DESCRIPTIONS
|
|
|
3700
3700
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
3701
3701
|
```
|
|
3702
3702
|
|
|
3703
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.5.
|
|
3703
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.5.3/src/commands/org/login/jwt.ts)_
|
|
3704
3704
|
|
|
3705
3705
|
## `sf org login sfdx-url`
|
|
3706
3706
|
|
|
@@ -3766,7 +3766,7 @@ EXAMPLES
|
|
|
3766
3766
|
$ echo url | sf org login sfdx-url --sfdx-url-stdin
|
|
3767
3767
|
```
|
|
3768
3768
|
|
|
3769
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.5.
|
|
3769
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.5.3/src/commands/org/login/sfdx-url.ts)_
|
|
3770
3770
|
|
|
3771
3771
|
## `sf org login web`
|
|
3772
3772
|
|
|
@@ -3853,7 +3853,7 @@ FLAG DESCRIPTIONS
|
|
|
3853
3853
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
3854
3854
|
```
|
|
3855
3855
|
|
|
3856
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.5.
|
|
3856
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.5.3/src/commands/org/login/web.ts)_
|
|
3857
3857
|
|
|
3858
3858
|
## `sf org logout`
|
|
3859
3859
|
|
|
@@ -3914,7 +3914,7 @@ FLAG DESCRIPTIONS
|
|
|
3914
3914
|
All orgs includes Dev Hubs, sandboxes, DE orgs, and expired, deleted, and unknown-status scratch orgs.
|
|
3915
3915
|
```
|
|
3916
3916
|
|
|
3917
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.5.
|
|
3917
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.5.3/src/commands/org/logout.ts)_
|
|
3918
3918
|
|
|
3919
3919
|
## `sf org open`
|
|
3920
3920
|
|
|
@@ -3986,7 +3986,7 @@ EXAMPLES
|
|
|
3986
3986
|
$ sf org open --source-file force-app/main/default/flows/Hello.flow-meta.xml
|
|
3987
3987
|
```
|
|
3988
3988
|
|
|
3989
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/
|
|
3989
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.0.2/src/commands/org/open.ts)_
|
|
3990
3990
|
|
|
3991
3991
|
## `sf org refresh sandbox`
|
|
3992
3992
|
|
|
@@ -4063,7 +4063,7 @@ FLAG DESCRIPTIONS
|
|
|
4063
4063
|
By default, a sandbox auto-activates after a refresh. Use this flag to control sandbox activation manually.
|
|
4064
4064
|
```
|
|
4065
4065
|
|
|
4066
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/
|
|
4066
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.0.2/src/commands/org/refresh/sandbox.ts)_
|
|
4067
4067
|
|
|
4068
4068
|
## `sf org resume sandbox`
|
|
4069
4069
|
|
|
@@ -4126,7 +4126,7 @@ FLAG DESCRIPTIONS
|
|
|
4126
4126
|
returns the job ID. To resume checking the sandbox creation, rerun this command.
|
|
4127
4127
|
```
|
|
4128
4128
|
|
|
4129
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/
|
|
4129
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.0.2/src/commands/org/resume/sandbox.ts)_
|
|
4130
4130
|
|
|
4131
4131
|
## `sf org resume scratch`
|
|
4132
4132
|
|
|
@@ -4173,7 +4173,7 @@ FLAG DESCRIPTIONS
|
|
|
4173
4173
|
The job ID is valid for 24 hours after you start the scratch org creation.
|
|
4174
4174
|
```
|
|
4175
4175
|
|
|
4176
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/
|
|
4176
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.0.2/src/commands/org/resume/scratch.ts)_
|
|
4177
4177
|
|
|
4178
4178
|
## `sf package1 version create`
|
|
4179
4179
|
|
|
@@ -5390,7 +5390,7 @@ EXAMPLES
|
|
|
5390
5390
|
$ sf plugins
|
|
5391
5391
|
```
|
|
5392
5392
|
|
|
5393
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.
|
|
5393
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.6/src/commands/plugins/index.ts)_
|
|
5394
5394
|
|
|
5395
5395
|
## `sf plugins discover`
|
|
5396
5396
|
|
|
@@ -5408,7 +5408,7 @@ EXAMPLES
|
|
|
5408
5408
|
$ sf plugins discover
|
|
5409
5409
|
```
|
|
5410
5410
|
|
|
5411
|
-
_See code: [@salesforce/plugin-marketplace](https://github.com/salesforcecli/plugin-marketplace/blob/1.1.
|
|
5411
|
+
_See code: [@salesforce/plugin-marketplace](https://github.com/salesforcecli/plugin-marketplace/blob/1.1.1/src/commands/plugins/discover.ts)_
|
|
5412
5412
|
|
|
5413
5413
|
## `sf plugins:inspect PLUGIN...`
|
|
5414
5414
|
|
|
@@ -5435,7 +5435,7 @@ EXAMPLES
|
|
|
5435
5435
|
$ sf plugins inspect @salesforce/plugin-packaging
|
|
5436
5436
|
```
|
|
5437
5437
|
|
|
5438
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.
|
|
5438
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.6/src/commands/plugins/inspect.ts)_
|
|
5439
5439
|
|
|
5440
5440
|
## `sf plugins install PLUGIN`
|
|
5441
5441
|
|
|
@@ -5484,7 +5484,7 @@ EXAMPLES
|
|
|
5484
5484
|
$ sf plugins install someuser/someplugin
|
|
5485
5485
|
```
|
|
5486
5486
|
|
|
5487
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.
|
|
5487
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.6/src/commands/plugins/install.ts)_
|
|
5488
5488
|
|
|
5489
5489
|
## `sf plugins link PATH`
|
|
5490
5490
|
|
|
@@ -5514,7 +5514,7 @@ EXAMPLES
|
|
|
5514
5514
|
$ sf plugins link @salesforce/plugin-packaging
|
|
5515
5515
|
```
|
|
5516
5516
|
|
|
5517
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.
|
|
5517
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.6/src/commands/plugins/link.ts)_
|
|
5518
5518
|
|
|
5519
5519
|
## `sf plugins reset`
|
|
5520
5520
|
|
|
@@ -5529,7 +5529,7 @@ FLAGS
|
|
|
5529
5529
|
--reinstall Reinstall all plugins after uninstalling.
|
|
5530
5530
|
```
|
|
5531
5531
|
|
|
5532
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.
|
|
5532
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.6/src/commands/plugins/reset.ts)_
|
|
5533
5533
|
|
|
5534
5534
|
## `sf plugins trust verify`
|
|
5535
5535
|
|
|
@@ -5558,7 +5558,7 @@ EXAMPLES
|
|
|
5558
5558
|
$ sf plugins trust verify --npm @scope/npmName
|
|
5559
5559
|
```
|
|
5560
5560
|
|
|
5561
|
-
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.5.
|
|
5561
|
+
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.5.4/src/commands/plugins/trust/verify.ts)_
|
|
5562
5562
|
|
|
5563
5563
|
## `sf plugins uninstall [PLUGIN]`
|
|
5564
5564
|
|
|
@@ -5586,7 +5586,7 @@ EXAMPLES
|
|
|
5586
5586
|
$ sf plugins uninstall @salesforce/plugin-packaging
|
|
5587
5587
|
```
|
|
5588
5588
|
|
|
5589
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.
|
|
5589
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.6/src/commands/plugins/uninstall.ts)_
|
|
5590
5590
|
|
|
5591
5591
|
## `sf plugins update`
|
|
5592
5592
|
|
|
@@ -5604,7 +5604,7 @@ DESCRIPTION
|
|
|
5604
5604
|
Update installed plugins.
|
|
5605
5605
|
```
|
|
5606
5606
|
|
|
5607
|
-
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.
|
|
5607
|
+
_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.0.6/src/commands/plugins/update.ts)_
|
|
5608
5608
|
|
|
5609
5609
|
## `sf project convert mdapi`
|
|
5610
5610
|
|
|
@@ -5667,7 +5667,7 @@ FLAG DESCRIPTIONS
|
|
|
5667
5667
|
If you specify this parameter, don’t specify --metadata or --source-dir.
|
|
5668
5668
|
```
|
|
5669
5669
|
|
|
5670
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.
|
|
5670
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.3/src/commands/project/convert/mdapi.ts)_
|
|
5671
5671
|
|
|
5672
5672
|
## `sf project convert source`
|
|
5673
5673
|
|
|
@@ -5679,7 +5679,7 @@ USAGE
|
|
|
5679
5679
|
[-p <value> | -x <value> | -m <value>]
|
|
5680
5680
|
|
|
5681
5681
|
FLAGS
|
|
5682
|
-
-d, --output-dir=<value> [default:
|
|
5682
|
+
-d, --output-dir=<value> [default: metadataPackage_1712251174223] Output directory to store the Metadata
|
|
5683
5683
|
API–formatted files in.
|
|
5684
5684
|
-m, --metadata=<value>... Metadata component names to convert.
|
|
5685
5685
|
-n, --package-name=<value> Name of the package to associate with the metadata-formatted files.
|
|
@@ -5740,7 +5740,7 @@ FLAG DESCRIPTIONS
|
|
|
5740
5740
|
Override the api version used for api requests made by this command
|
|
5741
5741
|
```
|
|
5742
5742
|
|
|
5743
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.
|
|
5743
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.3/src/commands/project/convert/source.ts)_
|
|
5744
5744
|
|
|
5745
5745
|
## `sf project delete source`
|
|
5746
5746
|
|
|
@@ -5880,7 +5880,7 @@ FLAG DESCRIPTIONS
|
|
|
5880
5880
|
- Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
|
|
5881
5881
|
```
|
|
5882
5882
|
|
|
5883
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.
|
|
5883
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.3/src/commands/project/delete/source.ts)_
|
|
5884
5884
|
|
|
5885
5885
|
## `sf project delete tracking`
|
|
5886
5886
|
|
|
@@ -5917,7 +5917,7 @@ EXAMPLES
|
|
|
5917
5917
|
$ sf project delete tracking --target-org my-scratch
|
|
5918
5918
|
```
|
|
5919
5919
|
|
|
5920
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.
|
|
5920
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.3/src/commands/project/delete/tracking.ts)_
|
|
5921
5921
|
|
|
5922
5922
|
## `sf project deploy cancel`
|
|
5923
5923
|
|
|
@@ -5993,7 +5993,7 @@ FLAG DESCRIPTIONS
|
|
|
5993
5993
|
project deploy report".
|
|
5994
5994
|
```
|
|
5995
5995
|
|
|
5996
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.
|
|
5996
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.3/src/commands/project/deploy/cancel.ts)_
|
|
5997
5997
|
|
|
5998
5998
|
## `sf project deploy preview`
|
|
5999
5999
|
|
|
@@ -6079,7 +6079,7 @@ FLAG DESCRIPTIONS
|
|
|
6079
6079
|
All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
|
|
6080
6080
|
```
|
|
6081
6081
|
|
|
6082
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.
|
|
6082
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.3/src/commands/project/deploy/preview.ts)_
|
|
6083
6083
|
|
|
6084
6084
|
## `sf project deploy quick`
|
|
6085
6085
|
|
|
@@ -6176,7 +6176,7 @@ ERROR CODES
|
|
|
6176
6176
|
Canceling (69) The deploy is being canceled.
|
|
6177
6177
|
```
|
|
6178
6178
|
|
|
6179
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.
|
|
6179
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.3/src/commands/project/deploy/quick.ts)_
|
|
6180
6180
|
|
|
6181
6181
|
## `sf project deploy report`
|
|
6182
6182
|
|
|
@@ -6272,7 +6272,7 @@ FLAG DESCRIPTIONS
|
|
|
6272
6272
|
--coverage-formatters lcov --coverage-formatters clover
|
|
6273
6273
|
```
|
|
6274
6274
|
|
|
6275
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.
|
|
6275
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.3/src/commands/project/deploy/report.ts)_
|
|
6276
6276
|
|
|
6277
6277
|
## `sf project deploy resume`
|
|
6278
6278
|
|
|
@@ -6369,7 +6369,7 @@ ERROR CODES
|
|
|
6369
6369
|
Canceling (69) The deploy is being canceled.
|
|
6370
6370
|
```
|
|
6371
6371
|
|
|
6372
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.
|
|
6372
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.3/src/commands/project/deploy/resume.ts)_
|
|
6373
6373
|
|
|
6374
6374
|
## `sf project deploy start`
|
|
6375
6375
|
|
|
@@ -6607,7 +6607,7 @@ ERROR CODES
|
|
|
6607
6607
|
Canceling (69) The deploy is being canceled.
|
|
6608
6608
|
```
|
|
6609
6609
|
|
|
6610
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.
|
|
6610
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.3/src/commands/project/deploy/start.ts)_
|
|
6611
6611
|
|
|
6612
6612
|
## `sf project deploy validate`
|
|
6613
6613
|
|
|
@@ -6799,7 +6799,7 @@ ERROR CODES
|
|
|
6799
6799
|
Canceling (69) The deploy is being canceled.
|
|
6800
6800
|
```
|
|
6801
6801
|
|
|
6802
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.
|
|
6802
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.3/src/commands/project/deploy/validate.ts)_
|
|
6803
6803
|
|
|
6804
6804
|
## `sf project generate`
|
|
6805
6805
|
|
|
@@ -6904,7 +6904,7 @@ FLAG DESCRIPTIONS
|
|
|
6904
6904
|
Override the api version used for api requests made by this command
|
|
6905
6905
|
```
|
|
6906
6906
|
|
|
6907
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.1.
|
|
6907
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.1.1/src/commands/project/generate.ts)_
|
|
6908
6908
|
|
|
6909
6909
|
## `sf project generate manifest`
|
|
6910
6910
|
|
|
@@ -6980,7 +6980,7 @@ EXAMPLES
|
|
|
6980
6980
|
$ sf project generate manifest --from-org test@myorg.com --include-packages unlocked
|
|
6981
6981
|
```
|
|
6982
6982
|
|
|
6983
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.
|
|
6983
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.3/src/commands/project/generate/manifest.ts)_
|
|
6984
6984
|
|
|
6985
6985
|
## `sf project list ignored`
|
|
6986
6986
|
|
|
@@ -7022,7 +7022,7 @@ EXAMPLES
|
|
|
7022
7022
|
$ sf project list ignored --source-dir package.xml
|
|
7023
7023
|
```
|
|
7024
7024
|
|
|
7025
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.
|
|
7025
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.3/src/commands/project/list/ignored.ts)_
|
|
7026
7026
|
|
|
7027
7027
|
## `sf project reset tracking`
|
|
7028
7028
|
|
|
@@ -7071,7 +7071,7 @@ EXAMPLES
|
|
|
7071
7071
|
$ sf project reset tracking --revision 30
|
|
7072
7072
|
```
|
|
7073
7073
|
|
|
7074
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.
|
|
7074
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.3/src/commands/project/reset/tracking.ts)_
|
|
7075
7075
|
|
|
7076
7076
|
## `sf project retrieve preview`
|
|
7077
7077
|
|
|
@@ -7128,7 +7128,7 @@ FLAG DESCRIPTIONS
|
|
|
7128
7128
|
Overrides your default org.
|
|
7129
7129
|
```
|
|
7130
7130
|
|
|
7131
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.
|
|
7131
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.3/src/commands/project/retrieve/preview.ts)_
|
|
7132
7132
|
|
|
7133
7133
|
## `sf project retrieve start`
|
|
7134
7134
|
|
|
@@ -7287,7 +7287,7 @@ ENVIRONMENT VARIABLES
|
|
|
7287
7287
|
SF_USE_PROGRESS_BAR Set to false to disable the progress bar when running the metadata deploy command.
|
|
7288
7288
|
```
|
|
7289
7289
|
|
|
7290
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.
|
|
7290
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.5.3/src/commands/project/retrieve/start.ts)_
|
|
7291
7291
|
|
|
7292
7292
|
## `sf schema generate field`
|
|
7293
7293
|
|
|
@@ -7341,7 +7341,7 @@ FLAG DESCRIPTIONS
|
|
|
7341
7341
|
If you don't specify this flag, the command prompts you to choose from your local objects.
|
|
7342
7342
|
```
|
|
7343
7343
|
|
|
7344
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.2.
|
|
7344
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.2.2/src/commands/schema/generate/field.ts)_
|
|
7345
7345
|
|
|
7346
7346
|
## `sf schema generate platformevent`
|
|
7347
7347
|
|
|
@@ -7373,7 +7373,7 @@ EXAMPLES
|
|
|
7373
7373
|
$ sf schema generate platformevent --label "My Platform Event"
|
|
7374
7374
|
```
|
|
7375
7375
|
|
|
7376
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.2.
|
|
7376
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.2.2/src/commands/schema/generate/platformevent.ts)_
|
|
7377
7377
|
|
|
7378
7378
|
## `sf schema generate sobject`
|
|
7379
7379
|
|
|
@@ -7430,7 +7430,7 @@ FLAG DESCRIPTIONS
|
|
|
7430
7430
|
- Streaming API: With Bulk API and Sharing, classifies the custom object as an Enterprise Application object.
|
|
7431
7431
|
```
|
|
7432
7432
|
|
|
7433
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.2.
|
|
7433
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.2.2/src/commands/schema/generate/sobject.ts)_
|
|
7434
7434
|
|
|
7435
7435
|
## `sf schema generate tab`
|
|
7436
7436
|
|
|
@@ -7478,7 +7478,7 @@ FLAG DESCRIPTIONS
|
|
|
7478
7478
|
The API name for a custom object always ends in `__c`, such as `MyObject__c`.
|
|
7479
7479
|
```
|
|
7480
7480
|
|
|
7481
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.2.
|
|
7481
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.2.2/src/commands/schema/generate/tab.ts)_
|
|
7482
7482
|
|
|
7483
7483
|
## `sf search`
|
|
7484
7484
|
|
|
@@ -7541,7 +7541,7 @@ EXAMPLES
|
|
|
7541
7541
|
$ sf sobject describe --sobject ApexCodeCoverage --use-tooling-api
|
|
7542
7542
|
```
|
|
7543
7543
|
|
|
7544
|
-
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.2.
|
|
7544
|
+
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.2.1/src/commands/sobject/describe.ts)_
|
|
7545
7545
|
|
|
7546
7546
|
## `sf sobject list`
|
|
7547
7547
|
|
|
@@ -7580,7 +7580,7 @@ EXAMPLES
|
|
|
7580
7580
|
$ sf sobject list --sobject custom --target-org my-scratch-org
|
|
7581
7581
|
```
|
|
7582
7582
|
|
|
7583
|
-
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.2.
|
|
7583
|
+
_See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.2.1/src/commands/sobject/list.ts)_
|
|
7584
7584
|
|
|
7585
7585
|
## `sf static-resource generate`
|
|
7586
7586
|
|
|
@@ -7642,7 +7642,7 @@ FLAG DESCRIPTIONS
|
|
|
7642
7642
|
etc.
|
|
7643
7643
|
```
|
|
7644
7644
|
|
|
7645
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.1.
|
|
7645
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.1.1/src/commands/static-resource/generate.ts)_
|
|
7646
7646
|
|
|
7647
7647
|
## `sf update [CHANNEL]`
|
|
7648
7648
|
|
|
@@ -7679,7 +7679,7 @@ EXAMPLES
|
|
|
7679
7679
|
$ sf update --available
|
|
7680
7680
|
```
|
|
7681
7681
|
|
|
7682
|
-
_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.2.
|
|
7682
|
+
_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.2.4/src/commands/update.ts)_
|
|
7683
7683
|
|
|
7684
7684
|
## `sf version`
|
|
7685
7685
|
|
|
@@ -7755,7 +7755,7 @@ FLAG DESCRIPTIONS
|
|
|
7755
7755
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
7756
7756
|
```
|
|
7757
7757
|
|
|
7758
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.1.
|
|
7758
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.1.1/src/commands/visualforce/generate/component.ts)_
|
|
7759
7759
|
|
|
7760
7760
|
## `sf visualforce generate page`
|
|
7761
7761
|
|
|
@@ -7805,7 +7805,7 @@ FLAG DESCRIPTIONS
|
|
|
7805
7805
|
The name can be up to 40 characters and must start with a letter.
|
|
7806
7806
|
```
|
|
7807
7807
|
|
|
7808
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.1.
|
|
7808
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.1.1/src/commands/visualforce/generate/page.ts)_
|
|
7809
7809
|
|
|
7810
7810
|
## `sf which`
|
|
7811
7811
|
|