@@ -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/3.11.0 /src/commands/data/bulk/results.ts ) _
148
+ _ See code: [ src/commands/data/bulk/results.ts] ( https://github.com/salesforcecli/plugin-data/blob/3.11.1 /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/3.11.0 /src/commands/data/create/file.ts ) _
197
+ _ See code: [ src/commands/data/create/file.ts] ( https://github.com/salesforcecli/plugin-data/blob/3.11.1 /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/3.11.0 /src/commands/data/create/record.ts ) _
253
+ _ See code: [ src/commands/data/create/record.ts] ( https://github.com/salesforcecli/plugin-data/blob/3.11.1 /src/commands/data/create/record.ts ) _
254
254
255
255
## ` sf data delete bulk `
256
256
@@ -308,7 +308,7 @@ FLAG DESCRIPTIONS
308
308
and can be enabled only by a system administrator.
309
309
```
310
310
311
- _ See code: [ src/commands/data/delete/bulk.ts] ( https://github.com/salesforcecli/plugin-data/blob/3.11.0 /src/commands/data/delete/bulk.ts ) _
311
+ _ See code: [ src/commands/data/delete/bulk.ts] ( https://github.com/salesforcecli/plugin-data/blob/3.11.1 /src/commands/data/delete/bulk.ts ) _
312
312
313
313
## ` sf data delete record `
314
314
@@ -369,7 +369,7 @@ EXAMPLES
369
369
$ sf data delete record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
370
370
```
371
371
372
- _ See code: [ src/commands/data/delete/record.ts] ( https://github.com/salesforcecli/plugin-data/blob/3.11.0 /src/commands/data/delete/record.ts ) _
372
+ _ See code: [ src/commands/data/delete/record.ts] ( https://github.com/salesforcecli/plugin-data/blob/3.11.1 /src/commands/data/delete/record.ts ) _
373
373
374
374
## ` sf data delete resume `
375
375
@@ -408,7 +408,7 @@ EXAMPLES
408
408
$ sf data delete resume --use-most-recent --target-org my-scratch
409
409
```
410
410
411
- _ See code: [ src/commands/data/delete/resume.ts] ( https://github.com/salesforcecli/plugin-data/blob/3.11.0 /src/commands/data/delete/resume.ts ) _
411
+ _ See code: [ src/commands/data/delete/resume.ts] ( https://github.com/salesforcecli/plugin-data/blob/3.11.1 /src/commands/data/delete/resume.ts ) _
412
412
413
413
## ` sf data export bulk `
414
414
@@ -482,7 +482,7 @@ EXAMPLES
482
482
--result-format json --async
483
483
```
484
484
485
- _ See code: [ src/commands/data/export/bulk.ts] ( https://github.com/salesforcecli/plugin-data/blob/3.11.0 /src/commands/data/export/bulk.ts ) _
485
+ _ See code: [ src/commands/data/export/bulk.ts] ( https://github.com/salesforcecli/plugin-data/blob/3.11.1 /src/commands/data/export/bulk.ts ) _
486
486
487
487
## ` sf data export resume `
488
488
@@ -518,7 +518,7 @@ EXAMPLES
518
518
$ sf data export resume --use-most-recent --target-org my-scratch
519
519
```
520
520
521
- _ See code: [ src/commands/data/export/resume.ts] ( https://github.com/salesforcecli/plugin-data/blob/3.11.0 /src/commands/data/export/resume.ts ) _
521
+ _ See code: [ src/commands/data/export/resume.ts] ( https://github.com/salesforcecli/plugin-data/blob/3.11.1 /src/commands/data/export/resume.ts ) _
522
522
523
523
## ` sf data export tree `
524
524
@@ -579,7 +579,7 @@ EXAMPLES
579
579
my-scratch
580
580
```
581
581
582
- _ See code: [ src/commands/data/export/tree.ts] ( https://github.com/salesforcecli/plugin-data/blob/3.11.0 /src/commands/data/export/tree.ts ) _
582
+ _ See code: [ src/commands/data/export/tree.ts] ( https://github.com/salesforcecli/plugin-data/blob/3.11.1 /src/commands/data/export/tree.ts ) _
583
583
584
584
## ` sf data get record `
585
585
@@ -643,7 +643,7 @@ EXAMPLES
643
643
$ sf data get record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
644
644
```
645
645
646
- _ See code: [ src/commands/data/get/record.ts] ( https://github.com/salesforcecli/plugin-data/blob/3.11.0 /src/commands/data/get/record.ts ) _
646
+ _ See code: [ src/commands/data/get/record.ts] ( https://github.com/salesforcecli/plugin-data/blob/3.11.1 /src/commands/data/get/record.ts ) _
647
647
648
648
## ` sf data import bulk `
649
649
@@ -701,7 +701,7 @@ EXAMPLES
701
701
$ sf data import bulk --file accounts.csv --sobject Account --async
702
702
```
703
703
704
- _ See code: [ src/commands/data/import/bulk.ts] ( https://github.com/salesforcecli/plugin-data/blob/3.11.0 /src/commands/data/import/bulk.ts ) _
704
+ _ See code: [ src/commands/data/import/bulk.ts] ( https://github.com/salesforcecli/plugin-data/blob/3.11.1 /src/commands/data/import/bulk.ts ) _
705
705
706
706
## ` sf data import resume `
707
707
@@ -737,7 +737,7 @@ EXAMPLES
737
737
$ sf data import resume --use-most-recent --target-org my-scratch
738
738
```
739
739
740
- _ See code: [ src/commands/data/import/resume.ts] ( https://github.com/salesforcecli/plugin-data/blob/3.11.0 /src/commands/data/import/resume.ts ) _
740
+ _ See code: [ src/commands/data/import/resume.ts] ( https://github.com/salesforcecli/plugin-data/blob/3.11.1 /src/commands/data/import/resume.ts ) _
741
741
742
742
## ` sf data import tree `
743
743
@@ -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/3.11.0 /src/commands/data/import/tree.ts ) _
805
+ _ See code: [ src/commands/data/import/tree.ts] ( https://github.com/salesforcecli/plugin-data/blob/3.11.1 /src/commands/data/import/tree.ts ) _
806
806
807
807
## ` sf data query `
808
808
@@ -866,7 +866,7 @@ EXAMPLES
866
866
$ sf data query --query "SELECT Id FROM Contact" --bulk --wait 0
867
867
```
868
868
869
- _ See code: [ src/commands/data/query.ts] ( https://github.com/salesforcecli/plugin-data/blob/3.11.0 /src/commands/data/query.ts ) _
869
+ _ See code: [ src/commands/data/query.ts] ( https://github.com/salesforcecli/plugin-data/blob/3.11.1 /src/commands/data/query.ts ) _
870
870
871
871
## ` sf data query resume `
872
872
@@ -904,7 +904,7 @@ EXAMPLES
904
904
$ sf data query resume --bulk-query-id 7500x000005BdFzXXX
905
905
```
906
906
907
- _ See code: [ src/commands/data/query/resume.ts] ( https://github.com/salesforcecli/plugin-data/blob/3.11.0 /src/commands/data/query/resume.ts ) _
907
+ _ See code: [ src/commands/data/query/resume.ts] ( https://github.com/salesforcecli/plugin-data/blob/3.11.1 /src/commands/data/query/resume.ts ) _
908
908
909
909
## ` sf data resume `
910
910
@@ -941,7 +941,7 @@ EXAMPLES
941
941
$ sf data resume --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA
942
942
```
943
943
944
- _ See code: [ src/commands/data/resume.ts] ( https://github.com/salesforcecli/plugin-data/blob/3.11.0 /src/commands/data/resume.ts ) _
944
+ _ See code: [ src/commands/data/resume.ts] ( https://github.com/salesforcecli/plugin-data/blob/3.11.1 /src/commands/data/resume.ts ) _
945
945
946
946
## ` sf data search `
947
947
@@ -991,7 +991,7 @@ EXAMPLES
991
991
$ sf data search --file query.txt --target-org my-scratch --result-format csv
992
992
```
993
993
994
- _ See code: [ src/commands/data/search.ts] ( https://github.com/salesforcecli/plugin-data/blob/3.11.0 /src/commands/data/search.ts ) _
994
+ _ See code: [ src/commands/data/search.ts] ( https://github.com/salesforcecli/plugin-data/blob/3.11.1 /src/commands/data/search.ts ) _
995
995
996
996
## ` sf data update bulk `
997
997
@@ -1052,7 +1052,7 @@ EXAMPLES
1052
1052
$ sf data update bulk --file accounts.csv --sobject Account --async
1053
1053
```
1054
1054
1055
- _ See code: [ src/commands/data/update/bulk.ts] ( https://github.com/salesforcecli/plugin-data/blob/3.11.0 /src/commands/data/update/bulk.ts ) _
1055
+ _ See code: [ src/commands/data/update/bulk.ts] ( https://github.com/salesforcecli/plugin-data/blob/3.11.1 /src/commands/data/update/bulk.ts ) _
1056
1056
1057
1057
## ` sf data update record `
1058
1058
@@ -1114,7 +1114,7 @@ EXAMPLES
1114
1114
"ExpirationDate=2017-12-01T00:58:04.000+0000"
1115
1115
```
1116
1116
1117
- _ See code: [ src/commands/data/update/record.ts] ( https://github.com/salesforcecli/plugin-data/blob/3.11.0 /src/commands/data/update/record.ts ) _
1117
+ _ See code: [ src/commands/data/update/record.ts] ( https://github.com/salesforcecli/plugin-data/blob/3.11.1 /src/commands/data/update/record.ts ) _
1118
1118
1119
1119
## ` sf data update resume `
1120
1120
@@ -1150,7 +1150,7 @@ EXAMPLES
1150
1150
$ sf data update resume --use-most-recent --target-org my-scratch
1151
1151
```
1152
1152
1153
- _ See code: [ src/commands/data/update/resume.ts] ( https://github.com/salesforcecli/plugin-data/blob/3.11.0 /src/commands/data/update/resume.ts ) _
1153
+ _ See code: [ src/commands/data/update/resume.ts] ( https://github.com/salesforcecli/plugin-data/blob/3.11.1 /src/commands/data/update/resume.ts ) _
1154
1154
1155
1155
## ` sf data upsert bulk `
1156
1156
@@ -1203,7 +1203,7 @@ EXAMPLES
1203
1203
my-scratch
1204
1204
```
1205
1205
1206
- _ See code: [ src/commands/data/upsert/bulk.ts] ( https://github.com/salesforcecli/plugin-data/blob/3.11.0 /src/commands/data/upsert/bulk.ts ) _
1206
+ _ See code: [ src/commands/data/upsert/bulk.ts] ( https://github.com/salesforcecli/plugin-data/blob/3.11.1 /src/commands/data/upsert/bulk.ts ) _
1207
1207
1208
1208
## ` sf data upsert resume `
1209
1209
@@ -1242,7 +1242,7 @@ EXAMPLES
1242
1242
$ sf data upsert resume --use-most-recent --target-org my-scratch
1243
1243
```
1244
1244
1245
- _ See code: [ src/commands/data/upsert/resume.ts] ( https://github.com/salesforcecli/plugin-data/blob/3.11.0 /src/commands/data/upsert/resume.ts ) _
1245
+ _ See code: [ src/commands/data/upsert/resume.ts] ( https://github.com/salesforcecli/plugin-data/blob/3.11.1 /src/commands/data/upsert/resume.ts ) _
1246
1246
1247
1247
## ` sf force data bulk delete `
1248
1248
@@ -1289,7 +1289,7 @@ EXAMPLES
1289
1289
$ sf force data bulk delete --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
1290
1290
```
1291
1291
1292
- _ See code: [ src/commands/force/data/bulk/delete.ts] ( https://github.com/salesforcecli/plugin-data/blob/3.11.0 /src/commands/force/data/bulk/delete.ts ) _
1292
+ _ See code: [ src/commands/force/data/bulk/delete.ts] ( https://github.com/salesforcecli/plugin-data/blob/3.11.1 /src/commands/force/data/bulk/delete.ts ) _
1293
1293
1294
1294
## ` sf force data bulk status `
1295
1295
@@ -1326,7 +1326,7 @@ EXAMPLES
1326
1326
$ sf force data bulk status --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA --target-org my-scratch
1327
1327
```
1328
1328
1329
- _ See code: [ src/commands/force/data/bulk/status.ts] ( https://github.com/salesforcecli/plugin-data/blob/3.11.0 /src/commands/force/data/bulk/status.ts ) _
1329
+ _ See code: [ src/commands/force/data/bulk/status.ts] ( https://github.com/salesforcecli/plugin-data/blob/3.11.1 /src/commands/force/data/bulk/status.ts ) _
1330
1330
1331
1331
## ` sf force data bulk upsert `
1332
1332
@@ -1384,6 +1384,6 @@ EXAMPLES
1384
1384
--target-org my-scratch
1385
1385
```
1386
1386
1387
- _ See code: [ src/commands/force/data/bulk/upsert.ts] ( https://github.com/salesforcecli/plugin-data/blob/3.11.0 /src/commands/force/data/bulk/upsert.ts ) _
1387
+ _ See code: [ src/commands/force/data/bulk/upsert.ts] ( https://github.com/salesforcecli/plugin-data/blob/3.11.1 /src/commands/force/data/bulk/upsert.ts ) _
1388
1388
1389
1389
<!-- commandsstop -->
0 commit comments