@salesforce/plugin-signups 2.6.65 → 2.6.67
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 +7 -7
- package/npm-shrinkwrap.json +477 -114
- package/oclif.lock +111 -28
- package/oclif.manifest.json +126 -126
- package/package.json +6 -6
package/oclif.lock
CHANGED
|
@@ -1024,6 +1024,11 @@
|
|
|
1024
1024
|
resolved "https://registry.yarnpkg.com/@inquirer/ansi/-/ansi-1.0.2.tgz#674a4c4d81ad460695cb2a1fc69d78cd187f337e"
|
|
1025
1025
|
integrity sha512-S8qNSZiYzFd0wAcyG5AXCvUHC5Sr7xpZ9wZ2py9XR88jUz8wooStVx5M6dRzczbBWjic9NP7+rY0Xi7qqK/aMQ==
|
|
1026
1026
|
|
|
1027
|
+
"@inquirer/ansi@^2.0.5":
|
|
1028
|
+
version "2.0.5"
|
|
1029
|
+
resolved "https://registry.yarnpkg.com/@inquirer/ansi/-/ansi-2.0.5.tgz#7b7e121f6a0c40128711daf20325e6ff2cdff8b7"
|
|
1030
|
+
integrity sha512-doc2sWgJpbFQ64UflSVd17ibMGDuxO1yKgOgLMwavzESnXjFWJqUeG8saYosqKpHp4kWiM5x1nXvEjbpx90gzw==
|
|
1031
|
+
|
|
1027
1032
|
"@inquirer/checkbox@^4.3.2":
|
|
1028
1033
|
version "4.3.2"
|
|
1029
1034
|
resolved "https://registry.yarnpkg.com/@inquirer/checkbox/-/checkbox-4.3.2.tgz#e1483e6519d6ffef97281a54d2a5baa0d81b3f3b"
|
|
@@ -1035,7 +1040,7 @@
|
|
|
1035
1040
|
"@inquirer/type" "^3.0.10"
|
|
1036
1041
|
yoctocolors-cjs "^2.1.3"
|
|
1037
1042
|
|
|
1038
|
-
"@inquirer/confirm@^3.1.22"
|
|
1043
|
+
"@inquirer/confirm@^3.1.22":
|
|
1039
1044
|
version "3.2.0"
|
|
1040
1045
|
resolved "https://registry.yarnpkg.com/@inquirer/confirm/-/confirm-3.2.0.tgz#6af1284670ea7c7d95e3f1253684cfbd7228ad6a"
|
|
1041
1046
|
integrity sha512-oOIwPs0Dvq5220Z8lGL/6LHRTEr9TgLHmiI99Rj1PJ1p1czTys+olrgBqZk4E2qC0YTzeHprxSQmoHioVdJ7Lw==
|
|
@@ -1051,6 +1056,14 @@
|
|
|
1051
1056
|
"@inquirer/core" "^10.3.2"
|
|
1052
1057
|
"@inquirer/type" "^3.0.10"
|
|
1053
1058
|
|
|
1059
|
+
"@inquirer/confirm@^6.0.12":
|
|
1060
|
+
version "6.0.12"
|
|
1061
|
+
resolved "https://registry.yarnpkg.com/@inquirer/confirm/-/confirm-6.0.12.tgz#7a317aec813214cec2f5339b9fa0926c20bf0dbe"
|
|
1062
|
+
integrity sha512-h9FgGun3QwVYNj5TWIZZ+slii73bMoBFjPfVIGtnFuL4t8gBiNDV9PcSfIzkuxvgquJKt9nr1QzszpBzTbH8Og==
|
|
1063
|
+
dependencies:
|
|
1064
|
+
"@inquirer/core" "^11.1.9"
|
|
1065
|
+
"@inquirer/type" "^4.0.5"
|
|
1066
|
+
|
|
1054
1067
|
"@inquirer/core@^10.3.2":
|
|
1055
1068
|
version "10.3.2"
|
|
1056
1069
|
resolved "https://registry.yarnpkg.com/@inquirer/core/-/core-10.3.2.tgz#535979ff3ff4fe1e7cc4f83e2320504c743b7e20"
|
|
@@ -1065,6 +1078,19 @@
|
|
|
1065
1078
|
wrap-ansi "^6.2.0"
|
|
1066
1079
|
yoctocolors-cjs "^2.1.3"
|
|
1067
1080
|
|
|
1081
|
+
"@inquirer/core@^11.1.9":
|
|
1082
|
+
version "11.1.9"
|
|
1083
|
+
resolved "https://registry.yarnpkg.com/@inquirer/core/-/core-11.1.9.tgz#97f099f5217f50f168c12db00ac07f51ab550fbb"
|
|
1084
|
+
integrity sha512-BDE4fG22uYh1bGSifcj7JSx119TVYNViMhMu85usp4Fswrzh6M0DV3yld64jA98uOAa2GSQ4Bg4bZRm2d2cwSg==
|
|
1085
|
+
dependencies:
|
|
1086
|
+
"@inquirer/ansi" "^2.0.5"
|
|
1087
|
+
"@inquirer/figures" "^2.0.5"
|
|
1088
|
+
"@inquirer/type" "^4.0.5"
|
|
1089
|
+
cli-width "^4.1.0"
|
|
1090
|
+
fast-wrap-ansi "^0.2.0"
|
|
1091
|
+
mute-stream "^3.0.0"
|
|
1092
|
+
signal-exit "^4.1.0"
|
|
1093
|
+
|
|
1068
1094
|
"@inquirer/core@^9.0.8", "@inquirer/core@^9.1.0":
|
|
1069
1095
|
version "9.2.1"
|
|
1070
1096
|
resolved "https://registry.yarnpkg.com/@inquirer/core/-/core-9.2.1.tgz#677c49dee399c9063f31e0c93f0f37bddc67add1"
|
|
@@ -1119,6 +1145,11 @@
|
|
|
1119
1145
|
resolved "https://registry.yarnpkg.com/@inquirer/figures/-/figures-1.0.13.tgz#ad0afd62baab1c23175115a9b62f511b6a751e45"
|
|
1120
1146
|
integrity sha512-lGPVU3yO9ZNqA7vTYz26jny41lE7yoQansmqdMLBEfqaGsmdg7V3W9mK9Pvb5IL4EVZ9GnSDGMO/cJXud5dMaw==
|
|
1121
1147
|
|
|
1148
|
+
"@inquirer/figures@^2.0.5":
|
|
1149
|
+
version "2.0.5"
|
|
1150
|
+
resolved "https://registry.yarnpkg.com/@inquirer/figures/-/figures-2.0.5.tgz#d12f4889ac6ea7731ebc52bd9c066ca51d8fdee7"
|
|
1151
|
+
integrity sha512-NsSs4kzfm12lNetHwAn3GEuH317IzpwrMCbOuMIVytpjnJ90YYHNwdRgYGuKmVxwuIqSgqk3M5qqQt1cDk0tGQ==
|
|
1152
|
+
|
|
1122
1153
|
"@inquirer/input@^2.2.4":
|
|
1123
1154
|
version "2.2.7"
|
|
1124
1155
|
resolved "https://registry.yarnpkg.com/@inquirer/input/-/input-2.2.7.tgz#87a922243a6c833ee5f1d4a6102c68b3cee9f19d"
|
|
@@ -1161,6 +1192,15 @@
|
|
|
1161
1192
|
"@inquirer/core" "^10.3.2"
|
|
1162
1193
|
"@inquirer/type" "^3.0.10"
|
|
1163
1194
|
|
|
1195
|
+
"@inquirer/password@^5.0.12":
|
|
1196
|
+
version "5.0.12"
|
|
1197
|
+
resolved "https://registry.yarnpkg.com/@inquirer/password/-/password-5.0.12.tgz#c1dcf197258a8cfba800325b78287fa55a5a3ef8"
|
|
1198
|
+
integrity sha512-CBh7YHju623lxJRcAOo498ZUwIuMy63bqW/vVq0tQAZVv+lkWlHkP9ealYE1utWSisEShY5VMdzIXRmyEODzcQ==
|
|
1199
|
+
dependencies:
|
|
1200
|
+
"@inquirer/ansi" "^2.0.5"
|
|
1201
|
+
"@inquirer/core" "^11.1.9"
|
|
1202
|
+
"@inquirer/type" "^4.0.5"
|
|
1203
|
+
|
|
1164
1204
|
"@inquirer/prompts@^7.10.1":
|
|
1165
1205
|
version "7.10.1"
|
|
1166
1206
|
resolved "https://registry.yarnpkg.com/@inquirer/prompts/-/prompts-7.10.1.tgz#e1436c0484cf04c22548c74e2cd239e989d5f847"
|
|
@@ -1237,6 +1277,11 @@
|
|
|
1237
1277
|
resolved "https://registry.yarnpkg.com/@inquirer/type/-/type-3.0.10.tgz#11ed564ec78432a200ea2601a212d24af8150d50"
|
|
1238
1278
|
integrity sha512-BvziSRxfz5Ov8ch0z/n3oijRSEcEsHnhggm4xFZe93DHcUCTlutlq9Ox4SVENAfcRD22UQq7T/atg9Wr3k09eA==
|
|
1239
1279
|
|
|
1280
|
+
"@inquirer/type@^4.0.5":
|
|
1281
|
+
version "4.0.5"
|
|
1282
|
+
resolved "https://registry.yarnpkg.com/@inquirer/type/-/type-4.0.5.tgz#a02d90e5da8a36dce27ac8e7237a50c99a9003a3"
|
|
1283
|
+
integrity sha512-aetVUNeKNc/VriqXlw1NRSW0zhMBB0W4bNbWRJgzRl/3d0QNDQFfk0GO5SDdtjMZVg6o8ZKEiadd7SCCzoOn5Q==
|
|
1284
|
+
|
|
1240
1285
|
"@isaacs/cliui@^8.0.2":
|
|
1241
1286
|
version "8.0.2"
|
|
1242
1287
|
resolved "https://registry.yarnpkg.com/@isaacs/cliui/-/cliui-8.0.2.tgz#b37667b7bc181c168782259bab42474fbf52b550"
|
|
@@ -1416,10 +1461,10 @@
|
|
|
1416
1461
|
wordwrap "^1.0.0"
|
|
1417
1462
|
wrap-ansi "^7.0.0"
|
|
1418
1463
|
|
|
1419
|
-
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.10.2", "@oclif/core@^4.
|
|
1420
|
-
version "4.
|
|
1421
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.
|
|
1422
|
-
integrity sha512-
|
|
1464
|
+
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.10.2", "@oclif/core@^4.10.6":
|
|
1465
|
+
version "4.11.0"
|
|
1466
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.11.0.tgz#262102cbdabfe0f83eba5381a4ffcd34d779921a"
|
|
1467
|
+
integrity sha512-nTkRMgxFlIKQIIYGvhO2JMsLSQ1aHPHblHfFgxgoBrGK8Ao/8wxc4eNOIv/+t8dMXliZd7mREVr6la4aXXXg5A==
|
|
1423
1468
|
dependencies:
|
|
1424
1469
|
ansi-escapes "^4.3.2"
|
|
1425
1470
|
ansis "^3.17.0"
|
|
@@ -1440,10 +1485,10 @@
|
|
|
1440
1485
|
wordwrap "^1.0.0"
|
|
1441
1486
|
wrap-ansi "^7.0.0"
|
|
1442
1487
|
|
|
1443
|
-
"@oclif/plugin-command-snapshot@^5.3.
|
|
1444
|
-
version "5.3.
|
|
1445
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.
|
|
1446
|
-
integrity sha512-
|
|
1488
|
+
"@oclif/plugin-command-snapshot@^5.3.16":
|
|
1489
|
+
version "5.3.16"
|
|
1490
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.16.tgz#d4d45298a8be71c20ba8b6a850edc82b31000184"
|
|
1491
|
+
integrity sha512-pwTKWQRDrK9eOz1VVUTKm9q3tKf9Kihunu3R53LfcPXPpEhIJ6N+2zmCYqeuifrvjBqLT1VhAKpVgTfHXxURHg==
|
|
1447
1492
|
dependencies:
|
|
1448
1493
|
"@oclif/core" "^4"
|
|
1449
1494
|
ansis "^3.17.0"
|
|
@@ -1484,10 +1529,10 @@
|
|
|
1484
1529
|
lodash "^4.17.23"
|
|
1485
1530
|
registry-auth-token "^5.1.1"
|
|
1486
1531
|
|
|
1487
|
-
"@oclif/table@^0.5.
|
|
1488
|
-
version "0.5.
|
|
1489
|
-
resolved "https://registry.yarnpkg.com/@oclif/table/-/table-0.5.
|
|
1490
|
-
integrity sha512-
|
|
1532
|
+
"@oclif/table@^0.5.5":
|
|
1533
|
+
version "0.5.5"
|
|
1534
|
+
resolved "https://registry.yarnpkg.com/@oclif/table/-/table-0.5.5.tgz#bbe455aa636d95ae99723efac9ede1884adb891f"
|
|
1535
|
+
integrity sha512-ppjPNFf5bL28KiiMIxyDwXhGJ3ke7MFg532k8bkaInavv84zRgoLhc+5ocZMX1EPToqgSsZAn8bQhaZz07enww==
|
|
1491
1536
|
dependencies:
|
|
1492
1537
|
"@types/react" "^18.3.12"
|
|
1493
1538
|
change-case "^5.4.4"
|
|
@@ -1496,6 +1541,7 @@
|
|
|
1496
1541
|
natural-orderby "^3.0.2"
|
|
1497
1542
|
object-hash "^3.0.0"
|
|
1498
1543
|
react "^18.3.1"
|
|
1544
|
+
string-width "^8.2.0"
|
|
1499
1545
|
strip-ansi "^7.1.2"
|
|
1500
1546
|
wrap-ansi "^9.0.2"
|
|
1501
1547
|
|
|
@@ -1525,12 +1571,12 @@
|
|
|
1525
1571
|
"@pnpm/network.ca-file" "^1.0.1"
|
|
1526
1572
|
config-chain "^1.1.11"
|
|
1527
1573
|
|
|
1528
|
-
"@salesforce/cli-plugins-testkit@^5.3.
|
|
1529
|
-
version "5.3.
|
|
1530
|
-
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.
|
|
1531
|
-
integrity sha512-
|
|
1574
|
+
"@salesforce/cli-plugins-testkit@^5.3.54":
|
|
1575
|
+
version "5.3.54"
|
|
1576
|
+
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.54.tgz#636bed66cb28f94c3d415277d1796f5407a6313f"
|
|
1577
|
+
integrity sha512-OT4S2Wstg2gqWWbhG4q+/AioIWpU1BEsC+KBIBtw1Wckktxv6B/SWlpgIrCz6nQAPwwDpY1sNeGLxpDsNUKVzw==
|
|
1532
1578
|
dependencies:
|
|
1533
|
-
"@salesforce/core" "^8.28.
|
|
1579
|
+
"@salesforce/core" "^8.28.4"
|
|
1534
1580
|
"@salesforce/kit" "^3.2.6"
|
|
1535
1581
|
"@salesforce/ts-types" "^2.0.11"
|
|
1536
1582
|
"@types/shelljs" "^0.10.0"
|
|
@@ -1541,7 +1587,7 @@
|
|
|
1541
1587
|
strip-ansi "6.0.1"
|
|
1542
1588
|
ts-retry-promise "^0.8.1"
|
|
1543
1589
|
|
|
1544
|
-
"@salesforce/core@^8.
|
|
1590
|
+
"@salesforce/core@^8.23.1", "@salesforce/core@^8.28.3", "@salesforce/core@^8.28.4", "@salesforce/core@^8.5.1":
|
|
1545
1591
|
version "8.28.4"
|
|
1546
1592
|
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.28.4.tgz#98920d62c2b2a7fa025af38c74bdf6687d91b0a8"
|
|
1547
1593
|
integrity sha512-XQ0BBSetdW9cu36pu8ig5ZBX3oAbDSSH4djHkSU3iAzjLdTygEPIBVtKNeyj1++GmCy0rRiLr/yqoFYr21+GuQ==
|
|
@@ -1647,16 +1693,16 @@
|
|
|
1647
1693
|
string-width "^7.2.0"
|
|
1648
1694
|
terminal-link "^3.0.0"
|
|
1649
1695
|
|
|
1650
|
-
"@salesforce/sf-plugins-core@^12.2.
|
|
1651
|
-
version "12.2.
|
|
1652
|
-
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.
|
|
1653
|
-
integrity sha512-
|
|
1696
|
+
"@salesforce/sf-plugins-core@^12.2.10":
|
|
1697
|
+
version "12.2.10"
|
|
1698
|
+
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.10.tgz#b3c121ebbded3f9632f4c9cf96e906cdd1448323"
|
|
1699
|
+
integrity sha512-Rx6dbyKb1u08Fjcan8ZDhUkb073CBLRVEPH2KllZWclQRMa5gzcvmuB3uXhUXK5l0paH5o4g0CojgbNqEKhS9g==
|
|
1654
1700
|
dependencies:
|
|
1655
|
-
"@inquirer/confirm" "^
|
|
1656
|
-
"@inquirer/password" "^
|
|
1657
|
-
"@oclif/core" "^4.
|
|
1658
|
-
"@oclif/table" "^0.5.
|
|
1659
|
-
"@salesforce/core" "^8.
|
|
1701
|
+
"@inquirer/confirm" "^6.0.12"
|
|
1702
|
+
"@inquirer/password" "^5.0.12"
|
|
1703
|
+
"@oclif/core" "^4.10.6"
|
|
1704
|
+
"@oclif/table" "^0.5.5"
|
|
1705
|
+
"@salesforce/core" "^8.28.4"
|
|
1660
1706
|
"@salesforce/kit" "^3.2.3"
|
|
1661
1707
|
"@salesforce/ts-types" "^2.0.12"
|
|
1662
1708
|
ansis "^3.3.2"
|
|
@@ -4156,11 +4202,30 @@ fast-safe-stringify@^2.1.1:
|
|
|
4156
4202
|
resolved "https://registry.yarnpkg.com/fast-safe-stringify/-/fast-safe-stringify-2.1.1.tgz#c406a83b6e70d9e35ce3b30a81141df30aeba884"
|
|
4157
4203
|
integrity sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==
|
|
4158
4204
|
|
|
4205
|
+
fast-string-truncated-width@^3.0.2:
|
|
4206
|
+
version "3.0.3"
|
|
4207
|
+
resolved "https://registry.yarnpkg.com/fast-string-truncated-width/-/fast-string-truncated-width-3.0.3.tgz#23afe0da67d752ca0727538f1e6967759728ce49"
|
|
4208
|
+
integrity sha512-0jjjIEL6+0jag3l2XWWizO64/aZVtpiGE3t0Zgqxv0DPuxiMjvB3M24fCyhZUO4KomJQPj3LTSUnDP3GpdwC0g==
|
|
4209
|
+
|
|
4210
|
+
fast-string-width@^3.0.2:
|
|
4211
|
+
version "3.0.2"
|
|
4212
|
+
resolved "https://registry.yarnpkg.com/fast-string-width/-/fast-string-width-3.0.2.tgz#16dbabb491ce5585b5ecb675b65c165d71688eeb"
|
|
4213
|
+
integrity sha512-gX8LrtNEI5hq8DVUfRQMbr5lpaS4nMIWV+7XEbXk2b8kiQIizgnlr12B4dA3ZEx3308ze0O4Q1R+cHts8kyUJg==
|
|
4214
|
+
dependencies:
|
|
4215
|
+
fast-string-truncated-width "^3.0.2"
|
|
4216
|
+
|
|
4159
4217
|
fast-uri@^3.0.1:
|
|
4160
4218
|
version "3.0.1"
|
|
4161
4219
|
resolved "https://registry.yarnpkg.com/fast-uri/-/fast-uri-3.0.1.tgz#cddd2eecfc83a71c1be2cc2ef2061331be8a7134"
|
|
4162
4220
|
integrity sha512-MWipKbbYiYI0UC7cl8m/i/IWTqfC8YXsqjzybjddLsFjStroQzsHXkc73JutMvBiXmOvapk+axIl79ig5t55Bw==
|
|
4163
4221
|
|
|
4222
|
+
fast-wrap-ansi@^0.2.0:
|
|
4223
|
+
version "0.2.0"
|
|
4224
|
+
resolved "https://registry.yarnpkg.com/fast-wrap-ansi/-/fast-wrap-ansi-0.2.0.tgz#c0ae3f3982d061c3d657ec927196fbb47e22fe64"
|
|
4225
|
+
integrity sha512-rLV8JHxTyhVmFYhBJuMujcrHqOT2cnO5Zxj37qROj23CP39GXubJRBUFF0z8KFK77Uc0SukZUf7JZhsVEQ6n8w==
|
|
4226
|
+
dependencies:
|
|
4227
|
+
fast-string-width "^3.0.2"
|
|
4228
|
+
|
|
4164
4229
|
fast-xml-builder@^1.1.4:
|
|
4165
4230
|
version "1.1.4"
|
|
4166
4231
|
resolved "https://registry.yarnpkg.com/fast-xml-builder/-/fast-xml-builder-1.1.4.tgz#0c407a1d9d5996336c0cd76f7ff785cac6413017"
|
|
@@ -4408,6 +4473,11 @@ get-east-asian-width@^1.0.0:
|
|
|
4408
4473
|
resolved "https://registry.yarnpkg.com/get-east-asian-width/-/get-east-asian-width-1.2.0.tgz#5e6ebd9baee6fb8b7b6bd505221065f0cd91f64e"
|
|
4409
4474
|
integrity sha512-2nk+7SIVb14QrgXFHcm84tD4bKQz0RxPuMT8Ag5KPOq7J5fEmAg0UbXdTOSHqNuHSU28k55qnceesxXRZGzKWA==
|
|
4410
4475
|
|
|
4476
|
+
get-east-asian-width@^1.5.0:
|
|
4477
|
+
version "1.5.0"
|
|
4478
|
+
resolved "https://registry.yarnpkg.com/get-east-asian-width/-/get-east-asian-width-1.5.0.tgz#ce7008fe345edcf5497a6f557cfa54bc318a9ce7"
|
|
4479
|
+
integrity sha512-CQ+bEO+Tva/qlmw24dCejulK5pMzVnUOFOijVogd3KQs07HnRIgp8TGipvCCRT06xeYEbpbgwaCxglFyiuIcmA==
|
|
4480
|
+
|
|
4411
4481
|
get-func-name@^2.0.0, get-func-name@^2.0.2:
|
|
4412
4482
|
version "2.0.2"
|
|
4413
4483
|
resolved "https://registry.yarnpkg.com/get-func-name/-/get-func-name-2.0.2.tgz#0d7cf20cd13fda808669ffa88f4ffc7a3943fc41"
|
|
@@ -5979,6 +6049,11 @@ mute-stream@^2.0.0:
|
|
|
5979
6049
|
resolved "https://registry.yarnpkg.com/mute-stream/-/mute-stream-2.0.0.tgz#a5446fc0c512b71c83c44d908d5c7b7b4c493b2b"
|
|
5980
6050
|
integrity sha512-WWdIxpyjEn+FhQJQQv9aQAYlHoNVdzIzUySNV1gHUPDSdZJ3yZn7pAAbQcV7B56Mvu881q9FZV+0Vx2xC44VWA==
|
|
5981
6051
|
|
|
6052
|
+
mute-stream@^3.0.0:
|
|
6053
|
+
version "3.0.0"
|
|
6054
|
+
resolved "https://registry.yarnpkg.com/mute-stream/-/mute-stream-3.0.0.tgz#cd8014dd2acb72e1e91bb67c74f0019e620ba2d1"
|
|
6055
|
+
integrity sha512-dkEJPVvun4FryqBmZ5KhDo0K9iDXAwn08tMLDinNdRBNPcYEDiWYysLcc6k3mjTMlbP9KyylvRpd4wFtwrT9rw==
|
|
6056
|
+
|
|
5982
6057
|
natural-compare@^1.4.0:
|
|
5983
6058
|
version "1.4.0"
|
|
5984
6059
|
resolved "https://registry.yarnpkg.com/natural-compare/-/natural-compare-1.4.0.tgz#4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7"
|
|
@@ -7283,6 +7358,14 @@ string-width@^7.0.0, string-width@^7.2.0:
|
|
|
7283
7358
|
get-east-asian-width "^1.0.0"
|
|
7284
7359
|
strip-ansi "^7.1.0"
|
|
7285
7360
|
|
|
7361
|
+
string-width@^8.2.0:
|
|
7362
|
+
version "8.2.1"
|
|
7363
|
+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-8.2.1.tgz#165089cfa527cc88fbc23dd73313f5e334af1ea1"
|
|
7364
|
+
integrity sha512-IIaP0g3iy9Cyy18w3M9YcaDudujEAVHKt3a3QJg1+sr/oX96TbaGUubG0hJyCjCBThFH+tFpcIyoUHUn1ogaLA==
|
|
7365
|
+
dependencies:
|
|
7366
|
+
get-east-asian-width "^1.5.0"
|
|
7367
|
+
strip-ansi "^7.1.2"
|
|
7368
|
+
|
|
7286
7369
|
string.prototype.trim@^1.2.8:
|
|
7287
7370
|
version "1.2.8"
|
|
7288
7371
|
resolved "https://registry.yarnpkg.com/string.prototype.trim/-/string.prototype.trim-1.2.8.tgz#f9ac6f8af4bd55ddfa8895e6aea92a96395393bd"
|
package/oclif.manifest.json
CHANGED
|
@@ -524,131 +524,6 @@
|
|
|
524
524
|
"snapshot:delete:org"
|
|
525
525
|
]
|
|
526
526
|
},
|
|
527
|
-
"org:get:snapshot": {
|
|
528
|
-
"aliases": [
|
|
529
|
-
"force:org:snapshot:get"
|
|
530
|
-
],
|
|
531
|
-
"args": {},
|
|
532
|
-
"deprecateAliases": true,
|
|
533
|
-
"description": "Snapshot creation can take a while. Use this command with the snapshot name or ID to check its creation status. After the status changes to Active, you can use the snapshot to create scratch orgs.\n\nTo create a snapshot, use the \"<%= config.bin %> org create snapshot\" command. To retrieve a list of all snapshots, use \"<%= config.bin %> org list snapshot\".",
|
|
534
|
-
"examples": [
|
|
535
|
-
"Get snapshot details using its ID and the default Dev Hub org:\n<%= config.bin %> <%= command.id %> --snapshot 0Oo...",
|
|
536
|
-
"Get snapshot details using its name from a Dev Hub org with alias SnapshotDevHub:\n<%= config.bin %> <%= command.id %> --snapshot Dependencies --target-dev-hub SnapshotDevHub"
|
|
537
|
-
],
|
|
538
|
-
"flags": {
|
|
539
|
-
"json": {
|
|
540
|
-
"description": "Format output as json.",
|
|
541
|
-
"helpGroup": "GLOBAL",
|
|
542
|
-
"name": "json",
|
|
543
|
-
"allowNo": false,
|
|
544
|
-
"type": "boolean"
|
|
545
|
-
},
|
|
546
|
-
"flags-dir": {
|
|
547
|
-
"helpGroup": "GLOBAL",
|
|
548
|
-
"name": "flags-dir",
|
|
549
|
-
"summary": "Import flag values from a directory.",
|
|
550
|
-
"hasDynamicHelp": false,
|
|
551
|
-
"multiple": false,
|
|
552
|
-
"type": "option"
|
|
553
|
-
},
|
|
554
|
-
"target-dev-hub": {
|
|
555
|
-
"aliases": [
|
|
556
|
-
"targetdevhubusername"
|
|
557
|
-
],
|
|
558
|
-
"char": "v",
|
|
559
|
-
"deprecateAliases": true,
|
|
560
|
-
"name": "target-dev-hub",
|
|
561
|
-
"noCacheDefault": true,
|
|
562
|
-
"required": true,
|
|
563
|
-
"summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
|
|
564
|
-
"hasDynamicHelp": true,
|
|
565
|
-
"multiple": false,
|
|
566
|
-
"type": "option"
|
|
567
|
-
},
|
|
568
|
-
"api-version": {
|
|
569
|
-
"aliases": [
|
|
570
|
-
"apiversion"
|
|
571
|
-
],
|
|
572
|
-
"deprecateAliases": true,
|
|
573
|
-
"description": "Override the api version used for api requests made by this command",
|
|
574
|
-
"name": "api-version",
|
|
575
|
-
"hasDynamicHelp": false,
|
|
576
|
-
"multiple": false,
|
|
577
|
-
"type": "option"
|
|
578
|
-
},
|
|
579
|
-
"loglevel": {
|
|
580
|
-
"deprecated": {
|
|
581
|
-
"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."
|
|
582
|
-
},
|
|
583
|
-
"hidden": true,
|
|
584
|
-
"name": "loglevel",
|
|
585
|
-
"hasDynamicHelp": false,
|
|
586
|
-
"multiple": false,
|
|
587
|
-
"type": "option"
|
|
588
|
-
},
|
|
589
|
-
"snapshot": {
|
|
590
|
-
"char": "s",
|
|
591
|
-
"description": "The IDs of scratch org snapshots start with 0Oo.",
|
|
592
|
-
"name": "snapshot",
|
|
593
|
-
"required": true,
|
|
594
|
-
"summary": "Name or ID of snapshot to retrieve.",
|
|
595
|
-
"hasDynamicHelp": false,
|
|
596
|
-
"multiple": false,
|
|
597
|
-
"type": "option"
|
|
598
|
-
}
|
|
599
|
-
},
|
|
600
|
-
"hasDynamicHelp": true,
|
|
601
|
-
"hiddenAliases": [],
|
|
602
|
-
"id": "org:get:snapshot",
|
|
603
|
-
"pluginAlias": "@salesforce/plugin-signups",
|
|
604
|
-
"pluginName": "@salesforce/plugin-signups",
|
|
605
|
-
"pluginType": "core",
|
|
606
|
-
"strict": true,
|
|
607
|
-
"summary": "Get details about a scratch org snapshot.",
|
|
608
|
-
"enableJsonFlag": true,
|
|
609
|
-
"isESM": true,
|
|
610
|
-
"relativePath": [
|
|
611
|
-
"lib",
|
|
612
|
-
"commands",
|
|
613
|
-
"org",
|
|
614
|
-
"get",
|
|
615
|
-
"snapshot.js"
|
|
616
|
-
],
|
|
617
|
-
"aliasPermutations": [
|
|
618
|
-
"force:org:snapshot:get",
|
|
619
|
-
"org:force:snapshot:get",
|
|
620
|
-
"org:snapshot:force:get",
|
|
621
|
-
"org:snapshot:get:force",
|
|
622
|
-
"force:snapshot:org:get",
|
|
623
|
-
"snapshot:force:org:get",
|
|
624
|
-
"snapshot:org:force:get",
|
|
625
|
-
"snapshot:org:get:force",
|
|
626
|
-
"force:snapshot:get:org",
|
|
627
|
-
"snapshot:force:get:org",
|
|
628
|
-
"snapshot:get:force:org",
|
|
629
|
-
"snapshot:get:org:force",
|
|
630
|
-
"force:org:get:snapshot",
|
|
631
|
-
"org:force:get:snapshot",
|
|
632
|
-
"org:get:force:snapshot",
|
|
633
|
-
"org:get:snapshot:force",
|
|
634
|
-
"force:get:org:snapshot",
|
|
635
|
-
"get:force:org:snapshot",
|
|
636
|
-
"get:org:force:snapshot",
|
|
637
|
-
"get:org:snapshot:force",
|
|
638
|
-
"force:get:snapshot:org",
|
|
639
|
-
"get:force:snapshot:org",
|
|
640
|
-
"get:snapshot:force:org",
|
|
641
|
-
"get:snapshot:org:force"
|
|
642
|
-
],
|
|
643
|
-
"permutations": [
|
|
644
|
-
"org:get:snapshot",
|
|
645
|
-
"get:org:snapshot",
|
|
646
|
-
"get:snapshot:org",
|
|
647
|
-
"org:snapshot:get",
|
|
648
|
-
"snapshot:org:get",
|
|
649
|
-
"snapshot:get:org"
|
|
650
|
-
]
|
|
651
|
-
},
|
|
652
527
|
"org:list:shape": {
|
|
653
528
|
"aliases": [
|
|
654
529
|
"force:org:shape:list"
|
|
@@ -860,7 +735,132 @@
|
|
|
860
735
|
"snapshot:org:list",
|
|
861
736
|
"snapshot:list:org"
|
|
862
737
|
]
|
|
738
|
+
},
|
|
739
|
+
"org:get:snapshot": {
|
|
740
|
+
"aliases": [
|
|
741
|
+
"force:org:snapshot:get"
|
|
742
|
+
],
|
|
743
|
+
"args": {},
|
|
744
|
+
"deprecateAliases": true,
|
|
745
|
+
"description": "Snapshot creation can take a while. Use this command with the snapshot name or ID to check its creation status. After the status changes to Active, you can use the snapshot to create scratch orgs.\n\nTo create a snapshot, use the \"<%= config.bin %> org create snapshot\" command. To retrieve a list of all snapshots, use \"<%= config.bin %> org list snapshot\".",
|
|
746
|
+
"examples": [
|
|
747
|
+
"Get snapshot details using its ID and the default Dev Hub org:\n<%= config.bin %> <%= command.id %> --snapshot 0Oo...",
|
|
748
|
+
"Get snapshot details using its name from a Dev Hub org with alias SnapshotDevHub:\n<%= config.bin %> <%= command.id %> --snapshot Dependencies --target-dev-hub SnapshotDevHub"
|
|
749
|
+
],
|
|
750
|
+
"flags": {
|
|
751
|
+
"json": {
|
|
752
|
+
"description": "Format output as json.",
|
|
753
|
+
"helpGroup": "GLOBAL",
|
|
754
|
+
"name": "json",
|
|
755
|
+
"allowNo": false,
|
|
756
|
+
"type": "boolean"
|
|
757
|
+
},
|
|
758
|
+
"flags-dir": {
|
|
759
|
+
"helpGroup": "GLOBAL",
|
|
760
|
+
"name": "flags-dir",
|
|
761
|
+
"summary": "Import flag values from a directory.",
|
|
762
|
+
"hasDynamicHelp": false,
|
|
763
|
+
"multiple": false,
|
|
764
|
+
"type": "option"
|
|
765
|
+
},
|
|
766
|
+
"target-dev-hub": {
|
|
767
|
+
"aliases": [
|
|
768
|
+
"targetdevhubusername"
|
|
769
|
+
],
|
|
770
|
+
"char": "v",
|
|
771
|
+
"deprecateAliases": true,
|
|
772
|
+
"name": "target-dev-hub",
|
|
773
|
+
"noCacheDefault": true,
|
|
774
|
+
"required": true,
|
|
775
|
+
"summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
|
|
776
|
+
"hasDynamicHelp": true,
|
|
777
|
+
"multiple": false,
|
|
778
|
+
"type": "option"
|
|
779
|
+
},
|
|
780
|
+
"api-version": {
|
|
781
|
+
"aliases": [
|
|
782
|
+
"apiversion"
|
|
783
|
+
],
|
|
784
|
+
"deprecateAliases": true,
|
|
785
|
+
"description": "Override the api version used for api requests made by this command",
|
|
786
|
+
"name": "api-version",
|
|
787
|
+
"hasDynamicHelp": false,
|
|
788
|
+
"multiple": false,
|
|
789
|
+
"type": "option"
|
|
790
|
+
},
|
|
791
|
+
"loglevel": {
|
|
792
|
+
"deprecated": {
|
|
793
|
+
"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."
|
|
794
|
+
},
|
|
795
|
+
"hidden": true,
|
|
796
|
+
"name": "loglevel",
|
|
797
|
+
"hasDynamicHelp": false,
|
|
798
|
+
"multiple": false,
|
|
799
|
+
"type": "option"
|
|
800
|
+
},
|
|
801
|
+
"snapshot": {
|
|
802
|
+
"char": "s",
|
|
803
|
+
"description": "The IDs of scratch org snapshots start with 0Oo.",
|
|
804
|
+
"name": "snapshot",
|
|
805
|
+
"required": true,
|
|
806
|
+
"summary": "Name or ID of snapshot to retrieve.",
|
|
807
|
+
"hasDynamicHelp": false,
|
|
808
|
+
"multiple": false,
|
|
809
|
+
"type": "option"
|
|
810
|
+
}
|
|
811
|
+
},
|
|
812
|
+
"hasDynamicHelp": true,
|
|
813
|
+
"hiddenAliases": [],
|
|
814
|
+
"id": "org:get:snapshot",
|
|
815
|
+
"pluginAlias": "@salesforce/plugin-signups",
|
|
816
|
+
"pluginName": "@salesforce/plugin-signups",
|
|
817
|
+
"pluginType": "core",
|
|
818
|
+
"strict": true,
|
|
819
|
+
"summary": "Get details about a scratch org snapshot.",
|
|
820
|
+
"enableJsonFlag": true,
|
|
821
|
+
"isESM": true,
|
|
822
|
+
"relativePath": [
|
|
823
|
+
"lib",
|
|
824
|
+
"commands",
|
|
825
|
+
"org",
|
|
826
|
+
"get",
|
|
827
|
+
"snapshot.js"
|
|
828
|
+
],
|
|
829
|
+
"aliasPermutations": [
|
|
830
|
+
"force:org:snapshot:get",
|
|
831
|
+
"org:force:snapshot:get",
|
|
832
|
+
"org:snapshot:force:get",
|
|
833
|
+
"org:snapshot:get:force",
|
|
834
|
+
"force:snapshot:org:get",
|
|
835
|
+
"snapshot:force:org:get",
|
|
836
|
+
"snapshot:org:force:get",
|
|
837
|
+
"snapshot:org:get:force",
|
|
838
|
+
"force:snapshot:get:org",
|
|
839
|
+
"snapshot:force:get:org",
|
|
840
|
+
"snapshot:get:force:org",
|
|
841
|
+
"snapshot:get:org:force",
|
|
842
|
+
"force:org:get:snapshot",
|
|
843
|
+
"org:force:get:snapshot",
|
|
844
|
+
"org:get:force:snapshot",
|
|
845
|
+
"org:get:snapshot:force",
|
|
846
|
+
"force:get:org:snapshot",
|
|
847
|
+
"get:force:org:snapshot",
|
|
848
|
+
"get:org:force:snapshot",
|
|
849
|
+
"get:org:snapshot:force",
|
|
850
|
+
"force:get:snapshot:org",
|
|
851
|
+
"get:force:snapshot:org",
|
|
852
|
+
"get:snapshot:force:org",
|
|
853
|
+
"get:snapshot:org:force"
|
|
854
|
+
],
|
|
855
|
+
"permutations": [
|
|
856
|
+
"org:get:snapshot",
|
|
857
|
+
"get:org:snapshot",
|
|
858
|
+
"get:snapshot:org",
|
|
859
|
+
"org:snapshot:get",
|
|
860
|
+
"snapshot:org:get",
|
|
861
|
+
"snapshot:get:org"
|
|
862
|
+
]
|
|
863
863
|
}
|
|
864
864
|
},
|
|
865
|
-
"version": "2.6.
|
|
865
|
+
"version": "2.6.67"
|
|
866
866
|
}
|
package/package.json
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-signups",
|
|
3
3
|
"description": "Commands to interact with org shapes",
|
|
4
|
-
"version": "2.6.
|
|
4
|
+
"version": "2.6.67",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
8
8
|
"@oclif/core": "^4",
|
|
9
9
|
"@salesforce/core": "^8.28.4",
|
|
10
10
|
"@salesforce/kit": "^3.2.6",
|
|
11
|
-
"@salesforce/sf-plugins-core": "^12.2.
|
|
11
|
+
"@salesforce/sf-plugins-core": "^12.2.10",
|
|
12
12
|
"change-case": "^5.4.4"
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
|
-
"@oclif/plugin-command-snapshot": "^5.3.
|
|
16
|
-
"@salesforce/cli-plugins-testkit": "^5.3.
|
|
15
|
+
"@oclif/plugin-command-snapshot": "^5.3.16",
|
|
16
|
+
"@salesforce/cli-plugins-testkit": "^5.3.54",
|
|
17
17
|
"@salesforce/dev-scripts": "^11.0.4",
|
|
18
18
|
"@salesforce/plugin-command-reference": "^3.1.92",
|
|
19
19
|
"@salesforce/ts-types": "^2.0.11",
|
|
@@ -220,7 +220,7 @@
|
|
|
220
220
|
"exports": "./lib/index.js",
|
|
221
221
|
"type": "module",
|
|
222
222
|
"sfdx": {
|
|
223
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.6.
|
|
224
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.6.
|
|
223
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.6.67.crt",
|
|
224
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.6.67.sig"
|
|
225
225
|
}
|
|
226
226
|
}
|