@salesforce/plugin-org 3.0.2 → 3.0.4
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 +15 -15
- package/oclif.lock +46 -23
- package/oclif.manifest.json +1 -1
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -160,7 +160,7 @@ FLAG DESCRIPTIONS
|
|
|
160
160
|
for a number of minutes, the client exits. Specify a longer wait time if timeouts occur frequently.
|
|
161
161
|
```
|
|
162
162
|
|
|
163
|
-
_See code: [src/commands/force/org/clone.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.
|
|
163
|
+
_See code: [src/commands/force/org/clone.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.4/src/commands/force/org/clone.ts)_
|
|
164
164
|
|
|
165
165
|
## `sf force org create`
|
|
166
166
|
|
|
@@ -208,7 +208,7 @@ EXAMPLES
|
|
|
208
208
|
$ sf force org create -t sandbox -f config/dev-sandbox-def.json -a MyDevSandbox -u prodOrg
|
|
209
209
|
```
|
|
210
210
|
|
|
211
|
-
_See code: [src/commands/force/org/create.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.
|
|
211
|
+
_See code: [src/commands/force/org/create.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.4/src/commands/force/org/create.ts)_
|
|
212
212
|
|
|
213
213
|
## `sf force org delete`
|
|
214
214
|
|
|
@@ -240,7 +240,7 @@ EXAMPLES
|
|
|
240
240
|
$ sf force org delete -u MyOrgAlias -p
|
|
241
241
|
```
|
|
242
242
|
|
|
243
|
-
_See code: [src/commands/force/org/delete.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.
|
|
243
|
+
_See code: [src/commands/force/org/delete.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.4/src/commands/force/org/delete.ts)_
|
|
244
244
|
|
|
245
245
|
## `sf force org status`
|
|
246
246
|
|
|
@@ -278,7 +278,7 @@ EXAMPLES
|
|
|
278
278
|
$ sf force org status --sandboxname DevSbx1 --wait 45 --setdefaultusername -u prodOrg
|
|
279
279
|
```
|
|
280
280
|
|
|
281
|
-
_See code: [src/commands/force/org/status.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.
|
|
281
|
+
_See code: [src/commands/force/org/status.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.4/src/commands/force/org/status.ts)_
|
|
282
282
|
|
|
283
283
|
## `sf org create sandbox`
|
|
284
284
|
|
|
@@ -383,7 +383,7 @@ FLAG DESCRIPTIONS
|
|
|
383
383
|
sandbox.
|
|
384
384
|
```
|
|
385
385
|
|
|
386
|
-
_See code: [src/commands/org/create/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.
|
|
386
|
+
_See code: [src/commands/org/create/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.4/src/commands/org/create/sandbox.ts)_
|
|
387
387
|
|
|
388
388
|
## `sf org create scratch`
|
|
389
389
|
|
|
@@ -536,7 +536,7 @@ FLAG DESCRIPTIONS
|
|
|
536
536
|
Omit this flag to have Salesforce generate a unique username for your org.
|
|
537
537
|
```
|
|
538
538
|
|
|
539
|
-
_See code: [src/commands/org/create/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.
|
|
539
|
+
_See code: [src/commands/org/create/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.4/src/commands/org/create/scratch.ts)_
|
|
540
540
|
|
|
541
541
|
## `sf org delete sandbox`
|
|
542
542
|
|
|
@@ -580,7 +580,7 @@ EXAMPLES
|
|
|
580
580
|
$ sf org delete sandbox --target-org my-sandbox --no-prompt
|
|
581
581
|
```
|
|
582
582
|
|
|
583
|
-
_See code: [src/commands/org/delete/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.
|
|
583
|
+
_See code: [src/commands/org/delete/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.4/src/commands/org/delete/sandbox.ts)_
|
|
584
584
|
|
|
585
585
|
## `sf org delete scratch`
|
|
586
586
|
|
|
@@ -622,7 +622,7 @@ EXAMPLES
|
|
|
622
622
|
$ sf org delete scratch --target-org my-scratch-org --no-prompt
|
|
623
623
|
```
|
|
624
624
|
|
|
625
|
-
_See code: [src/commands/org/delete/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.
|
|
625
|
+
_See code: [src/commands/org/delete/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.4/src/commands/org/delete/scratch.ts)_
|
|
626
626
|
|
|
627
627
|
## `sf org display`
|
|
628
628
|
|
|
@@ -665,7 +665,7 @@ EXAMPLES
|
|
|
665
665
|
$ sf org display --target-org TestOrg1 --verbose
|
|
666
666
|
```
|
|
667
667
|
|
|
668
|
-
_See code: [src/commands/org/display.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.
|
|
668
|
+
_See code: [src/commands/org/display.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.4/src/commands/org/display.ts)_
|
|
669
669
|
|
|
670
670
|
## `sf org list`
|
|
671
671
|
|
|
@@ -703,7 +703,7 @@ EXAMPLES
|
|
|
703
703
|
$ sf org list --clean
|
|
704
704
|
```
|
|
705
705
|
|
|
706
|
-
_See code: [src/commands/org/list.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.
|
|
706
|
+
_See code: [src/commands/org/list.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.4/src/commands/org/list.ts)_
|
|
707
707
|
|
|
708
708
|
## `sf org list metadata`
|
|
709
709
|
|
|
@@ -767,7 +767,7 @@ FLAG DESCRIPTIONS
|
|
|
767
767
|
Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
|
|
768
768
|
```
|
|
769
769
|
|
|
770
|
-
_See code: [src/commands/org/list/metadata.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.
|
|
770
|
+
_See code: [src/commands/org/list/metadata.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.4/src/commands/org/list/metadata.ts)_
|
|
771
771
|
|
|
772
772
|
## `sf org list metadata-types`
|
|
773
773
|
|
|
@@ -820,7 +820,7 @@ FLAG DESCRIPTIONS
|
|
|
820
820
|
Override the api version used for api requests made by this command
|
|
821
821
|
```
|
|
822
822
|
|
|
823
|
-
_See code: [src/commands/org/list/metadata-types.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.
|
|
823
|
+
_See code: [src/commands/org/list/metadata-types.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.4/src/commands/org/list/metadata-types.ts)_
|
|
824
824
|
|
|
825
825
|
## `sf org open`
|
|
826
826
|
|
|
@@ -885,7 +885,7 @@ EXAMPLES
|
|
|
885
885
|
$ sf org open --source-file force-app/main/default/flows/Hello.flow-meta.xml
|
|
886
886
|
```
|
|
887
887
|
|
|
888
|
-
_See code: [src/commands/org/open.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.
|
|
888
|
+
_See code: [src/commands/org/open.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.4/src/commands/org/open.ts)_
|
|
889
889
|
|
|
890
890
|
## `sf org resume sandbox`
|
|
891
891
|
|
|
@@ -947,7 +947,7 @@ FLAG DESCRIPTIONS
|
|
|
947
947
|
returns the job ID. To resume checking the sandbox creation, rerun this command.
|
|
948
948
|
```
|
|
949
949
|
|
|
950
|
-
_See code: [src/commands/org/resume/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.
|
|
950
|
+
_See code: [src/commands/org/resume/sandbox.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.4/src/commands/org/resume/sandbox.ts)_
|
|
951
951
|
|
|
952
952
|
## `sf org resume scratch`
|
|
953
953
|
|
|
@@ -993,6 +993,6 @@ FLAG DESCRIPTIONS
|
|
|
993
993
|
The job ID is valid for 24 hours after you start the scratch org creation.
|
|
994
994
|
```
|
|
995
995
|
|
|
996
|
-
_See code: [src/commands/org/resume/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.
|
|
996
|
+
_See code: [src/commands/org/resume/scratch.ts](https://github.com/salesforcecli/plugin-org/blob/3.0.4/src/commands/org/resume/scratch.ts)_
|
|
997
997
|
|
|
998
998
|
<!-- commandsstop -->
|
package/oclif.lock
CHANGED
|
@@ -788,10 +788,10 @@
|
|
|
788
788
|
wordwrap "^1.0.0"
|
|
789
789
|
wrap-ansi "^7.0.0"
|
|
790
790
|
|
|
791
|
-
"@oclif/core@^3.0.0", "@oclif/core@^3.0.4", "@oclif/core@^3.10.
|
|
792
|
-
version "3.10.
|
|
793
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.10.
|
|
794
|
-
integrity sha512-
|
|
791
|
+
"@oclif/core@^3.0.0", "@oclif/core@^3.0.4", "@oclif/core@^3.10.8", "@oclif/core@^3.3.1", "@oclif/core@^3.5.0":
|
|
792
|
+
version "3.10.8"
|
|
793
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.10.8.tgz#8a855841107576b88a2ebe2e20e6e0d7ee885713"
|
|
794
|
+
integrity sha512-DRiEiXUvijq/1dXL80/sFGdhTjejFiUzxURW7N310TEKlONujas66KhLATfF/nG3mICqTCU0f9B+VNfLtZoGqw==
|
|
795
795
|
dependencies:
|
|
796
796
|
ansi-escapes "^4.3.2"
|
|
797
797
|
ansi-styles "^4.3.0"
|
|
@@ -968,22 +968,22 @@
|
|
|
968
968
|
resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33"
|
|
969
969
|
integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==
|
|
970
970
|
|
|
971
|
-
"@salesforce/cli-plugins-testkit@^5.0.
|
|
972
|
-
version "5.0.
|
|
973
|
-
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.0.
|
|
974
|
-
integrity sha512-
|
|
971
|
+
"@salesforce/cli-plugins-testkit@^5.0.3":
|
|
972
|
+
version "5.0.3"
|
|
973
|
+
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.0.3.tgz#c1b066d499f9d29f918a9337c37e0d01a9313631"
|
|
974
|
+
integrity sha512-fIW7xdyUNb8pPn8hUtIR2zsCD+dXTK7WC0OJG5m+XMM/LTLFTh31ygaKEACbdWlrpJSySfB2WOmOPMx5cRZsPQ==
|
|
975
975
|
dependencies:
|
|
976
976
|
"@salesforce/core" "^5.3.17"
|
|
977
977
|
"@salesforce/kit" "^3.0.15"
|
|
978
978
|
"@salesforce/ts-types" "^2.0.6"
|
|
979
|
-
"@types/shelljs" "^0.8.
|
|
979
|
+
"@types/shelljs" "^0.8.15"
|
|
980
980
|
debug "^4.3.1"
|
|
981
981
|
jszip "^3.10.1"
|
|
982
982
|
shelljs "^0.8.4"
|
|
983
983
|
strip-ansi "6.0.1"
|
|
984
984
|
ts-retry-promise "^0.7.1"
|
|
985
985
|
|
|
986
|
-
"@salesforce/core@^5.3.1", "@salesforce/core@^5.3.
|
|
986
|
+
"@salesforce/core@^5.3.1", "@salesforce/core@^5.3.17", "@salesforce/core@^5.3.18":
|
|
987
987
|
version "5.3.18"
|
|
988
988
|
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-5.3.18.tgz#c0b7b59fbef7f0689e88968c614dd1ae2c420f02"
|
|
989
989
|
integrity sha512-/Ag7elFngTT13PRblSPJPB2Q+xk3jR2SX8bYa83fcQljVF7ApGB5qtFpauXmUv8lgRnN+F01HNqM16iszAMP9w==
|
|
@@ -1087,15 +1087,16 @@
|
|
|
1087
1087
|
chalk "^4"
|
|
1088
1088
|
inquirer "^8.2.5"
|
|
1089
1089
|
|
|
1090
|
-
"@salesforce/sf-plugins-core@^4.
|
|
1091
|
-
version "4.
|
|
1092
|
-
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-4.
|
|
1093
|
-
integrity sha512-
|
|
1090
|
+
"@salesforce/sf-plugins-core@^4.1.1":
|
|
1091
|
+
version "4.1.1"
|
|
1092
|
+
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-4.1.1.tgz#685843bf9fbb1c2e448b922a1399dde1808ed549"
|
|
1093
|
+
integrity sha512-oyRjy/WpU7F8sVWwsUuxZ+WnfnJ4s/60dsIOXyKYezHfywMp8APPmZwETpyFTkKl23rZQT1vciFwTDKXYEP82A==
|
|
1094
1094
|
dependencies:
|
|
1095
1095
|
"@oclif/core" "^3.0.0"
|
|
1096
1096
|
"@salesforce/core" "^5.3.1"
|
|
1097
1097
|
"@salesforce/kit" "^3.0.13"
|
|
1098
1098
|
"@salesforce/ts-types" "^2.0.7"
|
|
1099
|
+
"@types/inquirer" "^8.2.3"
|
|
1099
1100
|
chalk "^4"
|
|
1100
1101
|
inquirer "^8.2.5"
|
|
1101
1102
|
|
|
@@ -1299,6 +1300,14 @@
|
|
|
1299
1300
|
resolved "https://registry.yarnpkg.com/@types/http-cache-semantics/-/http-cache-semantics-4.0.1.tgz#0ea7b61496902b95890dc4c3a116b60cb8dae812"
|
|
1300
1301
|
integrity sha512-SZs7ekbP8CN0txVG2xVRH6EgKmEm31BOxA07vkFaETzZz1xh+cbt8BcI0slpymvwhx5dlFnQG2rTlPVQn+iRPQ==
|
|
1301
1302
|
|
|
1303
|
+
"@types/inquirer@^8.2.3":
|
|
1304
|
+
version "8.2.10"
|
|
1305
|
+
resolved "https://registry.yarnpkg.com/@types/inquirer/-/inquirer-8.2.10.tgz#9444dce2d764c35bc5bb4d742598aaa4acb6561b"
|
|
1306
|
+
integrity sha512-IdD5NmHyVjWM8SHWo/kPBgtzXatwPkfwzyP3fN1jF2g9BWt5WO+8hL2F4o2GKIYsU40PpqeevuUWvkS/roXJkA==
|
|
1307
|
+
dependencies:
|
|
1308
|
+
"@types/through" "*"
|
|
1309
|
+
rxjs "^7.2.0"
|
|
1310
|
+
|
|
1302
1311
|
"@types/json-schema@^7.0.12", "@types/json-schema@^7.0.9":
|
|
1303
1312
|
version "7.0.12"
|
|
1304
1313
|
resolved "https://registry.yarnpkg.com/@types/json-schema/-/json-schema-7.0.12.tgz#d70faba7039d5fca54c83c7dbab41051d2b6f6cb"
|
|
@@ -1392,10 +1401,10 @@
|
|
|
1392
1401
|
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.4.tgz#0a41252ad431c473158b22f9bfb9a63df7541cff"
|
|
1393
1402
|
integrity sha512-MMzuxN3GdFwskAnb6fz0orFvhfqi752yjaXylr0Rp4oDg5H0Zn1IuyRhDVvYOwAXoJirx2xuS16I3WjxnAIHiQ==
|
|
1394
1403
|
|
|
1395
|
-
"@types/shelljs@^0.8.14":
|
|
1396
|
-
version "0.8.
|
|
1397
|
-
resolved "https://registry.yarnpkg.com/@types/shelljs/-/shelljs-0.8.
|
|
1398
|
-
integrity sha512-
|
|
1404
|
+
"@types/shelljs@^0.8.14", "@types/shelljs@^0.8.15":
|
|
1405
|
+
version "0.8.15"
|
|
1406
|
+
resolved "https://registry.yarnpkg.com/@types/shelljs/-/shelljs-0.8.15.tgz#22c6ab9dfe05cec57d8e6cb1a95ea173aee9fcac"
|
|
1407
|
+
integrity sha512-vzmnCHl6hViPu9GNLQJ+DZFd6BQI2DBTUeOvYHqkWQLMfKAAQYMb/xAmZkTogZI/vqXHCWkqDRymDI5p0QTi5Q==
|
|
1399
1408
|
dependencies:
|
|
1400
1409
|
"@types/glob" "~7.2.0"
|
|
1401
1410
|
"@types/node" "*"
|
|
@@ -1412,6 +1421,13 @@
|
|
|
1412
1421
|
resolved "https://registry.yarnpkg.com/@types/sinonjs__fake-timers/-/sinonjs__fake-timers-8.1.2.tgz#bf2e02a3dbd4aecaf95942ecd99b7402e03fad5e"
|
|
1413
1422
|
integrity sha512-9GcLXF0/v3t80caGs5p2rRfkB+a8VBGLJZVih6CNFkx8IZ994wiKKLSRs9nuFwk1HevWs/1mnUmkApGrSGsShA==
|
|
1414
1423
|
|
|
1424
|
+
"@types/through@*":
|
|
1425
|
+
version "0.0.33"
|
|
1426
|
+
resolved "https://registry.yarnpkg.com/@types/through/-/through-0.0.33.tgz#14ebf599320e1c7851e7d598149af183c6b9ea56"
|
|
1427
|
+
integrity sha512-HsJ+z3QuETzP3cswwtzt2vEIiHBk/dCcHGhbmG5X3ecnwFD/lPrMpliGXxSCg03L9AhrdwA4Oz/qfspkDW+xGQ==
|
|
1428
|
+
dependencies:
|
|
1429
|
+
"@types/node" "*"
|
|
1430
|
+
|
|
1415
1431
|
"@types/vinyl@^2.0.4":
|
|
1416
1432
|
version "2.0.7"
|
|
1417
1433
|
resolved "https://registry.yarnpkg.com/@types/vinyl/-/vinyl-2.0.7.tgz#9739a9a2afaf9af32761c54a0e82c735279f726c"
|
|
@@ -3222,12 +3238,12 @@ eslint-plugin-perfectionist@^2.1.0:
|
|
|
3222
3238
|
minimatch "^9.0.3"
|
|
3223
3239
|
natural-compare-lite "^1.4.0"
|
|
3224
3240
|
|
|
3225
|
-
eslint-plugin-sf-plugin@^1.16.
|
|
3226
|
-
version "1.16.
|
|
3227
|
-
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.16.
|
|
3228
|
-
integrity sha512-
|
|
3241
|
+
eslint-plugin-sf-plugin@^1.16.14:
|
|
3242
|
+
version "1.16.14"
|
|
3243
|
+
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.16.14.tgz#64138f6c597ad7b750d9d7615894e2fe504852ec"
|
|
3244
|
+
integrity sha512-numvHHhJjExz4ojxK3O25G8Vh8pXtMgZzwEaKGGsKaOJFm4rmSS2NabmfkRPYX2NCO/xn4eNHm1iGTnnQywGvg==
|
|
3229
3245
|
dependencies:
|
|
3230
|
-
"@salesforce/core" "^5.3.
|
|
3246
|
+
"@salesforce/core" "^5.3.17"
|
|
3231
3247
|
"@typescript-eslint/utils" "^5.59.11"
|
|
3232
3248
|
|
|
3233
3249
|
eslint-plugin-unicorn@^49.0.0:
|
|
@@ -6993,6 +7009,13 @@ rxjs@^6.6.0:
|
|
|
6993
7009
|
dependencies:
|
|
6994
7010
|
tslib "^1.9.0"
|
|
6995
7011
|
|
|
7012
|
+
rxjs@^7.2.0:
|
|
7013
|
+
version "7.8.1"
|
|
7014
|
+
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-7.8.1.tgz#6f6f3d99ea8044291efd92e7c7fcf562c4057543"
|
|
7015
|
+
integrity sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==
|
|
7016
|
+
dependencies:
|
|
7017
|
+
tslib "^2.1.0"
|
|
7018
|
+
|
|
6996
7019
|
rxjs@^7.5.5:
|
|
6997
7020
|
version "7.8.0"
|
|
6998
7021
|
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-7.8.0.tgz#90a938862a82888ff4c7359811a595e14e1e09a4"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,25 +1,25 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-org",
|
|
3
3
|
"description": "Commands to interact with Salesforce orgs",
|
|
4
|
-
"version": "3.0.
|
|
4
|
+
"version": "3.0.4",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@oclif/core": "^3.10.
|
|
8
|
+
"@oclif/core": "^3.10.8",
|
|
9
9
|
"@salesforce/core": "^5.3.18",
|
|
10
10
|
"@salesforce/kit": "^3.0.15",
|
|
11
|
-
"@salesforce/sf-plugins-core": "^4.
|
|
11
|
+
"@salesforce/sf-plugins-core": "^4.1.1",
|
|
12
12
|
"@salesforce/source-deploy-retrieve": "^9.8.4",
|
|
13
13
|
"open": "^9.1.0"
|
|
14
14
|
},
|
|
15
15
|
"devDependencies": {
|
|
16
16
|
"@oclif/plugin-command-snapshot": "^5.0.1",
|
|
17
|
-
"@salesforce/cli-plugins-testkit": "^5.0.
|
|
17
|
+
"@salesforce/cli-plugins-testkit": "^5.0.3",
|
|
18
18
|
"@salesforce/dev-scripts": "^6.0.3",
|
|
19
19
|
"@salesforce/plugin-command-reference": "^3.0.46",
|
|
20
20
|
"@salesforce/ts-sinon": "1.4.19",
|
|
21
21
|
"@types/shelljs": "^0.8.14",
|
|
22
|
-
"eslint-plugin-sf-plugin": "^1.16.
|
|
22
|
+
"eslint-plugin-sf-plugin": "^1.16.14",
|
|
23
23
|
"moment": "^2.29.1",
|
|
24
24
|
"oclif": "^4.0.3",
|
|
25
25
|
"shelljs": "^0.8.5",
|
|
@@ -217,7 +217,7 @@
|
|
|
217
217
|
"exports": "./lib/index.js",
|
|
218
218
|
"type": "module",
|
|
219
219
|
"sfdx": {
|
|
220
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-org/3.0.
|
|
221
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-org/3.0.
|
|
220
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-org/3.0.4.crt",
|
|
221
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-org/3.0.4.sig"
|
|
222
222
|
}
|
|
223
223
|
}
|