@@ -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.4 /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.5 /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.4 /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.5 /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.4 /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.5 /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.4 /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.5 /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.4 /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.5 /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.4 /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.5 /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.4 /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.5 /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.4 /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.5 /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.4 /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.5 /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
@@ -628,5 +628,5 @@ EXAMPLES
628628 sfdx force:data:tree:import -p Account-Contact-plan.json -u me@my.org
629629```
630630
631- _ See code: [ src/commands/force/data/tree/import.ts] ( https://github.com/salesforcecli/plugin-data/blob/v0.6.4 /src/commands/force/data/tree/import.ts ) _
631+ _ See code: [ src/commands/force/data/tree/import.ts] ( https://github.com/salesforcecli/plugin-data/blob/v0.6.5 /src/commands/force/data/tree/import.ts ) _
632632<!-- commandsstop -->
0 commit comments