@salesforce/plugin-data 4.0.51 → 4.0.52

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/README.md +24 -24
  2. package/oclif.manifest.json +472 -472
  3. package/package.json +5 -5
package/README.md CHANGED
@@ -144,7 +144,7 @@ EXAMPLES
144
144
  $ sf data bulk results --job-id 7507i000fake341G --target-org my-scratch
145
145
  ```
146
146
 
147
- _See code: [src/commands/data/bulk/results.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.51/src/commands/data/bulk/results.ts)_
147
+ _See code: [src/commands/data/bulk/results.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.52/src/commands/data/bulk/results.ts)_
148
148
 
149
149
  ## `sf data create file`
150
150
 
@@ -193,7 +193,7 @@ EXAMPLES
193
193
  $ sf data create file --file path/to/astro.png --parent-id a03fakeLoJWPIA3
194
194
  ```
195
195
 
196
- _See code: [src/commands/data/create/file.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.51/src/commands/data/create/file.ts)_
196
+ _See code: [src/commands/data/create/file.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.52/src/commands/data/create/file.ts)_
197
197
 
198
198
  ## `sf data create record`
199
199
 
@@ -249,7 +249,7 @@ EXAMPLES
249
249
  TracedEntityId=01p17000000R6bLAAS"
250
250
  ```
251
251
 
252
- _See code: [src/commands/data/create/record.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.51/src/commands/data/create/record.ts)_
252
+ _See code: [src/commands/data/create/record.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.52/src/commands/data/create/record.ts)_
253
253
 
254
254
  ## `sf data delete bulk`
255
255
 
@@ -309,7 +309,7 @@ FLAG DESCRIPTIONS
309
309
  and can be enabled only by a system administrator.
310
310
  ```
311
311
 
312
- _See code: [src/commands/data/delete/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.51/src/commands/data/delete/bulk.ts)_
312
+ _See code: [src/commands/data/delete/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.52/src/commands/data/delete/bulk.ts)_
313
313
 
314
314
  ## `sf data delete record`
315
315
 
@@ -370,7 +370,7 @@ EXAMPLES
370
370
  $ sf data delete record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
371
371
  ```
372
372
 
373
- _See code: [src/commands/data/delete/record.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.51/src/commands/data/delete/record.ts)_
373
+ _See code: [src/commands/data/delete/record.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.52/src/commands/data/delete/record.ts)_
374
374
 
375
375
  ## `sf data delete resume`
376
376
 
@@ -409,7 +409,7 @@ EXAMPLES
409
409
  $ sf data delete resume --use-most-recent --target-org my-scratch
410
410
  ```
411
411
 
412
- _See code: [src/commands/data/delete/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.51/src/commands/data/delete/resume.ts)_
412
+ _See code: [src/commands/data/delete/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.52/src/commands/data/delete/resume.ts)_
413
413
 
414
414
  ## `sf data export bulk`
415
415
 
@@ -483,7 +483,7 @@ EXAMPLES
483
483
  --result-format json --async
484
484
  ```
485
485
 
486
- _See code: [src/commands/data/export/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.51/src/commands/data/export/bulk.ts)_
486
+ _See code: [src/commands/data/export/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.52/src/commands/data/export/bulk.ts)_
487
487
 
488
488
  ## `sf data export resume`
489
489
 
@@ -522,7 +522,7 @@ EXAMPLES
522
522
  $ sf data export resume --use-most-recent
523
523
  ```
524
524
 
525
- _See code: [src/commands/data/export/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.51/src/commands/data/export/resume.ts)_
525
+ _See code: [src/commands/data/export/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.52/src/commands/data/export/resume.ts)_
526
526
 
527
527
  ## `sf data export tree`
528
528
 
@@ -582,7 +582,7 @@ EXAMPLES
582
582
  my-scratch
583
583
  ```
584
584
 
585
- _See code: [src/commands/data/export/tree.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.51/src/commands/data/export/tree.ts)_
585
+ _See code: [src/commands/data/export/tree.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.52/src/commands/data/export/tree.ts)_
586
586
 
587
587
  ## `sf data get record`
588
588
 
@@ -646,7 +646,7 @@ EXAMPLES
646
646
  $ sf data get record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
647
647
  ```
648
648
 
649
- _See code: [src/commands/data/get/record.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.51/src/commands/data/get/record.ts)_
649
+ _See code: [src/commands/data/get/record.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.52/src/commands/data/get/record.ts)_
650
650
 
651
651
  ## `sf data import bulk`
652
652
 
@@ -704,7 +704,7 @@ EXAMPLES
704
704
  $ sf data import bulk --file accounts.csv --sobject Account --async
705
705
  ```
706
706
 
707
- _See code: [src/commands/data/import/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.51/src/commands/data/import/bulk.ts)_
707
+ _See code: [src/commands/data/import/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.52/src/commands/data/import/bulk.ts)_
708
708
 
709
709
  ## `sf data import resume`
710
710
 
@@ -740,7 +740,7 @@ EXAMPLES
740
740
  $ sf data import resume --use-most-recent --target-org my-scratch
741
741
  ```
742
742
 
743
- _See code: [src/commands/data/import/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.51/src/commands/data/import/resume.ts)_
743
+ _See code: [src/commands/data/import/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.52/src/commands/data/import/resume.ts)_
744
744
 
745
745
  ## `sf data import tree`
746
746
 
@@ -804,7 +804,7 @@ FLAG DESCRIPTIONS
804
804
  - files(array) - Files: An array of files paths to load
