Skip to content

Commit e823033

Browse files
committed
chore(release): 4.0.6 [skip ci]
1 parent b43d8d3 commit e823033

File tree

3 files changed

+32
-26
lines changed

3 files changed

+32
-26
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [4.0.6](https://github.com/salesforcecli/plugin-data/compare/4.0.5...4.0.6) (2025-01-26)
2+
3+
### Bug Fixes
4+
5+
- **deps:** bump @salesforce/core from 8.8.0 to 8.8.2 ([ea31bd8](https://github.com/salesforcecli/plugin-data/commit/ea31bd8ce6d0df873d2a6ac66f539b109a217641))
6+
17
## [4.0.5](https://github.com/salesforcecli/plugin-data/compare/4.0.4...4.0.5) (2025-01-26)
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.5/src/commands/data/bulk/results.ts)_
148+
_See code: [src/commands/data/bulk/results.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.6/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.5/src/commands/data/create/file.ts)_
197+
_See code: [src/commands/data/create/file.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.6/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.5/src/commands/data/create/record.ts)_
253+
_See code: [src/commands/data/create/record.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.6/src/commands/data/create/record.ts)_
254254

255255
## `sf data delete bulk`
256256

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

314-
_See code: [src/commands/data/delete/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.5/src/commands/data/delete/bulk.ts)_
314+
_See code: [src/commands/data/delete/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.6/src/commands/data/delete/bulk.ts)_
315315

316316
## `sf data delete record`
317317

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

375-
_See code: [src/commands/data/delete/record.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.5/src/commands/data/delete/record.ts)_
375+
_See code: [src/commands/data/delete/record.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.6/src/commands/data/delete/record.ts)_
376376

377377
## `sf data delete resume`
378378

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

414-
_See code: [src/commands/data/delete/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.5/src/commands/data/delete/resume.ts)_
414+
_See code: [src/commands/data/delete/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.6/src/commands/data/delete/resume.ts)_
415415

416416
## `sf data export bulk`
417417

@@ -485,7 +485,7 @@ EXAMPLES
485485
--result-format json --async
486486
```
487487

488-
_See code: [src/commands/data/export/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.5/src/commands/data/export/bulk.ts)_
488+
_See code: [src/commands/data/export/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.6/src/commands/data/export/bulk.ts)_
489489

490490
## `sf data export resume`
491491

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

524-
_See code: [src/commands/data/export/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.5/src/commands/data/export/resume.ts)_
524+
_See code: [src/commands/data/export/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.6/src/commands/data/export/resume.ts)_
525525

526526
## `sf data export tree`
527527

@@ -581,7 +581,7 @@ EXAMPLES
581581
my-scratch
582582
```
583583

584-
_See code: [src/commands/data/export/tree.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.5/src/commands/data/export/tree.ts)_
584+
_See code: [src/commands/data/export/tree.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.6/src/commands/data/export/tree.ts)_
585585

586586
## `sf data get record`
587587

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

648-
_See code: [src/commands/data/get/record.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.5/src/commands/data/get/record.ts)_
648+
_See code: [src/commands/data/get/record.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.6/src/commands/data/get/record.ts)_
649649

650650
## `sf data import bulk`
651651

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

706-
_See code: [src/commands/data/import/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.5/src/commands/data/import/bulk.ts)_
706+
_See code: [src/commands/data/import/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.6/src/commands/data/import/bulk.ts)_
707707

708708
## `sf data import resume`
709709

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

742-
_See code: [src/commands/data/import/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.5/src/commands/data/import/resume.ts)_
742+
_See code: [src/commands/data/import/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.6/src/commands/data/import/resume.ts)_
743743

744744
## `sf data import tree`
745745

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

806-
_See code: [src/commands/data/import/tree.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.5/src/commands/data/import/tree.ts)_
806+
_See code: [src/commands/data/import/tree.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.6/src/commands/data/import/tree.ts)_
807807

808808
## `sf data query`
809809

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

872-
_See code: [src/commands/data/query.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.5/src/commands/data/query.ts)_
872+
_See code: [src/commands/data/query.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.6/src/commands/data/query.ts)_
873873

874874
## `sf data query resume`
875875

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

909-
_See code: [src/commands/data/query/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.5/src/commands/data/query/resume.ts)_
909+
_See code: [src/commands/data/query/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.6/src/commands/data/query/resume.ts)_
910910

911911
## `sf data resume`
912912

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

946-
_See code: [src/commands/data/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.5/src/commands/data/resume.ts)_
946+
_See code: [src/commands/data/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.6/src/commands/data/resume.ts)_
947947

948948
## `sf data search`
949949

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

996-
_See code: [src/commands/data/search.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.5/src/commands/data/search.ts)_
996+
_See code: [src/commands/data/search.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.6/src/commands/data/search.ts)_
997997

998998
## `sf data update bulk`
999999

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

1057-
_See code: [src/commands/data/update/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.5/src/commands/data/update/bulk.ts)_
1057+
_See code: [src/commands/data/update/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.6/src/commands/data/update/bulk.ts)_
10581058

10591059
## `sf data update record`
10601060

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

1119-
_See code: [src/commands/data/update/record.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.5/src/commands/data/update/record.ts)_
1119+
_See code: [src/commands/data/update/record.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.6/src/commands/data/update/record.ts)_
11201120

11211121
## `sf data update resume`
11221122

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

1155-
_See code: [src/commands/data/update/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.5/src/commands/data/update/resume.ts)_
1155+
_See code: [src/commands/data/update/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.6/src/commands/data/update/resume.ts)_
11561156

11571157
## `sf data upsert bulk`
11581158

@@ -1211,7 +1211,7 @@ EXAMPLES
12111211
my-scratch
12121212
```
12131213

1214-
_See code: [src/commands/data/upsert/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.5/src/commands/data/upsert/bulk.ts)_
1214+
_See code: [src/commands/data/upsert/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.6/src/commands/data/upsert/bulk.ts)_
12151215

12161216
## `sf data upsert resume`
12171217

@@ -1250,7 +1250,7 @@ EXAMPLES
12501250
$ sf data upsert resume --use-most-recent --target-org my-scratch
12511251
```
12521252

1253-
_See code: [src/commands/data/upsert/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.5/src/commands/data/upsert/resume.ts)_
1253+
_See code: [src/commands/data/upsert/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.6/src/commands/data/upsert/resume.ts)_
12541254

12551255
## `sf force data bulk delete`
12561256

@@ -1297,7 +1297,7 @@ EXAMPLES
12971297
$ sf force data bulk delete --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
12981298
```
12991299

1300-
_See code: [src/commands/force/data/bulk/delete.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.5/src/commands/force/data/bulk/delete.ts)_
1300+
_See code: [src/commands/force/data/bulk/delete.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.6/src/commands/force/data/bulk/delete.ts)_
13011301

13021302
## `sf force data bulk status`
13031303

@@ -1334,7 +1334,7 @@ EXAMPLES
13341334
$ sf force data bulk status --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA --target-org my-scratch
13351335
```
13361336

1337-
_See code: [src/commands/force/data/bulk/status.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.5/src/commands/force/data/bulk/status.ts)_
1337+
_See code: [src/commands/force/data/bulk/status.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.6/src/commands/force/data/bulk/status.ts)_
13381338

13391339
## `sf force data bulk upsert`
13401340

@@ -1392,6 +1392,6 @@ EXAMPLES
13921392
--target-org my-scratch
13931393
```
13941394

1395-
_See code: [src/commands/force/data/bulk/upsert.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.5/src/commands/force/data/bulk/upsert.ts)_
1395+
_See code: [src/commands/force/data/bulk/upsert.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.6/src/commands/force/data/bulk/upsert.ts)_
13961396

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

0 commit comments

Comments
 (0)