Skip to content

Commit 03d9531

Browse files
committed
chore(release): 4.0.31 [skip ci]
1 parent 6575b4e commit 03d9531

3 files changed

Lines changed: 31 additions & 25 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.31](https://github.com/salesforcecli/plugin-data/compare/4.0.30...4.0.31) (2025-05-11)
2+
3+
### Bug Fixes
4+
5+
- **deps:** bump @oclif/multi-stage-output from 0.8.12 to 0.8.13 ([896f790](https://github.com/salesforcecli/plugin-data/commit/896f7907465f12ef9f22567652bb451b72393bc4))
6+
17
## [4.0.30](https://github.com/salesforcecli/plugin-data/compare/4.0.29...4.0.30) (2025-05-04)
28

39
### Bug Fixes

README.md

Lines changed: 24 additions & 24 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.30/src/commands/data/bulk/results.ts)_
147+
_See code: [src/commands/data/bulk/results.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.31/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.30/src/commands/data/create/file.ts)_
196+
_See code: [src/commands/data/create/file.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.31/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.30/src/commands/data/create/record.ts)_
252+
_See code: [src/commands/data/create/record.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.31/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.30/src/commands/data/delete/bulk.ts)_
312+
_See code: [src/commands/data/delete/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.31/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.30/src/commands/data/delete/record.ts)_
373+
_See code: [src/commands/data/delete/record.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.31/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.30/src/commands/data/delete/resume.ts)_
412+
_See code: [src/commands/data/delete/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.31/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.30/src/commands/data/export/bulk.ts)_
486+
_See code: [src/commands/data/export/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.31/src/commands/data/export/bulk.ts)_
487487

488488
## `sf data export resume`
489489

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

522-
_See code: [src/commands/data/export/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.30/src/commands/data/export/resume.ts)_
522+
_See code: [src/commands/data/export/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.31/src/commands/data/export/resume.ts)_
523523

524524
## `sf data export tree`
525525

@@ -579,7 +579,7 @@ EXAMPLES
579579
my-scratch
580580
```
581581

582-
_See code: [src/commands/data/export/tree.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.30/src/commands/data/export/tree.ts)_
582+
_See code: [src/commands/data/export/tree.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.31/src/commands/data/export/tree.ts)_
583583

584584
## `sf data get record`
585585

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

646-
_See code: [src/commands/data/get/record.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.30/src/commands/data/get/record.ts)_
646+
_See code: [src/commands/data/get/record.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.31/src/commands/data/get/record.ts)_
647647

648648
## `sf data import bulk`
649649

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

704-
_See code: [src/commands/data/import/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.30/src/commands/data/import/bulk.ts)_
704+
_See code: [src/commands/data/import/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.31/src/commands/data/import/bulk.ts)_
705705

706706
## `sf data import resume`
707707

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

740-
_See code: [src/commands/data/import/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.30/src/commands/data/import/resume.ts)_
740+
_See code: [src/commands/data/import/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.31/src/commands/data/import/resume.ts)_
741741

742742
## `sf data import tree`
743743

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

804-
_See code: [src/commands/data/import/tree.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.30/src/commands/data/import/tree.ts)_
804+
_See code: [src/commands/data/import/tree.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.31/src/commands/data/import/tree.ts)_
805805

806806
## `sf data query`
807807

@@ -854,7 +854,7 @@ EXAMPLES
854854
$ sf data query --query "SELECT Name FROM ApexTrigger" --use-tooling-api
855855
```
856856

857-
_See code: [src/commands/data/query.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.30/src/commands/data/query.ts)_
857+
_See code: [src/commands/data/query.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.31/src/commands/data/query.ts)_
858858

859859
## `sf data resume`
860860

@@ -891,7 +891,7 @@ EXAMPLES
891891
$ sf data resume --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA
892892
```
893893

894-
_See code: [src/commands/data/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.30/src/commands/data/resume.ts)_
894+
_See code: [src/commands/data/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.31/src/commands/data/resume.ts)_
895895

896896
## `sf data search`
897897

@@ -941,7 +941,7 @@ EXAMPLES
941941
$ sf data search --file query.txt --target-org my-scratch --result-format csv
942942
```
943943

944-
_See code: [src/commands/data/search.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.30/src/commands/data/search.ts)_
944+
_See code: [src/commands/data/search.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.31/src/commands/data/search.ts)_
945945

946946
## `sf data update bulk`
947947

@@ -1002,7 +1002,7 @@ EXAMPLES
10021002
$ sf data update bulk --file accounts.csv --sobject Account --async
10031003
```
10041004

1005-
_See code: [src/commands/data/update/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.30/src/commands/data/update/bulk.ts)_
1005+
_See code: [src/commands/data/update/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.31/src/commands/data/update/bulk.ts)_
10061006

10071007
## `sf data update record`
10081008

@@ -1064,7 +1064,7 @@ EXAMPLES
10641064
"ExpirationDate=2017-12-01T00:58:04.000+0000"
10651065
```
10661066

1067-
_See code: [src/commands/data/update/record.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.30/src/commands/data/update/record.ts)_
1067+
_See code: [src/commands/data/update/record.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.31/src/commands/data/update/record.ts)_
10681068

10691069
## `sf data update resume`
10701070

@@ -1100,7 +1100,7 @@ EXAMPLES
11001100
$ sf data update resume --use-most-recent --target-org my-scratch
11011101
```
11021102

1103-
_See code: [src/commands/data/update/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.30/src/commands/data/update/resume.ts)_
1103+
_See code: [src/commands/data/update/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.31/src/commands/data/update/resume.ts)_
11041104

11051105
## `sf data upsert bulk`
11061106

@@ -1157,7 +1157,7 @@ EXAMPLES
11571157
my-scratch
11581158
```
11591159

1160-
_See code: [src/commands/data/upsert/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.30/src/commands/data/upsert/bulk.ts)_
1160+
_See code: [src/commands/data/upsert/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.31/src/commands/data/upsert/bulk.ts)_
11611161

11621162
## `sf data upsert resume`
11631163

@@ -1196,7 +1196,7 @@ EXAMPLES
11961196
$ sf data upsert resume --use-most-recent --target-org my-scratch
11971197
```
11981198

1199-
_See code: [src/commands/data/upsert/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.30/src/commands/data/upsert/resume.ts)_
1199+
_See code: [src/commands/data/upsert/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.31/src/commands/data/upsert/resume.ts)_
12001200

12011201
## `sf force data bulk delete`
12021202

@@ -1243,7 +1243,7 @@ EXAMPLES
12431243
$ sf force data bulk delete --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
12441244
```
12451245

1246-
_See code: [src/commands/force/data/bulk/delete.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.30/src/commands/force/data/bulk/delete.ts)_
1246+
_See code: [src/commands/force/data/bulk/delete.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.31/src/commands/force/data/bulk/delete.ts)_
12471247

12481248
## `sf force data bulk status`
12491249

@@ -1280,7 +1280,7 @@ EXAMPLES
12801280
$ sf force data bulk status --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA --target-org my-scratch
12811281
```
12821282

1283-
_See code: [src/commands/force/data/bulk/status.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.30/src/commands/force/data/bulk/status.ts)_
1283+
_See code: [src/commands/force/data/bulk/status.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.31/src/commands/force/data/bulk/status.ts)_
12841284

12851285
## `sf force data bulk upsert`
12861286

@@ -1338,6 +1338,6 @@ EXAMPLES
13381338
--target-org my-scratch
13391339
```
13401340

1341-
_See code: [src/commands/force/data/bulk/upsert.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.30/src/commands/force/data/bulk/upsert.ts)_
1341+
_See code: [src/commands/force/data/bulk/upsert.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.31/src/commands/force/data/bulk/upsert.ts)_
13421342

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

0 commit comments

Comments
 (0)