Skip to content

Commit a8e0a58

Browse files
committed
chore(release): 4.0.44 [skip ci]
1 parent 16ec59e commit a8e0a58

3 files changed

Lines changed: 43 additions & 31 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [4.0.44](https://github.com/salesforcecli/plugin-data/compare/4.0.43...4.0.44) (2025-07-07)
2+
3+
### Bug Fixes
4+
5+
- update bulk resume command examples ([#1277](https://github.com/salesforcecli/plugin-data/issues/1277)) ([16ec59e](https://github.com/salesforcecli/plugin-data/commit/16ec59e650444750bd525a4405dea1ff598fdc64))
6+
17
## [4.0.43](https://github.com/salesforcecli/plugin-data/compare/4.0.42...4.0.43) (2025-07-06)
28

39
### Bug Fixes

README.md

Lines changed: 36 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
512515
EXAMPLES
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+
10931099
EXAMPLES
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 -->

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@salesforce/plugin-data",
3-
"version": "4.0.43",
3+
"version": "4.0.44",
44
"description": "Plugin for salesforce data commands",
55
"author": "Salesforce",
66
"homepage": "https://github.com/salesforcecli/plugin-data",

0 commit comments

Comments
 (0)