@@ -123,7 +123,7 @@ EXAMPLES
123123 sfdx force:data:bulk:delete -s MyObject__c -f ./path/to/file.csv
124124```
125125
126- _ See code: [ src/commands/force/data/bulk/delete.ts] ( https://github.com/salesforcecli/plugin-data/blob/v0.6.8 /src/commands/force/data/bulk/delete.ts ) _
126+ _ See code: [ src/commands/force/data/bulk/delete.ts] ( https://github.com/salesforcecli/plugin-data/blob/v0.6.9 /src/commands/force/data/bulk/delete.ts ) _
127127
128128## ` 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] `
129129
@@ -162,7 +162,7 @@ EXAMPLES
162162 sfdx force:data:bulk:status -i 750xx000000005sAAA -b 751xx000000005nAAA
163163```
164164
165- _ See code: [ src/commands/force/data/bulk/status.ts] ( https://github.com/salesforcecli/plugin-data/blob/v0.6.8 /src/commands/force/data/bulk/status.ts ) _
165+ _ See code: [ src/commands/force/data/bulk/status.ts] ( https://github.com/salesforcecli/plugin-data/blob/v0.6.9 /src/commands/force/data/bulk/status.ts ) _
166166
167167## ` 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] `
168168
@@ -215,7 +215,7 @@ EXAMPLES
215215 sfdx force:data:bulk:upsert -s MyObject__c -f ./path/to/file.csv -i Id -w 2
216216```
217217
218- _ See code: [ src/commands/force/data/bulk/upsert.ts] ( https://github.com/salesforcecli/plugin-data/blob/v0.6.8 /src/commands/force/data/bulk/upsert.ts ) _
218+ _ See code: [ src/commands/force/data/bulk/upsert.ts] ( https://github.com/salesforcecli/plugin-data/blob/v0.6.9 /src/commands/force/data/bulk/upsert.ts ) _
219219
220220## ` 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] `
221221
@@ -265,7 +265,7 @@ EXAMPLES
265265 sfdx force:data:record:create -s Account -v "Name=Acme" --perflog --json
266266```
267267
268- _ See code: [ src/commands/force/data/record/create.ts] ( https://github.com/salesforcecli/plugin-data/blob/v0.6.8 /src/commands/force/data/record/create.ts ) _
268+ _ See code: [ src/commands/force/data/record/create.ts] ( https://github.com/salesforcecli/plugin-data/blob/v0.6.9 /src/commands/force/data/record/create.ts ) _
269269
270270## ` 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] `
271271
@@ -316,7 +316,7 @@ EXAMPLES
316316 sfdx force:data:record:delete -t -s TraceFlag -i 7tf170000009cU6AAI --perflog --json
317317```
318318
319- _ See code: [ src/commands/force/data/record/delete.ts] ( https://github.com/salesforcecli/plugin-data/blob/v0.6.8 /src/commands/force/data/record/delete.ts ) _
319+ _ See code: [ src/commands/force/data/record/delete.ts] ( https://github.com/salesforcecli/plugin-data/blob/v0.6.9 /src/commands/force/data/record/delete.ts ) _
320320
321321## ` 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] `
322322
@@ -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/v0.6.8 /src/commands/force/data/record/get.ts ) _
371+ _ See code: [ src/commands/force/data/record/get.ts] ( https://github.com/salesforcecli/plugin-data/blob/v0.6.9 /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
@@ -421,7 +421,7 @@ EXAMPLES
421421 sfdx force:data:record:update -s Account -i 001D000000Kv3dl -v "Name=NewAcme" --perflog --json
422422```
423423
424- _ See code: [ src/commands/force/data/record/update.ts] ( https://github.com/salesforcecli/plugin-data/blob/v0.6.8 /src/commands/force/data/record/update.ts ) _
424+ _ See code: [ src/commands/force/data/record/update.ts] ( https://github.com/salesforcecli/plugin-data/blob/v0.6.9 /src/commands/force/data/record/update.ts ) _
425425
426426## ` 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] `
427427
@@ -466,7 +466,7 @@ EXAMPLES
466466 sfdx force:data:soql:query -q "SELECT Name FROM ApexTrigger" -t
467467```
468468
469- _ See code: [ src/commands/force/data/soql/query.ts] ( https://github.com/salesforcecli/plugin-data/blob/v0.6.8 /src/commands/force/data/soql/query.ts ) _
469+ _ See code: [ src/commands/force/data/soql/query.ts] ( https://github.com/salesforcecli/plugin-data/blob/v0.6.9 /src/commands/force/data/soql/query.ts ) _
470470
471471## ` 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] `
472472
@@ -511,7 +511,7 @@ EXAMPLES
511511 sfdx force:data:tree:export -q <path to file containing soql query> -x export-demo -d /tmp/sfdx-out -p
512512```
513513
514- _ See code: [ src/commands/force/data/tree/export.ts] ( https://github.com/salesforcecli/plugin-data/blob/v0.6.8 /src/commands/force/data/tree/export.ts ) _
514+ _ See code: [ src/commands/force/data/tree/export.ts] ( https://github.com/salesforcecli/plugin-data/blob/v0.6.9 /src/commands/force/data/tree/export.ts ) _
515515
516516## ` 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] `
517517
@@ -562,6 +562,6 @@ EXAMPLES
562562 sfdx force:data:tree:import -p Account-Contact-plan.json -u me@my.org
563563```
564564
565- _ See code: [ src/commands/force/data/tree/import.ts] ( https://github.com/salesforcecli/plugin-data/blob/v0.6.8 /src/commands/force/data/tree/import.ts ) _
565+ _ See code: [ src/commands/force/data/tree/import.ts] ( https://github.com/salesforcecli/plugin-data/blob/v0.6.9 /src/commands/force/data/tree/import.ts ) _
566566
567567<!-- commandsstop -->
0 commit comments