Skip to content

Commit 362f06d

Browse files
committed
chore(release): 4.0.51 [skip ci]
1 parent 22aa0f7 commit 362f06d

File tree

3 files changed

+31
-25
lines changed

3 files changed

+31
-25
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.51](https://github.com/salesforcecli/plugin-data/compare/4.0.50...4.0.51) (2025-08-10)
2+
3+
### Bug Fixes
4+
5+
- **deps:** bump @salesforce/core from 8.18.5 to 8.19.1 ([4494a35](https://github.com/salesforcecli/plugin-data/commit/4494a35c7271a7fafc0d8aef91d86c7a565ec895))
6+
17
## [4.0.50](https://github.com/salesforcecli/plugin-data/compare/4.0.49...4.0.50) (2025-07-27)
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.50/src/commands/data/bulk/results.ts)_
147+
_See code: [src/commands/data/bulk/results.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.51/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.50/src/commands/data/create/file.ts)_
196+
_See code: [src/commands/data/create/file.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.51/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.50/src/commands/data/create/record.ts)_
252+
_See code: [src/commands/data/create/record.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.51/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.50/src/commands/data/delete/bulk.ts)_
312+
_See code: [src/commands/data/delete/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.51/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.50/src/commands/data/delete/record.ts)_
373+
_See code: [src/commands/data/delete/record.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.51/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.50/src/commands/data/delete/resume.ts)_
412+
_See code: [src/commands/data/delete/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.51/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.50/src/commands/data/export/bulk.ts)_
486+
_See code: [src/commands/data/export/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.51/src/commands/data/export/bulk.ts)_
487487

488488
## `sf data export resume`
489489

@@ -522,7 +522,7 @@ EXAMPLES
522522
$ sf data export resume --use-most-recent
523523
```
524524

525-
_See code: [src/commands/data/export/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.50/src/commands/data/export/resume.ts)_
525+
_See code: [src/commands/data/export/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.51/src/commands/data/export/resume.ts)_
526526

527527
## `sf data export tree`
528528

@@ -582,7 +582,7 @@ EXAMPLES
582582
my-scratch
583583
```
584584

585-
_See code: [src/commands/data/export/tree.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.50/src/commands/data/export/tree.ts)_
585+
_See code: [src/commands/data/export/tree.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.51/src/commands/data/export/tree.ts)_
586586

587587
## `sf data get record`
588588

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

649-
_See code: [src/commands/data/get/record.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.50/src/commands/data/get/record.ts)_
649+
_See code: [src/commands/data/get/record.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.51/src/commands/data/get/record.ts)_
650650

651651
## `sf data import bulk`
652652

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

707-
_See code: [src/commands/data/import/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.50/src/commands/data/import/bulk.ts)_
707+
_See code: [src/commands/data/import/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.51/src/commands/data/import/bulk.ts)_
708708

709709
## `sf data import resume`
710710

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

743-
_See code: [src/commands/data/import/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.50/src/commands/data/import/resume.ts)_
743+
_See code: [src/commands/data/import/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.51/src/commands/data/import/resume.ts)_
744744

745745
## `sf data import tree`
746746

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

807-
_See code: [src/commands/data/import/tree.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.50/src/commands/data/import/tree.ts)_
807+
_See code: [src/commands/data/import/tree.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.51/src/commands/data/import/tree.ts)_
808808

809809
## `sf data query`
810810

@@ -857,7 +857,7 @@ EXAMPLES
857857
$ sf data query --query "SELECT Name FROM ApexTrigger" --use-tooling-api
858858
```
859859

860-
_See code: [src/commands/data/query.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.50/src/commands/data/query.ts)_
860+
_See code: [src/commands/data/query.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.51/src/commands/data/query.ts)_
861861

862862
## `sf data resume`
863863

@@ -894,7 +894,7 @@ EXAMPLES
894894
$ sf data resume --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA
895895
```
896896

897-
_See code: [src/commands/data/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.50/src/commands/data/resume.ts)_
897+
_See code: [src/commands/data/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.51/src/commands/data/resume.ts)_
898898

899899
## `sf data search`
900900

@@ -944,7 +944,7 @@ EXAMPLES
944944
$ sf data search --file query.txt --target-org my-scratch --result-format csv
945945
```
946946

947-
_See code: [src/commands/data/search.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.50/src/commands/data/search.ts)_
947+
_See code: [src/commands/data/search.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.51/src/commands/data/search.ts)_
948948

949949
## `sf data update bulk`
950950

@@ -1005,7 +1005,7 @@ EXAMPLES
10051005
$ sf data update bulk --file accounts.csv --sobject Account --async
10061006
```
10071007

1008-
_See code: [src/commands/data/update/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.50/src/commands/data/update/bulk.ts)_
1008+
_See code: [src/commands/data/update/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.51/src/commands/data/update/bulk.ts)_
10091009

10101010
## `sf data update record`
10111011

@@ -1067,7 +1067,7 @@ EXAMPLES
10671067
"ExpirationDate=2017-12-01T00:58:04.000+0000"
10681068
```
10691069

1070-
_See code: [src/commands/data/update/record.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.50/src/commands/data/update/record.ts)_
1070+
_See code: [src/commands/data/update/record.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.51/src/commands/data/update/record.ts)_
10711071

10721072
## `sf data update resume`
10731073

@@ -1106,7 +1106,7 @@ EXAMPLES
11061106
$ sf data update resume --use-most-recent
11071107
```
11081108

1109-
_See code: [src/commands/data/update/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.50/src/commands/data/update/resume.ts)_
1109+
_See code: [src/commands/data/update/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.51/src/commands/data/update/resume.ts)_
11101110

11111111
## `sf data upsert bulk`
11121112

@@ -1163,7 +1163,7 @@ EXAMPLES
11631163
my-scratch
11641164
```
11651165

1166-
_See code: [src/commands/data/upsert/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.50/src/commands/data/upsert/bulk.ts)_
1166+
_See code: [src/commands/data/upsert/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.51/src/commands/data/upsert/bulk.ts)_
11671167

11681168
## `sf data upsert resume`
11691169

@@ -1202,7 +1202,7 @@ EXAMPLES
12021202
$ sf data upsert resume --use-most-recent --target-org my-scratch
12031203
```
12041204

1205-
_See code: [src/commands/data/upsert/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.50/src/commands/data/upsert/resume.ts)_
1205+
_See code: [src/commands/data/upsert/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.51/src/commands/data/upsert/resume.ts)_
12061206

12071207
## `sf force data bulk delete`
12081208

@@ -1249,7 +1249,7 @@ EXAMPLES
12491249
$ sf force data bulk delete --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
12501250
```
12511251

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

12541254
## `sf force data bulk status`
12551255

@@ -1286,7 +1286,7 @@ EXAMPLES
12861286
$ sf force data bulk status --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA --target-org my-scratch
12871287
```
12881288

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

12911291
## `sf force data bulk upsert`
12921292

@@ -1344,6 +1344,6 @@ EXAMPLES
13441344
--target-org my-scratch
13451345
```
13461346

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

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

0 commit comments

Comments
 (0)