Skip to content

Commit 74bbfa7

Browse files
author
SF-CLI-BOT
committed
chore(release): 0.6.4 [ci skip]
1 parent 497ca6e commit 74bbfa7

File tree

3 files changed

+18
-11
lines changed

3 files changed

+18
-11
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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+
### [0.6.4](https://github.com/salesforcecli/plugin-data/compare/v0.6.3...v0.6.4) (2021-10-21)
6+
7+
8+
### Bug Fixes
9+
10+
* downgrade eslint jsdoc dep ([8775d6c](https://github.com/salesforcecli/plugin-data/commit/8775d6cca6b7240b023958e282cfadbe2e16ec6e))
11+
512
### [0.6.3](https://github.com/salesforcecli/plugin-data/compare/v0.6.2...v0.6.3) (2021-10-12)
613

714
### [0.6.2](https://github.com/salesforcecli/plugin-data/compare/v0.6.1...v0.6.2) (2021-10-05)

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/v0.6.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/v0.6.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

@@ -170,7 +170,7 @@ EXAMPLES
170170
sfdx force:data:bulk:status -i 750xx000000005sAAA -b 751xx000000005nAAA
171171
```
172172

173-
_See code: [src/commands/force/data/bulk/status.ts](https://github.com/salesforcecli/plugin-data/blob/v0.6.2/src/commands/force/data/bulk/status.ts)_
173+
_See code: [src/commands/force/data/bulk/status.ts](https://github.com/salesforcecli/plugin-data/blob/v0.6.3/src/commands/force/data/bulk/status.ts)_
174174

175175
## `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]`
176176

@@ -233,7 +233,7 @@ EXAMPLES
233233
sfdx force:data:bulk:upsert -s MyObject__c -f ./path/to/file.csv -i Id -w 2
234234
```
235235

236-
_See code: [src/commands/force/data/bulk/upsert.ts](https://github.com/salesforcecli/plugin-data/blob/v0.6.2/src/commands/force/data/bulk/upsert.ts)_
236+
_See code: [src/commands/force/data/bulk/upsert.ts](https://github.com/salesforcecli/plugin-data/blob/v0.6.3/src/commands/force/data/bulk/upsert.ts)_
237237

238238
## `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]`
239239

@@ -290,7 +290,7 @@ EXAMPLES
290290
sfdx force:data:record:create -s Account -v "Name=Acme" --perflog --json
291291
```
292292

293-
_See code: [src/commands/force/data/record/create.ts](https://github.com/salesforcecli/plugin-data/blob/v0.6.2/src/commands/force/data/record/create.ts)_
293+
_See code: [src/commands/force/data/record/create.ts](https://github.com/salesforcecli/plugin-data/blob/v0.6.3/src/commands/force/data/record/create.ts)_
294294

295295
## `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]`
296296

@@ -349,7 +349,7 @@ EXAMPLES
349349
sfdx force:data:record:delete -t -s TraceFlag -i 7tf170000009cU6AAI --perflog --json
350350
```
351351

352-
_See code: [src/commands/force/data/record/delete.ts](https://github.com/salesforcecli/plugin-data/blob/v0.6.2/src/commands/force/data/record/delete.ts)_
352+
_See code: [src/commands/force/data/record/delete.ts](https://github.com/salesforcecli/plugin-data/blob/v0.6.3/src/commands/force/data/record/delete.ts)_
353353

354354
## `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]`
355355

@@ -409,7 +409,7 @@ EXAMPLES
409409
sfdx force:data:record:get -t -s TraceFlag -i 7tf170000009cUBAAY --perflog --json
410410
```
411411

412-
_See code: [src/commands/force/data/record/get.ts](https://github.com/salesforcecli/plugin-data/blob/v0.6.2/src/commands/force/data/record/get.ts)_
412+
_See code: [src/commands/force/data/record/get.ts](https://github.com/salesforcecli/plugin-data/blob/v0.6.3/src/commands/force/data/record/get.ts)_
413413

414414
## `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]`
415415

@@ -469,7 +469,7 @@ EXAMPLES
469469
sfdx force:data:record:update -s Account -i 001D000000Kv3dl -v "Name=NewAcme" --perflog --json
470470
```
471471

472-
_See code: [src/commands/force/data/record/update.ts](https://github.com/salesforcecli/plugin-data/blob/v0.6.2/src/commands/force/data/record/update.ts)_
472+
_See code: [src/commands/force/data/record/update.ts](https://github.com/salesforcecli/plugin-data/blob/v0.6.3/src/commands/force/data/record/update.ts)_
473473

474474
## `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]`
475475

@@ -521,7 +521,7 @@ EXAMPLES
521521
sfdx force:data:soql:query -q "SELECT Name FROM ApexTrigger" -t
522522
```
523523

524-
_See code: [src/commands/force/data/soql/query.ts](https://github.com/salesforcecli/plugin-data/blob/v0.6.2/src/commands/force/data/soql/query.ts)_
524+
_See code: [src/commands/force/data/soql/query.ts](https://github.com/salesforcecli/plugin-data/blob/v0.6.3/src/commands/force/data/soql/query.ts)_
525525

526526
## `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]`
527527

@@ -570,7 +570,7 @@ EXAMPLES
570570
sfdx force:data:tree:export -q <path to file containing soql query> -x export-demo -d /tmp/sfdx-out -p
571571
```
572572

573-
_See code: [src/commands/force/data/tree/export.ts](https://github.com/salesforcecli/plugin-data/blob/v0.6.2/src/commands/force/data/tree/export.ts)_
573+
_See code: [src/commands/force/data/tree/export.ts](https://github.com/salesforcecli/plugin-data/blob/v0.6.3/src/commands/force/data/tree/export.ts)_
574574

575575
## `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]`
576576

@@ -623,5 +623,5 @@ EXAMPLES
623623
sfdx force:data:tree:import -p Account-Contact-plan.json -u me@my.org
624624
```
625625

626-
_See code: [src/commands/force/data/tree/import.ts](https://github.com/salesforcecli/plugin-data/blob/v0.6.2/src/commands/force/data/tree/import.ts)_
626+
_See code: [src/commands/force/data/tree/import.ts](https://github.com/salesforcecli/plugin-data/blob/v0.6.3/src/commands/force/data/tree/import.ts)_
627627
<!-- 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": "0.6.3",
3+
"version": "0.6.4",
44
"description": "Plugin for salesforce data commands",
55
"author": "Salesforce",
66
"homepage": "https://github.com/salesforcecli/plugin-data",

0 commit comments

Comments
 (0)