Skip to content

Commit 455a1dc

Browse files
committed
chore(release): 3.11.1 [skip ci]
1 parent 8dbc45f commit 455a1dc

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+
## [3.11.1](https://github.com/salesforcecli/plugin-data/compare/3.11.0...3.11.1) (2024-11-03)
2+
3+
### Bug Fixes
4+
5+
- **deps:** bump @salesforce/sf-plugins-core from 12.0.10 to 12.0.11 ([0936c54](https://github.com/salesforcecli/plugin-data/commit/0936c54ccd30d008268ee7571dea89b5eb906fbf))
6+
17
# [3.11.0](https://github.com/salesforcecli/plugin-data/compare/3.10.0...3.11.0) (2024-10-30)
28

39
### Features

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/3.11.0/src/commands/data/bulk/results.ts)_
148+
_See code: [src/commands/data/bulk/results.ts](https://github.com/salesforcecli/plugin-data/blob/3.11.1/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/3.11.0/src/commands/data/create/file.ts)_
197+
_See code: [src/commands/data/create/file.ts](https://github.com/salesforcecli/plugin-data/blob/3.11.1/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/3.11.0/src/commands/data/create/record.ts)_
253+
_See code: [src/commands/data/create/record.ts](https://github.com/salesforcecli/plugin-data/blob/3.11.1/src/commands/data/create/record.ts)_
254254

255255
## `sf data delete bulk`
256256

@@ -308,7 +308,7 @@ FLAG DESCRIPTIONS
308308
and can be enabled only by a system administrator.
309309
```
310310

311-
_See code: [src/commands/data/delete/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/3.11.0/src/commands/data/delete/bulk.ts)_
311+
_See code: [src/commands/data/delete/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/3.11.1/src/commands/data/delete/bulk.ts)_
312312

313313
## `sf data delete record`
314314

@@ -369,7 +369,7 @@ EXAMPLES
369369
$ sf data delete record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
370370
```
371371

372-
_See code: [src/commands/data/delete/record.ts](https://github.com/salesforcecli/plugin-data/blob/3.11.0/src/commands/data/delete/record.ts)_
372+
_See code: [src/commands/data/delete/record.ts](https://github.com/salesforcecli/plugin-data/blob/3.11.1/src/commands/data/delete/record.ts)_
373373

374374
## `sf data delete resume`
375375

@@ -408,7 +408,7 @@ EXAMPLES
408408
$ sf data delete resume --use-most-recent --target-org my-scratch
409409
```
410410

411-
_See code: [src/commands/data/delete/resume.ts](https://github.com/salesforcecli/plugin-data/blob/3.11.0/src/commands/data/delete/resume.ts)_
411+
_See code: [src/commands/data/delete/resume.ts](https://github.com/salesforcecli/plugin-data/blob/3.11.1/src/commands/data/delete/resume.ts)_
412412

413413
## `sf data export bulk`
414414

@@ -482,7 +482,7 @@ EXAMPLES
482482
--result-format json --async
483483
```
484484

485-
_See code: [src/commands/data/export/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/3.11.0/src/commands/data/export/bulk.ts)_
485+
_See code: [src/commands/data/export/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/3.11.1/src/commands/data/export/bulk.ts)_
486486

487487
## `sf data export resume`
488488

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

521-
_See code: [src/commands/data/export/resume.ts](https://github.com/salesforcecli/plugin-data/blob/3.11.0/src/commands/data/export/resume.ts)_
521+
_See code: [src/commands/data/export/resume.ts](https://github.com/salesforcecli/plugin-data/blob/3.11.1/src/commands/data/export/resume.ts)_
522522

523523
## `sf data export tree`
524524

@@ -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/3.11.0/src/commands/data/export/tree.ts)_
582+
_See code: [src/commands/data/export/tree.ts](https://github.com/salesforcecli/plugin-data/blob/3.11.1/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/3.11.0/src/commands/data/get/record.ts)_
646+
_See code: [src/commands/data/get/record.ts](https://github.com/salesforcecli/plugin-data/blob/3.11.1/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/3.11.0/src/commands/data/import/bulk.ts)_
704+
_See code: [src/commands/data/import/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/3.11.1/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/3.11.0/src/commands/data/import/resume.ts)_
740+
_See code: [src/commands/data/import/resume.ts](https://github.com/salesforcecli/plugin-data/blob/3.11.1/src/commands/data/import/resume.ts)_
741741

742742
## `sf data import tree`
743743

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

807807
## `sf data query`
808808

@@ -866,7 +866,7 @@ EXAMPLES
866866
$ sf data query --query "SELECT Id FROM Contact" --bulk --wait 0
867867
```
868868

869-
_See code: [src/commands/data/query.ts](https://github.com/salesforcecli/plugin-data/blob/3.11.0/src/commands/data/query.ts)_
869+
_See code: [src/commands/data/query.ts](https://github.com/salesforcecli/plugin-data/blob/3.11.1/src/commands/data/query.ts)_
870870

871871
## `sf data query resume`
872872

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

907-
_See code: [src/commands/data/query/resume.ts](https://github.com/salesforcecli/plugin-data/blob/3.11.0/src/commands/data/query/resume.ts)_
907+
_See code: [src/commands/data/query/resume.ts](https://github.com/salesforcecli/plugin-data/blob/3.11.1/src/commands/data/query/resume.ts)_
908908

909909
## `sf data resume`
910910

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

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

946946
## `sf data search`
947947

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

994-
_See code: [src/commands/data/search.ts](https://github.com/salesforcecli/plugin-data/blob/3.11.0/src/commands/data/search.ts)_
994+
_See code: [src/commands/data/search.ts](https://github.com/salesforcecli/plugin-data/blob/3.11.1/src/commands/data/search.ts)_
995995

996996
## `sf data update bulk`
997997

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

1055-
_See code: [src/commands/data/update/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/3.11.0/src/commands/data/update/bulk.ts)_
1055+
_See code: [src/commands/data/update/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/3.11.1/src/commands/data/update/bulk.ts)_
10561056

10571057
## `sf data update record`
10581058

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

1117-
_See code: [src/commands/data/update/record.ts](https://github.com/salesforcecli/plugin-data/blob/3.11.0/src/commands/data/update/record.ts)_
1117+
_See code: [src/commands/data/update/record.ts](https://github.com/salesforcecli/plugin-data/blob/3.11.1/src/commands/data/update/record.ts)_
11181118

11191119
## `sf data update resume`
11201120

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

1153-
_See code: [src/commands/data/update/resume.ts](https://github.com/salesforcecli/plugin-data/blob/3.11.0/src/commands/data/update/resume.ts)_
1153+
_See code: [src/commands/data/update/resume.ts](https://github.com/salesforcecli/plugin-data/blob/3.11.1/src/commands/data/update/resume.ts)_
11541154

11551155
## `sf data upsert bulk`
11561156

@@ -1203,7 +1203,7 @@ EXAMPLES
12031203
my-scratch
12041204
```
12051205

1206-
_See code: [src/commands/data/upsert/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/3.11.0/src/commands/data/upsert/bulk.ts)_
1206+
_See code: [src/commands/data/upsert/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/3.11.1/src/commands/data/upsert/bulk.ts)_
12071207

12081208
## `sf data upsert resume`
12091209

@@ -1242,7 +1242,7 @@ EXAMPLES
12421242
$ sf data upsert resume --use-most-recent --target-org my-scratch
12431243
```
12441244

1245-
_See code: [src/commands/data/upsert/resume.ts](https://github.com/salesforcecli/plugin-data/blob/3.11.0/src/commands/data/upsert/resume.ts)_
1245+
_See code: [src/commands/data/upsert/resume.ts](https://github.com/salesforcecli/plugin-data/blob/3.11.1/src/commands/data/upsert/resume.ts)_
12461246

12471247
## `sf force data bulk delete`
12481248

@@ -1289,7 +1289,7 @@ EXAMPLES
12891289
$ sf force data bulk delete --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
12901290
```
12911291

1292-
_See code: [src/commands/force/data/bulk/delete.ts](https://github.com/salesforcecli/plugin-data/blob/3.11.0/src/commands/force/data/bulk/delete.ts)_
1292+
_See code: [src/commands/force/data/bulk/delete.ts](https://github.com/salesforcecli/plugin-data/blob/3.11.1/src/commands/force/data/bulk/delete.ts)_
12931293

12941294
## `sf force data bulk status`
12951295

@@ -1326,7 +1326,7 @@ EXAMPLES
13261326
$ sf force data bulk status --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA --target-org my-scratch
13271327
```
13281328

1329-
_See code: [src/commands/force/data/bulk/status.ts](https://github.com/salesforcecli/plugin-data/blob/3.11.0/src/commands/force/data/bulk/status.ts)_
1329+
_See code: [src/commands/force/data/bulk/status.ts](https://github.com/salesforcecli/plugin-data/blob/3.11.1/src/commands/force/data/bulk/status.ts)_
13301330

13311331
## `sf force data bulk upsert`
13321332

@@ -1384,6 +1384,6 @@ EXAMPLES
13841384
--target-org my-scratch
13851385
```
13861386

1387-
_See code: [src/commands/force/data/bulk/upsert.ts](https://github.com/salesforcecli/plugin-data/blob/3.11.0/src/commands/force/data/bulk/upsert.ts)_
1387+
_See code: [src/commands/force/data/bulk/upsert.ts](https://github.com/salesforcecli/plugin-data/blob/3.11.1/src/commands/force/data/bulk/upsert.ts)_
13881388

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

0 commit comments

Comments
 (0)