@salesforce/plugin-data 3.3.0 → 3.3.2
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 +18 -18
- package/npm-shrinkwrap.json +1007 -951
- package/oclif.lock +528 -459
- package/oclif.manifest.json +1 -1
- package/package.json +8 -8
package/README.md
CHANGED
|
@@ -149,7 +149,7 @@ EXAMPLES
|
|
|
149
149
|
TracedEntityId=01p17000000R6bLAAS"
|
|
150
150
|
```
|
|
151
151
|
|
|
152
|
-
_See code: [src/commands/data/create/record.ts](https://github.com/salesforcecli/plugin-data/blob/3.3.
|
|
152
|
+
_See code: [src/commands/data/create/record.ts](https://github.com/salesforcecli/plugin-data/blob/3.3.2/src/commands/data/create/record.ts)_
|
|
153
153
|
|
|
154
154
|
## `sf data delete bulk`
|
|
155
155
|
|
|
@@ -196,7 +196,7 @@ EXAMPLES
|
|
|
196
196
|
$ sf data delete bulk --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
|
|
197
197
|
```
|
|
198
198
|
|
|
199
|
-
_See code: [src/commands/data/delete/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/3.3.
|
|
199
|
+
_See code: [src/commands/data/delete/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/3.3.2/src/commands/data/delete/bulk.ts)_
|
|
200
200
|
|
|
201
201
|
## `sf data delete record`
|
|
202
202
|
|
|
@@ -257,7 +257,7 @@ EXAMPLES
|
|
|
257
257
|
$ sf data delete record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
|
|
258
258
|
```
|
|
259
259
|
|
|
260
|
-
_See code: [src/commands/data/delete/record.ts](https://github.com/salesforcecli/plugin-data/blob/3.3.
|
|
260
|
+
_See code: [src/commands/data/delete/record.ts](https://github.com/salesforcecli/plugin-data/blob/3.3.2/src/commands/data/delete/record.ts)_
|
|
261
261
|
|
|
262
262
|
## `sf data delete resume`
|
|
263
263
|
|
|
@@ -296,7 +296,7 @@ EXAMPLES
|
|
|
296
296
|
$ sf data delete resume --use-most-recent --target-org my-scratch
|
|
297
297
|
```
|
|
298
298
|
|
|
299
|
-
_See code: [src/commands/data/delete/resume.ts](https://github.com/salesforcecli/plugin-data/blob/3.3.
|
|
299
|
+
_See code: [src/commands/data/delete/resume.ts](https://github.com/salesforcecli/plugin-data/blob/3.3.2/src/commands/data/delete/resume.ts)_
|
|
300
300
|
|
|
301
301
|
## `sf data export beta tree`
|
|
302
302
|
|
|
@@ -354,7 +354,7 @@ EXAMPLES
|
|
|
354
354
|
my-scratch
|
|
355
355
|
```
|
|
356
356
|
|
|
357
|
-
_See code: [src/commands/data/export/beta/tree.ts](https://github.com/salesforcecli/plugin-data/blob/3.3.
|
|
357
|
+
_See code: [src/commands/data/export/beta/tree.ts](https://github.com/salesforcecli/plugin-data/blob/3.3.2/src/commands/data/export/beta/tree.ts)_
|
|
358
358
|
|
|
359
359
|
## `sf data export tree`
|
|
360
360
|
|
|
@@ -414,7 +414,7 @@ EXAMPLES
|
|
|
414
414
|
my-scratch
|
|
415
415
|
```
|
|
416
416
|
|
|
417
|
-
_See code: [src/commands/data/export/tree.ts](https://github.com/salesforcecli/plugin-data/blob/3.3.
|
|
417
|
+
_See code: [src/commands/data/export/tree.ts](https://github.com/salesforcecli/plugin-data/blob/3.3.2/src/commands/data/export/tree.ts)_
|
|
418
418
|
|
|
419
419
|
## `sf data get record`
|
|
420
420
|
|
|
@@ -478,7 +478,7 @@ EXAMPLES
|
|
|
478
478
|
$ sf data get record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
|
|
479
479
|
```
|
|
480
480
|
|
|
481
|
-
_See code: [src/commands/data/get/record.ts](https://github.com/salesforcecli/plugin-data/blob/3.3.
|
|
481
|
+
_See code: [src/commands/data/get/record.ts](https://github.com/salesforcecli/plugin-data/blob/3.3.2/src/commands/data/get/record.ts)_
|
|
482
482
|
|
|
483
483
|
## `sf data import beta tree`
|
|
484
484
|
|
|
@@ -521,7 +521,7 @@ EXAMPLES
|
|
|
521
521
|
$ sf data import beta tree --plan Account-Contact-plan.json
|
|
522
522
|
```
|
|
523
523
|
|
|
524
|
-
_See code: [src/commands/data/import/beta/tree.ts](https://github.com/salesforcecli/plugin-data/blob/3.3.
|
|
524
|
+
_See code: [src/commands/data/import/beta/tree.ts](https://github.com/salesforcecli/plugin-data/blob/3.3.2/src/commands/data/import/beta/tree.ts)_
|
|
525
525
|
|
|
526
526
|
## `sf data import tree`
|
|
527
527
|
|
|
@@ -571,7 +571,7 @@ EXAMPLES
|
|
|
571
571
|
$ sf data import tree --plan Account-Contact-plan.json
|
|
572
572
|
```
|
|
573
573
|
|
|
574
|
-
_See code: [src/commands/data/import/tree.ts](https://github.com/salesforcecli/plugin-data/blob/3.3.
|
|
574
|
+
_See code: [src/commands/data/import/tree.ts](https://github.com/salesforcecli/plugin-data/blob/3.3.2/src/commands/data/import/tree.ts)_
|
|
575
575
|
|
|
576
576
|
## `sf data query`
|
|
577
577
|
|
|
@@ -635,7 +635,7 @@ EXAMPLES
|
|
|
635
635
|
$ sf data query --query "SELECT Id FROM Contact" --bulk --wait 0
|
|
636
636
|
```
|
|
637
637
|
|
|
638
|
-
_See code: [src/commands/data/query.ts](https://github.com/salesforcecli/plugin-data/blob/3.3.
|
|
638
|
+
_See code: [src/commands/data/query.ts](https://github.com/salesforcecli/plugin-data/blob/3.3.2/src/commands/data/query.ts)_
|
|
639
639
|
|
|
640
640
|
## `sf data query resume`
|
|
641
641
|
|
|
@@ -673,7 +673,7 @@ EXAMPLES
|
|
|
673
673
|
$ sf data query resume --bulk-query-id 7500x000005BdFzXXX
|
|
674
674
|
```
|
|
675
675
|
|
|
676
|
-
_See code: [src/commands/data/query/resume.ts](https://github.com/salesforcecli/plugin-data/blob/3.3.
|
|
676
|
+
_See code: [src/commands/data/query/resume.ts](https://github.com/salesforcecli/plugin-data/blob/3.3.2/src/commands/data/query/resume.ts)_
|
|
677
677
|
|
|
678
678
|
## `sf data resume`
|
|
679
679
|
|
|
@@ -710,7 +710,7 @@ EXAMPLES
|
|
|
710
710
|
$ sf data resume --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA
|
|
711
711
|
```
|
|
712
712
|
|
|
713
|
-
_See code: [src/commands/data/resume.ts](https://github.com/salesforcecli/plugin-data/blob/3.3.
|
|
713
|
+
_See code: [src/commands/data/resume.ts](https://github.com/salesforcecli/plugin-data/blob/3.3.2/src/commands/data/resume.ts)_
|
|
714
714
|
|
|
715
715
|
## `sf data update record`
|
|
716
716
|
|
|
@@ -772,7 +772,7 @@ EXAMPLES
|
|
|
772
772
|
"ExpirationDate=2017-12-01T00:58:04.000+0000"
|
|
773
773
|
```
|
|
774
774
|
|
|
775
|
-
_See code: [src/commands/data/update/record.ts](https://github.com/salesforcecli/plugin-data/blob/3.3.
|
|
775
|
+
_See code: [src/commands/data/update/record.ts](https://github.com/salesforcecli/plugin-data/blob/3.3.2/src/commands/data/update/record.ts)_
|
|
776
776
|
|
|
777
777
|
## `sf data upsert bulk`
|
|
778
778
|
|
|
@@ -825,7 +825,7 @@ EXAMPLES
|
|
|
825
825
|
my-scratch
|
|
826
826
|
```
|
|
827
827
|
|
|
828
|
-
_See code: [src/commands/data/upsert/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/3.3.
|
|
828
|
+
_See code: [src/commands/data/upsert/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/3.3.2/src/commands/data/upsert/bulk.ts)_
|
|
829
829
|
|
|
830
830
|
## `sf data upsert resume`
|
|
831
831
|
|
|
@@ -864,7 +864,7 @@ EXAMPLES
|
|
|
864
864
|
$ sf data upsert resume --use-most-recent --target-org my-scratch
|
|
865
865
|
```
|
|
866
866
|
|
|
867
|
-
_See code: [src/commands/data/upsert/resume.ts](https://github.com/salesforcecli/plugin-data/blob/3.3.
|
|
867
|
+
_See code: [src/commands/data/upsert/resume.ts](https://github.com/salesforcecli/plugin-data/blob/3.3.2/src/commands/data/upsert/resume.ts)_
|
|
868
868
|
|
|
869
869
|
## `sf force data bulk delete`
|
|
870
870
|
|
|
@@ -911,7 +911,7 @@ EXAMPLES
|
|
|
911
911
|
$ sf force data bulk delete --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
|
|
912
912
|
```
|
|
913
913
|
|
|
914
|
-
_See code: [src/commands/force/data/bulk/delete.ts](https://github.com/salesforcecli/plugin-data/blob/3.3.
|
|
914
|
+
_See code: [src/commands/force/data/bulk/delete.ts](https://github.com/salesforcecli/plugin-data/blob/3.3.2/src/commands/force/data/bulk/delete.ts)_
|
|
915
915
|
|
|
916
916
|
## `sf force data bulk status`
|
|
917
917
|
|
|
@@ -948,7 +948,7 @@ EXAMPLES
|
|
|
948
948
|
$ sf force data bulk status --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA --target-org my-scratch
|
|
949
949
|
```
|
|
950
950
|
|
|
951
|
-
_See code: [src/commands/force/data/bulk/status.ts](https://github.com/salesforcecli/plugin-data/blob/3.3.
|
|
951
|
+
_See code: [src/commands/force/data/bulk/status.ts](https://github.com/salesforcecli/plugin-data/blob/3.3.2/src/commands/force/data/bulk/status.ts)_
|
|
952
952
|
|
|
953
953
|
## `sf force data bulk upsert`
|
|
954
954
|
|
|
@@ -1006,6 +1006,6 @@ EXAMPLES
|
|
|
1006
1006
|
--target-org my-scratch
|
|
1007
1007
|
```
|
|
1008
1008
|
|
|
1009
|
-
_See code: [src/commands/force/data/bulk/upsert.ts](https://github.com/salesforcecli/plugin-data/blob/3.3.
|
|
1009
|
+
_See code: [src/commands/force/data/bulk/upsert.ts](https://github.com/salesforcecli/plugin-data/blob/3.3.2/src/commands/force/data/bulk/upsert.ts)_
|
|
1010
1010
|
|
|
1011
1011
|
<!-- commandsstop -->
|