@@ -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.43 /src/commands/data/bulk/results.ts ) _
147+ _ See code: [ src/commands/data/bulk/results.ts] ( https://github.com/salesforcecli/plugin-data/blob/4.0.44 /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.43 /src/commands/data/create/file.ts ) _
196+ _ See code: [ src/commands/data/create/file.ts] ( https://github.com/salesforcecli/plugin-data/blob/4.0.44 /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.43 /src/commands/data/create/record.ts ) _
252+ _ See code: [ src/commands/data/create/record.ts] ( https://github.com/salesforcecli/plugin-data/blob/4.0.44 /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.43 /src/commands/data/delete/bulk.ts ) _
312+ _ See code: [ src/commands/data/delete/bulk.ts] ( https://github.com/salesforcecli/plugin-data/blob/4.0.44 /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.43 /src/commands/data/delete/record.ts ) _
373+ _ See code: [ src/commands/data/delete/record.ts] ( https://github.com/salesforcecli/plugin-data/blob/4.0.44 /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.43 /src/commands/data/delete/resume.ts ) _
412+ _ See code: [ src/commands/data/delete/resume.ts] ( https://github.com/salesforcecli/plugin-data/blob/4.0.44 /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.43 /src/commands/data/export/bulk.ts ) _
486+ _ See code: [ src/commands/data/export/bulk.ts] ( https://github.com/salesforcecli/plugin-data/blob/4.0.44 /src/commands/data/export/bulk.ts ) _
487487
488488## ` sf data export resume `
489489
@@ -509,17 +509,20 @@ DESCRIPTION
509509 To see the status and get the results of the bulk export, run this command by either passing it the job ID or using
510510 the --use-most-recent flag to specify the most recent bulk export job.
511511
512+ Using either `--job-id` or `--use-most-recent` will properly resolve to the correct org where the bulk job was started
513+ based on the cached data by "data export bulk".
514+
512515EXAMPLES
513- Resume a bulk export job run on your default org by specifying a job ID:
516+ Resume a bulk export job run by specifying a job ID:
514517
515518 $ sf data export resume --job-id 750xx000000005sAAA
516519
517- Resume the most recently-run bulk export job for an org with alias my-scratch :
520+ Resume the most recently-run bulk export job:
518521
519- $ sf data export resume --use-most-recent --target-org my-scratch
522+ $ sf data export resume --use-most-recent
520523```
521524
522- _ See code: [ src/commands/data/export/resume.ts] ( https://github.com/salesforcecli/plugin-data/blob/4.0.43 /src/commands/data/export/resume.ts ) _
525+ _ See code: [ src/commands/data/export/resume.ts] ( https://github.com/salesforcecli/plugin-data/blob/4.0.44 /src/commands/data/export/resume.ts ) _
523526
524527## ` sf data export tree `
525528
@@ -579,7 +582,7 @@ EXAMPLES
579582 my-scratch
580583```
581584
582- _ See code: [ src/commands/data/export/tree.ts] ( https://github.com/salesforcecli/plugin-data/blob/4.0.43 /src/commands/data/export/tree.ts ) _
585+ _ See code: [ src/commands/data/export/tree.ts] ( https://github.com/salesforcecli/plugin-data/blob/4.0.44 /src/commands/data/export/tree.ts ) _
583586
584587## ` sf data get record `
585588
@@ -643,7 +646,7 @@ EXAMPLES
643646 $ sf data get record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
644647```
645648
646- _ See code: [ src/commands/data/get/record.ts] ( https://github.com/salesforcecli/plugin-data/blob/4.0.43 /src/commands/data/get/record.ts ) _
649+ _ See code: [ src/commands/data/get/record.ts] ( https://github.com/salesforcecli/plugin-data/blob/4.0.44 /src/commands/data/get/record.ts ) _
647650
648651## ` sf data import bulk `
649652
@@ -701,7 +704,7 @@ EXAMPLES
701704 $ sf data import bulk --file accounts.csv --sobject Account --async
702705```
703706
704- _ See code: [ src/commands/data/import/bulk.ts] ( https://github.com/salesforcecli/plugin-data/blob/4.0.43 /src/commands/data/import/bulk.ts ) _
707+ _ See code: [ src/commands/data/import/bulk.ts] ( https://github.com/salesforcecli/plugin-data/blob/4.0.44 /src/commands/data/import/bulk.ts ) _
705708
706709## ` sf data import resume `
707710
@@ -737,7 +740,7 @@ EXAMPLES
737740 $ sf data import resume --use-most-recent --target-org my-scratch
738741```
739742
740- _ See code: [ src/commands/data/import/resume.ts] ( https://github.com/salesforcecli/plugin-data/blob/4.0.43 /src/commands/data/import/resume.ts ) _
743+ _ See code: [ src/commands/data/import/resume.ts] ( https://github.com/salesforcecli/plugin-data/blob/4.0.44 /src/commands/data/import/resume.ts ) _
741744
742745## ` sf data import tree `
743746
@@ -801,7 +804,7 @@ FLAG DESCRIPTIONS
801804 - files(array) - Files: An array of files paths to load
802805```
803806
804- _ See code: [ src/commands/data/import/tree.ts] ( https://github.com/salesforcecli/plugin-data/blob/4.0.43 /src/commands/data/import/tree.ts ) _
807+ _ See code: [ src/commands/data/import/tree.ts] ( https://github.com/salesforcecli/plugin-data/blob/4.0.44 /src/commands/data/import/tree.ts ) _
805808
806809## ` sf data query `
807810
@@ -854,7 +857,7 @@ EXAMPLES
854857 $ sf data query --query "SELECT Name FROM ApexTrigger" --use-tooling-api
855858```
856859
857- _ See code: [ src/commands/data/query.ts] ( https://github.com/salesforcecli/plugin-data/blob/4.0.43 /src/commands/data/query.ts ) _
860+ _ See code: [ src/commands/data/query.ts] ( https://github.com/salesforcecli/plugin-data/blob/4.0.44 /src/commands/data/query.ts ) _
858861
859862## ` sf data resume `
860863
@@ -891,7 +894,7 @@ EXAMPLES
891894 $ sf data resume --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA
892895```
893896
894- _ See code: [ src/commands/data/resume.ts] ( https://github.com/salesforcecli/plugin-data/blob/4.0.43 /src/commands/data/resume.ts ) _
897+ _ See code: [ src/commands/data/resume.ts] ( https://github.com/salesforcecli/plugin-data/blob/4.0.44 /src/commands/data/resume.ts ) _
895898
896899## ` sf data search `
897900
@@ -941,7 +944,7 @@ EXAMPLES
941944 $ sf data search --file query.txt --target-org my-scratch --result-format csv
942945```
943946
944- _ See code: [ src/commands/data/search.ts] ( https://github.com/salesforcecli/plugin-data/blob/4.0.43 /src/commands/data/search.ts ) _
947+ _ See code: [ src/commands/data/search.ts] ( https://github.com/salesforcecli/plugin-data/blob/4.0.44 /src/commands/data/search.ts ) _
945948
946949## ` sf data update bulk `
947950
@@ -1002,7 +1005,7 @@ EXAMPLES
10021005 $ sf data update bulk --file accounts.csv --sobject Account --async
10031006```
10041007
1005- _ See code: [ src/commands/data/update/bulk.ts] ( https://github.com/salesforcecli/plugin-data/blob/4.0.43 /src/commands/data/update/bulk.ts ) _
1008+ _ See code: [ src/commands/data/update/bulk.ts] ( https://github.com/salesforcecli/plugin-data/blob/4.0.44 /src/commands/data/update/bulk.ts ) _
10061009
10071010## ` sf data update record `
10081011
@@ -1064,7 +1067,7 @@ EXAMPLES
10641067 "ExpirationDate=2017-12-01T00:58:04.000+0000"
10651068```
10661069
1067- _ See code: [ src/commands/data/update/record.ts] ( https://github.com/salesforcecli/plugin-data/blob/4.0.43 /src/commands/data/update/record.ts ) _
1070+ _ See code: [ src/commands/data/update/record.ts] ( https://github.com/salesforcecli/plugin-data/blob/4.0.44 /src/commands/data/update/record.ts ) _
10681071
10691072## ` sf data update resume `
10701073
@@ -1090,17 +1093,20 @@ DESCRIPTION
10901093 ID. To see the status and get the results of the bulk update, run this command by either passing it the job ID or
10911094 using the --use-most-recent flag to specify the most recent bulk update job.
10921095
1096+ Using either `--job-id` or `--use-most-recent` will properly resolve to the correct org where the bulk job was started
1097+ based on the cached data by "data update bulk".
1098+
10931099EXAMPLES
1094- Resume a bulk update job of your default org using a job ID:
1100+ Resume a bulk update job using a job ID:
10951101
10961102 $ sf data update resume --job-id 750xx000000005sAAA
10971103
1098- Resume the most recently run bulk update job for an org with alias "my-scratch" :
1104+ Resume the most recently run bulk update job:
10991105
1100- $ sf data update resume --use-most-recent --target-org my-scratch
1106+ $ sf data update resume --use-most-recent
11011107```
11021108
1103- _ See code: [ src/commands/data/update/resume.ts] ( https://github.com/salesforcecli/plugin-data/blob/4.0.43 /src/commands/data/update/resume.ts ) _
1109+ _ See code: [ src/commands/data/update/resume.ts] ( https://github.com/salesforcecli/plugin-data/blob/4.0.44 /src/commands/data/update/resume.ts ) _
11041110
11051111## ` sf data upsert bulk `
11061112
@@ -1157,7 +1163,7 @@ EXAMPLES
11571163 my-scratch
11581164```
11591165
1160- _ See code: [ src/commands/data/upsert/bulk.ts] ( https://github.com/salesforcecli/plugin-data/blob/4.0.43 /src/commands/data/upsert/bulk.ts ) _
1166+ _ See code: [ src/commands/data/upsert/bulk.ts] ( https://github.com/salesforcecli/plugin-data/blob/4.0.44 /src/commands/data/upsert/bulk.ts ) _
11611167
11621168## ` sf data upsert resume `
11631169
@@ -1196,7 +1202,7 @@ EXAMPLES
11961202 $ sf data upsert resume --use-most-recent --target-org my-scratch
11971203```
11981204
1199- _ See code: [ src/commands/data/upsert/resume.ts] ( https://github.com/salesforcecli/plugin-data/blob/4.0.43 /src/commands/data/upsert/resume.ts ) _
1205+ _ See code: [ src/commands/data/upsert/resume.ts] ( https://github.com/salesforcecli/plugin-data/blob/4.0.44 /src/commands/data/upsert/resume.ts ) _
12001206
12011207## ` sf force data bulk delete `
12021208
@@ -1243,7 +1249,7 @@ EXAMPLES
12431249 $ sf force data bulk delete --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
12441250```
12451251
1246- _ See code: [ src/commands/force/data/bulk/delete.ts] ( https://github.com/salesforcecli/plugin-data/blob/4.0.43 /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.44 /src/commands/force/data/bulk/delete.ts ) _
12471253
12481254## ` sf force data bulk status `
12491255
@@ -1280,7 +1286,7 @@ EXAMPLES
12801286 $ sf force data bulk status --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA --target-org my-scratch
12811287```
12821288
1283- _ See code: [ src/commands/force/data/bulk/status.ts] ( https://github.com/salesforcecli/plugin-data/blob/4.0.43 /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.44 /src/commands/force/data/bulk/status.ts ) _
12841290
12851291## ` sf force data bulk upsert `
12861292
@@ -1338,6 +1344,6 @@ EXAMPLES
13381344 --target-org my-scratch
13391345```
13401346
1341- _ See code: [ src/commands/force/data/bulk/upsert.ts] ( https://github.com/salesforcecli/plugin-data/blob/4.0.43 /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.44 /src/commands/force/data/bulk/upsert.ts ) _
13421348
13431349<!-- commandsstop -->
0 commit comments