@salesforce/cli 2.30.3 → 2.30.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 +184 -85
- package/npm-shrinkwrap.json +847 -700
- package/oclif.manifest.json +1 -1
- package/package.json +26 -26
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.30.
|
|
27
|
+
@salesforce/cli/2.30.5 linux-x64 node-v20.11.0
|
|
28
28
|
$ sf --help [COMMAND]
|
|
29
29
|
USAGE
|
|
30
30
|
$ sf COMMAND
|
|
@@ -63,8 +63,10 @@ See [architecture page](ARCHITECTURE.md) for diagrams of the Salesforce CLI.
|
|
|
63
63
|
- [`sf data delete bulk`](#sf-data-delete-bulk)
|
|
64
64
|
- [`sf data delete record`](#sf-data-delete-record)
|
|
65
65
|
- [`sf data delete resume`](#sf-data-delete-resume)
|
|
66
|
+
- [`sf data export beta tree`](#sf-data-export-beta-tree)
|
|
66
67
|
- [`sf data export tree`](#sf-data-export-tree)
|
|
67
68
|
- [`sf data get record`](#sf-data-get-record)
|
|
69
|
+
- [`sf data import beta tree`](#sf-data-import-beta-tree)
|
|
68
70
|
- [`sf data import tree`](#sf-data-import-tree)
|
|
69
71
|
- [`sf data query`](#sf-data-query)
|
|
70
72
|
- [`sf data query resume`](#sf-data-query-resume)
|
|
@@ -198,7 +200,7 @@ EXAMPLES
|
|
|
198
200
|
$ sf alias list
|
|
199
201
|
```
|
|
200
202
|
|
|
201
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.
|
|
203
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.26/src/commands/alias/list.ts)_
|
|
202
204
|
|
|
203
205
|
## `sf alias set`
|
|
204
206
|
|
|
@@ -246,7 +248,7 @@ EXAMPLES
|
|
|
246
248
|
$ sf alias set my-scratch-org test-ss0xut7txzxf@example.com
|
|
247
249
|
```
|
|
248
250
|
|
|
249
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.
|
|
251
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.26/src/commands/alias/set.ts)_
|
|
250
252
|
|
|
251
253
|
## `sf alias unset`
|
|
252
254
|
|
|
@@ -285,7 +287,7 @@ EXAMPLES
|
|
|
285
287
|
$ sf alias unset --all [--no-prompt]
|
|
286
288
|
```
|
|
287
289
|
|
|
288
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.
|
|
290
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.26/src/commands/alias/unset.ts)_
|
|
289
291
|
|
|
290
292
|
## `sf analytics generate template`
|
|
291
293
|
|
|
@@ -326,7 +328,7 @@ FLAG DESCRIPTIONS
|
|
|
326
328
|
directory.
|
|
327
329
|
```
|
|
328
330
|
|
|
329
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.
|
|
331
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.15/src/commands/analytics/generate/template.ts)_
|
|
330
332
|
|
|
331
333
|
## `sf apex generate class`
|
|
332
334
|
|
|
@@ -382,7 +384,7 @@ FLAG DESCRIPTIONS
|
|
|
382
384
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
383
385
|
```
|
|
384
386
|
|
|
385
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.
|
|
387
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.15/src/commands/apex/generate/class.ts)_
|
|
386
388
|
|
|
387
389
|
## `sf apex generate trigger`
|
|
388
390
|
|
|
@@ -449,7 +451,7 @@ FLAG DESCRIPTIONS
|
|
|
449
451
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
450
452
|
```
|
|
451
453
|
|
|
452
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.
|
|
454
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.15/src/commands/apex/generate/trigger.ts)_
|
|
453
455
|
|
|
454
456
|
## `sf apex get log`
|
|
455
457
|
|
|
@@ -503,7 +505,7 @@ FLAG DESCRIPTIONS
|
|
|
503
505
|
directory.
|
|
504
506
|
```
|
|
505
507
|
|
|
506
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.0.
|
|
508
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.0.24/src/commands/apex/get/log.ts)_
|
|
507
509
|
|
|
508
510
|
## `sf apex get test`
|
|
509
511
|
|
|
@@ -556,7 +558,7 @@ EXAMPLES
|
|
|
556
558
|
me@myorg',
|
|
557
559
|
```
|
|
558
560
|
|
|
559
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.0.
|
|
561
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.0.24/src/commands/apex/get/test.ts)_
|
|
560
562
|
|
|
561
563
|
## `sf apex list log`
|
|
562
564
|
|
|
@@ -595,7 +597,7 @@ EXAMPLES
|
|
|
595
597
|
$ sf apex list log --target-org me@my.org
|
|
596
598
|
```
|
|
597
599
|
|
|
598
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.0.
|
|
600
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.0.24/src/commands/apex/list/log.ts)_
|
|
599
601
|
|
|
600
602
|
## `sf apex run`
|
|
601
603
|
|
|
@@ -641,7 +643,7 @@ EXAMPLES
|
|
|
641
643
|
$ sf apex run
|
|
642
644
|
```
|
|
643
645
|
|
|
644
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.0.
|
|
646
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.0.24/src/commands/apex/run.ts)_
|
|
645
647
|
|
|
646
648
|
## `sf apex run test`
|
|
647
649
|
|
|
@@ -748,7 +750,7 @@ FLAG DESCRIPTIONS
|
|
|
748
750
|
--tests Test1 --tests Test2
|
|
749
751
|
```
|
|
750
752
|
|
|
751
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.0.
|
|
753
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.0.24/src/commands/apex/run/test.ts)_
|
|
752
754
|
|
|
753
755
|
## `sf apex tail log`
|
|
754
756
|
|
|
@@ -788,7 +790,7 @@ EXAMPLES
|
|
|
788
790
|
$ sf apex tail log --color --skip-trace-flag
|
|
789
791
|
```
|
|
790
792
|
|
|
791
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.0.
|
|
793
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.0.24/src/commands/apex/tail/log.ts)_
|
|
792
794
|
|
|
793
795
|
## `sf autocomplete [SHELL]`
|
|
794
796
|
|
|
@@ -819,7 +821,7 @@ EXAMPLES
|
|
|
819
821
|
$ sf autocomplete --refresh-cache
|
|
820
822
|
```
|
|
821
823
|
|
|
822
|
-
_See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/3.0.
|
|
824
|
+
_See code: [@oclif/plugin-autocomplete](https://github.com/oclif/plugin-autocomplete/blob/3.0.9/src/commands/autocomplete/index.ts)_
|
|
823
825
|
|
|
824
826
|
## `sf commands`
|
|
825
827
|
|
|
@@ -900,7 +902,7 @@ CONFIGURATION VARIABLES
|
|
|
900
902
|
org-capitalize-record-types Whether record types are capitalized on scratch org creation.
|
|
901
903
|
```
|
|
902
904
|
|
|
903
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.
|
|
905
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.26/src/commands/config/get.ts)_
|
|
904
906
|
|
|
905
907
|
## `sf config list`
|
|
906
908
|
|
|
@@ -939,7 +941,7 @@ EXAMPLES
|
|
|
939
941
|
$ sf config list
|
|
940
942
|
```
|
|
941
943
|
|
|
942
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.
|
|
944
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.26/src/commands/config/list.ts)_
|
|
943
945
|
|
|
944
946
|
## `sf config set`
|
|
945
947
|
|
|
@@ -1007,7 +1009,7 @@ CONFIGURATION VARIABLES
|
|
|
1007
1009
|
org-capitalize-record-types Whether record types are capitalized on scratch org creation.
|
|
1008
1010
|
```
|
|
1009
1011
|
|
|
1010
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.
|
|
1012
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.26/src/commands/config/set.ts)_
|
|
1011
1013
|
|
|
1012
1014
|
## `sf config unset`
|
|
1013
1015
|
|
|
@@ -1056,7 +1058,7 @@ CONFIGURATION VARIABLES
|
|
|
1056
1058
|
org-capitalize-record-types Whether record types are capitalized on scratch org creation.
|
|
1057
1059
|
```
|
|
1058
1060
|
|
|
1059
|
-
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.
|
|
1061
|
+
_See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.26/src/commands/config/unset.ts)_
|
|
1060
1062
|
|
|
1061
1063
|
## `sf data create record`
|
|
1062
1064
|
|
|
@@ -1111,7 +1113,7 @@ EXAMPLES
|
|
|
1111
1113
|
TracedEntityId=01p17000000R6bLAAS"
|
|
1112
1114
|
```
|
|
1113
1115
|
|
|
1114
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0
|
|
1116
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.1.0/src/commands/data/create/record.ts)_
|
|
1115
1117
|
|
|
1116
1118
|
## `sf data delete bulk`
|
|
1117
1119
|
|
|
@@ -1156,7 +1158,7 @@ EXAMPLES
|
|
|
1156
1158
|
$ sf data delete bulk --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
|
|
1157
1159
|
```
|
|
1158
1160
|
|
|
1159
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0
|
|
1161
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.1.0/src/commands/data/delete/bulk.ts)_
|
|
1160
1162
|
|
|
1161
1163
|
## `sf data delete record`
|
|
1162
1164
|
|
|
@@ -1215,7 +1217,7 @@ EXAMPLES
|
|
|
1215
1217
|
$ sf data delete record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
|
|
1216
1218
|
```
|
|
1217
1219
|
|
|
1218
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0
|
|
1220
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.1.0/src/commands/data/delete/record.ts)_
|
|
1219
1221
|
|
|
1220
1222
|
## `sf data delete resume`
|
|
1221
1223
|
|
|
@@ -1252,7 +1254,63 @@ EXAMPLES
|
|
|
1252
1254
|
$ sf data delete resume --use-most-recent --target-org my-scratch
|
|
1253
1255
|
```
|
|
1254
1256
|
|
|
1255
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0
|
|
1257
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.1.0/src/commands/data/delete/resume.ts)_
|
|
1258
|
+
|
|
1259
|
+
## `sf data export beta tree`
|
|
1260
|
+
|
|
1261
|
+
Export data from an org into one or more JSON files.
|
|
1262
|
+
|
|
1263
|
+
```
|
|
1264
|
+
USAGE
|
|
1265
|
+
$ sf data export beta tree -o <value> -q <value> [--json] [--api-version <value>] [-p] [-x <value>] [-d <value>]
|
|
1266
|
+
|
|
1267
|
+
FLAGS
|
|
1268
|
+
-d, --output-dir=<value> Directory in which to generate the JSON files; default is current directory.
|
|
1269
|
+
-o, --target-org=<value> (required) Username or alias of the target org. Not required if the `target-org`
|
|
1270
|
+
configuration variable is already set.
|
|
1271
|
+
-p, --plan Generate multiple sObject tree files and a plan definition file for aggregated import.
|
|
1272
|
+
-q, --query=<value> (required) SOQL query, or filepath of a file that contains the query, to retrieve records.
|
|
1273
|
+
-x, --prefix=<value> Prefix of generated files.
|
|
1274
|
+
--api-version=<value> Override the api version used for api requests made by this command
|
|
1275
|
+
|
|
1276
|
+
GLOBAL FLAGS
|
|
1277
|
+
--json Format output as json.
|
|
1278
|
+
|
|
1279
|
+
DESCRIPTION
|
|
1280
|
+
Export data from an org into one or more JSON files.
|
|
1281
|
+
|
|
1282
|
+
Specify a SOQL query, either directly at the command line or read from a file, to retrieve the data you want to
|
|
1283
|
+
export. The exported data is written to JSON files in sObject tree format, which is a collection of nested,
|
|
1284
|
+
parent-child records with a single root record. Use these JSON files to import data into an org with the "sf data
|
|
1285
|
+
import tree" command.
|
|
1286
|
+
|
|
1287
|
+
If your SOQL query references multiple objects, the command generates a single JSON file by default. You can specify
|
|
1288
|
+
the --plan flag to generate separate JSON files for each object and a plan definition file that aggregates them. You
|
|
1289
|
+
then specify just this plan definition file when you import the data into an org.
|
|
1290
|
+
|
|
1291
|
+
The SOQL query can return a maximum of 2,000 records. For more information, see the REST API Developer Guide.
|
|
1292
|
+
(https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/resources_composite_sobject_tree.htm).
|
|
1293
|
+
|
|
1294
|
+
EXAMPLES
|
|
1295
|
+
Export records retrieved with the specified SOQL query into a single JSON file in the current directory; the command
|
|
1296
|
+
uses your default org:
|
|
1297
|
+
|
|
1298
|
+
$ sf data export beta tree --query "SELECT Id, Name, (SELECT Name, Address\_\_c FROM Properties\_\_r) FROM \
|
|
1299
|
+
Broker\_\_c"
|
|
1300
|
+
|
|
1301
|
+
Export data using a SOQL query in the "query.txt" file and generate JSON files for each object and a plan that
|
|
1302
|
+
aggregates them:
|
|
1303
|
+
|
|
1304
|
+
$ sf data export beta tree --query query.txt --plan
|
|
1305
|
+
|
|
1306
|
+
Prepend "export-demo" before each generated file and generate the files in the "export-out" directory; run the
|
|
1307
|
+
command on the org with alias "my-scratch":
|
|
1308
|
+
|
|
1309
|
+
$ sf data export beta tree --query query.txt --plan --prefix export-demo --output-dir export-out --target-org \
|
|
1310
|
+
my-scratch
|
|
1311
|
+
```
|
|
1312
|
+
|
|
1313
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.1.0/src/commands/data/export/beta/tree.ts)_
|
|
1256
1314
|
|
|
1257
1315
|
## `sf data export tree`
|
|
1258
1316
|
|
|
@@ -1296,7 +1354,8 @@ EXAMPLES
|
|
|
1296
1354
|
Export records retrieved with the specified SOQL query into a single JSON file in the current directory; the command
|
|
1297
1355
|
uses your default org:
|
|
1298
1356
|
|
|
1299
|
-
$ sf data export tree --query "SELECT Id, Name, (SELECT Name,
|
|
1357
|
+
$ sf data export tree --query "SELECT Id, Name, (SELECT Name, Address\_\_c FROM Properties\_\_r) FROM \
|
|
1358
|
+
Broker\_\_c"
|
|
1300
1359
|
|
|
1301
1360
|
Export data using a SOQL query in the "query.txt" file and generate JSON files for each object and a plan that
|
|
1302
1361
|
aggregates them:
|
|
@@ -1310,7 +1369,7 @@ EXAMPLES
|
|
|
1310
1369
|
my-scratch
|
|
1311
1370
|
```
|
|
1312
1371
|
|
|
1313
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0
|
|
1372
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.1.0/src/commands/data/export/tree.ts)_
|
|
1314
1373
|
|
|
1315
1374
|
## `sf data get record`
|
|
1316
1375
|
|
|
@@ -1372,7 +1431,49 @@ EXAMPLES
|
|
|
1372
1431
|
$ sf data get record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
|
|
1373
1432
|
```
|
|
1374
1433
|
|
|
1375
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0
|
|
1434
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.1.0/src/commands/data/get/record.ts)_
|
|
1435
|
+
|
|
1436
|
+
## `sf data import beta tree`
|
|
1437
|
+
|
|
1438
|
+
Import data from one or more JSON files into an org.
|
|
1439
|
+
|
|
1440
|
+
```
|
|
1441
|
+
USAGE
|
|
1442
|
+
$ sf data import beta tree -o <value> [--json] [--api-version <value>] [-f <value>] [-p <value>]
|
|
1443
|
+
|
|
1444
|
+
FLAGS
|
|
1445
|
+
-f, --files=<value>... Comma-separated and in-order JSON files that contain the records, in sObject tree format,
|
|
1446
|
+
that you want to insert.
|
|
1447
|
+
-o, --target-org=<value> (required) Username or alias of the target org. Not required if the `target-org`
|
|
1448
|
+
configuration variable is already set.
|
|
1449
|
+
-p, --plan=<value> Plan definition file to insert multiple data files.
|
|
1450
|
+
--api-version=<value> Override the api version used for api requests made by this command
|
|
1451
|
+
|
|
1452
|
+
GLOBAL FLAGS
|
|
1453
|
+
--json Format output as json.
|
|
1454
|
+
|
|
1455
|
+
DESCRIPTION
|
|
1456
|
+
Import data from one or more JSON files into an org.
|
|
1457
|
+
|
|
1458
|
+
The JSON files that contain the data are in sObject tree format, which is a collection of nested, parent-child records
|
|
1459
|
+
with a single root record. Use the "sf data export tree" command to generate these JSON files.
|
|
1460
|
+
|
|
1461
|
+
If you used the --plan flag when exporting the data to generate a plan definition file, use the --plan flag to
|
|
1462
|
+
reference the file when you import. If you're not using a plan, use the --files flag to list the files. If you specify
|
|
1463
|
+
multiple JSON files that depend on each other in a parent-child relationship, be sure you list them in the correct
|
|
1464
|
+
order.
|
|
1465
|
+
|
|
1466
|
+
EXAMPLES
|
|
1467
|
+
Import the records contained in two JSON files into the org with alias "my-scratch":
|
|
1468
|
+
|
|
1469
|
+
$ sf data import beta tree --files Contact.json,Account.json --target-org my-scratch
|
|
1470
|
+
|
|
1471
|
+
Import records using a plan definition file into your default org:
|
|
1472
|
+
|
|
1473
|
+
$ sf data import beta tree --plan Account-Contact-plan.json
|
|
1474
|
+
```
|
|
1475
|
+
|
|
1476
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.1.0/src/commands/data/import/beta/tree.ts)_
|
|
1376
1477
|
|
|
1377
1478
|
## `sf data import tree`
|
|
1378
1479
|
|
|
@@ -1380,7 +1481,7 @@ Import data from one or more JSON files into an org.
|
|
|
1380
1481
|
|
|
1381
1482
|
```
|
|
1382
1483
|
USAGE
|
|
1383
|
-
$ sf data import tree -o <value> [--json] [--api-version <value>] [-f <value> | -p <value>]
|
|
1484
|
+
$ sf data import tree -o <value> [--json] [--api-version <value>] [-f <value> | -p <value>]
|
|
1384
1485
|
|
|
1385
1486
|
FLAGS
|
|
1386
1487
|
-f, --files=<value>... Comma-separated and in-order JSON files that contain the records, in sObject tree format,
|
|
@@ -1389,8 +1490,6 @@ FLAGS
|
|
|
1389
1490
|
configuration variable is already set.
|
|
1390
1491
|
-p, --plan=<value> Plan definition file to insert multiple data files.
|
|
1391
1492
|
--api-version=<value> Override the api version used for api requests made by this command
|
|
1392
|
-
--config-help Display schema information for the --plan configuration file to stdout; if you specify this
|
|
1393
|
-
flag, all other flags except --json are ignored.
|
|
1394
1493
|
|
|
1395
1494
|
GLOBAL FLAGS
|
|
1396
1495
|
--json Format output as json.
|
|
@@ -1423,7 +1522,7 @@ EXAMPLES
|
|
|
1423
1522
|
$ sf data import tree --plan Account-Contact-plan.json
|
|
1424
1523
|
```
|
|
1425
1524
|
|
|
1426
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0
|
|
1525
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.1.0/src/commands/data/import/tree.ts)_
|
|
1427
1526
|
|
|
1428
1527
|
## `sf data query`
|
|
1429
1528
|
|
|
@@ -1486,7 +1585,7 @@ EXAMPLES
|
|
|
1486
1585
|
$ sf data query --query "SELECT Id FROM Contact" --bulk --wait 0
|
|
1487
1586
|
```
|
|
1488
1587
|
|
|
1489
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0
|
|
1588
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.1.0/src/commands/data/query.ts)_
|
|
1490
1589
|
|
|
1491
1590
|
## `sf data query resume`
|
|
1492
1591
|
|
|
@@ -1522,7 +1621,7 @@ EXAMPLES
|
|
|
1522
1621
|
$ sf data query resume --bulk-query-id 7500x000005BdFzXXX
|
|
1523
1622
|
```
|
|
1524
1623
|
|
|
1525
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0
|
|
1624
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.1.0/src/commands/data/query/resume.ts)_
|
|
1526
1625
|
|
|
1527
1626
|
## `sf data resume`
|
|
1528
1627
|
|
|
@@ -1558,7 +1657,7 @@ EXAMPLES
|
|
|
1558
1657
|
$ sf data resume --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA
|
|
1559
1658
|
```
|
|
1560
1659
|
|
|
1561
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0
|
|
1660
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.1.0/src/commands/data/resume.ts)_
|
|
1562
1661
|
|
|
1563
1662
|
## `sf data update record`
|
|
1564
1663
|
|
|
@@ -1619,7 +1718,7 @@ EXAMPLES
|
|
|
1619
1718
|
"ExpirationDate=2017-12-01T00:58:04.000+0000"
|
|
1620
1719
|
```
|
|
1621
1720
|
|
|
1622
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0
|
|
1721
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.1.0/src/commands/data/update/record.ts)_
|
|
1623
1722
|
|
|
1624
1723
|
## `sf data upsert bulk`
|
|
1625
1724
|
|
|
@@ -1671,7 +1770,7 @@ EXAMPLES
|
|
|
1671
1770
|
my-scratch
|
|
1672
1771
|
```
|
|
1673
1772
|
|
|
1674
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0
|
|
1773
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.1.0/src/commands/data/upsert/bulk.ts)_
|
|
1675
1774
|
|
|
1676
1775
|
## `sf data upsert resume`
|
|
1677
1776
|
|
|
@@ -1708,7 +1807,7 @@ EXAMPLES
|
|
|
1708
1807
|
$ sf data upsert resume --use-most-recent --target-org my-scratch
|
|
1709
1808
|
```
|
|
1710
1809
|
|
|
1711
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0
|
|
1810
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.1.0/src/commands/data/upsert/resume.ts)_
|
|
1712
1811
|
|
|
1713
1812
|
## `sf doctor`
|
|
1714
1813
|
|
|
@@ -1755,7 +1854,7 @@ EXAMPLES
|
|
|
1755
1854
|
$ sf doctor --plugin @salesforce/plugin-source
|
|
1756
1855
|
```
|
|
1757
1856
|
|
|
1758
|
-
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.0.
|
|
1857
|
+
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.0.26/src/commands/doctor.ts)_
|
|
1759
1858
|
|
|
1760
1859
|
## `sf force data bulk delete`
|
|
1761
1860
|
|
|
@@ -1800,7 +1899,7 @@ EXAMPLES
|
|
|
1800
1899
|
$ sf force data bulk delete --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
|
|
1801
1900
|
```
|
|
1802
1901
|
|
|
1803
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0
|
|
1902
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.1.0/src/commands/force/data/bulk/delete.ts)_
|
|
1804
1903
|
|
|
1805
1904
|
## `sf force data bulk status`
|
|
1806
1905
|
|
|
@@ -1836,7 +1935,7 @@ EXAMPLES
|
|
|
1836
1935
|
$ sf force data bulk status --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA --target-org my-scratch
|
|
1837
1936
|
```
|
|
1838
1937
|
|
|
1839
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0
|
|
1938
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.1.0/src/commands/force/data/bulk/status.ts)_
|
|
1840
1939
|
|
|
1841
1940
|
## `sf force data bulk upsert`
|
|
1842
1941
|
|
|
@@ -1893,7 +1992,7 @@ EXAMPLES
|
|
|
1893
1992
|
--target-org my-scratch
|
|
1894
1993
|
```
|
|
1895
1994
|
|
|
1896
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.0
|
|
1995
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.1.0/src/commands/force/data/bulk/upsert.ts)_
|
|
1897
1996
|
|
|
1898
1997
|
## `sf help [COMMANDS]`
|
|
1899
1998
|
|
|
@@ -1952,7 +2051,7 @@ EXAMPLES
|
|
|
1952
2051
|
$ sf info releasenotes display --version latest
|
|
1953
2052
|
```
|
|
1954
2053
|
|
|
1955
|
-
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.0.
|
|
2054
|
+
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.0.26/src/commands/info/releasenotes/display.ts)_
|
|
1956
2055
|
|
|
1957
2056
|
## `sf lightning generate app`
|
|
1958
2057
|
|
|
@@ -2005,7 +2104,7 @@ FLAG DESCRIPTIONS
|
|
|
2005
2104
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
2006
2105
|
```
|
|
2007
2106
|
|
|
2008
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.
|
|
2107
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.15/src/commands/lightning/generate/app.ts)_
|
|
2009
2108
|
|
|
2010
2109
|
## `sf lightning generate component`
|
|
2011
2110
|
|
|
@@ -2073,7 +2172,7 @@ FLAG DESCRIPTIONS
|
|
|
2073
2172
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
2074
2173
|
```
|
|
2075
2174
|
|
|
2076
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.
|
|
2175
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.15/src/commands/lightning/generate/component.ts)_
|
|
2077
2176
|
|
|
2078
2177
|
## `sf lightning generate event`
|
|
2079
2178
|
|
|
@@ -2126,7 +2225,7 @@ FLAG DESCRIPTIONS
|
|
|
2126
2225
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
2127
2226
|
```
|
|
2128
2227
|
|
|
2129
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.
|
|
2228
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.15/src/commands/lightning/generate/event.ts)_
|
|
2130
2229
|
|
|
2131
2230
|
## `sf lightning generate interface`
|
|
2132
2231
|
|
|
@@ -2179,7 +2278,7 @@ FLAG DESCRIPTIONS
|
|
|
2179
2278
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
2180
2279
|
```
|
|
2181
2280
|
|
|
2182
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.
|
|
2281
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.15/src/commands/lightning/generate/interface.ts)_
|
|
2183
2282
|
|
|
2184
2283
|
## `sf lightning generate test`
|
|
2185
2284
|
|
|
@@ -2232,7 +2331,7 @@ FLAG DESCRIPTIONS
|
|
|
2232
2331
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
2233
2332
|
```
|
|
2234
2333
|
|
|
2235
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.
|
|
2334
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.15/src/commands/lightning/generate/test.ts)_
|
|
2236
2335
|
|
|
2237
2336
|
## `sf org assign permset`
|
|
2238
2337
|
|
|
@@ -2275,7 +2374,7 @@ EXAMPLES
|
|
|
2275
2374
|
$ sf org assign permset --name DreamHouse --on-behalf-of user1@my.org --on-behalf-of user2 --on-behalf-of user
|
|
2276
2375
|
```
|
|
2277
2376
|
|
|
2278
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.2.
|
|
2377
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.2.10/src/commands/org/assign/permset.ts)_
|
|
2279
2378
|
|
|
2280
2379
|
## `sf org assign permsetlicense`
|
|
2281
2380
|
|
|
@@ -2319,7 +2418,7 @@ EXAMPLES
|
|
|
2319
2418
|
user3
|
|
2320
2419
|
```
|
|
2321
2420
|
|
|
2322
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.2.
|
|
2421
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.2.10/src/commands/org/assign/permsetlicense.ts)_
|
|
2323
2422
|
|
|
2324
2423
|
## `sf org create sandbox`
|
|
2325
2424
|
|
|
@@ -2424,7 +2523,7 @@ FLAG DESCRIPTIONS
|
|
|
2424
2523
|
sandbox.
|
|
2425
2524
|
```
|
|
2426
2525
|
|
|
2427
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.
|
|
2526
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.13/src/commands/org/create/sandbox.ts)_
|
|
2428
2527
|
|
|
2429
2528
|
## `sf org create scratch`
|
|
2430
2529
|
|
|
@@ -2577,7 +2676,7 @@ FLAG DESCRIPTIONS
|
|
|
2577
2676
|
Omit this flag to have Salesforce generate a unique username for your org.
|
|
2578
2677
|
```
|
|
2579
2678
|
|
|
2580
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.
|
|
2679
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.13/src/commands/org/create/scratch.ts)_
|
|
2581
2680
|
|
|
2582
2681
|
## `sf org create user`
|
|
2583
2682
|
|
|
@@ -2683,7 +2782,7 @@ FLAG DESCRIPTIONS
|
|
|
2683
2782
|
might be different than what you specify in the definition file.
|
|
2684
2783
|
```
|
|
2685
2784
|
|
|
2686
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.2.
|
|
2785
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.2.10/src/commands/org/create/user.ts)_
|
|
2687
2786
|
|
|
2688
2787
|
## `sf org delete sandbox`
|
|
2689
2788
|
|
|
@@ -2727,7 +2826,7 @@ EXAMPLES
|
|
|
2727
2826
|
$ sf org delete sandbox --target-org my-sandbox --no-prompt
|
|
2728
2827
|
```
|
|
2729
2828
|
|
|
2730
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.
|
|
2829
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.13/src/commands/org/delete/sandbox.ts)_
|
|
2731
2830
|
|
|
2732
2831
|
## `sf org delete scratch`
|
|
2733
2832
|
|
|
@@ -2769,7 +2868,7 @@ EXAMPLES
|
|
|
2769
2868
|
$ sf org delete scratch --target-org my-scratch-org --no-prompt
|
|
2770
2869
|
```
|
|
2771
2870
|
|
|
2772
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.
|
|
2871
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.13/src/commands/org/delete/scratch.ts)_
|
|
2773
2872
|
|
|
2774
2873
|
## `sf org disable tracking`
|
|
2775
2874
|
|
|
@@ -2807,7 +2906,7 @@ EXAMPLES
|
|
|
2807
2906
|
$ sf org disable tracking
|
|
2808
2907
|
```
|
|
2809
2908
|
|
|
2810
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.
|
|
2909
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.13/src/commands/org/disable/tracking.ts)_
|
|
2811
2910
|
|
|
2812
2911
|
## `sf org display`
|
|
2813
2912
|
|
|
@@ -2851,7 +2950,7 @@ EXAMPLES
|
|
|
2851
2950
|
$ sf org display --target-org TestOrg1 --verbose
|
|
2852
2951
|
```
|
|
2853
2952
|
|
|
2854
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.
|
|
2953
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.13/src/commands/org/display.ts)_
|
|
2855
2954
|
|
|
2856
2955
|
## `sf org display user`
|
|
2857
2956
|
|
|
@@ -2889,7 +2988,7 @@ EXAMPLES
|
|
|
2889
2988
|
$ sf org display user --target-org me@my.org --json
|
|
2890
2989
|
```
|
|
2891
2990
|
|
|
2892
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.2.
|
|
2991
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.2.10/src/commands/org/display/user.ts)_
|
|
2893
2992
|
|
|
2894
2993
|
## `sf org enable tracking`
|
|
2895
2994
|
|
|
@@ -2930,7 +3029,7 @@ EXAMPLES
|
|
|
2930
3029
|
$ sf org enable tracking
|
|
2931
3030
|
```
|
|
2932
3031
|
|
|
2933
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.
|
|
3032
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.13/src/commands/org/enable/tracking.ts)_
|
|
2934
3033
|
|
|
2935
3034
|
## `sf org generate password`
|
|
2936
3035
|
|
|
@@ -2995,7 +3094,7 @@ EXAMPLES
|
|
|
2995
3094
|
$ sf org generate password --on-behalf-of user1@my.org --on-behalf-of user2@my.org --on-behalf-of user3@my.org
|
|
2996
3095
|
```
|
|
2997
3096
|
|
|
2998
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.2.
|
|
3097
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.2.10/src/commands/org/generate/password.ts)_
|
|
2999
3098
|
|
|
3000
3099
|
## `sf org list`
|
|
3001
3100
|
|
|
@@ -3033,7 +3132,7 @@ EXAMPLES
|
|
|
3033
3132
|
$ sf org list --clean
|
|
3034
3133
|
```
|
|
3035
3134
|
|
|
3036
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.
|
|
3135
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.13/src/commands/org/list.ts)_
|
|
3037
3136
|
|
|
3038
3137
|
## `sf org list auth`
|
|
3039
3138
|
|
|
@@ -3064,7 +3163,7 @@ EXAMPLES
|
|
|
3064
3163
|
$ sf org list auth
|
|
3065
3164
|
```
|
|
3066
3165
|
|
|
3067
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.3.
|
|
3166
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.3.12/src/commands/org/list/auth.ts)_
|
|
3068
3167
|
|
|
3069
3168
|
## `sf org list limits`
|
|
3070
3169
|
|
|
@@ -3103,7 +3202,7 @@ EXAMPLES
|
|
|
3103
3202
|
$ sf org list limits --target-org my-scratch-org
|
|
3104
3203
|
```
|
|
3105
3204
|
|
|
3106
|
-
_See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.1.
|
|
3205
|
+
_See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.1.9/src/commands/org/list/limits.ts)_
|
|
3107
3206
|
|
|
3108
3207
|
## `sf org list metadata`
|
|
3109
3208
|
|
|
@@ -3168,7 +3267,7 @@ FLAG DESCRIPTIONS
|
|
|
3168
3267
|
Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
|
|
3169
3268
|
```
|
|
3170
3269
|
|
|
3171
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.
|
|
3270
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.13/src/commands/org/list/metadata.ts)_
|
|
3172
3271
|
|
|
3173
3272
|
## `sf org list metadata-types`
|
|
3174
3273
|
|
|
@@ -3222,7 +3321,7 @@ FLAG DESCRIPTIONS
|
|
|
3222
3321
|
Override the api version used for api requests made by this command
|
|
3223
3322
|
```
|
|
3224
3323
|
|
|
3225
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.
|
|
3324
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.13/src/commands/org/list/metadata-types.ts)_
|
|
3226
3325
|
|
|
3227
3326
|
## `sf org list sobject record-counts`
|
|
3228
3327
|
|
|
@@ -3267,7 +3366,7 @@ EXAMPLES
|
|
|
3267
3366
|
$ sf org list sobject record-counts --sobject Account --sobject Lead --target-org my-scratch-org
|
|
3268
3367
|
```
|
|
3269
3368
|
|
|
3270
|
-
_See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.1.
|
|
3369
|
+
_See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.1.9/src/commands/org/list/sobject/record-counts.ts)_
|
|
3271
3370
|
|
|
3272
3371
|
## `sf org list users`
|
|
3273
3372
|
|
|
@@ -3304,7 +3403,7 @@ EXAMPLES
|
|
|
3304
3403
|
$ sf org list users --target-org me@my.org
|
|
3305
3404
|
```
|
|
3306
3405
|
|
|
3307
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.2.
|
|
3406
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.2.10/src/commands/org/list/users.ts)_
|
|
3308
3407
|
|
|
3309
3408
|
## `sf org login access-token`
|
|
3310
3409
|
|
|
@@ -3357,7 +3456,7 @@ FLAG DESCRIPTIONS
|
|
|
3357
3456
|
To specify a sandbox, set --instance-url to https://MyDomainName--SandboxName.sandbox.my.salesforce.com.
|
|
3358
3457
|
```
|
|
3359
3458
|
|
|
3360
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.3.
|
|
3459
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.3.12/src/commands/org/login/access-token.ts)_
|
|
3361
3460
|
|
|
3362
3461
|
## `sf org login device`
|
|
3363
3462
|
|
|
@@ -3416,7 +3515,7 @@ FLAG DESCRIPTIONS
|
|
|
3416
3515
|
To specify a sandbox, set --instance-url to https://MyDomainName--SandboxName.sandbox.my.salesforce.com.
|
|
3417
3516
|
```
|
|
3418
3517
|
|
|
3419
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.3.
|
|
3518
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.3.12/src/commands/org/login/device.ts)_
|
|
3420
3519
|
|
|
3421
3520
|
## `sf org login jwt`
|
|
3422
3521
|
|
|
@@ -3505,7 +3604,7 @@ FLAG DESCRIPTIONS
|
|
|
3505
3604
|
To specify a sandbox, set --instance-url to https://MyDomainName--SandboxName.sandbox.my.salesforce.com.
|
|
3506
3605
|
```
|
|
3507
3606
|
|
|
3508
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.3.
|
|
3607
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.3.12/src/commands/org/login/jwt.ts)_
|
|
3509
3608
|
|
|
3510
3609
|
## `sf org login sfdx-url`
|
|
3511
3610
|
|
|
@@ -3570,7 +3669,7 @@ EXAMPLES
|
|
|
3570
3669
|
$ echo url | sf org login sfdx-url --sfdx-url-stdin
|
|
3571
3670
|
```
|
|
3572
3671
|
|
|
3573
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.3.
|
|
3672
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.3.12/src/commands/org/login/sfdx-url.ts)_
|
|
3574
3673
|
|
|
3575
3674
|
## `sf org login web`
|
|
3576
3675
|
|
|
@@ -3655,7 +3754,7 @@ FLAG DESCRIPTIONS
|
|
|
3655
3754
|
To specify a sandbox, set --instance-url to https://MyDomainName--SandboxName.sandbox.my.salesforce.com.
|
|
3656
3755
|
```
|
|
3657
3756
|
|
|
3658
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.3.
|
|
3757
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.3.12/src/commands/org/login/web.ts)_
|
|
3659
3758
|
|
|
3660
3759
|
## `sf org logout`
|
|
3661
3760
|
|
|
@@ -3715,7 +3814,7 @@ FLAG DESCRIPTIONS
|
|
|
3715
3814
|
All orgs includes Dev Hubs, sandboxes, DE orgs, and expired, deleted, and unknown-status scratch orgs.
|
|
3716
3815
|
```
|
|
3717
3816
|
|
|
3718
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.3.
|
|
3817
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.3.12/src/commands/org/logout.ts)_
|
|
3719
3818
|
|
|
3720
3819
|
## `sf org open`
|
|
3721
3820
|
|
|
@@ -3786,7 +3885,7 @@ EXAMPLES
|
|
|
3786
3885
|
$ sf org open --source-file force-app/main/default/flows/Hello.flow-meta.xml
|
|
3787
3886
|
```
|
|
3788
3887
|
|
|
3789
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.
|
|
3888
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.13/src/commands/org/open.ts)_
|
|
3790
3889
|
|
|
3791
3890
|
## `sf org resume sandbox`
|
|
3792
3891
|
|
|
@@ -3848,7 +3947,7 @@ FLAG DESCRIPTIONS
|
|
|
3848
3947
|
returns the job ID. To resume checking the sandbox creation, rerun this command.
|
|
3849
3948
|
```
|
|
3850
3949
|
|
|
3851
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.
|
|
3950
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.13/src/commands/org/resume/sandbox.ts)_
|
|
3852
3951
|
|
|
3853
3952
|
## `sf org resume scratch`
|
|
3854
3953
|
|
|
@@ -3894,7 +3993,7 @@ FLAG DESCRIPTIONS
|
|
|
3894
3993
|
The job ID is valid for 24 hours after you start the scratch org creation.
|
|
3895
3994
|
```
|
|
3896
3995
|
|
|
3897
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.
|
|
3996
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/3.3.13/src/commands/org/resume/scratch.ts)_
|
|
3898
3997
|
|
|
3899
3998
|
## `sf package1 version create`
|
|
3900
3999
|
|
|
@@ -5107,7 +5206,7 @@ EXAMPLES
|
|
|
5107
5206
|
$ sf plugins discover
|
|
5108
5207
|
```
|
|
5109
5208
|
|
|
5110
|
-
_See code: [@salesforce/plugin-marketplace](https://github.com/salesforcecli/plugin-marketplace/blob/1.0.
|
|
5209
|
+
_See code: [@salesforce/plugin-marketplace](https://github.com/salesforcecli/plugin-marketplace/blob/1.0.24/src/commands/plugins/discover.ts)_
|
|
5111
5210
|
|
|
5112
5211
|
## `sf plugins:inspect PLUGIN...`
|
|
5113
5212
|
|
|
@@ -5251,7 +5350,7 @@ EXAMPLES
|
|
|
5251
5350
|
$ sf plugins trust verify --npm @scope/npmName
|
|
5252
5351
|
```
|
|
5253
5352
|
|
|
5254
|
-
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.3.
|
|
5353
|
+
_See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.3.9/src/commands/plugins/trust/verify.ts)_
|
|
5255
5354
|
|
|
5256
5355
|
## `sf plugins:uninstall PLUGIN...`
|
|
5257
5356
|
|
|
@@ -6556,7 +6655,7 @@ FLAG DESCRIPTIONS
|
|
|
6556
6655
|
Override the api version used for api requests made by this command
|
|
6557
6656
|
```
|
|
6558
6657
|
|
|
6559
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.
|
|
6658
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.15/src/commands/project/generate.ts)_
|
|
6560
6659
|
|
|
6561
6660
|
## `sf project generate manifest`
|
|
6562
6661
|
|
|
@@ -6981,7 +7080,7 @@ FLAG DESCRIPTIONS
|
|
|
6981
7080
|
If you don't specify this flag, the command prompts you to choose from your local objects.
|
|
6982
7081
|
```
|
|
6983
7082
|
|
|
6984
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.1.
|
|
7083
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.1.12/src/commands/schema/generate/field.ts)_
|
|
6985
7084
|
|
|
6986
7085
|
## `sf schema generate platformevent`
|
|
6987
7086
|
|
|
@@ -7010,7 +7109,7 @@ EXAMPLES
|
|
|
7010
7109
|
$ sf schema generate platformevent --label "My Platform Event"
|
|
7011
7110
|
```
|
|
7012
7111
|
|
|
7013
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.1.
|
|
7112
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.1.12/src/commands/schema/generate/platformevent.ts)_
|
|
7014
7113
|
|
|
7015
7114
|
## `sf schema generate sobject`
|
|
7016
7115
|
|
|
@@ -7064,7 +7163,7 @@ FLAG DESCRIPTIONS
|
|
|
7064
7163
|
- Streaming API: With Bulk API and Sharing, classifies the custom object as an Enterprise Application object.
|
|
7065
7164
|
```
|
|
7066
7165
|
|
|
7067
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.1.
|
|
7166
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.1.12/src/commands/schema/generate/sobject.ts)_
|
|
7068
7167
|
|
|
7069
7168
|
## `sf schema generate tab`
|
|
7070
7169
|
|
|
@@ -7111,7 +7210,7 @@ FLAG DESCRIPTIONS
|
|
|
7111
7210
|
The API name for a custom object always ends in `__c`, such as `MyObject__c`.
|
|
7112
7211
|
```
|
|
7113
7212
|
|
|
7114
|
-
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.1.
|
|
7213
|
+
_See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.1.12/src/commands/schema/generate/tab.ts)_
|
|
7115
7214
|
|
|
7116
7215
|
## `sf search`
|
|
7117
7216
|
|
|
@@ -7127,7 +7226,7 @@ DESCRIPTION
|
|
|
7127
7226
|
Once you select a command, hit enter and it will show the help for that command.
|
|
7128
7227
|
```
|
|
7129
7228
|
|
|
7130
|
-
_See code: [@oclif/plugin-search](https://github.com/oclif/plugin-search/blob/1.0.
|
|
7229
|
+
_See code: [@oclif/plugin-search](https://github.com/oclif/plugin-search/blob/1.0.15/src/commands/search.ts)_
|
|
7131
7230
|
|
|
7132
7231
|
## `sf sobject describe`
|
|
7133
7232
|
|
|
@@ -7271,7 +7370,7 @@ FLAG DESCRIPTIONS
|
|
|
7271
7370
|
etc.
|
|
7272
7371
|
```
|
|
7273
7372
|
|
|
7274
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.
|
|
7373
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.15/src/commands/static-resource/generate.ts)_
|
|
7275
7374
|
|
|
7276
7375
|
## `sf update [CHANNEL]`
|
|
7277
7376
|
|
|
@@ -7308,7 +7407,7 @@ EXAMPLES
|
|
|
7308
7407
|
$ sf update --available
|
|
7309
7408
|
```
|
|
7310
7409
|
|
|
7311
|
-
_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.1.
|
|
7410
|
+
_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.1.13/src/commands/update.ts)_
|
|
7312
7411
|
|
|
7313
7412
|
## `sf version`
|
|
7314
7413
|
|
|
@@ -7383,7 +7482,7 @@ FLAG DESCRIPTIONS
|
|
|
7383
7482
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
7384
7483
|
```
|
|
7385
7484
|
|
|
7386
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.
|
|
7485
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.15/src/commands/visualforce/generate/component.ts)_
|
|
7387
7486
|
|
|
7388
7487
|
## `sf visualforce generate page`
|
|
7389
7488
|
|
|
@@ -7431,7 +7530,7 @@ FLAG DESCRIPTIONS
|
|
|
7431
7530
|
The name can be up to 40 characters and must start with a letter.
|
|
7432
7531
|
```
|
|
7433
7532
|
|
|
7434
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.
|
|
7533
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.15/src/commands/visualforce/generate/page.ts)_
|
|
7435
7534
|
|
|
7436
7535
|
## `sf which`
|
|
7437
7536
|
|