@@ -123,7 +123,7 @@ EXAMPLES
123
123
sfdx force:data:bulk:delete -s MyObject__c -f ./path/to/file.csv
124
124
```
125
125
126
- _ See code: [ src/commands/force/data/bulk/delete.ts] ( https://github.com/salesforcecli/plugin-data/blob/v0.6.6 /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.7 /src/commands/force/data/bulk/delete.ts ) _
127
127
128
128
## ` 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] `
129
129
@@ -162,7 +162,7 @@ EXAMPLES
162
162
sfdx force:data:bulk:status -i 750xx000000005sAAA -b 751xx000000005nAAA
163
163
```
164
164
165
- _ See code: [ src/commands/force/data/bulk/status.ts] ( https://github.com/salesforcecli/plugin-data/blob/v0.6.6 /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.7 /src/commands/force/data/bulk/status.ts ) _
166
166
167
167
## ` 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] `
168
168
@@ -215,7 +215,7 @@ EXAMPLES
215
215
sfdx force:data:bulk:upsert -s MyObject__c -f ./path/to/file.csv -i Id -w 2
216
216
```
217
217
218
- _ See code: [ src/commands/force/data/bulk/upsert.ts] ( https://github.com/salesforcecli/plugin-data/blob/v0.6.6 /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.7 /src/commands/force/data/bulk/upsert.ts ) _
219
219
220
220
## ` 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] `
221
221
@@ -265,7 +265,7 @@ EXAMPLES
265
265
sfdx force:data:record:create -s Account -v "Name=Acme" --perflog --json
266
266
```
267
267
268
- _ See code: [ src/commands/force/data/record/create.ts] ( https://github.com/salesforcecli/plugin-data/blob/v0.6.6 /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.7 /src/commands/force/data/record/create.ts ) _
269
269
270
270
## ` 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] `
271
271
@@ -316,7 +316,7 @@ EXAMPLES
316
316
sfdx force:data:record:delete -t -s TraceFlag -i 7tf170000009cU6AAI --perflog --json
317
317
```
318
318
319
- _ See code: [ src/commands/force/data/record/delete.ts] ( https://github.com/salesforcecli/plugin-data/blob/v0.6.6 /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.7 /src/commands/force/data/record/delete.ts ) _
320
320
321
321
## ` 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] `
322
322
@@ -368,7 +368,7 @@ EXAMPLES
368
368
sfdx force:data:record:get -t -s TraceFlag -i 7tf170000009cUBAAY --perflog --json
369
369
```
370
370
371
- _ See code: [ src/commands/force/data/record/get.ts] ( https://github.com/salesforcecli/plugin-data/blob/v0.6.6 /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.7 /src/commands/force/data/record/get.ts ) _
372
372
373
373
## ` 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] `
374
374
@@ -421,7 +421,7 @@ EXAMPLES
421
421
sfdx force:data:record:update -s Account -i 001D000000Kv3dl -v "Name=NewAcme" --perflog --json
422
422
```
423
423
424
- _ See code: [ src/commands/force/data/record/update.ts] ( https://github.com/salesforcecli/plugin-data/blob/v0.6.6 /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.7 /src/commands/force/data/record/update.ts ) _
425
425
426
426
## ` 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] `
427
427
@@ -466,7 +466,7 @@ EXAMPLES
466
466
sfdx force:data:soql:query -q "SELECT Name FROM ApexTrigger" -t
467
467
```
468
468
469
- _ See code: [ src/commands/force/data/soql/query.ts] ( https://github.com/salesforcecli/plugin-data/blob/v0.6.6 /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.7 /src/commands/force/data/soql/query.ts ) _
470
470
471
471
## ` 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] `
472
472
@@ -511,7 +511,7 @@ EXAMPLES
511
511
sfdx force:data:tree:export -q <path to file containing soql query> -x export-demo -d /tmp/sfdx-out -p
512
512
```
513
513
514
- _ See code: [ src/commands/force/data/tree/export.ts] ( https://github.com/salesforcecli/plugin-data/blob/v0.6.6 /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.7 /src/commands/force/data/tree/export.ts ) _
515
515
516
516
## ` 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] `
517
517
@@ -562,6 +562,6 @@ EXAMPLES
562
562
sfdx force:data:tree:import -p Account-Contact-plan.json -u me@my.org
563
563
```
564
564
565
- _ See code: [ src/commands/force/data/tree/import.ts] ( https://github.com/salesforcecli/plugin-data/blob/v0.6.6 /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.7 /src/commands/force/data/tree/import.ts ) _
566
566
567
567
<!-- commandsstop -->
0 commit comments