@@ -144,7 +144,7 @@ EXAMPLES
144144 $ sf data bulk results --job-id 7507i000fake341G --target-org my-scratch
145145```
146146
147- _ See code: [ src/commands/data/bulk/results.ts] ( https://github.com/salesforcecli/plugin-data/blob/4.0.50 /src/commands/data/bulk/results.ts ) _
147+ _ See code: [ src/commands/data/bulk/results.ts] ( https://github.com/salesforcecli/plugin-data/blob/4.0.51 /src/commands/data/bulk/results.ts ) _
148148
149149## ` sf data create file `
150150
@@ -193,7 +193,7 @@ EXAMPLES
193193 $ sf data create file --file path/to/astro.png --parent-id a03fakeLoJWPIA3
194194```
195195
196- _ See code: [ src/commands/data/create/file.ts] ( https://github.com/salesforcecli/plugin-data/blob/4.0.50 /src/commands/data/create/file.ts ) _
196+ _ See code: [ src/commands/data/create/file.ts] ( https://github.com/salesforcecli/plugin-data/blob/4.0.51 /src/commands/data/create/file.ts ) _
197197
198198## ` sf data create record `
199199
@@ -249,7 +249,7 @@ EXAMPLES
249249 TracedEntityId=01p17000000R6bLAAS"
250250```
251251
252- _ See code: [ src/commands/data/create/record.ts] ( https://github.com/salesforcecli/plugin-data/blob/4.0.50 /src/commands/data/create/record.ts ) _
252+ _ See code: [ src/commands/data/create/record.ts] ( https://github.com/salesforcecli/plugin-data/blob/4.0.51 /src/commands/data/create/record.ts ) _
253253
254254## ` sf data delete bulk `
255255
@@ -309,7 +309,7 @@ FLAG DESCRIPTIONS
309309 and can be enabled only by a system administrator.
310310```
311311
312- _ See code: [ src/commands/data/delete/bulk.ts] ( https://github.com/salesforcecli/plugin-data/blob/4.0.50 /src/commands/data/delete/bulk.ts ) _
312+ _ See code: [ src/commands/data/delete/bulk.ts] ( https://github.com/salesforcecli/plugin-data/blob/4.0.51 /src/commands/data/delete/bulk.ts ) _
313313
314314## ` sf data delete record `
315315
@@ -370,7 +370,7 @@ EXAMPLES
370370 $ sf data delete record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
371371```
372372
373- _ See code: [ src/commands/data/delete/record.ts] ( https://github.com/salesforcecli/plugin-data/blob/4.0.50 /src/commands/data/delete/record.ts ) _
373+ _ See code: [ src/commands/data/delete/record.ts] ( https://github.com/salesforcecli/plugin-data/blob/4.0.51 /src/commands/data/delete/record.ts ) _
374374
375375## ` sf data delete resume `
376376
@@ -409,7 +409,7 @@ EXAMPLES
409409 $ sf data delete resume --use-most-recent --target-org my-scratch
410410```
411411
412- _ See code: [ src/commands/data/delete/resume.ts] ( https://github.com/salesforcecli/plugin-data/blob/4.0.50 /src/commands/data/delete/resume.ts ) _
412+ _ See code: [ src/commands/data/delete/resume.ts] ( https://github.com/salesforcecli/plugin-data/blob/4.0.51 /src/commands/data/delete/resume.ts ) _
413413
414414## ` sf data export bulk `
415415
@@ -483,7 +483,7 @@ EXAMPLES
483483 --result-format json --async
484484```
485485
486- _ See code: [ src/commands/data/export/bulk.ts] ( https://github.com/salesforcecli/plugin-data/blob/4.0.50 /src/commands/data/export/bulk.ts ) _
486+ _ See code: [ src/commands/data/export/bulk.ts] ( https://github.com/salesforcecli/plugin-data/blob/4.0.51 /src/commands/data/export/bulk.ts ) _
487487
488488## ` sf data export resume `
489489
@@ -522,7 +522,7 @@ EXAMPLES
522522 $ sf data export resume --use-most-recent
523523```
524524
525- _ See code: [ src/commands/data/export/resume.ts] ( https://github.com/salesforcecli/plugin-data/blob/4.0.50 /src/commands/data/export/resume.ts ) _
525+ _ See code: [ src/commands/data/export/resume.ts] ( https://github.com/salesforcecli/plugin-data/blob/4.0.51 /src/commands/data/export/resume.ts ) _
526526
527527## ` sf data export tree `
528528
@@ -582,7 +582,7 @@ EXAMPLES
582582 my-scratch
583583```
584584
585- _ See code: [ src/commands/data/export/tree.ts] ( https://github.com/salesforcecli/plugin-data/blob/4.0.50 /src/commands/data/export/tree.ts ) _
585+ _ See code: [ src/commands/data/export/tree.ts] ( https://github.com/salesforcecli/plugin-data/blob/4.0.51 /src/commands/data/export/tree.ts ) _
586586
587587## ` sf data get record `
588588
@@ -646,7 +646,7 @@ EXAMPLES
646646 $ sf data get record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
647647```
648648
649- _ See code: [ src/commands/data/get/record.ts] ( https://github.com/salesforcecli/plugin-data/blob/4.0.50 /src/commands/data/get/record.ts ) _
649+ _ See code: [ src/commands/data/get/record.ts] ( https://github.com/salesforcecli/plugin-data/blob/4.0.51 /src/commands/data/get/record.ts ) _
650650
651651## ` sf data import bulk `
652652
@@ -704,7 +704,7 @@ EXAMPLES
704704 $ sf data import bulk --file accounts.csv --sobject Account --async
705705```
706706
707- _ See code: [ src/commands/data/import/bulk.ts] ( https://github.com/salesforcecli/plugin-data/blob/4.0.50 /src/commands/data/import/bulk.ts ) _
707+ _ See code: [ src/commands/data/import/bulk.ts] ( https://github.com/salesforcecli/plugin-data/blob/4.0.51 /src/commands/data/import/bulk.ts ) _
708708
709709## ` sf data import resume `
710710
@@ -740,7 +740,7 @@ EXAMPLES
740740 $ sf data import resume --use-most-recent --target-org my-scratch
741741```
742742
743- _ See code: [ src/commands/data/import/resume.ts] ( https://github.com/salesforcecli/plugin-data/blob/4.0.50 /src/commands/data/import/resume.ts ) _
743+ _ See code: [ src/commands/data/import/resume.ts] ( https://github.com/salesforcecli/plugin-data/blob/4.0.51 /src/commands/data/import/resume.ts ) _
744744
745745## ` sf data import tree `
746746
@@ -804,7 +804,7 @@ FLAG DESCRIPTIONS
804804 - files(array) - Files: An array of files paths to load
805805```
806806
807- _ See code: [ src/commands/data/import/tree.ts] ( https://github.com/salesforcecli/plugin-data/blob/4.0.50 /src/commands/data/import/tree.ts ) _
807+ _ See code: [ src/commands/data/import/tree.ts] ( https://github.com/salesforcecli/plugin-data/blob/4.0.51 /src/commands/data/import/tree.ts ) _
808808
809809## ` sf data query `
810810
@@ -857,7 +857,7 @@ EXAMPLES
857857 $ sf data query --query "SELECT Name FROM ApexTrigger" --use-tooling-api
858858```
859859
860- _ See code: [ src/commands/data/query.ts] ( https://github.com/salesforcecli/plugin-data/blob/4.0.50 /src/commands/data/query.ts ) _
860+ _ See code: [ src/commands/data/query.ts] ( https://github.com/salesforcecli/plugin-data/blob/4.0.51 /src/commands/data/query.ts ) _
861861
862862## ` sf data resume `
863863
@@ -894,7 +894,7 @@ EXAMPLES
894894 $ sf data resume --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA
895895```
896896
897- _ See code: [ src/commands/data/resume.ts] ( https://github.com/salesforcecli/plugin-data/blob/4.0.50 /src/commands/data/resume.ts ) _
897+ _ See code: [ src/commands/data/resume.ts] ( https://github.com/salesforcecli/plugin-data/blob/4.0.51 /src/commands/data/resume.ts ) _
898898
899899## ` sf data search `
900900
@@ -944,7 +944,7 @@ EXAMPLES
944944 $ sf data search --file query.txt --target-org my-scratch --result-format csv
945945```
946946
947- _ See code: [ src/commands/data/search.ts] ( https://github.com/salesforcecli/plugin-data/blob/4.0.50 /src/commands/data/search.ts ) _
947+ _ See code: [ src/commands/data/search.ts] ( https://github.com/salesforcecli/plugin-data/blob/4.0.51 /src/commands/data/search.ts ) _
948948
949949## ` sf data update bulk `
950950
@@ -1005,7 +1005,7 @@ EXAMPLES
10051005 $ sf data update bulk --file accounts.csv --sobject Account --async
10061006```
10071007
1008- _ See code: [ src/commands/data/update/bulk.ts] ( https://github.com/salesforcecli/plugin-data/blob/4.0.50 /src/commands/data/update/bulk.ts ) _
1008+ _ See code: [ src/commands/data/update/bulk.ts] ( https://github.com/salesforcecli/plugin-data/blob/4.0.51 /src/commands/data/update/bulk.ts ) _
10091009
10101010## ` sf data update record `
10111011
@@ -1067,7 +1067,7 @@ EXAMPLES
10671067 "ExpirationDate=2017-12-01T00:58:04.000+0000"
10681068```
10691069
1070- _ See code: [ src/commands/data/update/record.ts] ( https://github.com/salesforcecli/plugin-data/blob/4.0.50 /src/commands/data/update/record.ts ) _
1070+ _ See code: [ src/commands/data/update/record.ts] ( https://github.com/salesforcecli/plugin-data/blob/4.0.51 /src/commands/data/update/record.ts ) _
10711071
10721072## ` sf data update resume `
10731073
@@ -1106,7 +1106,7 @@ EXAMPLES
11061106 $ sf data update resume --use-most-recent
11071107```
11081108
1109- _ See code: [ src/commands/data/update/resume.ts] ( https://github.com/salesforcecli/plugin-data/blob/4.0.50 /src/commands/data/update/resume.ts ) _
1109+ _ See code: [ src/commands/data/update/resume.ts] ( https://github.com/salesforcecli/plugin-data/blob/4.0.51 /src/commands/data/update/resume.ts ) _
11101110
11111111## ` sf data upsert bulk `
11121112
@@ -1163,7 +1163,7 @@ EXAMPLES
11631163 my-scratch
11641164```
11651165
1166- _ See code: [ src/commands/data/upsert/bulk.ts] ( https://github.com/salesforcecli/plugin-data/blob/4.0.50 /src/commands/data/upsert/bulk.ts ) _
1166+ _ See code: [ src/commands/data/upsert/bulk.ts] ( https://github.com/salesforcecli/plugin-data/blob/4.0.51 /src/commands/data/upsert/bulk.ts ) _
11671167
11681168## ` sf data upsert resume `
11691169
@@ -1202,7 +1202,7 @@ EXAMPLES
12021202 $ sf data upsert resume --use-most-recent --target-org my-scratch
12031203```
12041204
1205- _ See code: [ src/commands/data/upsert/resume.ts] ( https://github.com/salesforcecli/plugin-data/blob/4.0.50 /src/commands/data/upsert/resume.ts ) _
1205+ _ See code: [ src/commands/data/upsert/resume.ts] ( https://github.com/salesforcecli/plugin-data/blob/4.0.51 /src/commands/data/upsert/resume.ts ) _
12061206
12071207## ` sf force data bulk delete `
12081208
@@ -1249,7 +1249,7 @@ EXAMPLES
12491249 $ sf force data bulk delete --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
12501250```
12511251
1252- _ See code: [ src/commands/force/data/bulk/delete.ts] ( https://github.com/salesforcecli/plugin-data/blob/4.0.50 /src/commands/force/data/bulk/delete.ts ) _
1252+ _ See code: [ src/commands/force/data/bulk/delete.ts] ( https://github.com/salesforcecli/plugin-data/blob/4.0.51 /src/commands/force/data/bulk/delete.ts ) _
12531253
12541254## ` sf force data bulk status `
12551255
@@ -1286,7 +1286,7 @@ EXAMPLES
12861286 $ sf force data bulk status --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA --target-org my-scratch
12871287```
12881288
1289- _ See code: [ src/commands/force/data/bulk/status.ts] ( https://github.com/salesforcecli/plugin-data/blob/4.0.50 /src/commands/force/data/bulk/status.ts ) _
1289+ _ See code: [ src/commands/force/data/bulk/status.ts] ( https://github.com/salesforcecli/plugin-data/blob/4.0.51 /src/commands/force/data/bulk/status.ts ) _
12901290
12911291## ` sf force data bulk upsert `
12921292
@@ -1344,6 +1344,6 @@ EXAMPLES
13441344 --target-org my-scratch
13451345```
13461346
1347- _ See code: [ src/commands/force/data/bulk/upsert.ts] ( https://github.com/salesforcecli/plugin-data/blob/4.0.50 /src/commands/force/data/bulk/upsert.ts ) _
1347+ _ See code: [ src/commands/force/data/bulk/upsert.ts] ( https://github.com/salesforcecli/plugin-data/blob/4.0.51 /src/commands/force/data/bulk/upsert.ts ) _
13481348
13491349<!-- commandsstop -->
0 commit comments