@salesforce/plugin-data 3.0.13 → 3.0.14
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/LICENSE.txt +1 -1
- package/README.md +16 -16
- package/oclif.lock +119 -26
- package/oclif.manifest.json +154 -170
- package/package.json +7 -7
package/LICENSE.txt
CHANGED
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.
|
|
149
|
+
_See code: [src/commands/data/create/record.ts](https://github.com/salesforcecli/plugin-data/blob/3.0.14/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.
|
|
194
|
+
_See code: [src/commands/data/delete/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/3.0.14/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.
|
|
253
|
+
_See code: [src/commands/data/delete/record.ts](https://github.com/salesforcecli/plugin-data/blob/3.0.14/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.
|
|
290
|
+
_See code: [src/commands/data/delete/resume.ts](https://github.com/salesforcecli/plugin-data/blob/3.0.14/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.
|
|
348
|
+
_See code: [src/commands/data/export/tree.ts](https://github.com/salesforcecli/plugin-data/blob/3.0.14/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.
|
|
410
|
+
_See code: [src/commands/data/get/record.ts](https://github.com/salesforcecli/plugin-data/blob/3.0.14/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.
|
|
461
|
+
_See code: [src/commands/data/import/tree.ts](https://github.com/salesforcecli/plugin-data/blob/3.0.14/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.
|
|
524
|
+
_See code: [src/commands/data/query.ts](https://github.com/salesforcecli/plugin-data/blob/3.0.14/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.
|
|
560
|
+
_See code: [src/commands/data/query/resume.ts](https://github.com/salesforcecli/plugin-data/blob/3.0.14/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.
|
|
596
|
+
_See code: [src/commands/data/resume.ts](https://github.com/salesforcecli/plugin-data/blob/3.0.14/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.
|
|
657
|
+
_See code: [src/commands/data/update/record.ts](https://github.com/salesforcecli/plugin-data/blob/3.0.14/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.
|
|
709
|
+
_See code: [src/commands/data/upsert/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/3.0.14/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.
|
|
746
|
+
_See code: [src/commands/data/upsert/resume.ts](https://github.com/salesforcecli/plugin-data/blob/3.0.14/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.
|
|
791
|
+
_See code: [src/commands/force/data/bulk/delete.ts](https://github.com/salesforcecli/plugin-data/blob/3.0.14/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.
|
|
827
|
+
_See code: [src/commands/force/data/bulk/status.ts](https://github.com/salesforcecli/plugin-data/blob/3.0.14/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.
|
|
884
|
+
_See code: [src/commands/force/data/bulk/upsert.ts](https://github.com/salesforcecli/plugin-data/blob/3.0.14/src/commands/force/data/bulk/upsert.ts)_
|
|
885
885
|
|
|
886
886
|
<!-- commandsstop -->
|
package/oclif.lock
CHANGED
|
@@ -442,6 +442,59 @@
|
|
|
442
442
|
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-2.0.1.tgz#e5211452df060fa8522b55c7b3c0c4d1981cb044"
|
|
443
443
|
integrity sha512-dvuCeX5fC9dXgJn9t+X5atfmgQAzUOWqS1254Gh0m6i8wKd10ebXkfNKiRK+1GWi/yTvvLDHpoxLr0xxxeslWw==
|
|
444
444
|
|
|
445
|
+
"@inquirer/confirm@^2.0.15":
|
|
446
|
+
version "2.0.15"
|
|
447
|
+
resolved "https://registry.yarnpkg.com/@inquirer/confirm/-/confirm-2.0.15.tgz#b5512ed190efd8c5b96e0969115756b48546ab36"
|
|
448
|
+
integrity sha512-hj8Q/z7sQXsF0DSpLQZVDhWYGN6KLM/gNjjqGkpKwBzljbQofGjn0ueHADy4HUY+OqDHmXuwk/bY+tZyIuuB0w==
|
|
449
|
+
dependencies:
|
|
450
|
+
"@inquirer/core" "^5.1.1"
|
|
451
|
+
"@inquirer/type" "^1.1.5"
|
|
452
|
+
chalk "^4.1.2"
|
|
453
|
+
|
|
454
|
+
"@inquirer/core@^5.1.1":
|
|
455
|
+
version "5.1.1"
|
|
456
|
+
resolved "https://registry.yarnpkg.com/@inquirer/core/-/core-5.1.1.tgz#849d4846aea68371c133df6ec9059f5e5bd30d30"
|
|
457
|
+
integrity sha512-IuJyZQUg75+L5AmopgnzxYrgcU6PJKL0hoIs332G1Gv55CnmZrhG6BzNOeZ5sOsTi1YCGOopw4rYICv74ejMFg==
|
|
458
|
+
dependencies:
|
|
459
|
+
"@inquirer/type" "^1.1.5"
|
|
460
|
+
"@types/mute-stream" "^0.0.4"
|
|
461
|
+
"@types/node" "^20.9.0"
|
|
462
|
+
"@types/wrap-ansi" "^3.0.0"
|
|
463
|
+
ansi-escapes "^4.3.2"
|
|
464
|
+
chalk "^4.1.2"
|
|
465
|
+
cli-spinners "^2.9.1"
|
|
466
|
+
cli-width "^4.1.0"
|
|
467
|
+
figures "^3.2.0"
|
|
468
|
+
mute-stream "^1.0.0"
|
|
469
|
+
run-async "^3.0.0"
|
|
470
|
+
signal-exit "^4.1.0"
|
|
471
|
+
strip-ansi "^6.0.1"
|
|
472
|
+
wrap-ansi "^6.2.0"
|
|
473
|
+
|
|
474
|
+
"@inquirer/input@^1.2.14":
|
|
475
|
+
version "1.2.14"
|
|
476
|
+
resolved "https://registry.yarnpkg.com/@inquirer/input/-/input-1.2.14.tgz#8951867618bb5cd16dd096e02404eec225a92207"
|
|
477
|
+
integrity sha512-tISLGpUKXixIQue7jypNEShrdzJoLvEvZOJ4QRsw5XTfrIYfoWFqAjMQLerGs9CzR86yAI89JR6snHmKwnNddw==
|
|
478
|
+
dependencies:
|
|
479
|
+
"@inquirer/core" "^5.1.1"
|
|
480
|
+
"@inquirer/type" "^1.1.5"
|
|
481
|
+
chalk "^4.1.2"
|
|
482
|
+
|
|
483
|
+
"@inquirer/password@^1.1.14":
|
|
484
|
+
version "1.1.14"
|
|
485
|
+
resolved "https://registry.yarnpkg.com/@inquirer/password/-/password-1.1.14.tgz#c1fc139efe84a38986870a1bcf80718050f82bbf"
|
|
486
|
+
integrity sha512-vL2BFxfMo8EvuGuZYlryiyAB3XsgtbxOcFs4H9WI9szAS/VZCAwdVqs8rqEeaAf/GV/eZOghIOYxvD91IsRWSg==
|
|
487
|
+
dependencies:
|
|
488
|
+
"@inquirer/input" "^1.2.14"
|
|
489
|
+
"@inquirer/type" "^1.1.5"
|
|
490
|
+
ansi-escapes "^4.3.2"
|
|
491
|
+
chalk "^4.1.2"
|
|
492
|
+
|
|
493
|
+
"@inquirer/type@^1.1.5":
|
|
494
|
+
version "1.1.5"
|
|
495
|
+
resolved "https://registry.yarnpkg.com/@inquirer/type/-/type-1.1.5.tgz#b8c171f755859c8159b10e41e1e3a88f0ca99d7f"
|
|
496
|
+
integrity sha512-wmwHvHozpPo4IZkkNtbYenem/0wnfI6hvOcGKmPEa0DwuaH5XUQzFqy6OpEpjEegZMhYIk8HDYITI16BPLtrRA==
|
|
497
|
+
|
|
445
498
|
"@isaacs/cliui@^8.0.2":
|
|
446
499
|
version "8.0.2"
|
|
447
500
|
resolved "https://registry.yarnpkg.com/@isaacs/cliui/-/cliui-8.0.2.tgz#b37667b7bc181c168782259bab42474fbf52b550"
|
|
@@ -768,10 +821,10 @@
|
|
|
768
821
|
wordwrap "^1.0.0"
|
|
769
822
|
wrap-ansi "^7.0.0"
|
|
770
823
|
|
|
771
|
-
"@oclif/core@^3.0.4", "@oclif/core@^3.
|
|
772
|
-
version "3.
|
|
773
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.
|
|
774
|
-
integrity sha512
|
|
824
|
+
"@oclif/core@^3.0.4", "@oclif/core@^3.15.0", "@oclif/core@^3.15.1", "@oclif/core@^3.16.0", "@oclif/core@^3.3.1":
|
|
825
|
+
version "3.16.0"
|
|
826
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.16.0.tgz#682657cb5e4a3262a47e26e0c8a7bf0343acaf76"
|
|
827
|
+
integrity sha512-/PIz+udzb59XE8O/bQvqlCtXy6RByEHH0KsrAJNa/ZrqtdsLmeDNJcHdgygFHx+nz+PYMoUzsyzJMau++EDNoQ==
|
|
775
828
|
dependencies:
|
|
776
829
|
ansi-escapes "^4.3.2"
|
|
777
830
|
ansi-styles "^4.3.0"
|
|
@@ -993,10 +1046,10 @@
|
|
|
993
1046
|
resolved "https://registry.yarnpkg.com/@salesforce/dev-config/-/dev-config-4.1.0.tgz#e529576466d074e7a5f1441236510fef123da01e"
|
|
994
1047
|
integrity sha512-2iDDepiIwjXHS5IVY7pwv8jMo4xWosJ7p/UTj+lllpB/gnJiYLhjJPE4Z3FCGFKyvfg5jGaimCd8Ca6bLGsCQA==
|
|
995
1048
|
|
|
996
|
-
"@salesforce/dev-scripts@^8.
|
|
997
|
-
version "8.
|
|
998
|
-
resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-8.
|
|
999
|
-
integrity sha512-
|
|
1049
|
+
"@salesforce/dev-scripts@^8.2.0":
|
|
1050
|
+
version "8.2.0"
|
|
1051
|
+
resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-8.2.0.tgz#e8ca6fd377b0e85ecf88baea727493a68c2154ee"
|
|
1052
|
+
integrity sha512-dzVBmetyBe8IM1XJCBw83U5rC0TSwvXa1MPRRI0pmE/VeBqlfxM7rneKtlORCirz9n8SAvCiQvI4oJ/yWW5Quw==
|
|
1000
1053
|
dependencies:
|
|
1001
1054
|
"@commitlint/cli" "^17.1.2"
|
|
1002
1055
|
"@commitlint/config-conventional" "^17.8.1"
|
|
@@ -1033,15 +1086,15 @@
|
|
|
1033
1086
|
"@salesforce/ts-types" "^2.0.9"
|
|
1034
1087
|
tslib "^2.6.2"
|
|
1035
1088
|
|
|
1036
|
-
"@salesforce/plugin-command-reference@^3.0.
|
|
1037
|
-
version "3.0.
|
|
1038
|
-
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.
|
|
1039
|
-
integrity sha512-
|
|
1089
|
+
"@salesforce/plugin-command-reference@^3.0.59":
|
|
1090
|
+
version "3.0.59"
|
|
1091
|
+
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.59.tgz#309dba84ae01828e1b8d62d80390240418688c43"
|
|
1092
|
+
integrity sha512-8mjPJyxz1FF6Ei7RwjMLHZTmFX2+bOOh5aq7lNwk3qkSqy5cSTW8bf+1/lcOPkm2125qCbAUL0wAgAyNACF6Xg==
|
|
1040
1093
|
dependencies:
|
|
1041
|
-
"@oclif/core" "^3.
|
|
1042
|
-
"@salesforce/core" "^6.4.
|
|
1094
|
+
"@oclif/core" "^3.15.1"
|
|
1095
|
+
"@salesforce/core" "^6.4.1"
|
|
1043
1096
|
"@salesforce/kit" "^3.0.15"
|
|
1044
|
-
"@salesforce/sf-plugins-core" "^5.0.
|
|
1097
|
+
"@salesforce/sf-plugins-core" "^5.0.13"
|
|
1045
1098
|
"@salesforce/ts-types" "^2.0.9"
|
|
1046
1099
|
chalk "^4"
|
|
1047
1100
|
handlebars "^4.7.8"
|
|
@@ -1057,7 +1110,7 @@
|
|
|
1057
1110
|
resolved "https://registry.yarnpkg.com/@salesforce/schemas/-/schemas-1.6.1.tgz#7d1c071e1e509ca9d2d8a6e48ac7447dd67a534d"
|
|
1058
1111
|
integrity sha512-eVy947ZMxCJReKJdgfddUIsBIbPTa/i8RwQGwxq4/ss38H5sLOAeSTaun9V7HpJ1hkpDznWKfgzYvjsst9K6ig==
|
|
1059
1112
|
|
|
1060
|
-
"@salesforce/sf-plugins-core@^5.0.13"
|
|
1113
|
+
"@salesforce/sf-plugins-core@^5.0.13":
|
|
1061
1114
|
version "5.0.13"
|
|
1062
1115
|
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-5.0.13.tgz#f2941527d66ded5750a6646e146af047ab72acc9"
|
|
1063
1116
|
integrity sha512-b5R8krKeOIkW0hPxvfpm8T5tCSyWW7MDERnJwm/FXq4ueUJsC1/TCWSscyVKPSZ0VRcEFbzOWKJvpV/omB1D9w==
|
|
@@ -1070,6 +1123,19 @@
|
|
|
1070
1123
|
chalk "^4"
|
|
1071
1124
|
inquirer "^8.2.5"
|
|
1072
1125
|
|
|
1126
|
+
"@salesforce/sf-plugins-core@^7.0.0":
|
|
1127
|
+
version "7.0.0"
|
|
1128
|
+
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-7.0.0.tgz#56cb4eaafcd04a183938d86c5e93323e037b15ab"
|
|
1129
|
+
integrity sha512-vl53Ee0/eg9wgvtWro6kX82/943s28Hph/o3lTQk6URorfqMC+zH0RGKJj1X0VKeLhDSOCRYXqIu54jE8AZ/3g==
|
|
1130
|
+
dependencies:
|
|
1131
|
+
"@inquirer/confirm" "^2.0.15"
|
|
1132
|
+
"@inquirer/password" "^1.1.14"
|
|
1133
|
+
"@oclif/core" "^3.16.0"
|
|
1134
|
+
"@salesforce/core" "^6.4.2"
|
|
1135
|
+
"@salesforce/kit" "^3.0.15"
|
|
1136
|
+
"@salesforce/ts-types" "^2.0.9"
|
|
1137
|
+
chalk "^5.3.0"
|
|
1138
|
+
|
|
1073
1139
|
"@salesforce/ts-types@^2.0.9":
|
|
1074
1140
|
version "2.0.9"
|
|
1075
1141
|
resolved "https://registry.yarnpkg.com/@salesforce/ts-types/-/ts-types-2.0.9.tgz#66bff7b41720065d6b01631b6f6a3ccca02857c5"
|
|
@@ -1293,10 +1359,17 @@
|
|
|
1293
1359
|
resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-10.0.6.tgz#818551d39113081048bdddbef96701b4e8bb9d1b"
|
|
1294
1360
|
integrity sha512-dJvrYWxP/UcXm36Qn36fxhUKu8A/xMRXVT2cliFF1Z7UA9liG5Psj3ezNSZw+5puH2czDXRLcXQxf8JbJt0ejg==
|
|
1295
1361
|
|
|
1296
|
-
"@types/
|
|
1297
|
-
version "
|
|
1298
|
-
resolved "https://registry.yarnpkg.com/@types/
|
|
1299
|
-
integrity sha512-
|
|
1362
|
+
"@types/mute-stream@^0.0.4":
|
|
1363
|
+
version "0.0.4"
|
|
1364
|
+
resolved "https://registry.yarnpkg.com/@types/mute-stream/-/mute-stream-0.0.4.tgz#77208e56a08767af6c5e1237be8888e2f255c478"
|
|
1365
|
+
integrity sha512-CPM9nzrCPPJHQNA9keH9CVkVI+WR5kMa+7XEs5jcGQ0VoAGnLv242w8lIVgwAEfmE4oufJRaTc9PNLQl0ioAow==
|
|
1366
|
+
dependencies:
|
|
1367
|
+
"@types/node" "*"
|
|
1368
|
+
|
|
1369
|
+
"@types/node@*", "@types/node@^20.9.0":
|
|
1370
|
+
version "20.10.6"
|
|
1371
|
+
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.10.6.tgz#a3ec84c22965802bf763da55b2394424f22bfbb5"
|
|
1372
|
+
integrity sha512-Vac8H+NlRNNlAmDfGUP7b5h/KA+AtWIzuXy0E6OyP8f1tCLYAtPvKRRDJjAPqhpCb0t6U2j7/xqAuLEebW2kiw==
|
|
1300
1373
|
dependencies:
|
|
1301
1374
|
undici-types "~5.26.4"
|
|
1302
1375
|
|
|
@@ -1379,6 +1452,11 @@
|
|
|
1379
1452
|
"@types/expect" "^1.20.4"
|
|
1380
1453
|
"@types/node" "*"
|
|
1381
1454
|
|
|
1455
|
+
"@types/wrap-ansi@^3.0.0":
|
|
1456
|
+
version "3.0.0"
|
|
1457
|
+
resolved "https://registry.yarnpkg.com/@types/wrap-ansi/-/wrap-ansi-3.0.0.tgz#18b97a972f94f60a679fd5c796d96421b9abb9fd"
|
|
1458
|
+
integrity sha512-ltIpx+kM7g/MLRZfkbL7EsCEjfzCcScLpkg37eXEtx5kmrAKBkTJwd1GIAjDSL8wTpM6Hzn5YO4pSb91BEwu1g==
|
|
1459
|
+
|
|
1382
1460
|
"@typescript-eslint/eslint-plugin@^6.10.0":
|
|
1383
1461
|
version "6.11.0"
|
|
1384
1462
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.11.0.tgz#52aae65174ff526576351f9ccd41cea01001463f"
|
|
@@ -2301,10 +2379,10 @@ cli-progress@^3.12.0:
|
|
|
2301
2379
|
dependencies:
|
|
2302
2380
|
string-width "^4.2.3"
|
|
2303
2381
|
|
|
2304
|
-
cli-spinners@^2.5.0:
|
|
2305
|
-
version "2.9.
|
|
2306
|
-
resolved "https://registry.yarnpkg.com/cli-spinners/-/cli-spinners-2.9.
|
|
2307
|
-
integrity sha512-
|
|
2382
|
+
cli-spinners@^2.5.0, cli-spinners@^2.9.1:
|
|
2383
|
+
version "2.9.2"
|
|
2384
|
+
resolved "https://registry.yarnpkg.com/cli-spinners/-/cli-spinners-2.9.2.tgz#1773a8f4b9c4d6ac31563df53b3fc1d79462fe41"
|
|
2385
|
+
integrity sha512-ywqV+5MmyL4E7ybXgKys4DugZbX0FC6LnwrhjuykIjnK9k8OQacQ7axGKnjDXWNhns0xot3bZI5h55H8yo9cJg==
|
|
2308
2386
|
|
|
2309
2387
|
cli-table@^0.3.1:
|
|
2310
2388
|
version "0.3.11"
|
|
@@ -2318,6 +2396,11 @@ cli-width@^3.0.0:
|
|
|
2318
2396
|
resolved "https://registry.yarnpkg.com/cli-width/-/cli-width-3.0.0.tgz#a2f48437a2caa9a22436e794bf071ec9e61cedf6"
|
|
2319
2397
|
integrity sha512-FxqpkPPwu1HjuN93Omfm4h8uIanXofW0RxVEW3k5RKx+mJJYSthzNhp32Kzxxy3YAEZ/Dc/EWN1vZRY0+kOhbw==
|
|
2320
2398
|
|
|
2399
|
+
cli-width@^4.1.0:
|
|
2400
|
+
version "4.1.0"
|
|
2401
|
+
resolved "https://registry.yarnpkg.com/cli-width/-/cli-width-4.1.0.tgz#42daac41d3c254ef38ad8ac037672130173691c5"
|
|
2402
|
+
integrity sha512-ouuZd4/dm2Sw5Gmqy6bGyNNNe1qt9RpmxveLSO7KcgsTnU7RXfsw+/bukWGo1abgBiMAic068rclZsO4IWmmxQ==
|
|
2403
|
+
|
|
2321
2404
|
cliui@^6.0.0:
|
|
2322
2405
|
version "6.0.0"
|
|
2323
2406
|
resolved "https://registry.yarnpkg.com/cliui/-/cliui-6.0.0.tgz#511d702c0c4e41ca156d7d0e96021f23e13225b1"
|
|
@@ -3375,7 +3458,7 @@ faye@^1.4.0:
|
|
|
3375
3458
|
tough-cookie "*"
|
|
3376
3459
|
tunnel-agent "*"
|
|
3377
3460
|
|
|
3378
|
-
figures@^3.0.0:
|
|
3461
|
+
figures@^3.0.0, figures@^3.2.0:
|
|
3379
3462
|
version "3.2.0"
|
|
3380
3463
|
resolved "https://registry.yarnpkg.com/figures/-/figures-3.2.0.tgz#625c18bd293c604dc4a8ddb2febf0c88341746af"
|
|
3381
3464
|
integrity sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg==
|
|
@@ -5456,6 +5539,11 @@ mute-stream@0.0.8:
|
|
|
5456
5539
|
resolved "https://registry.yarnpkg.com/mute-stream/-/mute-stream-0.0.8.tgz#1630c42b2251ff81e2a283de96a5497ea92e5e0d"
|
|
5457
5540
|
integrity sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==
|
|
5458
5541
|
|
|
5542
|
+
mute-stream@^1.0.0:
|
|
5543
|
+
version "1.0.0"
|
|
5544
|
+
resolved "https://registry.yarnpkg.com/mute-stream/-/mute-stream-1.0.0.tgz#e31bd9fe62f0aed23520aa4324ea6671531e013e"
|
|
5545
|
+
integrity sha512-avsJQhyd+680gKXyG/sQc0nXaC6rBkPOfyHYcFb9+hdkqQkR9bdnkJ0AMZhke0oesPqIO+mFFJ+IdBc7mst4IA==
|
|
5546
|
+
|
|
5459
5547
|
nanoid@3.3.3:
|
|
5460
5548
|
version "3.3.3"
|
|
5461
5549
|
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.3.tgz#fd8e8b7aa761fe807dba2d1b98fb7241bb724a25"
|
|
@@ -6702,6 +6790,11 @@ run-async@^2.0.0, run-async@^2.4.0:
|
|
|
6702
6790
|
resolved "https://registry.yarnpkg.com/run-async/-/run-async-2.4.1.tgz#8440eccf99ea3e70bd409d49aab88e10c189a455"
|
|
6703
6791
|
integrity sha512-tvVnVv01b8c1RrA6Ep7JkStj85Guv/YrMcwqYQnwjsAS2cTmmPGBBjAjpCW7RrSodNSoE2/qg9O4bceNvUuDgQ==
|
|
6704
6792
|
|
|
6793
|
+
run-async@^3.0.0:
|
|
6794
|
+
version "3.0.0"
|
|
6795
|
+
resolved "https://registry.yarnpkg.com/run-async/-/run-async-3.0.0.tgz#42a432f6d76c689522058984384df28be379daad"
|
|
6796
|
+
integrity sha512-540WwVDOMxA6dN6We19EcT9sc3hkXPw5mzRNGM3FkdN/vtE9NFvj5lFAPNwUDmJjXidm3v7TC1cTE7t17Ulm1Q==
|
|
6797
|
+
|
|
6705
6798
|
run-parallel@^1.1.9:
|
|
6706
6799
|
version "1.2.0"
|
|
6707
6800
|
resolved "https://registry.yarnpkg.com/run-parallel/-/run-parallel-1.2.0.tgz#66d1368da7bdf921eb9d95bd1a9229e7f21a43ee"
|
|
@@ -6907,7 +7000,7 @@ signal-exit@^3.0.0, signal-exit@^3.0.2, signal-exit@^3.0.3, signal-exit@^3.0.7:
|
|
|
6907
7000
|
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.7.tgz#a9a1767f8af84155114eaabd73f99273c8f59ad9"
|
|
6908
7001
|
integrity sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==
|
|
6909
7002
|
|
|
6910
|
-
signal-exit@^4.0.1:
|
|
7003
|
+
signal-exit@^4.0.1, signal-exit@^4.1.0:
|
|
6911
7004
|
version "4.1.0"
|
|
6912
7005
|
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-4.1.0.tgz#952188c1cbd546070e2dd20d0f41c0ae0530cb04"
|
|
6913
7006
|
integrity sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==
|
package/oclif.manifest.json
CHANGED
|
@@ -169,7 +169,6 @@
|
|
|
169
169
|
"strict": true,
|
|
170
170
|
"summary": "Execute a SOQL query.",
|
|
171
171
|
"enableJsonFlag": true,
|
|
172
|
-
"SF_ENV": "SF_ENV",
|
|
173
172
|
"isESM": true,
|
|
174
173
|
"relativePath": [
|
|
175
174
|
"lib",
|
|
@@ -300,7 +299,6 @@
|
|
|
300
299
|
"strict": true,
|
|
301
300
|
"summary": "View the status of a bulk data load job or batch.",
|
|
302
301
|
"enableJsonFlag": true,
|
|
303
|
-
"SF_ENV": "SF_ENV",
|
|
304
302
|
"isESM": true,
|
|
305
303
|
"relativePath": [
|
|
306
304
|
"lib",
|
|
@@ -314,6 +312,159 @@
|
|
|
314
312
|
"resume:data"
|
|
315
313
|
]
|
|
316
314
|
},
|
|
315
|
+
"data:create:record": {
|
|
316
|
+
"aliases": [
|
|
317
|
+
"force:data:record:create"
|
|
318
|
+
],
|
|
319
|
+
"args": {},
|
|
320
|
+
"deprecateAliases": true,
|
|
321
|
+
"description": "You must specify a value for all required fields of the object.\n\nWhen specifying fields, use the format <fieldName>=<value>. Enclose all field-value pairs in one set of double quotation marks, delimited by spaces. Enclose values that contain spaces in single quotes.\n\nThis command inserts a record into Salesforce objects by default. Use the --use-tooling-api flag to insert into a Tooling API object.",
|
|
322
|
+
"examples": [
|
|
323
|
+
"Insert a record into the Account object of your default org; only the required Name field has a value:\n<%= config.bin %> <%= command.id %> --sobject Account --values \"Name=Acme\"",
|
|
324
|
+
"Insert an Account record with values for two fields, one value contains a space; the command uses the org with alias \"my-scratch\":\n<%= config.bin %> <%= command.id %> --sobject Account --values \"Name='Universal Containers' Website=www.example.com\" --target-org my-scratch",
|
|
325
|
+
"Insert a record into the Tooling API object TraceFlag:\n<%= config.bin %> <%= command.id %> --use-tooling-api --sobject TraceFlag --values \"DebugLevelId=7dl170000008U36AAE StartDate=2022-12-15T00:26:04.000+0000 ExpirationDate=2022-12-15T00:56:04.000+0000 LogType=CLASS_TRACING TracedEntityId=01p17000000R6bLAAS\""
|
|
326
|
+
],
|
|
327
|
+
"flags": {
|
|
328
|
+
"json": {
|
|
329
|
+
"description": "Format output as json.",
|
|
330
|
+
"helpGroup": "GLOBAL",
|
|
331
|
+
"name": "json",
|
|
332
|
+
"allowNo": false,
|
|
333
|
+
"type": "boolean"
|
|
334
|
+
},
|
|
335
|
+
"target-org": {
|
|
336
|
+
"aliases": [
|
|
337
|
+
"targetusername",
|
|
338
|
+
"u"
|
|
339
|
+
],
|
|
340
|
+
"char": "o",
|
|
341
|
+
"deprecateAliases": true,
|
|
342
|
+
"name": "target-org",
|
|
343
|
+
"noCacheDefault": true,
|
|
344
|
+
"required": true,
|
|
345
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
346
|
+
"hasDynamicHelp": true,
|
|
347
|
+
"multiple": false,
|
|
348
|
+
"type": "option"
|
|
349
|
+
},
|
|
350
|
+
"api-version": {
|
|
351
|
+
"aliases": [
|
|
352
|
+
"apiversion"
|
|
353
|
+
],
|
|
354
|
+
"deprecateAliases": true,
|
|
355
|
+
"description": "Override the api version used for api requests made by this command",
|
|
356
|
+
"name": "api-version",
|
|
357
|
+
"hasDynamicHelp": false,
|
|
358
|
+
"multiple": false,
|
|
359
|
+
"type": "option"
|
|
360
|
+
},
|
|
361
|
+
"loglevel": {
|
|
362
|
+
"deprecated": {
|
|
363
|
+
"message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
|
|
364
|
+
},
|
|
365
|
+
"hidden": true,
|
|
366
|
+
"name": "loglevel",
|
|
367
|
+
"hasDynamicHelp": false,
|
|
368
|
+
"multiple": false,
|
|
369
|
+
"type": "option"
|
|
370
|
+
},
|
|
371
|
+
"sobject": {
|
|
372
|
+
"aliases": [
|
|
373
|
+
"sobjecttype"
|
|
374
|
+
],
|
|
375
|
+
"char": "s",
|
|
376
|
+
"deprecateAliases": true,
|
|
377
|
+
"name": "sobject",
|
|
378
|
+
"required": true,
|
|
379
|
+
"summary": "API name of the Salesforce or Tooling API object that you're inserting a record into.",
|
|
380
|
+
"hasDynamicHelp": false,
|
|
381
|
+
"multiple": false,
|
|
382
|
+
"type": "option"
|
|
383
|
+
},
|
|
384
|
+
"values": {
|
|
385
|
+
"char": "v",
|
|
386
|
+
"name": "values",
|
|
387
|
+
"required": true,
|
|
388
|
+
"summary": "Values for the flags in the form <fieldName>=<value>, separate multiple pairs with spaces.",
|
|
389
|
+
"hasDynamicHelp": false,
|
|
390
|
+
"multiple": false,
|
|
391
|
+
"type": "option"
|
|
392
|
+
},
|
|
393
|
+
"use-tooling-api": {
|
|
394
|
+
"aliases": [
|
|
395
|
+
"usetoolingapi"
|
|
396
|
+
],
|
|
397
|
+
"char": "t",
|
|
398
|
+
"deprecateAliases": true,
|
|
399
|
+
"name": "use-tooling-api",
|
|
400
|
+
"summary": "Use Tooling API so you can insert a record in a Tooling API object.",
|
|
401
|
+
"allowNo": false,
|
|
402
|
+
"type": "boolean"
|
|
403
|
+
},
|
|
404
|
+
"perflog": {
|
|
405
|
+
"deprecated": {
|
|
406
|
+
"version": "57"
|
|
407
|
+
},
|
|
408
|
+
"description": "Gets data on API performance metrics from the server. The data is stored in $HOME/.sfdx/apiPerformanceLog.json.",
|
|
409
|
+
"hidden": true,
|
|
410
|
+
"name": "perflog",
|
|
411
|
+
"summary": "Get API performance data.",
|
|
412
|
+
"allowNo": false,
|
|
413
|
+
"type": "boolean"
|
|
414
|
+
}
|
|
415
|
+
},
|
|
416
|
+
"hasDynamicHelp": true,
|
|
417
|
+
"hiddenAliases": [],
|
|
418
|
+
"id": "data:create:record",
|
|
419
|
+
"pluginAlias": "@salesforce/plugin-data",
|
|
420
|
+
"pluginName": "@salesforce/plugin-data",
|
|
421
|
+
"pluginType": "core",
|
|
422
|
+
"strict": true,
|
|
423
|
+
"summary": "Create and insert a record into a Salesforce or Tooling API object.",
|
|
424
|
+
"enableJsonFlag": true,
|
|
425
|
+
"isESM": true,
|
|
426
|
+
"relativePath": [
|
|
427
|
+
"lib",
|
|
428
|
+
"commands",
|
|
429
|
+
"data",
|
|
430
|
+
"create",
|
|
431
|
+
"record.js"
|
|
432
|
+
],
|
|
433
|
+
"aliasPermutations": [
|
|
434
|
+
"force:data:record:create",
|
|
435
|
+
"data:force:record:create",
|
|
436
|
+
"data:record:force:create",
|
|
437
|
+
"data:record:create:force",
|
|
438
|
+
"force:record:data:create",
|
|
439
|
+
"record:force:data:create",
|
|
440
|
+
"record:data:force:create",
|
|
441
|
+
"record:data:create:force",
|
|
442
|
+
"force:record:create:data",
|
|
443
|
+
"record:force:create:data",
|
|
444
|
+
"record:create:force:data",
|
|
445
|
+
"record:create:data:force",
|
|
446
|
+
"force:data:create:record",
|
|
447
|
+
"data:force:create:record",
|
|
448
|
+
"data:create:force:record",
|
|
449
|
+
"data:create:record:force",
|
|
450
|
+
"force:create:data:record",
|
|
451
|
+
"create:force:data:record",
|
|
452
|
+
"create:data:force:record",
|
|
453
|
+
"create:data:record:force",
|
|
454
|
+
"force:create:record:data",
|
|
455
|
+
"create:force:record:data",
|
|
456
|
+
"create:record:force:data",
|
|
457
|
+
"create:record:data:force"
|
|
458
|
+
],
|
|
459
|
+
"permutations": [
|
|
460
|
+
"data:create:record",
|
|
461
|
+
"create:data:record",
|
|
462
|
+
"create:record:data",
|
|
463
|
+
"data:record:create",
|
|
464
|
+
"record:data:create",
|
|
465
|
+
"record:create:data"
|
|
466
|
+
]
|
|
467
|
+
},
|
|
317
468
|
"data:delete:bulk": {
|
|
318
469
|
"aliases": [],
|
|
319
470
|
"args": {},
|
|
@@ -433,7 +584,6 @@
|
|
|
433
584
|
"strict": true,
|
|
434
585
|
"summary": "Bulk delete records from an org using a CSV file. Uses Bulk API 2.0.",
|
|
435
586
|
"enableJsonFlag": true,
|
|
436
|
-
"SF_ENV": "SF_ENV",
|
|
437
587
|
"isESM": true,
|
|
438
588
|
"relativePath": [
|
|
439
589
|
"lib",
|
|
@@ -574,7 +724,6 @@
|
|
|
574
724
|
"strict": true,
|
|
575
725
|
"summary": "Deletes a single record from a Salesforce or Tooling API object.",
|
|
576
726
|
"enableJsonFlag": true,
|
|
577
|
-
"SF_ENV": "SF_ENV",
|
|
578
727
|
"isESM": true,
|
|
579
728
|
"relativePath": [
|
|
580
729
|
"lib",
|
|
@@ -708,7 +857,6 @@
|
|
|
708
857
|
"strict": true,
|
|
709
858
|
"summary": "Resume a bulk delete job that you previously started. Uses Bulk API 2.0.",
|
|
710
859
|
"enableJsonFlag": true,
|
|
711
|
-
"SF_ENV": "SF_ENV",
|
|
712
860
|
"isESM": true,
|
|
713
861
|
"relativePath": [
|
|
714
862
|
"lib",
|
|
@@ -727,160 +875,6 @@
|
|
|
727
875
|
"resume:delete:data"
|
|
728
876
|
]
|
|
729
877
|
},
|
|
730
|
-
"data:create:record": {
|
|
731
|
-
"aliases": [
|
|
732
|
-
"force:data:record:create"
|
|
733
|
-
],
|
|
734
|
-
"args": {},
|
|
735
|
-
"deprecateAliases": true,
|
|
736
|
-
"description": "You must specify a value for all required fields of the object.\n\nWhen specifying fields, use the format <fieldName>=<value>. Enclose all field-value pairs in one set of double quotation marks, delimited by spaces. Enclose values that contain spaces in single quotes.\n\nThis command inserts a record into Salesforce objects by default. Use the --use-tooling-api flag to insert into a Tooling API object.",
|
|
737
|
-
"examples": [
|
|
738
|
-
"Insert a record into the Account object of your default org; only the required Name field has a value:\n<%= config.bin %> <%= command.id %> --sobject Account --values \"Name=Acme\"",
|
|
739
|
-
"Insert an Account record with values for two fields, one value contains a space; the command uses the org with alias \"my-scratch\":\n<%= config.bin %> <%= command.id %> --sobject Account --values \"Name='Universal Containers' Website=www.example.com\" --target-org my-scratch",
|
|
740
|
-
"Insert a record into the Tooling API object TraceFlag:\n<%= config.bin %> <%= command.id %> --use-tooling-api --sobject TraceFlag --values \"DebugLevelId=7dl170000008U36AAE StartDate=2022-12-15T00:26:04.000+0000 ExpirationDate=2022-12-15T00:56:04.000+0000 LogType=CLASS_TRACING TracedEntityId=01p17000000R6bLAAS\""
|
|
741
|
-
],
|
|
742
|
-
"flags": {
|
|
743
|
-
"json": {
|
|
744
|
-
"description": "Format output as json.",
|
|
745
|
-
"helpGroup": "GLOBAL",
|
|
746
|
-
"name": "json",
|
|
747
|
-
"allowNo": false,
|
|
748
|
-
"type": "boolean"
|
|
749
|
-
},
|
|
750
|
-
"target-org": {
|
|
751
|
-
"aliases": [
|
|
752
|
-
"targetusername",
|
|
753
|
-
"u"
|
|
754
|
-
],
|
|
755
|
-
"char": "o",
|
|
756
|
-
"deprecateAliases": true,
|
|
757
|
-
"name": "target-org",
|
|
758
|
-
"noCacheDefault": true,
|
|
759
|
-
"required": true,
|
|
760
|
-
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
761
|
-
"hasDynamicHelp": true,
|
|
762
|
-
"multiple": false,
|
|
763
|
-
"type": "option"
|
|
764
|
-
},
|
|
765
|
-
"api-version": {
|
|
766
|
-
"aliases": [
|
|
767
|
-
"apiversion"
|
|
768
|
-
],
|
|
769
|
-
"deprecateAliases": true,
|
|
770
|
-
"description": "Override the api version used for api requests made by this command",
|
|
771
|
-
"name": "api-version",
|
|
772
|
-
"hasDynamicHelp": false,
|
|
773
|
-
"multiple": false,
|
|
774
|
-
"type": "option"
|
|
775
|
-
},
|
|
776
|
-
"loglevel": {
|
|
777
|
-
"deprecated": {
|
|
778
|
-
"message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
|
|
779
|
-
},
|
|
780
|
-
"hidden": true,
|
|
781
|
-
"name": "loglevel",
|
|
782
|
-
"hasDynamicHelp": false,
|
|
783
|
-
"multiple": false,
|
|
784
|
-
"type": "option"
|
|
785
|
-
},
|
|
786
|
-
"sobject": {
|
|
787
|
-
"aliases": [
|
|
788
|
-
"sobjecttype"
|
|
789
|
-
],
|
|
790
|
-
"char": "s",
|
|
791
|
-
"deprecateAliases": true,
|
|
792
|
-
"name": "sobject",
|
|
793
|
-
"required": true,
|
|
794
|
-
"summary": "API name of the Salesforce or Tooling API object that you're inserting a record into.",
|
|
795
|
-
"hasDynamicHelp": false,
|
|
796
|
-
"multiple": false,
|
|
797
|
-
"type": "option"
|
|
798
|
-
},
|
|
799
|
-
"values": {
|
|
800
|
-
"char": "v",
|
|
801
|
-
"name": "values",
|
|
802
|
-
"required": true,
|
|
803
|
-
"summary": "Values for the flags in the form <fieldName>=<value>, separate multiple pairs with spaces.",
|
|
804
|
-
"hasDynamicHelp": false,
|
|
805
|
-
"multiple": false,
|
|
806
|
-
"type": "option"
|
|
807
|
-
},
|
|
808
|
-
"use-tooling-api": {
|
|
809
|
-
"aliases": [
|
|
810
|
-
"usetoolingapi"
|
|
811
|
-
],
|
|
812
|
-
"char": "t",
|
|
813
|
-
"deprecateAliases": true,
|
|
814
|
-
"name": "use-tooling-api",
|
|
815
|
-
"summary": "Use Tooling API so you can insert a record in a Tooling API object.",
|
|
816
|
-
"allowNo": false,
|
|
817
|
-
"type": "boolean"
|
|
818
|
-
},
|
|
819
|
-
"perflog": {
|
|
820
|
-
"deprecated": {
|
|
821
|
-
"version": "57"
|
|
822
|
-
},
|
|
823
|
-
"description": "Gets data on API performance metrics from the server. The data is stored in $HOME/.sfdx/apiPerformanceLog.json.",
|
|
824
|
-
"hidden": true,
|
|
825
|
-
"name": "perflog",
|
|
826
|
-
"summary": "Get API performance data.",
|
|
827
|
-
"allowNo": false,
|
|
828
|
-
"type": "boolean"
|
|
829
|
-
}
|
|
830
|
-
},
|
|
831
|
-
"hasDynamicHelp": true,
|
|
832
|
-
"hiddenAliases": [],
|
|
833
|
-
"id": "data:create:record",
|
|
834
|
-
"pluginAlias": "@salesforce/plugin-data",
|
|
835
|
-
"pluginName": "@salesforce/plugin-data",
|
|
836
|
-
"pluginType": "core",
|
|
837
|
-
"strict": true,
|
|
838
|
-
"summary": "Create and insert a record into a Salesforce or Tooling API object.",
|
|
839
|
-
"enableJsonFlag": true,
|
|
840
|
-
"SF_ENV": "SF_ENV",
|
|
841
|
-
"isESM": true,
|
|
842
|
-
"relativePath": [
|
|
843
|
-
"lib",
|
|
844
|
-
"commands",
|
|
845
|
-
"data",
|
|
846
|
-
"create",
|
|
847
|
-
"record.js"
|
|
848
|
-
],
|
|
849
|
-
"aliasPermutations": [
|
|
850
|
-
"force:data:record:create",
|
|
851
|
-
"data:force:record:create",
|
|
852
|
-
"data:record:force:create",
|
|
853
|
-
"data:record:create:force",
|
|
854
|
-
"force:record:data:create",
|
|
855
|
-
"record:force:data:create",
|
|
856
|
-
"record:data:force:create",
|
|
857
|
-
"record:data:create:force",
|
|
858
|
-
"force:record:create:data",
|
|
859
|
-
"record:force:create:data",
|
|
860
|
-
"record:create:force:data",
|
|
861
|
-
"record:create:data:force",
|
|
862
|
-
"force:data:create:record",
|
|
863
|
-
"data:force:create:record",
|
|
864
|
-
"data:create:force:record",
|
|
865
|
-
"data:create:record:force",
|
|
866
|
-
"force:create:data:record",
|
|
867
|
-
"create:force:data:record",
|
|
868
|
-
"create:data:force:record",
|
|
869
|
-
"create:data:record:force",
|
|
870
|
-
"force:create:record:data",
|
|
871
|
-
"create:force:record:data",
|
|
872
|
-
"create:record:force:data",
|
|
873
|
-
"create:record:data:force"
|
|
874
|
-
],
|
|
875
|
-
"permutations": [
|
|
876
|
-
"data:create:record",
|
|
877
|
-
"create:data:record",
|
|
878
|
-
"create:record:data",
|
|
879
|
-
"data:record:create",
|
|
880
|
-
"record:data:create",
|
|
881
|
-
"record:create:data"
|
|
882
|
-
]
|
|
883
|
-
},
|
|
884
878
|
"data:export:tree": {
|
|
885
879
|
"aliases": [
|
|
886
880
|
"force:data:tree:export"
|
|
@@ -983,7 +977,6 @@
|
|
|
983
977
|
"strict": true,
|
|
984
978
|
"summary": "Export data from an org into one or more JSON files.",
|
|
985
979
|
"enableJsonFlag": true,
|
|
986
|
-
"SF_ENV": "SF_ENV",
|
|
987
980
|
"isESM": true,
|
|
988
981
|
"relativePath": [
|
|
989
982
|
"lib",
|
|
@@ -1149,7 +1142,6 @@
|
|
|
1149
1142
|
"strict": true,
|
|
1150
1143
|
"summary": "Retrieve and display a single record of a Salesforce or Tooling API object.",
|
|
1151
1144
|
"enableJsonFlag": true,
|
|
1152
|
-
"SF_ENV": "SF_ENV",
|
|
1153
1145
|
"isESM": true,
|
|
1154
1146
|
"relativePath": [
|
|
1155
1147
|
"lib",
|
|
@@ -1305,7 +1297,6 @@
|
|
|
1305
1297
|
"strict": true,
|
|
1306
1298
|
"summary": "Import data from one or more JSON files into an org.",
|
|
1307
1299
|
"enableJsonFlag": true,
|
|
1308
|
-
"SF_ENV": "SF_ENV",
|
|
1309
1300
|
"isESM": true,
|
|
1310
1301
|
"relativePath": [
|
|
1311
1302
|
"lib",
|
|
@@ -1451,7 +1442,6 @@
|
|
|
1451
1442
|
"strict": true,
|
|
1452
1443
|
"summary": "View the status of a bulk query.",
|
|
1453
1444
|
"enableJsonFlag": true,
|
|
1454
|
-
"SF_ENV": "SF_ENV",
|
|
1455
1445
|
"isESM": true,
|
|
1456
1446
|
"relativePath": [
|
|
1457
1447
|
"lib",
|
|
@@ -1721,7 +1711,6 @@
|
|
|
1721
1711
|
"strict": true,
|
|
1722
1712
|
"summary": "Updates a single record of a Salesforce or Tooling API object.",
|
|
1723
1713
|
"enableJsonFlag": true,
|
|
1724
|
-
"SF_ENV": "SF_ENV",
|
|
1725
1714
|
"isESM": true,
|
|
1726
1715
|
"relativePath": [
|
|
1727
1716
|
"lib",
|
|
@@ -1897,7 +1886,6 @@
|
|
|
1897
1886
|
"strict": true,
|
|
1898
1887
|
"summary": "Bulk upsert records to an org from a CSV file. Uses Bulk API 2.0.",
|
|
1899
1888
|
"enableJsonFlag": true,
|
|
1900
|
-
"SF_ENV": "SF_ENV",
|
|
1901
1889
|
"isESM": true,
|
|
1902
1890
|
"relativePath": [
|
|
1903
1891
|
"lib",
|
|
@@ -2005,7 +1993,6 @@
|
|
|
2005
1993
|
"strict": true,
|
|
2006
1994
|
"summary": "Resume a bulk upsert job that you previously started. Uses Bulk API 2.0.",
|
|
2007
1995
|
"enableJsonFlag": true,
|
|
2008
|
-
"SF_ENV": "SF_ENV",
|
|
2009
1996
|
"isESM": true,
|
|
2010
1997
|
"relativePath": [
|
|
2011
1998
|
"lib",
|
|
@@ -2124,7 +2111,6 @@
|
|
|
2124
2111
|
"strict": true,
|
|
2125
2112
|
"summary": "Bulk delete records from an org using a CSV file. Uses Bulk API 1.0.",
|
|
2126
2113
|
"enableJsonFlag": true,
|
|
2127
|
-
"SF_ENV": "SF_ENV",
|
|
2128
2114
|
"isESM": true,
|
|
2129
2115
|
"relativePath": [
|
|
2130
2116
|
"lib",
|
|
@@ -2249,7 +2235,6 @@
|
|
|
2249
2235
|
"strict": true,
|
|
2250
2236
|
"summary": "View the status of a bulk data load job or batch. Uses Bulk API 1.0.",
|
|
2251
2237
|
"enableJsonFlag": true,
|
|
2252
|
-
"SF_ENV": "SF_ENV",
|
|
2253
2238
|
"isESM": true,
|
|
2254
2239
|
"relativePath": [
|
|
2255
2240
|
"lib",
|
|
@@ -2407,7 +2392,6 @@
|
|
|
2407
2392
|
"strict": true,
|
|
2408
2393
|
"summary": "Bulk upsert records to an org from a CSV file. Uses Bulk API 1.0.",
|
|
2409
2394
|
"enableJsonFlag": true,
|
|
2410
|
-
"SF_ENV": "SF_ENV",
|
|
2411
2395
|
"isESM": true,
|
|
2412
2396
|
"relativePath": [
|
|
2413
2397
|
"lib",
|
|
@@ -2446,5 +2430,5 @@
|
|
|
2446
2430
|
]
|
|
2447
2431
|
}
|
|
2448
2432
|
},
|
|
2449
|
-
"version": "3.0.
|
|
2433
|
+
"version": "3.0.14"
|
|
2450
2434
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-data",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.14",
|
|
4
4
|
"description": "Plugin for salesforce data commands",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"homepage": "https://github.com/salesforcecli/plugin-data",
|
|
@@ -111,7 +111,7 @@
|
|
|
111
111
|
"@oclif/core": "^3.15.1",
|
|
112
112
|
"@salesforce/core": "^6.4.2",
|
|
113
113
|
"@salesforce/kit": "^3.0.15",
|
|
114
|
-
"@salesforce/sf-plugins-core": "^
|
|
114
|
+
"@salesforce/sf-plugins-core": "^7.0.0",
|
|
115
115
|
"@salesforce/ts-types": "^2.0.9",
|
|
116
116
|
"chalk": "^5.3.0",
|
|
117
117
|
"change-case": "^5.3.0",
|
|
@@ -122,8 +122,8 @@
|
|
|
122
122
|
"devDependencies": {
|
|
123
123
|
"@oclif/plugin-command-snapshot": "^5.0.5",
|
|
124
124
|
"@salesforce/cli-plugins-testkit": "^5.1.3",
|
|
125
|
-
"@salesforce/dev-scripts": "^8.
|
|
126
|
-
"@salesforce/plugin-command-reference": "^3.0.
|
|
125
|
+
"@salesforce/dev-scripts": "^8.2.0",
|
|
126
|
+
"@salesforce/plugin-command-reference": "^3.0.59",
|
|
127
127
|
"@types/chai-as-promised": "^7.1.8",
|
|
128
128
|
"chai-as-promised": "^7.1.1",
|
|
129
129
|
"eslint-plugin-sf-plugin": "^1.17.0",
|
|
@@ -238,7 +238,7 @@
|
|
|
238
238
|
"output": []
|
|
239
239
|
},
|
|
240
240
|
"link-check": {
|
|
241
|
-
"command": "node -e \"process.exit(process.env.CI ? 0 : 1)\" || linkinator \"**/*.md\" --skip \"CHANGELOG.md|node_modules|test/|confluence.internal.salesforce.com|%s\" --markdown --retry --directory-listing --verbosity error",
|
|
241
|
+
"command": "node -e \"process.exit(process.env.CI ? 0 : 1)\" || linkinator \"**/*.md\" --skip \"CHANGELOG.md|node_modules|test/|confluence.internal.salesforce.com|my.salesforce.com|%s\" --markdown --retry --directory-listing --verbosity error",
|
|
242
242
|
"files": [
|
|
243
243
|
"./*.md",
|
|
244
244
|
"./!(CHANGELOG).md",
|
|
@@ -250,7 +250,7 @@
|
|
|
250
250
|
"exports": "./lib/index.js",
|
|
251
251
|
"type": "module",
|
|
252
252
|
"sfdx": {
|
|
253
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data/3.0.
|
|
254
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data/3.0.
|
|
253
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data/3.0.14.crt",
|
|
254
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data/3.0.14.sig"
|
|
255
255
|
}
|
|
256
256
|
}
|