@salesforce/plugin-data 3.1.3 → 3.1.6

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
@@ -148,7 +148,7 @@ EXAMPLES
148
148
  TracedEntityId=01p17000000R6bLAAS"
149
149
  ```
150
150
 
151
- _See code: [src/commands/data/create/record.ts](https://github.com/salesforcecli/plugin-data/blob/3.1.3/src/commands/data/create/record.ts)_
151
+ _See code: [src/commands/data/create/record.ts](https://github.com/salesforcecli/plugin-data/blob/3.1.6/src/commands/data/create/record.ts)_
152
152
 
153
153
  ## `sf data delete bulk`
154
154
 
@@ -193,7 +193,7 @@ EXAMPLES
193
193
  $ sf data delete bulk --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
194
194
  ```
195
195
 
196
- _See code: [src/commands/data/delete/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/3.1.3/src/commands/data/delete/bulk.ts)_
196
+ _See code: [src/commands/data/delete/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/3.1.6/src/commands/data/delete/bulk.ts)_
197
197
 
198
198
  ## `sf data delete record`
199
199
 
@@ -252,7 +252,7 @@ EXAMPLES
252
252
  $ sf data delete record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
253
253
  ```
254
254
 
255
- _See code: [src/commands/data/delete/record.ts](https://github.com/salesforcecli/plugin-data/blob/3.1.3/src/commands/data/delete/record.ts)_
255
+ _See code: [src/commands/data/delete/record.ts](https://github.com/salesforcecli/plugin-data/blob/3.1.6/src/commands/data/delete/record.ts)_
256
256
 
257
257
  ## `sf data delete resume`
258
258
 
@@ -289,7 +289,7 @@ EXAMPLES
289
289
  $ sf data delete resume --use-most-recent --target-org my-scratch
290
290
  ```
291
291
 
