Skip to content

Commit 0b066ea

Browse files
committed
chore(release): 4.0.28 [skip ci]
1 parent eca846b commit 0b066ea

3 files changed

Lines changed: 32 additions & 26 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.28](https://github.com/salesforcecli/plugin-data/compare/4.0.27...4.0.28) (2025-04-27)
2+
3+
### Bug Fixes
4+
5+
- **deps:** bump @salesforce/core from 8.9.1 to 8.10.0 ([e16ed62](https://github.com/salesforcecli/plugin-data/commit/e16ed62351c51d5a242a103e31d188f59049405e))
6+
17
## [4.0.27](https://github.com/salesforcecli/plugin-data/compare/4.0.26...4.0.27) (2025-04-20)
28

39
### Bug Fixes

README.md

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ EXAMPLES
145145
$ sf data bulk results --job-id 7507i000fake341G --target-org my-scratch
146146
```
147147

148-
_See code: [src/commands/data/bulk/results.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.27/src/commands/data/bulk/results.ts)_
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)_
149149

150150
## `sf data create file`
151151

@@ -194,7 +194,7 @@ EXAMPLES
194194
$ sf data create file --file path/to/astro.png --parent-id a03fakeLoJWPIA3
195195
```
196196

197-
_See code: [src/commands/data/create/file.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.27/src/commands/data/create/file.ts)_
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)_
198198

199199
## `sf data create record`
200200

@@ -250,7 +250,7 @@ EXAMPLES
250250
TracedEntityId=01p17000000R6bLAAS"
251251
```
252252

253-
_See code: [src/commands/data/create/record.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.27/src/commands/data/create/record.ts)_
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)_
254254

255255
## `sf data delete bulk`
256256

@@ -310,7 +310,7 @@ FLAG DESCRIPTIONS
310310
and can be enabled only by a system administrator.
311311
```
312312

313-
_See code: [src/commands/data/delete/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.27/src/commands/data/delete/bulk.ts)_
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)_
314314

315315
## `sf data delete record`
316316

@@ -371,7 +371,7 @@ EXAMPLES
371371
$ sf data delete record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
372372
```
373373

374-
_See code: [src/commands/data/delete/record.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.27/src/commands/data/delete/record.ts)_
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)_
375375

376376
## `sf data delete resume`
377377

@@ -410,7 +410,7 @@ EXAMPLES
410410
$ sf data delete resume --use-most-recent --target-org my-scratch
411411
```
412412

413-
_See code: [src/commands/data/delete/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.27/src/commands/data/delete/resume.ts)_
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)_
414414

415415
## `sf data export bulk`
416416

@@ -484,7 +484,7 @@ EXAMPLES
484484
--result-format json --async
485485
```
486486

487-
_See code: [src/commands/data/export/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.27/src/commands/data/export/bulk.ts)_
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)_
488488

489489
## `sf data export resume`
490490

@@ -520,7 +520,7 @@ EXAMPLES
520520
$ sf data export resume --use-most-recent --target-org my-scratch
521521
```
522522

523-
_See code: [src/commands/data/export/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.27/src/commands/data/export/resume.ts)_
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)_
524524

525525
## `sf data export tree`
526526

@@ -580,7 +580,7 @@ EXAMPLES
580580
my-scratch
581581
```
582582

583-
_See code: [src/commands/data/export/tree.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.27/src/commands/data/export/tree.ts)_
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)_
584584

585585
## `sf data get record`
586586

@@ -644,7 +644,7 @@ EXAMPLES
644644
$ sf data get record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
645645
```
646646

647-
_See code: [src/commands/data/get/record.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.27/src/commands/data/get/record.ts)_
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)_
648648

649649
## `sf data import bulk`
650650

@@ -702,7 +702,7 @@ EXAMPLES
702702
$ sf data import bulk --file accounts.csv --sobject Account --async
703703
```
704704

705-
_See code: [src/commands/data/import/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.27/src/commands/data/import/bulk.ts)_
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)_
706706

707707
## `sf data import resume`
708708

@@ -738,7 +738,7 @@ EXAMPLES
738738
$ sf data import resume --use-most-recent --target-org my-scratch
739739
```
740740

741-
_See code: [src/commands/data/import/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.27/src/commands/data/import/resume.ts)_
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)_
742742

743743
## `sf data import tree`
744744

