@salesforce/plugin-data 4.0.27 → 4.0.28
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 +25 -25
- package/oclif.manifest.json +640 -640
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -145,7 +145,7 @@ EXAMPLES
|
|
|
145
145
|
$ sf data bulk results --job-id 7507i000fake341G --target-org my-scratch
|
|
146
146
|
```
|
|
147
147
|
|
|
148
|
-
_See code: [src/commands/data/bulk/results.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
148
|
+
_See code: [src/commands/data/bulk/results.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.28/src/commands/data/bulk/results.ts)_
|
|
149
149
|
|
|
150
150
|
## `sf data create file`
|
|
151
151
|
|
|
@@ -194,7 +194,7 @@ EXAMPLES
|
|
|
194
194
|
$ sf data create file --file path/to/astro.png --parent-id a03fakeLoJWPIA3
|
|
195
195
|
```
|
|
196
196
|
|
|
197
|
-
_See code: [src/commands/data/create/file.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
197
|
+
_See code: [src/commands/data/create/file.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.28/src/commands/data/create/file.ts)_
|
|
198
198
|
|
|
199
199
|
## `sf data create record`
|
|
200
200
|
|
|
@@ -250,7 +250,7 @@ EXAMPLES
|
|
|
250
250
|
TracedEntityId=01p17000000R6bLAAS"
|
|
251
251
|
```
|
|
252
252
|
|
|
253
|
-
_See code: [src/commands/data/create/record.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
253
|
+
_See code: [src/commands/data/create/record.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.28/src/commands/data/create/record.ts)_
|
|
254
254
|
|
|
255
255
|
## `sf data delete bulk`
|
|
256
256
|
|
|
@@ -310,7 +310,7 @@ FLAG DESCRIPTIONS
|
|
|
310
310
|
and can be enabled only by a system administrator.
|
|
311
311
|
```
|
|
312
312
|
|
|
313
|
-
_See code: [src/commands/data/delete/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
313
|
+
_See code: [src/commands/data/delete/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.28/src/commands/data/delete/bulk.ts)_
|
|
314
314
|
|
|
315
315
|
## `sf data delete record`
|
|
316
316
|
|
|
@@ -371,7 +371,7 @@ EXAMPLES
|
|
|
371
371
|
$ sf data delete record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
|
|
372
372
|
```
|
|
373
373
|
|
|
374
|
-
_See code: [src/commands/data/delete/record.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
374
|
+
_See code: [src/commands/data/delete/record.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.28/src/commands/data/delete/record.ts)_
|
|
375
375
|
|
|
376
376
|
## `sf data delete resume`
|
|
377
377
|
|
|
@@ -410,7 +410,7 @@ EXAMPLES
|
|
|
410
410
|
$ sf data delete resume --use-most-recent --target-org my-scratch
|
|
411
411
|
```
|
|
412
412
|
|
|
413
|
-
_See code: [src/commands/data/delete/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
413
|
+
_See code: [src/commands/data/delete/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.28/src/commands/data/delete/resume.ts)_
|
|
414
414
|
|
|
415
415
|
## `sf data export bulk`
|
|
416
416
|
|
|
@@ -484,7 +484,7 @@ EXAMPLES
|
|
|
484
484
|
--result-format json --async
|
|
485
485
|
```
|
|
486
486
|
|
|
487
|
-
_See code: [src/commands/data/export/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
487
|
+
_See code: [src/commands/data/export/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.28/src/commands/data/export/bulk.ts)_
|
|
488
488
|
|
|
489
489
|
## `sf data export resume`
|
|
490
490
|
|
|
@@ -520,7 +520,7 @@ EXAMPLES
|
|
|
520
520
|
$ sf data export resume --use-most-recent --target-org my-scratch
|
|
521
521
|
```
|
|
522
522
|
|
|
523
|
-
_See code: [src/commands/data/export/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
523
|
+
_See code: [src/commands/data/export/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.28/src/commands/data/export/resume.ts)_
|
|
524
524
|
|
|
525
525
|
## `sf data export tree`
|
|
526
526
|
|
|
@@ -580,7 +580,7 @@ EXAMPLES
|
|
|
580
580
|
my-scratch
|
|
581
581
|
```
|
|
582
582
|
|
|
583
|
-
_See code: [src/commands/data/export/tree.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
583
|
+
_See code: [src/commands/data/export/tree.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.28/src/commands/data/export/tree.ts)_
|
|
584
584
|
|
|
585
585
|
## `sf data get record`
|
|
586
586
|
|
|
@@ -644,7 +644,7 @@ EXAMPLES
|
|
|
644
644
|
$ sf data get record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
|
|
645
645
|
```
|
|
646
646
|
|
|
647
|
-
_See code: [src/commands/data/get/record.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
647
|
+
_See code: [src/commands/data/get/record.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.28/src/commands/data/get/record.ts)_
|
|
648
648
|
|
|
649
649
|
## `sf data import bulk`
|
|
650
650
|
|
|
@@ -702,7 +702,7 @@ EXAMPLES
|
|
|
702
702
|
$ sf data import bulk --file accounts.csv --sobject Account --async
|
|
703
703
|
```
|
|
704
704
|
|
|
705
|
-
_See code: [src/commands/data/import/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
705
|
+
_See code: [src/commands/data/import/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.28/src/commands/data/import/bulk.ts)_
|
|
706
706
|
|
|
707
707
|
## `sf data import resume`
|
|
708
708
|
|
|
@@ -738,7 +738,7 @@ EXAMPLES
|
|
|
738
738
|
$ sf data import resume --use-most-recent --target-org my-scratch
|
|
739
739
|
```
|
|
740
740
|
|
|
741
|
-
_See code: [src/commands/data/import/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
741
|
+
_See code: [src/commands/data/import/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.28/src/commands/data/import/resume.ts)_
|
|
742
742
|
|
|
743
743
|
## `sf data import tree`
|
|
744
744
|
|
|
@@ -802,7 +802,7 @@ FLAG DESCRIPTIONS
|
|
|
802
802
|
- files(array) - Files: An array of files paths to load
|
|
803
803
|
```
|
|
804
804
|
|
|
805
|
-
_See code: [src/commands/data/import/tree.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
805
|
+
_See code: [src/commands/data/import/tree.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.28/src/commands/data/import/tree.ts)_
|
|
806
806
|
|
|
807
807
|
## `sf data query`
|
|
808
808
|
|
|
@@ -868,7 +868,7 @@ EXAMPLES
|
|
|
868
868
|
$ sf data query --query "SELECT Id FROM Contact" --bulk --wait 0
|
|
869
869
|
```
|
|
870
870
|
|
|
871
|
-
_See code: [src/commands/data/query.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
871
|
+
_See code: [src/commands/data/query.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.28/src/commands/data/query.ts)_
|
|
872
872
|
|
|
873
873
|
## `sf data query resume`
|
|
874
874
|
|
|
@@ -905,7 +905,7 @@ EXAMPLES
|
|
|
905
905
|
$ sf data query resume --bulk-query-id 7500x000005BdFzXXX
|
|
906
906
|
```
|
|
907
907
|
|
|
908
|
-
_See code: [src/commands/data/query/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
908
|
+
_See code: [src/commands/data/query/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.28/src/commands/data/query/resume.ts)_
|
|
909
909
|
|
|
910
910
|
## `sf data resume`
|
|
911
911
|
|
|
@@ -942,7 +942,7 @@ EXAMPLES
|
|
|
942
942
|
$ sf data resume --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA
|
|
943
943
|
```
|
|
944
944
|
|
|
945
|
-
_See code: [src/commands/data/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
945
|
+
_See code: [src/commands/data/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.28/src/commands/data/resume.ts)_
|
|
946
946
|
|
|
947
947
|
## `sf data search`
|
|
948
948
|
|
|
@@ -992,7 +992,7 @@ EXAMPLES
|
|
|
992
992
|
$ sf data search --file query.txt --target-org my-scratch --result-format csv
|
|
993
993
|
```
|
|
994
994
|
|
|
995
|
-
_See code: [src/commands/data/search.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
995
|
+
_See code: [src/commands/data/search.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.28/src/commands/data/search.ts)_
|
|
996
996
|
|
|
997
997
|
## `sf data update bulk`
|
|
998
998
|
|
|
@@ -1053,7 +1053,7 @@ EXAMPLES
|
|
|
1053
1053
|
$ sf data update bulk --file accounts.csv --sobject Account --async
|
|
1054
1054
|
```
|
|
1055
1055
|
|
|
1056
|
-
_See code: [src/commands/data/update/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
1056
|
+
_See code: [src/commands/data/update/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.28/src/commands/data/update/bulk.ts)_
|
|
1057
1057
|
|
|
1058
1058
|
## `sf data update record`
|
|
1059
1059
|
|
|
@@ -1115,7 +1115,7 @@ EXAMPLES
|
|
|
1115
1115
|
"ExpirationDate=2017-12-01T00:58:04.000+0000"
|
|
1116
1116
|
```
|
|
1117
1117
|
|
|
1118
|
-
_See code: [src/commands/data/update/record.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
1118
|
+
_See code: [src/commands/data/update/record.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.28/src/commands/data/update/record.ts)_
|
|
1119
1119
|
|
|
1120
1120
|
## `sf data update resume`
|
|
1121
1121
|
|
|
@@ -1151,7 +1151,7 @@ EXAMPLES
|
|
|
1151
1151
|
$ sf data update resume --use-most-recent --target-org my-scratch
|
|
1152
1152
|
```
|
|
1153
1153
|
|
|
1154
|
-
_See code: [src/commands/data/update/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
1154
|
+
_See code: [src/commands/data/update/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.28/src/commands/data/update/resume.ts)_
|
|
1155
1155
|
|
|
1156
1156
|
## `sf data upsert bulk`
|
|
1157
1157
|
|
|
@@ -1208,7 +1208,7 @@ EXAMPLES
|
|
|
1208
1208
|
my-scratch
|
|
1209
1209
|
```
|
|
1210
1210
|
|
|
1211
|
-
_See code: [src/commands/data/upsert/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
1211
|
+
_See code: [src/commands/data/upsert/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.28/src/commands/data/upsert/bulk.ts)_
|
|
1212
1212
|
|
|
1213
1213
|
## `sf data upsert resume`
|
|
1214
1214
|
|
|
@@ -1247,7 +1247,7 @@ EXAMPLES
|
|
|
1247
1247
|
$ sf data upsert resume --use-most-recent --target-org my-scratch
|
|
1248
1248
|
```
|
|
1249
1249
|
|
|
1250
|
-
_See code: [src/commands/data/upsert/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
1250
|
+
_See code: [src/commands/data/upsert/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.28/src/commands/data/upsert/resume.ts)_
|
|
1251
1251
|
|
|
1252
1252
|
## `sf force data bulk delete`
|
|
1253
1253
|
|
|
@@ -1294,7 +1294,7 @@ EXAMPLES
|
|
|
1294
1294
|
$ sf force data bulk delete --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
|
|
1295
1295
|
```
|
|
1296
1296
|
|
|
1297
|
-
_See code: [src/commands/force/data/bulk/delete.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
1297
|
+
_See code: [src/commands/force/data/bulk/delete.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.28/src/commands/force/data/bulk/delete.ts)_
|
|
1298
1298
|
|
|
1299
1299
|
## `sf force data bulk status`
|
|
1300
1300
|
|
|
@@ -1331,7 +1331,7 @@ EXAMPLES
|
|
|
1331
1331
|
$ sf force data bulk status --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA --target-org my-scratch
|
|
1332
1332
|
```
|
|
1333
1333
|
|
|
1334
|
-
_See code: [src/commands/force/data/bulk/status.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
1334
|
+
_See code: [src/commands/force/data/bulk/status.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.28/src/commands/force/data/bulk/status.ts)_
|
|
1335
1335
|
|
|
1336
1336
|
## `sf force data bulk upsert`
|
|
1337
1337
|
|
|
@@ -1389,6 +1389,6 @@ EXAMPLES
|
|
|
1389
1389
|
--target-org my-scratch
|
|
1390
1390
|
```
|
|
1391
1391
|
|
|
1392
|
-
_See code: [src/commands/force/data/bulk/upsert.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
1392
|
+
_See code: [src/commands/force/data/bulk/upsert.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.28/src/commands/force/data/bulk/upsert.ts)_
|
|
1393
1393
|
|
|
1394
1394
|
<!-- commandsstop -->
|