@salesforce/plugin-data 3.0.19 → 3.0.21

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.
package/README.md CHANGED
@@ -146,7 +146,7 @@ EXAMPLES
146
146
  TracedEntityId=01p17000000R6bLAAS"
147
147
  ```
148
148
 
149
- _See code: [src/commands/data/create/record.ts](https://github.com/salesforcecli/plugin-data/blob/3.0.19/src/commands/data/create/record.ts)_
149
+ _See code: [src/commands/data/create/record.ts](https://github.com/salesforcecli/plugin-data/blob/3.0.21/src/commands/data/create/record.ts)_
150
150
 
151
151
  ## `sf data delete bulk`
152
152
 
@@ -191,7 +191,7 @@ EXAMPLES
191
191
  $ sf data delete bulk --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
192
192
  ```
193
193
 
194
- _See code: [src/commands/data/delete/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/3.0.19/src/commands/data/delete/bulk.ts)_
194
+ _See code: [src/commands/data/delete/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/3.0.21/src/commands/data/delete/bulk.ts)_
195
195
 
196
196
  ## `sf data delete record`
197
197
 
@@ -250,7 +250,7 @@ EXAMPLES
250
250
  $ sf data delete record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
251
251
  ```
252
252
 
253
- _See code: [src/commands/data/delete/record.ts](https://github.com/salesforcecli/plugin-data/blob/3.0.19/src/commands/data/delete/record.ts)_
253
+ _See code: [src/commands/data/delete/record.ts](https://github.com/salesforcecli/plugin-data/blob/3.0.21/src/commands/data/delete/record.ts)_
254
254
 
255
255
  ## `sf data delete resume`
256
256
 
@@ -287,7 +287,7 @@ EXAMPLES
287
287
  $ sf data delete resume --use-most-recent --target-org my-scratch
288
288
  ```
289
289
 
