@@ -129,7 +129,7 @@ EXAMPLES
129129 sfdx force:data:bulk:delete -s MyObject__c -f ./path/to/file.csv
130130```
131131
132- _ See code: [ src/commands/force/data/bulk/delete.ts] ( https://github.com/salesforcecli/plugin-data/blob/v0.6.12 /src/commands/force/data/bulk/delete.ts ) _
132+ _ See code: [ src/commands/force/data/bulk/delete.ts] ( https://github.com/salesforcecli/plugin-data/blob/v0.6.13 /src/commands/force/data/bulk/delete.ts ) _
133133
134134## ` 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] `
135135
@@ -168,7 +168,7 @@ EXAMPLES
168168 sfdx force:data:bulk:status -i 750xx000000005sAAA -b 751xx000000005nAAA
169169```
170170
171- _ See code: [ src/commands/force/data/bulk/status.ts] ( https://github.com/salesforcecli/plugin-data/blob/v0.6.12 /src/commands/force/data/bulk/status.ts ) _
171+ _ See code: [ src/commands/force/data/bulk/status.ts] ( https://github.com/salesforcecli/plugin-data/blob/v0.6.13 /src/commands/force/data/bulk/status.ts ) _
172172
173173## ` 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] `
174174
@@ -221,7 +221,7 @@ EXAMPLES
221221 sfdx force:data:bulk:upsert -s MyObject__c -f ./path/to/file.csv -i Id -w 2
222222```
223223
224- _ See code: [ src/commands/force/data/bulk/upsert.ts] ( https://github.com/salesforcecli/plugin-data/blob/v0.6.12 /src/commands/force/data/bulk/upsert.ts ) _
224+ _ See code: [ src/commands/force/data/bulk/upsert.ts] ( https://github.com/salesforcecli/plugin-data/blob/v0.6.13 /src/commands/force/data/bulk/upsert.ts ) _
225225
226226## ` 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] `
227227
@@ -271,7 +271,7 @@ EXAMPLES
271271 sfdx force:data:record:create -s Account -v "Name=Acme" --perflog --json
272272```
273273
274- _ See code: [ src/commands/force/data/record/create.ts] ( https://github.com/salesforcecli/plugin-data/blob/v0.6.12 /src/commands/force/data/record/create.ts ) _
274+ _ See code: [ src/commands/force/data/record/create.ts] ( https://github.com/salesforcecli/plugin-data/blob/v0.6.13 /src/commands/force/data/record/create.ts ) _
275275
276276## ` 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] `
277277
@@ -322,7 +322,7 @@ EXAMPLES
322322 sfdx force:data:record:delete -t -s TraceFlag -i 7tf170000009cU6AAI --perflog --json
323323```
324324
325- _ See code: [ src/commands/force/data/record/delete.ts] ( https://github.com/salesforcecli/plugin-data/blob/v0.6.12 /src/commands/force/data/record/delete.ts ) _
325+ _ See code: [ src/commands/force/data/record/delete.ts] ( https://github.com/salesforcecli/plugin-data/blob/v0.6.13 /src/commands/force/data/record/delete.ts ) _
326326
327327## ` 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] `
328328
@@ -374,7 +374,7 @@ EXAMPLES
374374 sfdx force:data:record:get -t -s TraceFlag -i 7tf170000009cUBAAY --perflog --json
375375```
376376
377- _ See code: [ src/commands/force/data/record/get.ts] ( https://github.com/salesforcecli/plugin-data/blob/v0.6.12 /src/commands/force/data/record/get.ts ) _
377+ _ See code: [ src/commands/force/data/record/get.ts] ( https://github.com/salesforcecli/plugin-data/blob/v0.6.13 /src/commands/force/data/record/get.ts ) _
378378
379379## ` 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] `
380380
@@ -427,7 +427,7 @@ EXAMPLES
427427 sfdx force:data:record:update -s Account -i 001D000000Kv3dl -v "Name=NewAcme" --perflog --json
428428```
429429
430- _ See code: [ src/commands/force/data/record/update.ts] ( https://github.com/salesforcecli/plugin-data/blob/v0.6.12 /src/commands/force/data/record/update.ts ) _
430+ _ See code: [ src/commands/force/data/record/update.ts] ( https://github.com/salesforcecli/plugin-data/blob/v0.6.13 /src/commands/force/data/record/update.ts ) _
431431
432432## ` 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] `
433433
@@ -472,7 +472,7 @@ EXAMPLES
472472 sfdx force:data:soql:query -q "SELECT Name FROM ApexTrigger" -t
473473```
474474
475- _ See code: [ src/commands/force/data/soql/query.ts] ( https://github.com/salesforcecli/plugin-data/blob/v0.6.12 /src/commands/force/data/soql/query.ts ) _
475+ _ See code: [ src/commands/force/data/soql/query.ts] ( https://github.com/salesforcecli/plugin-data/blob/v0.6.13 /src/commands/force/data/soql/query.ts ) _
476476
477477## ` 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] `
478478
@@ -517,7 +517,7 @@ EXAMPLES
517517 sfdx force:data:tree:export -q <path to file containing soql query> -x export-demo -d /tmp/sfdx-out -p
518518```
519519
520- _ See code: [ src/commands/force/data/tree/export.ts] ( https://github.com/salesforcecli/plugin-data/blob/v0.6.12 /src/commands/force/data/tree/export.ts ) _
520+ _ See code: [ src/commands/force/data/tree/export.ts] ( https://github.com/salesforcecli/plugin-data/blob/v0.6.13 /src/commands/force/data/tree/export.ts ) _
521521
522522## ` 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] `
523523
@@ -568,6 +568,6 @@ EXAMPLES
568568 sfdx force:data:tree:import -p Account-Contact-plan.json -u me@my.org
569569```
570570
571- _ See code: [ src/commands/force/data/tree/import.ts] ( https://github.com/salesforcecli/plugin-data/blob/v0.6.12 /src/commands/force/data/tree/import.ts ) _
571+ _ See code: [ src/commands/force/data/tree/import.ts] ( https://github.com/salesforcecli/plugin-data/blob/v0.6.13 /src/commands/force/data/tree/import.ts ) _
572572
573573<!-- commandsstop -->
0 commit comments