292
- _See code: [src/commands/data/delete/resume.ts](https://github.com/salesforcecli/plugin-data/blob/3.1.3/src/commands/data/delete/resume.ts)_
292
+ _See code: [src/commands/data/delete/resume.ts](https://github.com/salesforcecli/plugin-data/blob/3.1.6/src/commands/data/delete/resume.ts)_
293
293
 
294
294
  ## `sf data export beta tree`
295
295
 
@@ -345,7 +345,7 @@ EXAMPLES
345
345
  my-scratch
346
346
  ```
347
347
 
348
- _See code: [src/commands/data/export/beta/tree.ts](https://github.com/salesforcecli/plugin-data/blob/3.1.3/src/commands/data/export/beta/tree.ts)_
348
+ _See code: [src/commands/data/export/beta/tree.ts](https://github.com/salesforcecli/plugin-data/blob/3.1.6/src/commands/data/export/beta/tree.ts)_
349
349
 
350
350
  ## `sf data export tree`
351
351
 
@@ -403,7 +403,7 @@ EXAMPLES
403
403
  my-scratch
404
404
  ```
405
405
 
406
- _See code: [src/commands/data/export/tree.ts](https://github.com/salesforcecli/plugin-data/blob/3.1.3/src/commands/data/export/tree.ts)_
406
+ _See code: [src/commands/data/export/tree.ts](https://github.com/salesforcecli/plugin-data/blob/3.1.6/src/commands/data/export/tree.ts)_
407
407
 
408
408
  ## `sf data get record`
409
409
 
@@ -465,7 +465,7 @@ EXAMPLES
465
465
  $ sf data get record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
466
466
  ```
467
467
 
468
- _See code: [src/commands/data/get/record.ts](https://github.com/salesforcecli/plugin-data/blob/3.1.3/src/commands/data/get/record.ts)_
468
+ _See code: [src/commands/data/get/record.ts](https://github.com/salesforcecli/plugin-data/blob/3.1.6/src/commands/data/get/record.ts)_
469
469
 
470
470
  ## `sf data import beta tree`
471
471
 
@@ -507,7 +507,7 @@ EXAMPLES
507
507
  $ sf data import beta tree --plan Account-Contact-plan.json
508
508
  ```
509
509
 
510
- _See code: [src/commands/data/import/beta/tree.ts](https://github.com/salesforcecli/plugin-data/blob/3.1.3/src/commands/data/import/beta/tree.ts)_
510
+ _See code: [src/commands/data/import/beta/tree.ts](https://github.com/salesforcecli/plugin-data/blob/3.1.6/src/commands/data/import/beta/tree.ts)_
511
511
 
512
512
  ## `sf data import tree`
513
513
 
@@ -556,7 +556,7 @@ EXAMPLES
556
556
  $ sf data import tree --plan Account-Contact-plan.json
557
557
  ```
558
558
 
559
- _See code: [src/commands/data/import/tree.ts](https://github.com/salesforcecli/plugin-data/blob/3.1.3/src/commands/data/import/tree.ts)_
559
+ _See code: [src/commands/data/import/tree.ts](https://github.com/salesforcecli/plugin-data/blob/3.1.6/src/commands/data/import/tree.ts)_
560
560
 
561
561
  ## `sf data query`
562
562
 
@@ -619,7 +619,7 @@ EXAMPLES
619
619
  $ sf data query --query "SELECT Id FROM Contact" --bulk --wait 0
620
620
  ```
621
621
 
622
- _See code: [src/commands/data/query.ts](https://github.com/salesforcecli/plugin-data/blob/3.1.3/src/commands/data/query.ts)_
622
+ _See code: [src/commands/data/query.ts](https://github.com/salesforcecli/plugin-data/blob/3.1.6/src/commands/data/query.ts)_
623
623
 
624
624
  ## `sf data query resume`
625
625
 
@@ -655,7 +655,7 @@ EXAMPLES
655
655
  $ sf data query resume --bulk-query-id 7500x000005BdFzXXX
656
656
  ```
657
657
 
658
- _See code: [src/commands/data/query/resume.ts](https://github.com/salesforcecli/plugin-data/blob/3.1.3/src/commands/data/query/resume.ts)_
658
+ _See code: [src/commands/data/query/resume.ts](https://github.com/salesforcecli/plugin-data/blob/3.1.6/src/commands/data/query/resume.ts)_
659
659
 
660
660
  ## `sf data resume`
661
661
 
@@ -691,7 +691,7 @@ EXAMPLES
691
691
  $ sf data resume --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA
692
692
  ```
693
693
 
694
- _See code: [src/commands/data/resume.ts](https://github.com/salesforcecli/plugin-data/blob/3.1.3/src/commands/data/resume.ts)_
694
+ _See code: [src/commands/data/resume.ts](https://github.com/salesforcecli/plugin-data/blob/3.1.6/src/commands/data/resume.ts)_
695
695
 
696
696
  ## `sf data update record`
697
697
 
@@ -752,7 +752,7 @@ EXAMPLES
752
752
  "ExpirationDate=2017-12-01T00:58:04.000+0000"
753
753
  ```
754
754
 
755
- _See code: [src/commands/data/update/record.ts](https://github.com/salesforcecli/plugin-data/blob/3.1.3/src/commands/data/update/record.ts)_
755
+ _See code: [src/commands/data/update/record.ts](https://github.com/salesforcecli/plugin-data/blob/3.1.6/src/commands/data/update/record.ts)_
756
756
 
757
757
  ## `sf data upsert bulk`
758
758
 
@@ -804,7 +804,7 @@ EXAMPLES
804
804
  my-scratch
805
805
  ```
806
806
 
807
- _See code: [src/commands/data/upsert/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/3.1.3/src/commands/data/upsert/bulk.ts)_
807
+ _See code: [src/commands/data/upsert/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/3.1.6/src/commands/data/upsert/bulk.ts)_
808
808
 
809
809
  ## `sf data upsert resume`
810
810
 
@@ -841,7 +841,7 @@ EXAMPLES
841
841
  $ sf data upsert resume --use-most-recent --target-org my-scratch
842
842
  ```
843
843
 
844
- _See code: [src/commands/data/upsert/resume.ts](https://github.com/salesforcecli/plugin-data/blob/3.1.3/src/commands/data/upsert/resume.ts)_
844
+ _See code: [src/commands/data/upsert/resume.ts](https://github.com/salesforcecli/plugin-data/blob/3.1.6/src/commands/data/upsert/resume.ts)_
845
845
 
846
846
  ## `sf force data bulk delete`
847
847
 
@@ -886,7 +886,7 @@ EXAMPLES
886
886
  $ sf force data bulk delete --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
887
887
  ```
888
888
 
889
- _See code: [src/commands/force/data/bulk/delete.ts](https://github.com/salesforcecli/plugin-data/blob/3.1.3/src/commands/force/data/bulk/delete.ts)_
889
+ _See code: [src/commands/force/data/bulk/delete.ts](https://github.com/salesforcecli/plugin-data/blob/3.1.6/src/commands/force/data/bulk/delete.ts)_
890
890
 
891
891
  ## `sf force data bulk status`
892
892
 
@@ -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.1.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.1.6/src/commands/force/data/bulk/status.ts)_
926
926
 
927
927
  ## `sf force data bulk upsert`
928
928
 
@@ -979,6 +979,6 @@ EXAMPLES
979
979
  --target-org my-scratch
980
980
  ```
981
981
 
982
- _See code: [src/commands/force/data/bulk/upsert.ts](https://github.com/salesforcecli/plugin-data/blob/3.1.3/src/commands/force/data/bulk/upsert.ts)_
982
+ _See code: [src/commands/force/data/bulk/upsert.ts](https://github.com/salesforcecli/plugin-data/blob/3.1.6/src/commands/force/data/bulk/upsert.ts)_
983
983
 
984
984
  <!-- commandsstop -->