290
- _See code: [src/commands/data/delete/resume.ts](https://github.com/salesforcecli/plugin-data/blob/3.0.19/src/commands/data/delete/resume.ts)_
290
+ _See code: [src/commands/data/delete/resume.ts](https://github.com/salesforcecli/plugin-data/blob/3.0.21/src/commands/data/delete/resume.ts)_
291
291
 
292
292
  ## `sf data export tree`
293
293
 
@@ -345,7 +345,7 @@ EXAMPLES
345
345
  my-scratch
346
346
  ```
347
347
 
348
- _See code: [src/commands/data/export/tree.ts](https://github.com/salesforcecli/plugin-data/blob/3.0.19/src/commands/data/export/tree.ts)_
348
+ _See code: [src/commands/data/export/tree.ts](https://github.com/salesforcecli/plugin-data/blob/3.0.21/src/commands/data/export/tree.ts)_
349
349
 
350
350
  ## `sf data get record`
351
351
 
@@ -407,7 +407,7 @@ EXAMPLES
407
407
  $ sf data get record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
408
408
  ```
409
409
 
410
- _See code: [src/commands/data/get/record.ts](https://github.com/salesforcecli/plugin-data/blob/3.0.19/src/commands/data/get/record.ts)_
410
+ _See code: [src/commands/data/get/record.ts](https://github.com/salesforcecli/plugin-data/blob/3.0.21/src/commands/data/get/record.ts)_
411
411
 
412
412
  ## `sf data import tree`
413
413
 
@@ -458,7 +458,7 @@ EXAMPLES
458
458
  $ sf data import tree --plan Account-Contact-plan.json
459
459
  ```
460
460
 
461
- _See code: [src/commands/data/import/tree.ts](https://github.com/salesforcecli/plugin-data/blob/3.0.19/src/commands/data/import/tree.ts)_
461
+ _See code: [src/commands/data/import/tree.ts](https://github.com/salesforcecli/plugin-data/blob/3.0.21/src/commands/data/import/tree.ts)_
462
462
 
463
463
  ## `sf data query`
464
464
 
@@ -521,7 +521,7 @@ EXAMPLES
521
521
  $ sf data query --query "SELECT Id FROM Contact" --bulk --wait 0
522
522
  ```
523
523
 
524
- _See code: [src/commands/data/query.ts](https://github.com/salesforcecli/plugin-data/blob/3.0.19/src/commands/data/query.ts)_
524
+ _See code: [src/commands/data/query.ts](https://github.com/salesforcecli/plugin-data/blob/3.0.21/src/commands/data/query.ts)_
525
525
 
526
526
  ## `sf data query resume`
527
527
 
@@ -557,7 +557,7 @@ EXAMPLES
557
557
  $ sf data query resume --bulk-query-id 7500x000005BdFzXXX
558
558
  ```
559
559
 
560
- _See code: [src/commands/data/query/resume.ts](https://github.com/salesforcecli/plugin-data/blob/3.0.19/src/commands/data/query/resume.ts)_
560
+ _See code: [src/commands/data/query/resume.ts](https://github.com/salesforcecli/plugin-data/blob/3.0.21/src/commands/data/query/resume.ts)_
561
561
 
562
562
  ## `sf data resume`
563
563
 
@@ -593,7 +593,7 @@ EXAMPLES
593
593
  $ sf data resume --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA
594
594
  ```
595
595
 
596
- _See code: [src/commands/data/resume.ts](https://github.com/salesforcecli/plugin-data/blob/3.0.19/src/commands/data/resume.ts)_
596
+ _See code: [src/commands/data/resume.ts](https://github.com/salesforcecli/plugin-data/blob/3.0.21/src/commands/data/resume.ts)_
597
597
 
598
598
  ## `sf data update record`
599
599
 
@@ -654,7 +654,7 @@ EXAMPLES
654
654
  "ExpirationDate=2017-12-01T00:58:04.000+0000"
655
655
  ```
656
656
 
657
- _See code: [src/commands/data/update/record.ts](https://github.com/salesforcecli/plugin-data/blob/3.0.19/src/commands/data/update/record.ts)_
657
+ _See code: [src/commands/data/update/record.ts](https://github.com/salesforcecli/plugin-data/blob/3.0.21/src/commands/data/update/record.ts)_
658
658
 
659
659
  ## `sf data upsert bulk`
660
660
 
@@ -706,7 +706,7 @@ EXAMPLES
706
706
  my-scratch
707
707
  ```
708
708
 
709
- _See code: [src/commands/data/upsert/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/3.0.19/src/commands/data/upsert/bulk.ts)_
709
+ _See code: [src/commands/data/upsert/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/3.0.21/src/commands/data/upsert/bulk.ts)_
710
710
 
711
711
  ## `sf data upsert resume`
712
712
 
@@ -743,7 +743,7 @@ EXAMPLES
743
743
  $ sf data upsert resume --use-most-recent --target-org my-scratch
744
744
  ```
745
745
 
746
- _See code: [src/commands/data/upsert/resume.ts](https://github.com/salesforcecli/plugin-data/blob/3.0.19/src/commands/data/upsert/resume.ts)_
746
+ _See code: [src/commands/data/upsert/resume.ts](https://github.com/salesforcecli/plugin-data/blob/3.0.21/src/commands/data/upsert/resume.ts)_
747
747
 
748
748
  ## `sf force data bulk delete`
749
749
 
@@ -788,7 +788,7 @@ EXAMPLES
788
788
  $ sf force data bulk delete --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
789
789
  ```
790
790
 
791
- _See code: [src/commands/force/data/bulk/delete.ts](https://github.com/salesforcecli/plugin-data/blob/3.0.19/src/commands/force/data/bulk/delete.ts)_
791
+ _See code: [src/commands/force/data/bulk/delete.ts](https://github.com/salesforcecli/plugin-data/blob/3.0.21/src/commands/force/data/bulk/delete.ts)_
792
792
 
793
793
  ## `sf force data bulk status`
794
794
 
@@ -824,7 +824,7 @@ EXAMPLES
824
824
  $ sf force data bulk status --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA --target-org my-scratch
825
825
  ```
826
826
 
827
- _See code: [src/commands/force/data/bulk/status.ts](https://github.com/salesforcecli/plugin-data/blob/3.0.19/src/commands/force/data/bulk/status.ts)_
827
+ _See code: [src/commands/force/data/bulk/status.ts](https://github.com/salesforcecli/plugin-data/blob/3.0.21/src/commands/force/data/bulk/status.ts)_
828
828
 
829
829
  ## `sf force data bulk upsert`
830
830
 
@@ -881,6 +881,6 @@ EXAMPLES
881
881
  --target-org my-scratch
882
882
  ```
883
883
 
884
- _See code: [src/commands/force/data/bulk/upsert.ts](https://github.com/salesforcecli/plugin-data/blob/3.0.19/src/commands/force/data/bulk/upsert.ts)_
884
+ _See code: [src/commands/force/data/bulk/upsert.ts](https://github.com/salesforcecli/plugin-data/blob/3.0.21/src/commands/force/data/bulk/upsert.ts)_
885
885
 
886
886
  <!-- commandsstop -->