@salesforce/cli 2.42.3 → 2.42.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 +71 -71
- package/npm-shrinkwrap.json +98 -98
- package/oclif.lock +97 -97
- package/oclif.manifest.json +1 -1
- package/package.json +19 -19
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.42.
|
|
27
|
+
@salesforce/cli/2.42.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.7/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.7/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.7/src/commands/apex/generate/trigger.ts)_
|
|
465
465
|
|
|
466
466
|
## `sf apex get log`
|
|
467
467
|
|
|
@@ -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.18/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.5/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.5/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.5/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.5/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.5/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.5/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.5/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.5/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.5/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.5/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.5/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.5/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.5/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.5/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.5/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.8/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.5/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.5/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.5/src/commands/force/data/bulk/upsert.ts)_
|
|
2046
2046
|
|
|
2047
2047
|
## `sf help [COMMAND]`
|
|
2048
2048
|
|
|
@@ -2062,7 +2062,7 @@ DESCRIPTION
|
|
|
2062
2062
|
Display help for sf.
|
|
2063
2063
|
```
|
|
2064
2064
|
|
|
2065
|
-
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.0.
|
|
2065
|
+
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.0.22/src/commands/help.ts)_
|
|
2066
2066
|
|
|
2067
2067
|
## `sf info releasenotes display`
|
|
2068
2068
|
|
|
@@ -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.8/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.7/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.7/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.7/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.7/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.7/src/commands/lightning/generate/test.ts)_
|
|
2395
2395
|
|
|
2396
2396
|
## `sf org assign permset`
|
|
2397
2397
|
|
|
@@ -2435,7 +2435,7 @@ EXAMPLES
|
|
|
2435
2435
|
$ sf org assign permset --name DreamHouse --on-behalf-of user1@my.org --on-behalf-of user2 --on-behalf-of user
|
|
2436
2436
|
```
|
|
2437
2437
|
|
|
2438
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.5.
|
|
2438
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.5.8/src/commands/org/assign/permset.ts)_
|
|
2439
2439
|
|
|
2440
2440
|
## `sf org assign permsetlicense`
|
|
2441
2441
|
|
|
@@ -2481,7 +2481,7 @@ EXAMPLES
|
|
|
2481
2481
|
user3
|
|
2482
2482
|
```
|
|
2483
2483
|
|
|
2484
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.5.
|
|
2484
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.5.8/src/commands/org/assign/permsetlicense.ts)_
|
|
2485
2485
|
|
|
2486
2486
|
## `sf org create sandbox`
|
|
2487
2487
|
|
|
@@ -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.10/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.10/src/commands/org/create/scratch.ts)_
|
|
2756
2756
|
|
|
2757
2757
|
## `sf org create user`
|
|
2758
2758
|
|
|
@@ -2860,7 +2860,7 @@ FLAG DESCRIPTIONS
|
|
|
2860
2860
|
might be different than what you specify in the definition file.
|
|
2861
2861
|
```
|
|
2862
2862
|
|
|
2863
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.5.
|
|
2863
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.5.8/src/commands/org/create/user.ts)_
|
|
2864
2864
|
|
|
2865
2865
|
## `sf org delete sandbox`
|
|
2866
2866
|
|
|
@@ -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.10/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.10/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.10/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.10/src/commands/org/display.ts)_
|
|
3036
3036
|
|
|
3037
3037
|
## `sf org display user`
|
|
3038
3038
|
|
|
@@ -3071,7 +3071,7 @@ EXAMPLES
|
|
|
3071
3071
|
$ sf org display user --target-org me@my.org --json
|
|
3072
3072
|
```
|
|
3073
3073
|
|
|
3074
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.5.
|
|
3074
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.5.8/src/commands/org/display/user.ts)_
|
|
3075
3075
|
|
|
3076
3076
|
## `sf org enable tracking`
|
|
3077
3077
|
|
|
@@ -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.10/src/commands/org/enable/tracking.ts)_
|
|
3117
3117
|
|
|
3118
3118
|
## `sf org generate password`
|
|
3119
3119
|
|
|
@@ -3180,7 +3180,7 @@ EXAMPLES
|
|
|
3180
3180
|
$ sf org generate password --on-behalf-of user1@my.org --on-behalf-of user2@my.org --on-behalf-of user3@my.org
|
|
3181
3181
|
```
|
|
3182
3182
|
|
|
3183
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.5.
|
|
3183
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.5.8/src/commands/org/generate/password.ts)_
|
|
3184
3184
|
|
|
3185
3185
|
## `sf org list`
|
|
3186
3186
|
|
|
@@ -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.10/src/commands/org/list.ts)_
|
|
3223
3223
|
|
|
3224
3224
|
## `sf org list auth`
|
|
3225
3225
|
|
|
@@ -3251,7 +3251,7 @@ EXAMPLES
|
|
|
3251
3251
|
$ sf org list auth
|
|
3252
3252
|
```
|
|
3253
3253
|
|
|
3254
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
3254
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.11/src/commands/org/list/auth.ts)_
|
|
3255
3255
|
|
|
3256
3256
|
## `sf org list limits`
|
|
3257
3257
|
|
|
@@ -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.7/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.10/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.10/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.7/src/commands/org/list/sobject/record-counts.ts)_
|
|
3463
3463
|
|
|
3464
3464
|
## `sf org list users`
|
|
3465
3465
|
|
|
@@ -3497,7 +3497,7 @@ EXAMPLES
|
|
|
3497
3497
|
$ sf org list users --target-org me@my.org
|
|
3498
3498
|
```
|
|
3499
3499
|
|
|
3500
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.5.
|
|
3500
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.5.8/src/commands/org/list/users.ts)_
|
|
3501
3501
|
|
|
3502
3502
|
## `sf org login access-token`
|
|
3503
3503
|
|
|
@@ -3551,7 +3551,7 @@ FLAG DESCRIPTIONS
|
|
|
3551
3551
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
3552
3552
|
```
|
|
3553
3553
|
|
|
3554
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
3554
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.11/src/commands/org/login/access-token.ts)_
|
|
3555
3555
|
|
|
3556
3556
|
## `sf org login device`
|
|
3557
3557
|
|
|
@@ -3611,7 +3611,7 @@ FLAG DESCRIPTIONS
|
|
|
3611
3611
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
3612
3612
|
```
|
|
3613
3613
|
|
|
3614
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
3614
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.11/src/commands/org/login/device.ts)_
|
|
3615
3615
|
|
|
3616
3616
|
## `sf org login jwt`
|
|
3617
3617
|
|
|
@@ -3702,7 +3702,7 @@ FLAG DESCRIPTIONS
|
|
|
3702
3702
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
3703
3703
|
```
|
|
3704
3704
|
|
|
3705
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
3705
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.11/src/commands/org/login/jwt.ts)_
|
|
3706
3706
|
|
|
3707
3707
|
## `sf org login sfdx-url`
|
|
3708
3708
|
|
|
@@ -3767,7 +3767,7 @@ EXAMPLES
|
|
|
3767
3767
|
$ echo url | sf org login sfdx-url --sfdx-url-stdin
|
|
3768
3768
|
```
|
|
3769
3769
|
|
|
3770
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
3770
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.11/src/commands/org/login/sfdx-url.ts)_
|
|
3771
3771
|
|
|
3772
3772
|
## `sf org login web`
|
|
3773
3773
|
|
|
@@ -3854,7 +3854,7 @@ FLAG DESCRIPTIONS
|
|
|
3854
3854
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
3855
3855
|
```
|
|
3856
3856
|
|
|
3857
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
3857
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.11/src/commands/org/login/web.ts)_
|
|
3858
3858
|
|
|
3859
3859
|
## `sf org logout`
|
|
3860
3860
|
|
|
@@ -3915,7 +3915,7 @@ FLAG DESCRIPTIONS
|
|
|
3915
3915
|
All orgs includes Dev Hubs, sandboxes, DE orgs, and expired, deleted, and unknown-status scratch orgs.
|
|
3916
3916
|
```
|
|
3917
3917
|
|
|
3918
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.
|
|
3918
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.11/src/commands/org/logout.ts)_
|
|
3919
3919
|
|
|
3920
3920
|
## `sf org open`
|
|
3921
3921
|
|
|
@@ -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.10/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.10/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.10/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.10/src/commands/org/resume/scratch.ts)_
|
|
4178
4178
|
|
|
4179
4179
|
## `sf package1 version create`
|
|
4180
4180
|
|
|
@@ -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.11/src/commands/plugins/trust/verify.ts)_
|
|
5563
5563
|
|
|
5564
5564
|
## `sf plugins uninstall [PLUGIN]`
|
|
5565
5565
|
|
|
@@ -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.7/src/commands/project/generate.ts)_
|
|
6909
6909
|
|
|
6910
6910
|
## `sf project generate manifest`
|
|
6911
6911
|
|
|
@@ -7343,7 +7343,7 @@ FLAG DESCRIPTIONS
|
|
|
7343
7343
|
If you don't specify this flag, the command prompts you to choose from your local objects.
|
|
7344
7344
|
```
|
|
7345
7345
|
|
|
7346
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.
|
|
7346
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.2/src/commands/schema/generate/field.ts)_
|
|
7347
7347
|
|
|
7348
7348
|
## `sf schema generate platformevent`
|
|
7349
7349
|
|
|
@@ -7375,7 +7375,7 @@ EXAMPLES
|
|
|
7375
7375
|
$ sf schema generate platformevent --label "My Platform Event"
|
|
7376
7376
|
```
|
|
7377
7377
|
|
|
7378
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.
|
|
7378
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.2/src/commands/schema/generate/platformevent.ts)_
|
|
7379
7379
|
|
|
7380
7380
|
## `sf schema generate sobject`
|
|
7381
7381
|
|
|
@@ -7432,7 +7432,7 @@ FLAG DESCRIPTIONS
|
|
|
7432
7432
|
- Streaming API: With Bulk API and Sharing, classifies the custom object as an Enterprise Application object.
|
|
7433
7433
|
```
|
|
7434
7434
|
|
|
7435
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.
|
|
7435
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.2/src/commands/schema/generate/sobject.ts)_
|
|
7436
7436
|
|
|
7437
7437
|
## `sf schema generate tab`
|
|
7438
7438
|
|
|
@@ -7480,7 +7480,7 @@ FLAG DESCRIPTIONS
|
|
|
7480
7480
|
The API name for a custom object always ends in `__c`, such as `MyObject__c`.
|
|
7481
7481
|
```
|
|
7482
7482
|
|
|
7483
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.
|
|
7483
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.2/src/commands/schema/generate/tab.ts)_
|
|
7484
7484
|
|
|
7485
7485
|
## `sf search`
|
|
7486
7486
|
|
|
@@ -7496,7 +7496,7 @@ DESCRIPTION
|
|
|
7496
7496
|
Once you select a command, hit enter and it will show the help for that command.
|
|
7497
7497
|
```
|
|
7498
7498
|
|
|
7499
|
-
_See code: [@oclif/plugin-search](https://github.com/oclif/plugin-search/blob/1.0.
|
|
7499
|
+
_See code: [@oclif/plugin-search](https://github.com/oclif/plugin-search/blob/1.0.24/src/commands/search.ts)_
|
|
7500
7500
|
|
|
7501
7501
|
## `sf sobject describe`
|
|
7502
7502
|
|
|
@@ -7644,7 +7644,7 @@ FLAG DESCRIPTIONS
|
|
|
7644
7644
|
etc.
|
|
7645
7645
|
```
|
|
7646
7646
|
|
|
7647
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.2.
|
|
7647
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.2.7/src/commands/static-resource/generate.ts)_
|
|
7648
7648
|
|
|
7649
7649
|
## `sf update [CHANNEL]`
|
|
7650
7650
|
|
|
@@ -7757,7 +7757,7 @@ FLAG DESCRIPTIONS
|
|
|
7757
7757
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
7758
7758
|
```
|
|
7759
7759
|
|
|
7760
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.2.
|
|
7760
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.2.7/src/commands/visualforce/generate/component.ts)_
|
|
7761
7761
|
|
|
7762
7762
|
## `sf visualforce generate page`
|
|
7763
7763
|
|
|
@@ -7807,7 +7807,7 @@ FLAG DESCRIPTIONS
|
|
|
7807
7807
|
The name can be up to 40 characters and must start with a letter.
|
|
7808
7808
|
```
|
|
7809
7809
|
|
|
7810
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.2.
|
|
7810
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.2.7/src/commands/visualforce/generate/page.ts)_
|
|
7811
7811
|
|
|
7812
7812
|
## `sf which`
|
|
7813
7813
|
|
|
@@ -7829,6 +7829,6 @@ EXAMPLES
|
|
|
7829
7829
|
$ sf which help
|
|
7830
7830
|
```
|
|
7831
7831
|
|
|
7832
|
-
_See code: [@oclif/plugin-which](https://github.com/oclif/plugin-which/blob/3.1.
|
|
7832
|
+
_See code: [@oclif/plugin-which](https://github.com/oclif/plugin-which/blob/3.1.10/src/commands/which.ts)_
|
|
7833
7833
|
|
|
7834
7834
|
<!-- commandsstop -->
|