805
805
  ```
806
806
 
807
- _See code: [src/commands/data/import/tree.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.51/src/commands/data/import/tree.ts)_
807
+ _See code: [src/commands/data/import/tree.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.52/src/commands/data/import/tree.ts)_
808
808
 
809
809
  ## `sf data query`
810
810
 
@@ -857,7 +857,7 @@ EXAMPLES
857
857
  $ sf data query --query "SELECT Name FROM ApexTrigger" --use-tooling-api
858
858
  ```
859
859
 
860
- _See code: [src/commands/data/query.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.51/src/commands/data/query.ts)_
860
+ _See code: [src/commands/data/query.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.52/src/commands/data/query.ts)_
861
861
 
862
862
  ## `sf data resume`
863
863
 
@@ -894,7 +894,7 @@ EXAMPLES
894
894
  $ sf data resume --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA
895
895
  ```
896
896
 
897
- _See code: [src/commands/data/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.51/src/commands/data/resume.ts)_
897
+ _See code: [src/commands/data/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.52/src/commands/data/resume.ts)_
898
898
 
899
899
  ## `sf data search`
900
900
 
@@ -944,7 +944,7 @@ EXAMPLES
944
944
  $ sf data search --file query.txt --target-org my-scratch --result-format csv
945
945
  ```
946
946
 
947
- _See code: [src/commands/data/search.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.51/src/commands/data/search.ts)_
947
+ _See code: [src/commands/data/search.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.52/src/commands/data/search.ts)_
948
948
 
949
949
  ## `sf data update bulk`
950
950
 
@@ -1005,7 +1005,7 @@ EXAMPLES
1005
1005
  $ sf data update bulk --file accounts.csv --sobject Account --async
1006
1006
  ```
1007
1007
 
1008
- _See code: [src/commands/data/update/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.51/src/commands/data/update/bulk.ts)_
1008
+ _See code: [src/commands/data/update/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.52/src/commands/data/update/bulk.ts)_
1009
1009
 
1010
1010
  ## `sf data update record`
1011
1011
 
@@ -1067,7 +1067,7 @@ EXAMPLES
1067
1067
  "ExpirationDate=2017-12-01T00:58:04.000+0000"
1068
1068
  ```
1069
1069
 
1070
- _See code: [src/commands/data/update/record.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.51/src/commands/data/update/record.ts)_
1070
+ _See code: [src/commands/data/update/record.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.52/src/commands/data/update/record.ts)_
1071
1071
 
1072
1072
  ## `sf data update resume`
1073
1073
 
@@ -1106,7 +1106,7 @@ EXAMPLES
1106
1106
  $ sf data update resume --use-most-recent
1107
1107
  ```
1108
1108
 
1109
- _See code: [src/commands/data/update/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.51/src/commands/data/update/resume.ts)_
1109
+ _See code: [src/commands/data/update/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.52/src/commands/data/update/resume.ts)_
1110
1110
 
1111
1111
  ## `sf data upsert bulk`
1112
1112
 
@@ -1163,7 +1163,7 @@ EXAMPLES
1163
1163
  my-scratch
1164
1164
  ```
1165
1165
 
1166
- _See code: [src/commands/data/upsert/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.51/src/commands/data/upsert/bulk.ts)_
1166
+ _See code: [src/commands/data/upsert/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.52/src/commands/data/upsert/bulk.ts)_
1167
1167
 
1168
1168
  ## `sf data upsert resume`
1169
1169
 
@@ -1202,7 +1202,7 @@ EXAMPLES
1202
1202
  $ sf data upsert resume --use-most-recent --target-org my-scratch
1203
1203
  ```
1204
1204
 
1205
- _See code: [src/commands/data/upsert/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.51/src/commands/data/upsert/resume.ts)_
1205
+ _See code: [src/commands/data/upsert/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.52/src/commands/data/upsert/resume.ts)_
1206
1206
 
1207
1207
  ## `sf force data bulk delete`
1208
1208
 
@@ -1249,7 +1249,7 @@ EXAMPLES
1249
1249
  $ sf force data bulk delete --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
1250
1250
  ```
1251
1251
 
1252
- _See code: [src/commands/force/data/bulk/delete.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.51/src/commands/force/data/bulk/delete.ts)_
1252
+ _See code: [src/commands/force/data/bulk/delete.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.52/src/commands/force/data/bulk/delete.ts)_
1253
1253
 
1254
1254
  ## `sf force data bulk status`
1255
1255
 
@@ -1286,7 +1286,7 @@ EXAMPLES
1286
1286
  $ sf force data bulk status --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA --target-org my-scratch
1287
1287
  ```
1288
1288
 
1289
- _See code: [src/commands/force/data/bulk/status.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.51/src/commands/force/data/bulk/status.ts)_
1289
+ _See code: [src/commands/force/data/bulk/status.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.52/src/commands/force/data/bulk/status.ts)_
1290
1290
 
1291
1291
  ## `sf force data bulk upsert`
1292
1292
 
@@ -1344,6 +1344,6 @@ EXAMPLES
1344
1344
  --target-org my-scratch
1345
1345
  ```
1346
1346
 
1347
- _See code: [src/commands/force/data/bulk/upsert.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.51/src/commands/force/data/bulk/upsert.ts)_
1347
+ _See code: [src/commands/force/data/bulk/upsert.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.52/src/commands/force/data/bulk/upsert.ts)_
1348
1348
 
1349
1349
  <!-- commandsstop -->