@@ -802,7 +802,7 @@ FLAG DESCRIPTIONS
802802
- files(array) - Files: An array of files paths to load
803803
```
804804

805-
_See code: [src/commands/data/import/tree.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.27/src/commands/data/import/tree.ts)_
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)_
806806

807807
## `sf data query`
808808

@@ -868,7 +868,7 @@ EXAMPLES
868868
$ sf data query --query "SELECT Id FROM Contact" --bulk --wait 0
869869
```
870870

871-
_See code: [src/commands/data/query.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.27/src/commands/data/query.ts)_
871+
_See code: [src/commands/data/query.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.28/src/commands/data/query.ts)_
872872

873873
## `sf data query resume`
874874

@@ -905,7 +905,7 @@ EXAMPLES
905905
$ sf data query resume --bulk-query-id 7500x000005BdFzXXX
906906
```
907907

908-
_See code: [src/commands/data/query/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.27/src/commands/data/query/resume.ts)_
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)_
909909

910910
## `sf data resume`
911911

@@ -942,7 +942,7 @@ EXAMPLES
942942
$ sf data resume --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA
943943
```
944944

945-
_See code: [src/commands/data/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.27/src/commands/data/resume.ts)_
945+
_See code: [src/commands/data/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.28/src/commands/data/resume.ts)_
946946

947947
## `sf data search`
948948

@@ -992,7 +992,7 @@ EXAMPLES
992992
$ sf data search --file query.txt --target-org my-scratch --result-format csv
993993
```
994994

995-
_See code: [src/commands/data/search.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.27/src/commands/data/search.ts)_
995+
_See code: [src/commands/data/search.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.28/src/commands/data/search.ts)_
996996

997997
## `sf data update bulk`
998998

@@ -1053,7 +1053,7 @@ EXAMPLES
10531053
$ sf data update bulk --file accounts.csv --sobject Account --async
10541054
```
10551055

1056-
_See code: [src/commands/data/update/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.27/src/commands/data/update/bulk.ts)_
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)_
10571057

10581058
## `sf data update record`
10591059

@@ -1115,7 +1115,7 @@ EXAMPLES
11151115
"ExpirationDate=2017-12-01T00:58:04.000+0000"
11161116
```
11171117

1118-
_See code: [src/commands/data/update/record.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.27/src/commands/data/update/record.ts)_
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)_
11191119

11201120
## `sf data update resume`
11211121

@@ -1151,7 +1151,7 @@ EXAMPLES
11511151
$ sf data update resume --use-most-recent --target-org my-scratch
11521152
```
11531153

1154-
_See code: [src/commands/data/update/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.27/src/commands/data/update/resume.ts)_
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)_
11551155

11561156
## `sf data upsert bulk`
11571157

@@ -1208,7 +1208,7 @@ EXAMPLES
12081208
my-scratch
12091209
```
12101210

1211-
_See code: [src/commands/data/upsert/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.27/src/commands/data/upsert/bulk.ts)_
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)_
12121212

12131213
## `sf data upsert resume`
12141214

@@ -1247,7 +1247,7 @@ EXAMPLES
12471247
$ sf data upsert resume --use-most-recent --target-org my-scratch
12481248
```
12491249

1250-
_See code: [src/commands/data/upsert/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.27/src/commands/data/upsert/resume.ts)_
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)_
12511251

12521252
## `sf force data bulk delete`
12531253

@@ -1294,7 +1294,7 @@ EXAMPLES
12941294
$ sf force data bulk delete --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
12951295
```
12961296

1297-
_See code: [src/commands/force/data/bulk/delete.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.27/src/commands/force/data/bulk/delete.ts)_
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)_
12981298

12991299
## `sf force data bulk status`
13001300

@@ -1331,7 +1331,7 @@ EXAMPLES
13311331
$ sf force data bulk status --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA --target-org my-scratch
13321332
```
13331333

1334-
_See code: [src/commands/force/data/bulk/status.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.27/src/commands/force/data/bulk/status.ts)_
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)_
13351335

13361336
## `sf force data bulk upsert`
13371337

@@ -1389,6 +1389,6 @@ EXAMPLES
13891389
--target-org my-scratch
13901390
```
13911391

1392-
_See code: [src/commands/force/data/bulk/upsert.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.27/src/commands/force/data/bulk/upsert.ts)_
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)_
13931393

13941394
<!-- 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.27",
3+
"version": "4.0.28",
44
"description": "Plugin for salesforce data commands",
55
"author": "Salesforce",
66
"homepage": "https://github.com/salesforcecli/plugin-data",

0 commit comments

Comments
 (0)