@salesforce/plugin-signups 2.6.80 → 3.0.0
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 +657 -326
- package/oclif.lock +119 -33
- package/oclif.manifest.json +126 -126
- package/package.json +10 -10
package/oclif.lock
CHANGED
|
@@ -1081,10 +1081,10 @@
|
|
|
1081
1081
|
wordwrap "^1.0.0"
|
|
1082
1082
|
wrap-ansi "^7.0.0"
|
|
1083
1083
|
|
|
1084
|
-
"@oclif/plugin-command-snapshot@^5.3.
|
|
1085
|
-
version "5.3.
|
|
1086
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.
|
|
1087
|
-
integrity sha512-
|
|
1084
|
+
"@oclif/plugin-command-snapshot@^5.3.32":
|
|
1085
|
+
version "5.3.32"
|
|
1086
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.32.tgz#6b48e9823df9058d3f1340877409921240980fb1"
|
|
1087
|
+
integrity sha512-oFvYUDxDHp0d5sg9SsEjHbT1LXdXuuKBdNhyMv37da9HjUU+RtxI0xb7vR465IUC3ftKThIvXZFcCduWOUPiqA==
|
|
1088
1088
|
dependencies:
|
|
1089
1089
|
"@oclif/core" "^4"
|
|
1090
1090
|
ansis "^3.17.0"
|
|
@@ -1094,7 +1094,7 @@
|
|
|
1094
1094
|
lodash.get "^4.4.2"
|
|
1095
1095
|
lodash.sortby "^4.7.0"
|
|
1096
1096
|
semver "^7.8.5"
|
|
1097
|
-
ts-json-schema-generator "^
|
|
1097
|
+
ts-json-schema-generator "^2.9.0"
|
|
1098
1098
|
|
|
1099
1099
|
"@oclif/plugin-help@^6.2.53":
|
|
1100
1100
|
version "6.2.53"
|
|
@@ -1183,7 +1183,7 @@
|
|
|
1183
1183
|
strip-ansi "6.0.1"
|
|
1184
1184
|
ts-retry-promise "^0.8.1"
|
|
1185
1185
|
|
|
1186
|
-
"@salesforce/core@^8.23.1", "@salesforce/core@^8.31.2", "@salesforce/core@^8.31.4", "@salesforce/core@^8.
|
|
1186
|
+
"@salesforce/core@^8.23.1", "@salesforce/core@^8.31.2", "@salesforce/core@^8.31.4", "@salesforce/core@^8.32.4":
|
|
1187
1187
|
version "8.32.6"
|
|
1188
1188
|
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.32.6.tgz#2824dc917888dc040995dfef3a9e83d41fafbdea"
|
|
1189
1189
|
integrity sha512-ZR973WoqCgi6cR58WhgokbHVZOaADNKHiuM1FAwS5pTLQnC91xYi04i2e/gpAX2AUf7Ya6zjbusYtZNpSyKKAQ==
|
|
@@ -1208,6 +1208,31 @@
|
|
|
1208
1208
|
ts-retry-promise "^0.8.1"
|
|
1209
1209
|
zod "^4.1.12"
|
|
1210
1210
|
|
|
1211
|
+
"@salesforce/core@^9.0.0":
|
|
1212
|
+
version "9.0.0"
|
|
1213
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-9.0.0.tgz#bf7a2816a322b8febc5349f5a1c884b8be073b06"
|
|
1214
|
+
integrity sha512-sL4sr8MXcdsHZJr0bacMY0ZJmbPwBEvJudDIlKxKdQu/62d1aNBvACPFfL32QJdu2sOkEpgF3CX/0znkU43g2g==
|
|
1215
|
+
dependencies:
|
|
1216
|
+
"@jsforce/jsforce-node" "^3.10.17"
|
|
1217
|
+
"@salesforce/kit" "^4.0.0"
|
|
1218
|
+
"@salesforce/ts-types" "^3.0.0"
|
|
1219
|
+
ajv "^8.18.0"
|
|
1220
|
+
change-case "^4.1.2"
|
|
1221
|
+
fast-levenshtein "^3.0.0"
|
|
1222
|
+
faye "^1.4.1"
|
|
1223
|
+
form-data "^4.0.5"
|
|
1224
|
+
js2xmlparser "^4.0.1"
|
|
1225
|
+
jsonwebtoken "9.0.3"
|
|
1226
|
+
jszip "3.10.1"
|
|
1227
|
+
memfs "4.38.1"
|
|
1228
|
+
pino "^9.7.0"
|
|
1229
|
+
pino-abstract-transport "^1.2.0"
|
|
1230
|
+
pino-pretty "^11.3.0"
|
|
1231
|
+
proper-lockfile "^4.1.2"
|
|
1232
|
+
semver "^7.8.0"
|
|
1233
|
+
ts-retry-promise "^0.8.1"
|
|
1234
|
+
zod "^4.1.12"
|
|
1235
|
+
|
|
1211
1236
|
"@salesforce/dev-config@^4.3.1":
|
|
1212
1237
|
version "4.3.1"
|
|
1213
1238
|
resolved "https://registry.yarnpkg.com/@salesforce/dev-config/-/dev-config-4.3.1.tgz#4dac8245df79d675258b50e1d24e8c636eaa5e10"
|
|
@@ -1252,15 +1277,22 @@
|
|
|
1252
1277
|
dependencies:
|
|
1253
1278
|
"@salesforce/ts-types" "^2.0.12"
|
|
1254
1279
|
|
|
1255
|
-
"@salesforce/
|
|
1256
|
-
version "
|
|
1257
|
-
resolved "https://registry.yarnpkg.com/@salesforce/
|
|
1258
|
-
integrity sha512-
|
|
1280
|
+
"@salesforce/kit@^4.0.0":
|
|
1281
|
+
version "4.0.0"
|
|
1282
|
+
resolved "https://registry.yarnpkg.com/@salesforce/kit/-/kit-4.0.0.tgz#ef2be4c59abf57156175d340e4cdc356bc28095e"
|
|
1283
|
+
integrity sha512-VwxhSH/8PQ5YmPAdhmLaJGCgR0n/pOm8T2y+/odMFthd5SA0xsO/kTdaRLFnFQAxxNj1nYtNHRb+BoMuAatzew==
|
|
1284
|
+
dependencies:
|
|
1285
|
+
"@salesforce/ts-types" "^3.0.0"
|
|
1286
|
+
|
|
1287
|
+
"@salesforce/plugin-command-reference@^3.1.125":
|
|
1288
|
+
version "3.1.125"
|
|
1289
|
+
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.125.tgz#c9006c152a1ceb1be1b57b4c8a4fa1c01a80ef84"
|
|
1290
|
+
integrity sha512-Mh9qWKdnZKUQ07e+BtJhITi1X5QexdqOOf5YSQchlX+VNDj5UEzG+AZwb9Fnts+w7YNapkjKCWRB4GybznYpHg==
|
|
1259
1291
|
dependencies:
|
|
1260
1292
|
"@oclif/core" "^4"
|
|
1261
|
-
"@salesforce/core" "^8.
|
|
1293
|
+
"@salesforce/core" "^8.32.4"
|
|
1262
1294
|
"@salesforce/kit" "^3.2.6"
|
|
1263
|
-
"@salesforce/sf-plugins-core" "^12.2.
|
|
1295
|
+
"@salesforce/sf-plugins-core" "^12.2.26"
|
|
1264
1296
|
"@salesforce/ts-types" "^2.0.11"
|
|
1265
1297
|
chalk "^5.6.2"
|
|
1266
1298
|
debug "^4.4.3"
|
|
@@ -1271,7 +1303,7 @@
|
|
|
1271
1303
|
resolved "https://registry.yarnpkg.com/@salesforce/prettier-config/-/prettier-config-0.0.3.tgz#ba648d4886bb38adabe073dbea0b3a91b3753bb0"
|
|
1272
1304
|
integrity sha512-hYOhoPTCSYMDYn+U1rlEk16PoBeAJPkrdg4/UtAzupM1mRRJOwEPMG1d7U8DxJFKuXW3DMEYWr2MwAIBDaHmFg==
|
|
1273
1305
|
|
|
1274
|
-
"@salesforce/sf-plugins-core@^12.2.
|
|
1306
|
+
"@salesforce/sf-plugins-core@^12.2.26":
|
|
1275
1307
|
version "12.2.26"
|
|
1276
1308
|
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.26.tgz#5a6c71e3abd21c8b241120e8fc8ae9c97df81684"
|
|
1277
1309
|
integrity sha512-FgGZFwlYIDcD6/8g6+iwv5MNKaCD6r65y+xdX+iqPkIEaEneRVKrcS0tSepmYFi4DG13P0KJwGlCqDOV24g0Bg==
|
|
@@ -1287,11 +1319,32 @@
|
|
|
1287
1319
|
cli-progress "^3.12.0"
|
|
1288
1320
|
terminal-link "^3.0.0"
|
|
1289
1321
|
|
|
1322
|
+
"@salesforce/sf-plugins-core@^13.0.0":
|
|
1323
|
+
version "13.0.0"
|
|
1324
|
+
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-13.0.0.tgz#81efcceaead271ec888c8e66eb965da12bd70116"
|
|
1325
|
+
integrity sha512-enKeAfswRyqWN6mcs0HkN+oMnJzUwJIs+Aea8U6NZsdvAdzVEZP4e7vHTPhIQ6esQeGAIf+miPJ8hOITCrDK/A==
|
|
1326
|
+
dependencies:
|
|
1327
|
+
"@inquirer/confirm" "^6.1.1"
|
|
1328
|
+
"@inquirer/password" "^5.1.1"
|
|
1329
|
+
"@oclif/core" "^4.11.4"
|
|
1330
|
+
"@oclif/table" "^0.5.9"
|
|
1331
|
+
"@salesforce/core" "^9.0.0"
|
|
1332
|
+
"@salesforce/kit" "^4.0.0"
|
|
1333
|
+
"@salesforce/ts-types" "^3.0.0"
|
|
1334
|
+
ansis "^3.3.2"
|
|
1335
|
+
cli-progress "^3.12.0"
|
|
1336
|
+
terminal-link "^3.0.0"
|
|
1337
|
+
|
|
1290
1338
|
"@salesforce/ts-types@^2.0.11", "@salesforce/ts-types@^2.0.12":
|
|
1291
1339
|
version "2.0.12"
|
|
1292
1340
|
resolved "https://registry.yarnpkg.com/@salesforce/ts-types/-/ts-types-2.0.12.tgz#60420622812a7ec7e46d220667bc29b42dc247ff"
|
|
1293
1341
|
integrity sha512-BIJyduJC18Kc8z+arUm5AZ9VkPRyw1KKAm+Tk+9LT99eOzhNilyfKzhZ4t+tG2lIGgnJpmytZfVDZ0e2kFul8g==
|
|
1294
1342
|
|
|
1343
|
+
"@salesforce/ts-types@^3.0.0":
|
|
1344
|
+
version "3.0.0"
|
|
1345
|
+
resolved "https://registry.yarnpkg.com/@salesforce/ts-types/-/ts-types-3.0.0.tgz#375b13e92f594bc9d0a09716d77fc753bd31e6a6"
|
|
1346
|
+
integrity sha512-lTCoI1NtQWiMDyn7B9N/CfWK9WmSpRnbYWqKTZYstn3mZ2DWSYwJXTh5Oh2wAAS9LAD/vaoU3F/TrV3q7wfnYw==
|
|
1347
|
+
|
|
1295
1348
|
"@shikijs/core@1.11.1":
|
|
1296
1349
|
version "1.11.1"
|
|
1297
1350
|
resolved "https://registry.yarnpkg.com/@shikijs/core/-/core-1.11.1.tgz#a102cf56f32fa8cf3ceb9f918f2da5511782efe7"
|
|
@@ -2455,10 +2508,10 @@ combined-stream@^1.0.8:
|
|
|
2455
2508
|
dependencies:
|
|
2456
2509
|
delayed-stream "~1.0.0"
|
|
2457
2510
|
|
|
2458
|
-
commander@^
|
|
2459
|
-
version "
|
|
2460
|
-
resolved "https://registry.yarnpkg.com/commander/-/commander-
|
|
2461
|
-
integrity sha512-
|
|
2511
|
+
commander@^14.0.3:
|
|
2512
|
+
version "14.0.3"
|
|
2513
|
+
resolved "https://registry.yarnpkg.com/commander/-/commander-14.0.3.tgz#425d79b48f9af82fcd9e4fc1ea8af6c5ec07bbc2"
|
|
2514
|
+
integrity sha512-H+y0Jo/T1RZ9qPP4Eh1pkcQcLRglraJaSLoyOtHxu6AapkjWVCy2Sit1QQ4x3Dng8qDlSsZEet7g5Pq06MvTgw==
|
|
2462
2515
|
|
|
2463
2516
|
commander@^4.0.1:
|
|
2464
2517
|
version "4.1.1"
|
|
@@ -3673,6 +3726,15 @@ glob@^10.3.10:
|
|
|
3673
3726
|
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
|
|
3674
3727
|
path-scurry "^1.10.1"
|
|
3675
3728
|
|
|
3729
|
+
glob@^13.0.6:
|
|
3730
|
+
version "13.0.6"
|
|
3731
|
+
resolved "https://registry.yarnpkg.com/glob/-/glob-13.0.6.tgz#078666566a425147ccacfbd2e332deb66a2be71d"
|
|
3732
|
+
integrity sha512-Wjlyrolmm8uDpm/ogGyXZXb1Z+Ca2B8NbJwqBVg0axK9GbBeoS7yGV6vjXnYdGm6X53iehEuxxbyiKp8QmN4Vw==
|
|
3733
|
+
dependencies:
|
|
3734
|
+
minimatch "^10.2.2"
|
|
3735
|
+
minipass "^7.1.3"
|
|
3736
|
+
path-scurry "^2.0.2"
|
|
3737
|
+
|
|
3676
3738
|
glob@^7.0.0, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6:
|
|
3677
3739
|
version "7.2.3"
|
|
3678
3740
|
resolved "https://registry.yarnpkg.com/glob/-/glob-7.2.3.tgz#b8df0fb802bbfa8e89bd1d938b4e16578ed44f2b"
|
|
@@ -3685,7 +3747,7 @@ glob@^7.0.0, glob@^7.1.3, glob@^7.1.4, glob@^7.1.6:
|
|
|
3685
3747
|
once "^1.3.0"
|
|
3686
3748
|
path-is-absolute "^1.0.0"
|
|
3687
3749
|
|
|
3688
|
-
glob@^8.
|
|
3750
|
+
glob@^8.1.0:
|
|
3689
3751
|
version "8.1.0"
|
|
3690
3752
|
resolved "https://registry.yarnpkg.com/glob/-/glob-8.1.0.tgz#d388f656593ef708ee3e34640fdfb99a9fd1c33e"
|
|
3691
3753
|
integrity sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==
|
|
@@ -4859,6 +4921,11 @@ lru-cache@^10.0.1, "lru-cache@^9.1.1 || ^10.0.0":
|
|
|
4859
4921
|
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-10.2.2.tgz#48206bc114c1252940c41b25b41af5b545aca878"
|
|
4860
4922
|
integrity sha512-9hp3Vp2/hFQUiIwKo8XCeFVnrg8Pk3TYNPIR7tJADKi5YfcF7vEaK7avFHTlSy3kOKYaJQaalfEo6YuXdceBOQ==
|
|
4861
4923
|
|
|
4924
|
+
lru-cache@^11.0.0:
|
|
4925
|
+
version "11.5.2"
|
|
4926
|
+
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-11.5.2.tgz#00e16665c90c620fba14a3c368732a976493f760"
|
|
4927
|
+
integrity sha512-4pfM1Ff0x50o0tQwb5ucw/RzNyD0/YJME6IVcStalZuMWxdt3sR3huStTtxz4PUmvZfRguvDejasvQ2kifR11g==
|
|
4928
|
+
|
|
4862
4929
|
lru-cache@^5.1.1:
|
|
4863
4930
|
version "5.1.1"
|
|
4864
4931
|
resolved "https://registry.yarnpkg.com/lru-cache/-/lru-cache-5.1.1.tgz#1da27e6710271947695daf6848e847f01d84b920"
|
|
@@ -5023,7 +5090,7 @@ minimatch@9.0.3:
|
|
|
5023
5090
|
dependencies:
|
|
5024
5091
|
brace-expansion "^2.0.1"
|
|
5025
5092
|
|
|
5026
|
-
minimatch@^10.2.5:
|
|
5093
|
+
minimatch@^10.2.2, minimatch@^10.2.5:
|
|
5027
5094
|
version "10.2.5"
|
|
5028
5095
|
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.2.5.tgz#bd48687a0be38ed2961399105600f832095861d1"
|
|
5029
5096
|
integrity sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==
|
|
@@ -5070,6 +5137,11 @@ minimist@^1.2.0, minimist@^1.2.5, minimist@^1.2.6:
|
|
|
5070
5137
|
resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.0.4.tgz#dbce03740f50a4786ba994c1fb908844d27b038c"
|
|
5071
5138
|
integrity sha512-jYofLM5Dam9279rdkWzqHozUo4ybjdZmCsDHePy5V/PbBcVMiSZR97gmAy45aqi8CK1lG2ECd356FU86avfwUQ==
|
|
5072
5139
|
|
|
5140
|
+
minipass@^7.1.2, minipass@^7.1.3:
|
|
5141
|
+
version "7.1.3"
|
|
5142
|
+
resolved "https://registry.yarnpkg.com/minipass/-/minipass-7.1.3.tgz#79389b4eb1bb2d003a9bba87d492f2bd37bdc65b"
|
|
5143
|
+
integrity sha512-tEBHqDnIoM/1rXME1zgka9g6Q2lcoCkxHLuc7ODJ5BxbP5d4c2Z5cGgtXAku59200Cx7diuHTOYfSBD8n6mm8A==
|
|
5144
|
+
|
|
5073
5145
|
mocha@^10.7.0:
|
|
5074
5146
|
version "10.7.0"
|
|
5075
5147
|
resolved "https://registry.yarnpkg.com/mocha/-/mocha-10.7.0.tgz#9e5cbed8fa9b37537a25bd1f7fb4f6fc45458b9a"
|
|
@@ -5546,6 +5618,14 @@ path-scurry@^1.10.1:
|
|
|
5546
5618
|
lru-cache "^9.1.1 || ^10.0.0"
|
|
5547
5619
|
minipass "^5.0.0 || ^6.0.2 || ^7.0.0"
|
|
5548
5620
|
|
|
5621
|
+
path-scurry@^2.0.2:
|
|
5622
|
+
version "2.0.2"
|
|
5623
|
+
resolved "https://registry.yarnpkg.com/path-scurry/-/path-scurry-2.0.2.tgz#6be0d0ee02a10d9e0de7a98bae65e182c9061f85"
|
|
5624
|
+
integrity sha512-3O/iVVsJAPsOnpwWIeD+d6z/7PmqApyQePUtCndjatj/9I5LylHvt5qluFaBT3I5h3r1ejfR056c+FCv+NnNXg==
|
|
5625
|
+
dependencies:
|
|
5626
|
+
lru-cache "^11.0.0"
|
|
5627
|
+
minipass "^7.1.2"
|
|
5628
|
+
|
|
5549
5629
|
path-to-regexp@^1.7.0:
|
|
5550
5630
|
version "1.8.0"
|
|
5551
5631
|
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-1.8.0.tgz#887b3ba9d84393e87a0a0b9f4cb756198b53548a"
|
|
@@ -6064,11 +6144,16 @@ safe-regex-test@^1.0.0:
|
|
|
6064
6144
|
get-intrinsic "^1.1.3"
|
|
6065
6145
|
is-regex "^1.1.4"
|
|
6066
6146
|
|
|
6067
|
-
safe-stable-stringify@^2.3.1
|
|
6147
|
+
safe-stable-stringify@^2.3.1:
|
|
6068
6148
|
version "2.4.3"
|
|
6069
6149
|
resolved "https://registry.yarnpkg.com/safe-stable-stringify/-/safe-stable-stringify-2.4.3.tgz#138c84b6f6edb3db5f8ef3ef7115b8f55ccbf886"
|
|
6070
6150
|
integrity sha512-e2bDA2WJT0wxseVd4lsDP4+3ONX6HpMXQa1ZhFQ7SU+GjvORCmShbCMltrtIDfkYhVHrOcPtj+KhmDBdPdZD1g==
|
|
6071
6151
|
|
|
6152
|
+
safe-stable-stringify@^2.5.0:
|
|
6153
|
+
version "2.5.0"
|
|
6154
|
+
resolved "https://registry.yarnpkg.com/safe-stable-stringify/-/safe-stable-stringify-2.5.0.tgz#4ca2f8e385f2831c432a719b108a3bf7af42a1dd"
|
|
6155
|
+
integrity sha512-b3rppTKm9T+PsVCBEOUR46GWI7fdOs00VKZ1+9c1EWDaDMvjQc6tUwuFyIprgGgTcWoVHSKrU8H31ZHA2e0RHA==
|
|
6156
|
+
|
|
6072
6157
|
"safer-buffer@>= 2.1.2 < 3", "safer-buffer@>= 2.1.2 < 3.0.0":
|
|
6073
6158
|
version "2.1.2"
|
|
6074
6159
|
resolved "https://registry.yarnpkg.com/safer-buffer/-/safer-buffer-2.1.2.tgz#44fa161b0187b9549dd84bb91802f9bd8385cd6a"
|
|
@@ -6657,18 +6742,19 @@ ts-api-utils@^1.0.1, ts-api-utils@^1.3.0:
|
|
|
6657
6742
|
resolved "https://registry.yarnpkg.com/ts-api-utils/-/ts-api-utils-1.3.0.tgz#4b490e27129f1e8e686b45cc4ab63714dc60eea1"
|
|
6658
6743
|
integrity sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==
|
|
6659
6744
|
|
|
6660
|
-
ts-json-schema-generator@^
|
|
6661
|
-
version "
|
|
6662
|
-
resolved "https://registry.yarnpkg.com/ts-json-schema-generator/-/ts-json-schema-generator-
|
|
6663
|
-
integrity sha512-
|
|
6745
|
+
ts-json-schema-generator@^2.9.0:
|
|
6746
|
+
version "2.9.0"
|
|
6747
|
+
resolved "https://registry.yarnpkg.com/ts-json-schema-generator/-/ts-json-schema-generator-2.9.0.tgz#cc2b99db0e64ee9ee6898c8c74905337536ef9fc"
|
|
6748
|
+
integrity sha512-NR5ZE108uiPtBHBJNGnhwoUaUx5vWTDJzDFG9YlRoqxPU76n+5FClRh92dcGgysbe1smRmYalM9Saj97GW1J4Q==
|
|
6664
6749
|
dependencies:
|
|
6665
6750
|
"@types/json-schema" "^7.0.15"
|
|
6666
|
-
commander "^
|
|
6667
|
-
glob "^
|
|
6751
|
+
commander "^14.0.3"
|
|
6752
|
+
glob "^13.0.6"
|
|
6668
6753
|
json5 "^2.2.3"
|
|
6669
6754
|
normalize-path "^3.0.0"
|
|
6670
|
-
safe-stable-stringify "^2.
|
|
6671
|
-
|
|
6755
|
+
safe-stable-stringify "^2.5.0"
|
|
6756
|
+
tslib "^2.8.1"
|
|
6757
|
+
typescript "^5.9.3"
|
|
6672
6758
|
|
|
6673
6759
|
ts-node@^10.8.1, ts-node@^10.9.2:
|
|
6674
6760
|
version "10.9.2"
|
|
@@ -6709,7 +6795,7 @@ tslib@^1.9.0:
|
|
|
6709
6795
|
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
|
|
6710
6796
|
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==
|
|
6711
6797
|
|
|
6712
|
-
tslib@^2.0.0, tslib@^2.0.3, tslib@^2.6.2:
|
|
6798
|
+
tslib@^2.0.0, tslib@^2.0.3, tslib@^2.6.2, tslib@^2.8.1:
|
|
6713
6799
|
version "2.8.1"
|
|
6714
6800
|
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.8.1.tgz#612efe4ed235d567e8aba5f2a5fab70280ade83f"
|
|
6715
6801
|
integrity sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==
|
|
@@ -6840,10 +6926,10 @@ typescript@^5.5.4:
|
|
|
6840
6926
|
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.4.tgz#d9852d6c82bad2d2eda4fd74a5762a8f5909e9ba"
|
|
6841
6927
|
integrity sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==
|
|
6842
6928
|
|
|
6843
|
-
typescript
|
|
6844
|
-
version "5.
|
|
6845
|
-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.
|
|
6846
|
-
integrity sha512-
|
|
6929
|
+
typescript@^5.9.3:
|
|
6930
|
+
version "5.9.3"
|
|
6931
|
+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.9.3.tgz#5b4f59e15310ab17a216f5d6cf53ee476ede670f"
|
|
6932
|
+
integrity sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==
|
|
6847
6933
|
|
|
6848
6934
|
uc.micro@^2.0.0, uc.micro@^2.1.0:
|
|
6849
6935
|
version "2.1.0"
|
package/oclif.manifest.json
CHANGED
|
@@ -524,6 +524,131 @@
|
|
|
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 `SF_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
|
+
},
|
|
527
652
|
"org:list:shape": {
|
|
528
653
|
"aliases": [
|
|
529
654
|
"force:org:shape:list"
|
|
@@ -735,132 +860,7 @@
|
|
|
735
860
|
"snapshot:org:list",
|
|
736
861
|
"snapshot:list:org"
|
|
737
862
|
]
|
|
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 `SF_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": "
|
|
865
|
+
"version": "3.0.0"
|
|
866
866
|
}
|
package/package.json
CHANGED
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-signups",
|
|
3
3
|
"description": "Commands to interact with org shapes",
|
|
4
|
-
"version": "
|
|
4
|
+
"version": "3.0.0",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
8
8
|
"@oclif/core": "^4",
|
|
9
|
-
"@salesforce/core": "^
|
|
10
|
-
"@salesforce/kit": "^
|
|
11
|
-
"@salesforce/sf-plugins-core": "^
|
|
9
|
+
"@salesforce/core": "^9.0.0",
|
|
10
|
+
"@salesforce/kit": "^4.0.0",
|
|
11
|
+
"@salesforce/sf-plugins-core": "^13.0.0",
|
|
12
12
|
"change-case": "^5.4.4"
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
|
-
"@oclif/plugin-command-snapshot": "^5.3.
|
|
15
|
+
"@oclif/plugin-command-snapshot": "^5.3.32",
|
|
16
16
|
"@salesforce/cli-plugins-testkit": "^5.3.62",
|
|
17
17
|
"@salesforce/dev-scripts": "^11.0.4",
|
|
18
|
-
"@salesforce/plugin-command-reference": "^3.1.
|
|
19
|
-
"@salesforce/ts-types": "^
|
|
18
|
+
"@salesforce/plugin-command-reference": "^3.1.125",
|
|
19
|
+
"@salesforce/ts-types": "^3.0.0",
|
|
20
20
|
"@types/chai-as-promised": "^7.1.8",
|
|
21
21
|
"@types/chai-string": "^1.4.5",
|
|
22
22
|
"chai-as-promised": "7.1.2",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
},
|
|
30
30
|
"config": {},
|
|
31
31
|
"engines": {
|
|
32
|
-
"node": ">=
|
|
32
|
+
"node": ">=22.0.0"
|
|
33
33
|
},
|
|
34
34
|
"files": [
|
|
35
35
|
"/lib",
|
|
@@ -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/
|
|
224
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/
|
|
223
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/3.0.0.crt",
|
|
224
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/3.0.0.sig"
|
|
225
225
|
}
|
|
226
226
|
}
|