Skip to content

Commit a21d40e

Browse files
committed
chore(release): 3.5.4 [skip ci]
1 parent 023a145 commit a21d40e

File tree

3 files changed

+25
-19
lines changed

3 files changed

+25
-19
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [3.5.4](https://github.com/salesforcecli/plugin-data/compare/3.5.3...3.5.4) (2024-07-03)
2+
3+
### Bug Fixes
4+
5+
- example switched to "\*\*" instead of "\_\_" ([3856603](https://github.com/salesforcecli/plugin-data/commit/3856603e4e5caa2470d4ea66df97828d7cfe98b8))
6+
17
## [3.5.3](https://github.com/salesforcecli/plugin-data/compare/3.5.2...3.5.3) (2024-07-02)
28

39
## [3.5.2](https://github.com/salesforcecli/plugin-data/compare/3.5.1...3.5.2) (2024-06-20)

README.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ EXAMPLES
141141
$ sf data create file --file path/to/astro.png --parent-id a03fakeLoJWPIA3
142142
```
143143

144-
_See code: [src/commands/data/create/file.ts](https://github.com/salesforcecli/plugin-data/blob/3.5.3/src/commands/data/create/file.ts)_
144+
_See code: [src/commands/data/create/file.ts](https://github.com/salesforcecli/plugin-data/blob/3.5.4/src/commands/data/create/file.ts)_
145145

146146
## `sf data create record`
147147

@@ -197,7 +197,7 @@ EXAMPLES
197197
TracedEntityId=01p17000000R6bLAAS"
198198
```
199199

200-
_See code: [src/commands/data/create/record.ts](https://github.com/salesforcecli/plugin-data/blob/3.5.3/src/commands/data/create/record.ts)_
200+
_See code: [src/commands/data/create/record.ts](https://github.com/salesforcecli/plugin-data/blob/3.5.4/src/commands/data/create/record.ts)_
201201

202202
## `sf data delete bulk`
203203

@@ -255,7 +255,7 @@ FLAG DESCRIPTIONS
255255
and can be enabled only by a system administrator.
256256
```
257257

258-
_See code: [src/commands/data/delete/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/3.5.3/src/commands/data/delete/bulk.ts)_
258+
_See code: [src/commands/data/delete/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/3.5.4/src/commands/data/delete/bulk.ts)_
259259

260260
## `sf data delete record`
261261

@@ -316,7 +316,7 @@ EXAMPLES
316316
$ sf data delete record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
317317
```
318318

319-
_See code: [src/commands/data/delete/record.ts](https://github.com/salesforcecli/plugin-data/blob/3.5.3/src/commands/data/delete/record.ts)_
319+
_See code: [src/commands/data/delete/record.ts](https://github.com/salesforcecli/plugin-data/blob/3.5.4/src/commands/data/delete/record.ts)_
320320

321321
## `sf data delete resume`
322322

@@ -355,7 +355,7 @@ EXAMPLES
355355
$ sf data delete resume --use-most-recent --target-org my-scratch
356356
```
357357

358-
_See code: [src/commands/data/delete/resume.ts](https://github.com/salesforcecli/plugin-data/blob/3.5.3/src/commands/data/delete/resume.ts)_
358+
_See code: [src/commands/data/delete/resume.ts](https://github.com/salesforcecli/plugin-data/blob/3.5.4/src/commands/data/delete/resume.ts)_
359359

360360
## `sf data export tree`
361361

@@ -402,7 +402,7 @@ EXAMPLES
402402
Export records retrieved with the specified SOQL query into a single JSON file in the current directory; the command
403403
uses your default org:
404404
405-
$ sf data export tree --query "SELECT Id, Name, (SELECT Name, Address**c FROM Properties**r) FROM Broker\_\_c"
405+
$ sf data export tree --query "SELECT Id, Name, (SELECT Name, Address__c FROM Properties__r) FROM Broker__c"
406406
407407
Export data using a SOQL query in the "query.txt" file and generate JSON files for each object and a plan that
408408
aggregates them:
@@ -416,7 +416,7 @@ EXAMPLES
416416
my-scratch
417417
```
418418

419-
_See code: [src/commands/data/export/tree.ts](https://github.com/salesforcecli/plugin-data/blob/3.5.3/src/commands/data/export/tree.ts)_
419+
_See code: [src/commands/data/export/tree.ts](https://github.com/salesforcecli/plugin-data/blob/3.5.4/src/commands/data/export/tree.ts)_
420420

421421
## `sf data get record`
422422

@@ -480,7 +480,7 @@ EXAMPLES
480480
$ sf data get record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
481481
```
482482

483-
_See code: [src/commands/data/get/record.ts](https://github.com/salesforcecli/plugin-data/blob/3.5.3/src/commands/data/get/record.ts)_
483+
_See code: [src/commands/data/get/record.ts](https://github.com/salesforcecli/plugin-data/blob/3.5.4/src/commands/data/get/record.ts)_
484484

485485
## `sf data import tree`
486486

@@ -545,7 +545,7 @@ FLAG DESCRIPTIONS
545545
- files(array) - Files: An array of files paths to load
546546
```
547547

548-
_See code: [src/commands/data/import/tree.ts](https://github.com/salesforcecli/plugin-data/blob/3.5.3/src/commands/data/import/tree.ts)_
548+
_See code: [src/commands/data/import/tree.ts](https://github.com/salesforcecli/plugin-data/blob/3.5.4/src/commands/data/import/tree.ts)_
549549

550550
## `sf data query`
551551

@@ -609,7 +609,7 @@ EXAMPLES
609609
$ sf data query --query "SELECT Id FROM Contact" --bulk --wait 0
610610
```
611611

612-
_See code: [src/commands/data/query.ts](https://github.com/salesforcecli/plugin-data/blob/3.5.3/src/commands/data/query.ts)_
612+
_See code: [src/commands/data/query.ts](https://github.com/salesforcecli/plugin-data/blob/3.5.4/src/commands/data/query.ts)_
613613

614614
## `sf data query resume`
615615

@@ -647,7 +647,7 @@ EXAMPLES
647647
$ sf data query resume --bulk-query-id 7500x000005BdFzXXX
648648
```
649649

650-
_See code: [src/commands/data/query/resume.ts](https://github.com/salesforcecli/plugin-data/blob/3.5.3/src/commands/data/query/resume.ts)_
650+
_See code: [src/commands/data/query/resume.ts](https://github.com/salesforcecli/plugin-data/blob/3.5.4/src/commands/data/query/resume.ts)_
651651

652652
## `sf data resume`
653653

@@ -684,7 +684,7 @@ EXAMPLES
684684
$ sf data resume --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA
685685
```
686686

687-
_See code: [src/commands/data/resume.ts](https://github.com/salesforcecli/plugin-data/blob/3.5.3/src/commands/data/resume.ts)_
687+
_See code: [src/commands/data/resume.ts](https://github.com/salesforcecli/plugin-data/blob/3.5.4/src/commands/data/resume.ts)_
688688

689689
## `sf data update record`
690690

@@ -746,7 +746,7 @@ EXAMPLES
746746
"ExpirationDate=2017-12-01T00:58:04.000+0000"
747747
```
748748

749-
_See code: [src/commands/data/update/record.ts](https://github.com/salesforcecli/plugin-data/blob/3.5.3/src/commands/data/update/record.ts)_
749+
_See code: [src/commands/data/update/record.ts](https://github.com/salesforcecli/plugin-data/blob/3.5.4/src/commands/data/update/record.ts)_
750750

751751
## `sf data upsert bulk`
752752

@@ -799,7 +799,7 @@ EXAMPLES
799799
my-scratch
800800
```
801801

802-
_See code: [src/commands/data/upsert/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/3.5.3/src/commands/data/upsert/bulk.ts)_
802+
_See code: [src/commands/data/upsert/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/3.5.4/src/commands/data/upsert/bulk.ts)_
803803

804804
## `sf data upsert resume`
805805

@@ -838,7 +838,7 @@ EXAMPLES
838838
$ sf data upsert resume --use-most-recent --target-org my-scratch
839839
```
840840

841-
_See code: [src/commands/data/upsert/resume.ts](https://github.com/salesforcecli/plugin-data/blob/3.5.3/src/commands/data/upsert/resume.ts)_
841+
_See code: [src/commands/data/upsert/resume.ts](https://github.com/salesforcecli/plugin-data/blob/3.5.4/src/commands/data/upsert/resume.ts)_
842842

843843
## `sf force data bulk delete`
844844

@@ -885,7 +885,7 @@ EXAMPLES
885885
$ sf force data bulk delete --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
886886
```
887887

888-
_See code: [src/commands/force/data/bulk/delete.ts](https://github.com/salesforcecli/plugin-data/blob/3.5.3/src/commands/force/data/bulk/delete.ts)_
888+
_See code: [src/commands/force/data/bulk/delete.ts](https://github.com/salesforcecli/plugin-data/blob/3.5.4/src/commands/force/data/bulk/delete.ts)_
889889

890890
## `sf force data bulk status`
891891

@@ -922,7 +922,7 @@ EXAMPLES
922922
$ sf force data bulk status --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA --target-org my-scratch
923923
```
924924

925-
_See code: [src/commands/force/data/bulk/status.ts](https://github.com/salesforcecli/plugin-data/blob/3.5.3/src/commands/force/data/bulk/status.ts)_
925+
_See code: [src/commands/force/data/bulk/status.ts](https://github.com/salesforcecli/plugin-data/blob/3.5.4/src/commands/force/data/bulk/status.ts)_
926926

927927
## `sf force data bulk upsert`
928928

@@ -980,6 +980,6 @@ EXAMPLES
980980
--target-org my-scratch
981981
```
982982

983-
_See code: [src/commands/force/data/bulk/upsert.ts](https://github.com/salesforcecli/plugin-data/blob/3.5.3/src/commands/force/data/bulk/upsert.ts)_
983+
_See code: [src/commands/force/data/bulk/upsert.ts](https://github.com/salesforcecli/plugin-data/blob/3.5.4/src/commands/force/data/bulk/upsert.ts)_
984984

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

0 commit comments

Comments
 (0)