Skip to content

Commit 3f1c0b6

Browse files
author
SF-CLI-BOT
committed
chore(release): 2.0.4 [ci skip]
1 parent 4269d08 commit 3f1c0b6

3 files changed

Lines changed: 17 additions & 11 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [2.0.4](https://github.com/salesforcecli/plugin-data/compare/v2.0.3...v2.0.4) (2022-06-16)
6+
7+
### Bug Fixes
8+
9+
- wait until all records are emitted ([#316](https://github.com/salesforcecli/plugin-data/issues/316)) ([4269d08](https://github.com/salesforcecli/plugin-data/commit/4269d089f716d58ae37e1e416f2ad9eed33b5fb2))
10+
511
### [2.0.3](https://github.com/salesforcecli/plugin-data/compare/v2.0.2...v2.0.3) (2022-06-03)
612

713
### Bug Fixes

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ EXAMPLES
128128
$ sfdx force:data:bulk:delete -s MyObject__c -f ./path/to/file.csv
129129
```
130130

131-
_See code: [src/commands/force/data/bulk/delete.ts](https://github.com/salesforcecli/plugin-data/blob/v2.0.2/src/commands/force/data/bulk/delete.ts)_
131+
_See code: [src/commands/force/data/bulk/delete.ts](https://github.com/salesforcecli/plugin-data/blob/v2.0.3/src/commands/force/data/bulk/delete.ts)_
132132

133133
## `sfdx force:data:bulk:status -i <string> [-b <string>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
134134

@@ -165,7 +165,7 @@ EXAMPLES
165165
$ sfdx force:data:bulk:status -i 750xx000000005sAAA -b 751xx000000005nAAA
166166
```
167167

168-
_See code: [src/commands/force/data/bulk/status.ts](https://github.com/salesforcecli/plugin-data/blob/v2.0.2/src/commands/force/data/bulk/status.ts)_
168+
_See code: [src/commands/force/data/bulk/status.ts](https://github.com/salesforcecli/plugin-data/blob/v2.0.3/src/commands/force/data/bulk/status.ts)_
169169

170170
## `sfdx force:data:bulk:upsert -i <string> -f <filepath> -s <string> [-w <minutes>] [-r] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
171171

@@ -214,7 +214,7 @@ EXAMPLES
214214
$ sfdx force:data:bulk:upsert -s MyObject__c -f ./path/to/file.csv -i Id -w 2
215215
```
216216

217-
_See code: [src/commands/force/data/bulk/upsert.ts](https://github.com/salesforcecli/plugin-data/blob/v2.0.2/src/commands/force/data/bulk/upsert.ts)_
217+
_See code: [src/commands/force/data/bulk/upsert.ts](https://github.com/salesforcecli/plugin-data/blob/v2.0.3/src/commands/force/data/bulk/upsert.ts)_
218218

219219
## `sfdx force:data:record:create -s <string> -v <string> [-t] [--perflog --json] [-u <string>] [--apiversion <string>] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
220220

@@ -263,7 +263,7 @@ EXAMPLES
263263
$ sfdx force:data:record:create -s Account -v "Name=Acme" --perflog --json
264264
```
265265

266-
_See code: [src/commands/force/data/record/create.ts](https://github.com/salesforcecli/plugin-data/blob/v2.0.2/src/commands/force/data/record/create.ts)_
266+
_See code: [src/commands/force/data/record/create.ts](https://github.com/salesforcecli/plugin-data/blob/v2.0.3/src/commands/force/data/record/create.ts)_
267267

268268
## `sfdx force:data:record:delete -s <string> [-i <id> | -w <string>] [-t] [--perflog --json] [-u <string>] [--apiversion <string>] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
269269

@@ -315,7 +315,7 @@ EXAMPLES
315315
$ sfdx force:data:record:delete -t -s TraceFlag -i 7tf170000009cU6AAI --perflog --json
316316
```
317317

318-
_See code: [src/commands/force/data/record/delete.ts](https://github.com/salesforcecli/plugin-data/blob/v2.0.2/src/commands/force/data/record/delete.ts)_
318+
_See code: [src/commands/force/data/record/delete.ts](https://github.com/salesforcecli/plugin-data/blob/v2.0.3/src/commands/force/data/record/delete.ts)_
319319

320320
## `sfdx force:data:record:get -s <string> [-i <id> | -w <string>] [-t] [--perflog --json] [-u <string>] [--apiversion <string>] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
321321

@@ -368,7 +368,7 @@ EXAMPLES
368368
$ sfdx force:data:record:get -t -s TraceFlag -i 7tf170000009cUBAAY --perflog --json
369369
```
370370

371-
_See code: [src/commands/force/data/record/get.ts](https://github.com/salesforcecli/plugin-data/blob/v2.0.2/src/commands/force/data/record/get.ts)_
371+
_See code: [src/commands/force/data/record/get.ts](https://github.com/salesforcecli/plugin-data/blob/v2.0.3/src/commands/force/data/record/get.ts)_
372372

373373
## `sfdx force:data:record:update -s <string> -v <string> [-i <id> | -w <string>] [-t] [--perflog --json] [-u <string>] [--apiversion <string>] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
374374

@@ -420,7 +420,7 @@ EXAMPLES
420420
$sfdx force:data:record:update -s Account -i 001D000000Kv3dl -v "Name=NewAcme" --perflog --json
421421
```
422422

423-
_See code: [src/commands/force/data/record/update.ts](https://github.com/salesforcecli/plugin-data/blob/v2.0.2/src/commands/force/data/record/update.ts)_
423+
_See code: [src/commands/force/data/record/update.ts](https://github.com/salesforcecli/plugin-data/blob/v2.0.3/src/commands/force/data/record/update.ts)_
424424

425425
## `sfdx force:data:soql:query -q <string> [-t] [-r human|csv|json] [--perflog --json] [-u <string>] [--apiversion <string>] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
426426

@@ -463,7 +463,7 @@ EXAMPLES
463463
$ sfdx force:data:soql:query -q "SELECT Name FROM ApexTrigger" -t
464464
```
465465

466-
_See code: [src/commands/force/data/soql/query.ts](https://github.com/salesforcecli/plugin-data/blob/v2.0.2/src/commands/force/data/soql/query.ts)_
466+
_See code: [src/commands/force/data/soql/query.ts](https://github.com/salesforcecli/plugin-data/blob/v2.0.3/src/commands/force/data/soql/query.ts)_
467467

468468
## `sfdx force:data:tree:export -q <string> [-p] [-x <string>] [-d <directory>] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
469469

@@ -505,7 +505,7 @@ EXAMPLES
505505
$ sfdx force:data:tree:export -q <path to file containing soql query> -x export-demo -d /tmp/sfdx-out -p
506506
```
507507

508-
_See code: [src/commands/force/data/tree/export.ts](https://github.com/salesforcecli/plugin-data/blob/v2.0.2/src/commands/force/data/tree/export.ts)_
508+
_See code: [src/commands/force/data/tree/export.ts](https://github.com/salesforcecli/plugin-data/blob/v2.0.3/src/commands/force/data/tree/export.ts)_
509509

510510
## `sfdx force:data:tree:import [-f <array> | -p <filepath>] [--confighelp] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]`
511511

@@ -555,6 +555,6 @@ EXAMPLES
555555
$ sfdx force:data:tree:import -p Account-Contact-plan.json -u me@my.org
556556
```
557557

558-
_See code: [src/commands/force/data/tree/import.ts](https://github.com/salesforcecli/plugin-data/blob/v2.0.2/src/commands/force/data/tree/import.ts)_
558+
_See code: [src/commands/force/data/tree/import.ts](https://github.com/salesforcecli/plugin-data/blob/v2.0.3/src/commands/force/data/tree/import.ts)_
559559

560560
<!-- 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": "2.0.3",
3+
"version": "2.0.4",
44
"description": "Plugin for salesforce data commands",
55
"author": "Salesforce",
66
"main": "lib/index.js",

0 commit comments

Comments
 (0)