From cd41742dba697bf86da7192998a79a60e6f8826b Mon Sep 17 00:00:00 2001 From: SF-CLI-BOT Date: Tue, 5 Oct 2021 22:04:13 +0000 Subject: [PATCH] chore(release): 0.6.2 [ci skip] --- CHANGELOG.md | 7 +++++++ README.md | 20 ++++++++++---------- 2 files changed, 17 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6859b625..c4919920 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +### [0.6.2](https://github.com/salesforcecli/plugin-data/compare/v0.6.1...v0.6.2) (2021-10-05) + + +### Bug Fixes + +* update deps ([c3b57d4](https://github.com/salesforcecli/plugin-data/commit/c3b57d4aae48a40eee90ba3380b4c650fe9df53e)) + ### 0.6.1 (2021-08-25) diff --git a/README.md b/README.md index d9b50687..1273e7e8 100644 --- a/README.md +++ b/README.md @@ -128,7 +128,7 @@ EXAMPLES sfdx force:data:bulk:delete -s MyObject__c -f ./path/to/file.csv ``` -_See code: [src/commands/force/data/bulk/delete.ts](https://github.com/salesforcecli/plugin-data/blob/v0.6.0/src/commands/force/data/bulk/delete.ts)_ +_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)_ ## `sfdx force:data:bulk:status -i [-b ] [-u ] [--apiversion ] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]` @@ -170,7 +170,7 @@ EXAMPLES sfdx force:data:bulk:status -i 750xx000000005sAAA -b 751xx000000005nAAA ``` -_See code: [src/commands/force/data/bulk/status.ts](https://github.com/salesforcecli/plugin-data/blob/v0.6.0/src/commands/force/data/bulk/status.ts)_ +_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)_ ## `sfdx force:data:bulk:upsert -i -f -s [-w ] [-r] [-u ] [--apiversion ] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]` @@ -233,7 +233,7 @@ EXAMPLES sfdx force:data:bulk:upsert -s MyObject__c -f ./path/to/file.csv -i Id -w 2 ``` -_See code: [src/commands/force/data/bulk/upsert.ts](https://github.com/salesforcecli/plugin-data/blob/v0.6.0/src/commands/force/data/bulk/upsert.ts)_ +_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)_ ## `sfdx force:data:record:create -s -v [-t] [--perflog --json] [-u ] [--apiversion ] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]` @@ -290,7 +290,7 @@ EXAMPLES sfdx force:data:record:create -s Account -v "Name=Acme" --perflog --json ``` -_See code: [src/commands/force/data/record/create.ts](https://github.com/salesforcecli/plugin-data/blob/v0.6.0/src/commands/force/data/record/create.ts)_ +_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)_ ## `sfdx force:data:record:delete -s [-i | -w ] [-t] [--perflog --json] [-u ] [--apiversion ] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]` @@ -349,7 +349,7 @@ EXAMPLES sfdx force:data:record:delete -t -s TraceFlag -i 7tf170000009cU6AAI --perflog --json ``` -_See code: [src/commands/force/data/record/delete.ts](https://github.com/salesforcecli/plugin-data/blob/v0.6.0/src/commands/force/data/record/delete.ts)_ +_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)_ ## `sfdx force:data:record:get -s [-i | -w ] [-t] [--perflog --json] [-u ] [--apiversion ] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]` @@ -409,7 +409,7 @@ EXAMPLES sfdx force:data:record:get -t -s TraceFlag -i 7tf170000009cUBAAY --perflog --json ``` -_See code: [src/commands/force/data/record/get.ts](https://github.com/salesforcecli/plugin-data/blob/v0.6.0/src/commands/force/data/record/get.ts)_ +_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)_ ## `sfdx force:data:record:update -s -v [-i | -w ] [-t] [--perflog --json] [-u ] [--apiversion ] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]` @@ -469,7 +469,7 @@ EXAMPLES sfdx force:data:record:update -s Account -i 001D000000Kv3dl -v "Name=NewAcme" --perflog --json ``` -_See code: [src/commands/force/data/record/update.ts](https://github.com/salesforcecli/plugin-data/blob/v0.6.0/src/commands/force/data/record/update.ts)_ +_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)_ ## `sfdx force:data:soql:query -q [-t] [-r human|csv|json] [--perflog --json] [-u ] [--apiversion ] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]` @@ -521,7 +521,7 @@ EXAMPLES sfdx force:data:soql:query -q "SELECT Name FROM ApexTrigger" -t ``` -_See code: [src/commands/force/data/soql/query.ts](https://github.com/salesforcecli/plugin-data/blob/v0.6.0/src/commands/force/data/soql/query.ts)_ +_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)_ ## `sfdx force:data:tree:export -q [-p] [-x ] [-d ] [-u ] [--apiversion ] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]` @@ -570,7 +570,7 @@ EXAMPLES sfdx force:data:tree:export -q -x export-demo -d /tmp/sfdx-out -p ``` -_See code: [src/commands/force/data/tree/export.ts](https://github.com/salesforcecli/plugin-data/blob/v0.6.0/src/commands/force/data/tree/export.ts)_ +_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)_ ## `sfdx force:data:tree:import [-f | -p ] [--confighelp] [-u ] [--apiversion ] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]` @@ -623,5 +623,5 @@ EXAMPLES sfdx force:data:tree:import -p Account-Contact-plan.json -u me@my.org ``` -_See code: [src/commands/force/data/tree/import.ts](https://github.com/salesforcecli/plugin-data/blob/v0.6.0/src/commands/force/data/tree/import.ts)_ +_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)_