@@ -128,7 +128,7 @@ EXAMPLES
128
128
sfdx force:data:bulk:delete -s MyObject__c -f ./path/to/file.csv
129
129
```
130
130
131
- _ 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 ) _
131
+ _ See code: [ src/commands/force/data/bulk/delete.ts] ( https://github.com/salesforcecli/plugin-data/blob/v0.6.3 /src/commands/force/data/bulk/delete.ts ) _
132
132
133
133
## ` 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] `
134
134
@@ -170,7 +170,7 @@ EXAMPLES
170
170
sfdx force:data:bulk:status -i 750xx000000005sAAA -b 751xx000000005nAAA
171
171
```
172
172
173
- _ 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 ) _
173
+ _ See code: [ src/commands/force/data/bulk/status.ts] ( https://github.com/salesforcecli/plugin-data/blob/v0.6.3 /src/commands/force/data/bulk/status.ts ) _
174
174
175
175
## ` 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] `
176
176
@@ -233,7 +233,7 @@ EXAMPLES
233
233
sfdx force:data:bulk:upsert -s MyObject__c -f ./path/to/file.csv -i Id -w 2
234
234
```
235
235
236
- _ 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 ) _
236
+ _ See code: [ src/commands/force/data/bulk/upsert.ts] ( https://github.com/salesforcecli/plugin-data/blob/v0.6.3 /src/commands/force/data/bulk/upsert.ts ) _
237
237
238
238
## ` 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] `
239
239
@@ -290,7 +290,7 @@ EXAMPLES
290
290
sfdx force:data:record:create -s Account -v "Name=Acme" --perflog --json
291
291
```
292
292
293
- _ 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 ) _
293
+ _ See code: [ src/commands/force/data/record/create.ts] ( https://github.com/salesforcecli/plugin-data/blob/v0.6.3 /src/commands/force/data/record/create.ts ) _
294
294
295
295
## ` 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] `
296
296
@@ -349,7 +349,7 @@ EXAMPLES
349
349
sfdx force:data:record:delete -t -s TraceFlag -i 7tf170000009cU6AAI --perflog --json
350
350
```
351
351
352
- _ 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 ) _
352
+ _ See code: [ src/commands/force/data/record/delete.ts] ( https://github.com/salesforcecli/plugin-data/blob/v0.6.3 /src/commands/force/data/record/delete.ts ) _
353
353
354
354
## ` 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] `
355
355
@@ -409,7 +409,7 @@ EXAMPLES
409
409
sfdx force:data:record:get -t -s TraceFlag -i 7tf170000009cUBAAY --perflog --json
410
410
```
411
411
412
- _ 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 ) _
412
+ _ See code: [ src/commands/force/data/record/get.ts] ( https://github.com/salesforcecli/plugin-data/blob/v0.6.3 /src/commands/force/data/record/get.ts ) _
413
413
414
414
## ` 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] `
415
415
@@ -469,7 +469,7 @@ EXAMPLES
469
469
sfdx force:data:record:update -s Account -i 001D000000Kv3dl -v "Name=NewAcme" --perflog --json
470
470
```
471
471
472
- _ 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 ) _
472
+ _ See code: [ src/commands/force/data/record/update.ts] ( https://github.com/salesforcecli/plugin-data/blob/v0.6.3 /src/commands/force/data/record/update.ts ) _
473
473
474
474
## ` 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] `
475
475
@@ -521,7 +521,7 @@ EXAMPLES
521
521
sfdx force:data:soql:query -q "SELECT Name FROM ApexTrigger" -t
522
522
```
523
523
524
- _ 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 ) _
524
+ _ See code: [ src/commands/force/data/soql/query.ts] ( https://github.com/salesforcecli/plugin-data/blob/v0.6.3 /src/commands/force/data/soql/query.ts ) _
525
525
526
526
## ` 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] `
527
527
@@ -570,7 +570,7 @@ EXAMPLES
570
570
sfdx force:data:tree:export -q <path to file containing soql query> -x export-demo -d /tmp/sfdx-out -p
571
571
```
572
572
573
- _ 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 ) _
573
+ _ See code: [ src/commands/force/data/tree/export.ts] ( https://github.com/salesforcecli/plugin-data/blob/v0.6.3 /src/commands/force/data/tree/export.ts ) _
574
574
575
575
## ` 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] `
576
576
@@ -623,5 +623,5 @@ EXAMPLES
623
623
sfdx force:data:tree:import -p Account-Contact-plan.json -u me@my.org
624
624
```
625
625
626
- _ 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 ) _
626
+ _ See code: [ src/commands/force/data/tree/import.ts] ( https://github.com/salesforcecli/plugin-data/blob/v0.6.3 /src/commands/force/data/tree/import.ts ) _
627
627
<!-- commandsstop -->
0 commit comments