@@ -141,7 +141,7 @@ EXAMPLES
141
141
$ sf data create file --file path/to/astro.png --parent-id a03fakeLoJWPIA3
142
142
```
143
143
144
- _ See code: [ src/commands/data/create/file.ts] ( https://github.com/salesforcecli/plugin-data/blob/3.5.3 /src/commands/data/create/file.ts ) _
144
+ _ See code: [ src/commands/data/create/file.ts] ( https://github.com/salesforcecli/plugin-data/blob/3.5.4 /src/commands/data/create/file.ts ) _
145
145
146
146
## ` sf data create record `
147
147
@@ -197,7 +197,7 @@ EXAMPLES
197
197
TracedEntityId=01p17000000R6bLAAS"
198
198
```
199
199
200
- _ See code: [ src/commands/data/create/record.ts] ( https://github.com/salesforcecli/plugin-data/blob/3.5.3 /src/commands/data/create/record.ts ) _
200
+ _ See code: [ src/commands/data/create/record.ts] ( https://github.com/salesforcecli/plugin-data/blob/3.5.4 /src/commands/data/create/record.ts ) _
201
201
202
202
## ` sf data delete bulk `
203
203
@@ -255,7 +255,7 @@ FLAG DESCRIPTIONS
255
255
and can be enabled only by a system administrator.
256
256
```
257
257
258
- _ See code: [ src/commands/data/delete/bulk.ts] ( https://github.com/salesforcecli/plugin-data/blob/3.5.3 /src/commands/data/delete/bulk.ts ) _
258
+ _ See code: [ src/commands/data/delete/bulk.ts] ( https://github.com/salesforcecli/plugin-data/blob/3.5.4 /src/commands/data/delete/bulk.ts ) _
259
259
260
260
## ` sf data delete record `
261
261
@@ -316,7 +316,7 @@ EXAMPLES
316
316
$ sf data delete record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
317
317
```
318
318
319
- _ See code: [ src/commands/data/delete/record.ts] ( https://github.com/salesforcecli/plugin-data/blob/3.5.3 /src/commands/data/delete/record.ts ) _
319
+ _ See code: [ src/commands/data/delete/record.ts] ( https://github.com/salesforcecli/plugin-data/blob/3.5.4 /src/commands/data/delete/record.ts ) _
320
320
321
321
## ` sf data delete resume `
322
322
@@ -355,7 +355,7 @@ EXAMPLES
355
355
$ sf data delete resume --use-most-recent --target-org my-scratch
356
356
```
357
357
358
- _ See code: [ src/commands/data/delete/resume.ts] ( https://github.com/salesforcecli/plugin-data/blob/3.5.3 /src/commands/data/delete/resume.ts ) _
358
+ _ See code: [ src/commands/data/delete/resume.ts] ( https://github.com/salesforcecli/plugin-data/blob/3.5.4 /src/commands/data/delete/resume.ts ) _
359
359
360
360
## ` sf data export tree `
361
361
@@ -402,7 +402,7 @@ EXAMPLES
402
402
Export records retrieved with the specified SOQL query into a single JSON file in the current directory; the command
403
403
uses your default org:
404
404
405
- $ sf data export tree --query "SELECT Id, Name, (SELECT Name, Address**c FROM Properties**r ) FROM Broker\_\_c "
405
+ $ sf data export tree --query "SELECT Id, Name, (SELECT Name, Address__c FROM Properties__r ) FROM Broker__c "
406
406
407
407
Export data using a SOQL query in the "query.txt" file and generate JSON files for each object and a plan that
408
408
aggregates them:
@@ -416,7 +416,7 @@ EXAMPLES
416
416
my-scratch
417
417
```
418
418
419
- _ See code: [ src/commands/data/export/tree.ts] ( https://github.com/salesforcecli/plugin-data/blob/3.5.3 /src/commands/data/export/tree.ts ) _
419
+ _ See code: [ src/commands/data/export/tree.ts] ( https://github.com/salesforcecli/plugin-data/blob/3.5.4 /src/commands/data/export/tree.ts ) _
420
420
421
421
## ` sf data get record `
422
422
@@ -480,7 +480,7 @@ EXAMPLES
480
480
$ sf data get record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
481
481
```
482
482
483
- _ See code: [ src/commands/data/get/record.ts] ( https://github.com/salesforcecli/plugin-data/blob/3.5.3 /src/commands/data/get/record.ts ) _
483
+ _ See code: [ src/commands/data/get/record.ts] ( https://github.com/salesforcecli/plugin-data/blob/3.5.4 /src/commands/data/get/record.ts ) _
484
484
485
485
## ` sf data import tree `
486
486
@@ -545,7 +545,7 @@ FLAG DESCRIPTIONS
545
545
- files(array) - Files: An array of files paths to load
546
546
```
547
547
548
- _ See code: [ src/commands/data/import/tree.ts] ( https://github.com/salesforcecli/plugin-data/blob/3.5.3 /src/commands/data/import/tree.ts ) _
548
+ _ See code: [ src/commands/data/import/tree.ts] ( https://github.com/salesforcecli/plugin-data/blob/3.5.4 /src/commands/data/import/tree.ts ) _
549
549
550
550
## ` sf data query `
551
551
@@ -609,7 +609,7 @@ EXAMPLES
609
609
$ sf data query --query "SELECT Id FROM Contact" --bulk --wait 0
610
610
```
611
611
612
- _ See code: [ src/commands/data/query.ts] ( https://github.com/salesforcecli/plugin-data/blob/3.5.3 /src/commands/data/query.ts ) _
612
+ _ See code: [ src/commands/data/query.ts] ( https://github.com/salesforcecli/plugin-data/blob/3.5.4 /src/commands/data/query.ts ) _
613
613
614
614
## ` sf data query resume `
615
615
@@ -647,7 +647,7 @@ EXAMPLES
647
647
$ sf data query resume --bulk-query-id 7500x000005BdFzXXX
648
648
```
649
649
650
- _ See code: [ src/commands/data/query/resume.ts] ( https://github.com/salesforcecli/plugin-data/blob/3.5.3 /src/commands/data/query/resume.ts ) _
650
+ _ See code: [ src/commands/data/query/resume.ts] ( https://github.com/salesforcecli/plugin-data/blob/3.5.4 /src/commands/data/query/resume.ts ) _
651
651
652
652
## ` sf data resume `
653
653
@@ -684,7 +684,7 @@ EXAMPLES
684
684
$ sf data resume --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA
685
685
```
686
686
687
- _ See code: [ src/commands/data/resume.ts] ( https://github.com/salesforcecli/plugin-data/blob/3.5.3 /src/commands/data/resume.ts ) _
687
+ _ See code: [ src/commands/data/resume.ts] ( https://github.com/salesforcecli/plugin-data/blob/3.5.4 /src/commands/data/resume.ts ) _
688
688
689
689
## ` sf data update record `
690
690
@@ -746,7 +746,7 @@ EXAMPLES
746
746
"ExpirationDate=2017-12-01T00:58:04.000+0000"
747
747
```
748
748
749
- _ See code: [ src/commands/data/update/record.ts] ( https://github.com/salesforcecli/plugin-data/blob/3.5.3 /src/commands/data/update/record.ts ) _
749
+ _ See code: [ src/commands/data/update/record.ts] ( https://github.com/salesforcecli/plugin-data/blob/3.5.4 /src/commands/data/update/record.ts ) _
750
750
751
751
## ` sf data upsert bulk `
752
752
@@ -799,7 +799,7 @@ EXAMPLES
799
799
my-scratch
800
800
```
801
801
802
- _ See code: [ src/commands/data/upsert/bulk.ts] ( https://github.com/salesforcecli/plugin-data/blob/3.5.3 /src/commands/data/upsert/bulk.ts ) _
802
+ _ See code: [ src/commands/data/upsert/bulk.ts] ( https://github.com/salesforcecli/plugin-data/blob/3.5.4 /src/commands/data/upsert/bulk.ts ) _
803
803
804
804
## ` sf data upsert resume `
805
805
@@ -838,7 +838,7 @@ EXAMPLES
838
838
$ sf data upsert resume --use-most-recent --target-org my-scratch
839
839
```
840
840
841
- _ See code: [ src/commands/data/upsert/resume.ts] ( https://github.com/salesforcecli/plugin-data/blob/3.5.3 /src/commands/data/upsert/resume.ts ) _
841
+ _ See code: [ src/commands/data/upsert/resume.ts] ( https://github.com/salesforcecli/plugin-data/blob/3.5.4 /src/commands/data/upsert/resume.ts ) _
842
842
843
843
## ` sf force data bulk delete `
844
844
@@ -885,7 +885,7 @@ EXAMPLES
885
885
$ sf force data bulk delete --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
886
886
```
887
887
888
- _ See code: [ src/commands/force/data/bulk/delete.ts] ( https://github.com/salesforcecli/plugin-data/blob/3.5.3 /src/commands/force/data/bulk/delete.ts ) _
888
+ _ See code: [ src/commands/force/data/bulk/delete.ts] ( https://github.com/salesforcecli/plugin-data/blob/3.5.4 /src/commands/force/data/bulk/delete.ts ) _
889
889
890
890
## ` sf force data bulk status `
891
891
@@ -922,7 +922,7 @@ EXAMPLES
922
922
$ sf force data bulk status --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA --target-org my-scratch
923
923
```
924
924
925
- _ See code: [ src/commands/force/data/bulk/status.ts] ( https://github.com/salesforcecli/plugin-data/blob/3.5.3 /src/commands/force/data/bulk/status.ts ) _
925
+ _ See code: [ src/commands/force/data/bulk/status.ts] ( https://github.com/salesforcecli/plugin-data/blob/3.5.4 /src/commands/force/data/bulk/status.ts ) _
926
926
927
927
## ` sf force data bulk upsert `
928
928
@@ -980,6 +980,6 @@ EXAMPLES
980
980
--target-org my-scratch
981
981
```
982
982
983
- _ See code: [ src/commands/force/data/bulk/upsert.ts] ( https://github.com/salesforcecli/plugin-data/blob/3.5.3 /src/commands/force/data/bulk/upsert.ts ) _
983
+ _ See code: [ src/commands/force/data/bulk/upsert.ts] ( https://github.com/salesforcecli/plugin-data/blob/3.5.4 /src/commands/force/data/bulk/upsert.ts ) _
984
984
985
985
<!-- commandsstop -->
0 commit comments