@salesforce/plugin-signups 2.6.20 → 2.6.22
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 +200 -6
- package/README.md +8 -8
- package/npm-shrinkwrap.json +37 -295
- package/oclif.lock +25 -78
- package/oclif.manifest.json +126 -126
- package/package.json +9 -8
package/oclif.lock
CHANGED
@@ -742,7 +742,7 @@
|
|
742
742
|
"@smithy/types" "^4.2.0"
|
743
743
|
tslib "^2.6.2"
|
744
744
|
|
745
|
-
"@aws-sdk/types@3.775.0":
|
745
|
+
"@aws-sdk/types@3.775.0", "@aws-sdk/types@^3.222.0":
|
746
746
|
version "3.775.0"
|
747
747
|
resolved "https://registry.yarnpkg.com/@aws-sdk/types/-/types-3.775.0.tgz#09863a9e68c080947db7c3d226d1c56b8f0f5150"
|
748
748
|
integrity sha512-ZoGKwa4C9fC9Av6bdfqcW6Ix5ot05F/S4VxWR2nHuMv7hzfmAjTOcUiWT7UR4hM/U0whf84VhDtXN/DWAk52KA==
|
@@ -750,14 +750,6 @@
|
|
750
750
|
"@smithy/types" "^4.2.0"
|
751
751
|
tslib "^2.6.2"
|
752
752
|
|
753
|
-
"@aws-sdk/types@^3.222.0":
|
754
|
-
version "3.734.0"
|
755
|
-
resolved "https://registry.yarnpkg.com/@aws-sdk/types/-/types-3.734.0.tgz#af5e620b0e761918282aa1c8e53cac6091d169a2"
|
756
|
-
integrity sha512-o11tSPTT70nAkGV1fN9wm/hAIiLPyWX6SuGf+9JyTp7S/rC2cFWhR26MvA69nplcjNaXVzB0f+QFrLXXjOqCrg==
|
757
|
-
dependencies:
|
758
|
-
"@smithy/types" "^4.1.0"
|
759
|
-
tslib "^2.6.2"
|
760
|
-
|
761
753
|
"@aws-sdk/util-arn-parser@3.723.0":
|
762
754
|
version "3.723.0"
|
763
755
|
resolved "https://registry.yarnpkg.com/@aws-sdk/util-arn-parser/-/util-arn-parser-3.723.0.tgz#e9bff2b13918a92d60e0012101dad60ed7db292c"
|
@@ -1302,16 +1294,11 @@
|
|
1302
1294
|
"@inquirer/type" "^3.0.5"
|
1303
1295
|
yoctocolors-cjs "^2.1.2"
|
1304
1296
|
|
1305
|
-
"@inquirer/figures@^1.0.11":
|
1297
|
+
"@inquirer/figures@^1.0.11", "@inquirer/figures@^1.0.5", "@inquirer/figures@^1.0.6":
|
1306
1298
|
version "1.0.11"
|
1307
1299
|
resolved "https://registry.yarnpkg.com/@inquirer/figures/-/figures-1.0.11.tgz#4744e6db95288fea1dead779554859710a959a21"
|
1308
1300
|
integrity sha512-eOg92lvrn/aRUqbxRyvpEWnrvRuTYRifixHkYVpJiygTgVSBIHDqLh0SrMQXkafvULg3ck11V7xvR+zcgvpHFw==
|
1309
1301
|
|
1310
|
-
"@inquirer/figures@^1.0.5", "@inquirer/figures@^1.0.6":
|
1311
|
-
version "1.0.9"
|
1312
|
-
resolved "https://registry.yarnpkg.com/@inquirer/figures/-/figures-1.0.9.tgz#9d8128f8274cde4ca009ca8547337cab3f37a4a3"
|
1313
|
-
integrity sha512-BXvGj0ehzrngHTPTDqUoDT3NXL8U0RxUk2zJm2A66RhCEIWdtU1v6GuUqNAgArW4PQ9CinqIWyHdQgdwOj06zQ==
|
1314
|
-
|
1315
1302
|
"@inquirer/input@^2.2.4":
|
1316
1303
|
version "2.2.7"
|
1317
1304
|
resolved "https://registry.yarnpkg.com/@inquirer/input/-/input-2.2.7.tgz#87a922243a6c833ee5f1d4a6102c68b3cee9f19d"
|
@@ -1535,7 +1522,7 @@
|
|
1535
1522
|
"@nodelib/fs.scandir" "2.1.5"
|
1536
1523
|
fastq "^1.6.0"
|
1537
1524
|
|
1538
|
-
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.2.10"
|
1525
|
+
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.2.10":
|
1539
1526
|
version "4.2.10"
|
1540
1527
|
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.2.10.tgz#31dfb7481c79887c3e672e10c981fcc01fcbaeb3"
|
1541
1528
|
integrity sha512-fAqcXgqkUm4v5FYy7qWP4w1HaOlVSVJveah+yVTo5Nm5kTiXhmD5mQQ7+knGeBaStyrtQy6WardoC2xSic9rlQ==
|
@@ -1660,10 +1647,10 @@
|
|
1660
1647
|
strip-ansi "6.0.1"
|
1661
1648
|
ts-retry-promise "^0.8.1"
|
1662
1649
|
|
1663
|
-
"@salesforce/core@^8.5.1", "@salesforce/core@^8.8.0", "@salesforce/core@^8.8.
|
1664
|
-
version "8.9.
|
1665
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.9.
|
1666
|
-
integrity sha512-
|
1650
|
+
"@salesforce/core@^8.5.1", "@salesforce/core@^8.8.0", "@salesforce/core@^8.8.5", "@salesforce/core@^8.8.6", "@salesforce/core@^8.9.0", "@salesforce/core@^8.9.1":
|
1651
|
+
version "8.9.1"
|
1652
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.9.1.tgz#e31d307d495cc0b916c0b9312fba751714034e0a"
|
1653
|
+
integrity sha512-Q1evH4WD7IYWgbcIYCUDi3FTEMgy1KLVg4Xa4GacKLNcOBfom5s6whNsz3gUFESqjndGDwV5Pbgpi0ImC17PfQ==
|
1667
1654
|
dependencies:
|
1668
1655
|
"@jsforce/jsforce-node" "^3.7.0"
|
1669
1656
|
"@salesforce/kit" "^3.2.2"
|
@@ -1689,10 +1676,10 @@
|
|
1689
1676
|
resolved "https://registry.yarnpkg.com/@salesforce/dev-config/-/dev-config-4.3.1.tgz#4dac8245df79d675258b50e1d24e8c636eaa5e10"
|
1690
1677
|
integrity sha512-rO6axodoRF2SA1kknGttIWuL7HhIwSmweGlBzM8y2m5TH8DeIv4xsqYc8Cu+SrR3JT1FN4nh6XgrogI83AJfKg==
|
1691
1678
|
|
1692
|
-
"@salesforce/dev-scripts@^
|
1693
|
-
version "
|
1694
|
-
resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-
|
1695
|
-
integrity sha512-
|
1679
|
+
"@salesforce/dev-scripts@^11.0.1":
|
1680
|
+
version "11.0.1"
|
1681
|
+
resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-11.0.1.tgz#393ef30a8df4eae775d0c92a28ea41ad4c69ce9f"
|
1682
|
+
integrity sha512-0a0QHDQ0ZFaCyp4k/v1i/qpHyrGYH2RTunxDYxF2zmcBatyk8cfkPqz1k3JEhVtCL/bCC55cVBzCqn1xQmi2ug==
|
1696
1683
|
dependencies:
|
1697
1684
|
"@commitlint/cli" "^17.1.2"
|
1698
1685
|
"@commitlint/config-conventional" "^17.8.1"
|
@@ -1770,16 +1757,16 @@
|
|
1770
1757
|
string-width "^7.2.0"
|
1771
1758
|
terminal-link "^3.0.0"
|
1772
1759
|
|
1773
|
-
"@salesforce/sf-plugins-core@^12.2.
|
1774
|
-
version "12.2.
|
1775
|
-
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.
|
1776
|
-
integrity sha512-
|
1760
|
+
"@salesforce/sf-plugins-core@^12.2.1":
|
1761
|
+
version "12.2.1"
|
1762
|
+
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-12.2.1.tgz#1048a5d1245f07f0e864f0f76e8818fd21a84fe6"
|
1763
|
+
integrity sha512-b3eRSzGO0weBLL1clHaJNgNP1aKkD1Qy2DQEc0ieteEm+fh1FfPA0QpJ9rh/hdmkJRip2x2R2zz9tflJ0wflbg==
|
1777
1764
|
dependencies:
|
1778
1765
|
"@inquirer/confirm" "^3.1.22"
|
1779
1766
|
"@inquirer/password" "^2.2.0"
|
1780
|
-
"@oclif/core" "^4.2.
|
1767
|
+
"@oclif/core" "^4.2.10"
|
1781
1768
|
"@oclif/table" "^0.4.6"
|
1782
|
-
"@salesforce/core" "^8.5
|
1769
|
+
"@salesforce/core" "^8.8.5"
|
1783
1770
|
"@salesforce/kit" "^3.2.3"
|
1784
1771
|
"@salesforce/ts-types" "^2.0.12"
|
1785
1772
|
ansis "^3.3.2"
|
@@ -2196,13 +2183,6 @@
|
|
2196
2183
|
"@smithy/util-stream" "^4.2.0"
|
2197
2184
|
tslib "^2.6.2"
|
2198
2185
|
|
2199
|
-
"@smithy/types@^4.1.0":
|
2200
|
-
version "4.1.0"
|
2201
|
-
resolved "https://registry.yarnpkg.com/@smithy/types/-/types-4.1.0.tgz#19de0b6087bccdd4182a334eb5d3d2629699370f"
|
2202
|
-
integrity sha512-enhjdwp4D7CXmwLtD6zbcDMbo6/T6WtuuKCY49Xxc6OMOmUWlBEBDREsxxgV2LIdeQPW756+f97GzcgAwp3iLw==
|
2203
|
-
dependencies:
|
2204
|
-
tslib "^2.6.2"
|
2205
|
-
|
2206
2186
|
"@smithy/types@^4.2.0":
|
2207
2187
|
version "4.2.0"
|
2208
2188
|
resolved "https://registry.yarnpkg.com/@smithy/types/-/types-4.2.0.tgz#e7998984cc54b1acbc32e6d4cf982c712e3d26b6"
|
@@ -3020,14 +3000,7 @@ brace-expansion@^4.0.0:
|
|
3020
3000
|
dependencies:
|
3021
3001
|
balanced-match "^3.0.0"
|
3022
3002
|
|
3023
|
-
braces@^3.0.
|
3024
|
-
version "3.0.2"
|
3025
|
-
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107"
|
3026
|
-
integrity sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==
|
3027
|
-
dependencies:
|
3028
|
-
fill-range "^7.0.1"
|
3029
|
-
|
3030
|
-
braces@^3.0.3:
|
3003
|
+
braces@^3.0.3, braces@~3.0.2:
|
3031
3004
|
version "3.0.3"
|
3032
3005
|
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.3.tgz#490332f40919452272d55a8480adc0c441358789"
|
3033
3006
|
integrity sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==
|
@@ -4009,12 +3982,12 @@ eslint-plugin-jsdoc@^46.10.1:
|
|
4009
3982
|
semver "^7.5.4"
|
4010
3983
|
spdx-expression-parse "^4.0.0"
|
4011
3984
|
|
4012
|
-
eslint-plugin-sf-plugin@^1.20.
|
4013
|
-
version "1.20.
|
4014
|
-
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.
|
4015
|
-
integrity sha512-
|
3985
|
+
eslint-plugin-sf-plugin@^1.20.19:
|
3986
|
+
version "1.20.19"
|
3987
|
+
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.19.tgz#e13f4bc60fab1f8b76b6bff2c11558e9ce4a3d00"
|
3988
|
+
integrity sha512-HBvwvwZ/YcnZxq/h2tdUc9ch8KzsGQL2JtKm76J2yiILuLywuKnMALVKCn3tuBCtFW/OUUWNa7cR56ipU6Uh8w==
|
4016
3989
|
dependencies:
|
4017
|
-
"@salesforce/core" "^8.
|
3990
|
+
"@salesforce/core" "^8.9.0"
|
4018
3991
|
"@typescript-eslint/utils" "^7.18.0"
|
4019
3992
|
|
4020
3993
|
eslint-plugin-unicorn@^50.0.1:
|
@@ -4198,18 +4171,7 @@ fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3:
|
|
4198
4171
|
resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525"
|
4199
4172
|
integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==
|
4200
4173
|
|
4201
|
-
fast-glob@^3.2.11, fast-glob@^3.2.9:
|
4202
|
-
version "3.3.2"
|
4203
|
-
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.2.tgz#a904501e57cfdd2ffcded45e99a54fef55e46129"
|
4204
|
-
integrity sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==
|
4205
|
-
dependencies:
|
4206
|
-
"@nodelib/fs.stat" "^2.0.2"
|
4207
|
-
"@nodelib/fs.walk" "^1.2.3"
|
4208
|
-
glob-parent "^5.1.2"
|
4209
|
-
merge2 "^1.3.0"
|
4210
|
-
micromatch "^4.0.4"
|
4211
|
-
|
4212
|
-
fast-glob@^3.3.3:
|
4174
|
+
fast-glob@^3.2.11, fast-glob@^3.2.9, fast-glob@^3.3.3:
|
4213
4175
|
version "3.3.3"
|
4214
4176
|
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.3.tgz#d06d585ce8dba90a16b0505c543c3ccfb3aeb818"
|
4215
4177
|
integrity sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==
|
@@ -4316,13 +4278,6 @@ filelist@^1.0.1:
|
|
4316
4278
|
dependencies:
|
4317
4279
|
minimatch "^5.0.1"
|
4318
4280
|
|
4319
|
-
fill-range@^7.0.1:
|
4320
|
-
version "7.0.1"
|
4321
|
-
resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-7.0.1.tgz#1919a6a7c75fe38b2c7c77e5198535da9acdda40"
|
4322
|
-
integrity sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==
|
4323
|
-
dependencies:
|
4324
|
-
to-regex-range "^5.0.1"
|
4325
|
-
|
4326
4281
|
fill-range@^7.1.1:
|
4327
4282
|
version "7.1.1"
|
4328
4283
|
resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-7.1.1.tgz#44265d3cac07e3ea7dc247516380643754a05292"
|
@@ -5862,15 +5817,7 @@ merge2@^1.3.0, merge2@^1.4.1:
|
|
5862
5817
|
resolved "https://registry.yarnpkg.com/merge2/-/merge2-1.4.1.tgz#4368892f885e907455a6fd7dc55c0c9d404990ae"
|
5863
5818
|
integrity sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==
|
5864
5819
|
|
5865
|
-
micromatch@^4.0.2, micromatch@^4.0.
|
5866
|
-
version "4.0.5"
|
5867
|
-
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.5.tgz#bc8999a7cbbf77cdc89f132f6e467051b49090c6"
|
5868
|
-
integrity sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==
|
5869
|
-
dependencies:
|
5870
|
-
braces "^3.0.2"
|
5871
|
-
picomatch "^2.3.1"
|
5872
|
-
|
5873
|
-
micromatch@^4.0.8:
|
5820
|
+
micromatch@^4.0.2, micromatch@^4.0.8:
|
5874
5821
|
version "4.0.8"
|
5875
5822
|
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.8.tgz#d66fa18f3a47076789320b9b1af32bd86d9fa202"
|
5876
5823
|
integrity sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==
|
package/oclif.manifest.json
CHANGED
@@ -265,131 +265,6 @@
|
|
265
265
|
"snapshot:create:org"
|
266
266
|
]
|
267
267
|
},
|
268
|
-
"org:get:snapshot": {
|
269
|
-
"aliases": [
|
270
|
-
"force:org:snapshot:get"
|
271
|
-
],
|
272
|
-
"args": {},
|
273
|
-
"deprecateAliases": true,
|
274
|
-
"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\".",
|
275
|
-
"examples": [
|
276
|
-
"Get snapshot details using its ID and the default Dev Hub org:\n<%= config.bin %> <%= command.id %> --snapshot 0Oo...",
|
277
|
-
"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"
|
278
|
-
],
|
279
|
-
"flags": {
|
280
|
-
"json": {
|
281
|
-
"description": "Format output as json.",
|
282
|
-
"helpGroup": "GLOBAL",
|
283
|
-
"name": "json",
|
284
|
-
"allowNo": false,
|
285
|
-
"type": "boolean"
|
286
|
-
},
|
287
|
-
"flags-dir": {
|
288
|
-
"helpGroup": "GLOBAL",
|
289
|
-
"name": "flags-dir",
|
290
|
-
"summary": "Import flag values from a directory.",
|
291
|
-
"hasDynamicHelp": false,
|
292
|
-
"multiple": false,
|
293
|
-
"type": "option"
|
294
|
-
},
|
295
|
-
"target-dev-hub": {
|
296
|
-
"aliases": [
|
297
|
-
"targetdevhubusername"
|
298
|
-
],
|
299
|
-
"char": "v",
|
300
|
-
"deprecateAliases": true,
|
301
|
-
"name": "target-dev-hub",
|
302
|
-
"noCacheDefault": true,
|
303
|
-
"required": true,
|
304
|
-
"summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
|
305
|
-
"hasDynamicHelp": true,
|
306
|
-
"multiple": false,
|
307
|
-
"type": "option"
|
308
|
-
},
|
309
|
-
"api-version": {
|
310
|
-
"aliases": [
|
311
|
-
"apiversion"
|
312
|
-
],
|
313
|
-
"deprecateAliases": true,
|
314
|
-
"description": "Override the api version used for api requests made by this command",
|
315
|
-
"name": "api-version",
|
316
|
-
"hasDynamicHelp": false,
|
317
|
-
"multiple": false,
|
318
|
-
"type": "option"
|
319
|
-
},
|
320
|
-
"loglevel": {
|
321
|
-
"deprecated": {
|
322
|
-
"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."
|
323
|
-
},
|
324
|
-
"hidden": true,
|
325
|
-
"name": "loglevel",
|
326
|
-
"hasDynamicHelp": false,
|
327
|
-
"multiple": false,
|
328
|
-
"type": "option"
|
329
|
-
},
|
330
|
-
"snapshot": {
|
331
|
-
"char": "s",
|
332
|
-
"description": "The IDs of scratch org snapshots start with 0Oo.",
|
333
|
-
"name": "snapshot",
|
334
|
-
"required": true,
|
335
|
-
"summary": "Name or ID of snapshot to retrieve.",
|
336
|
-
"hasDynamicHelp": false,
|
337
|
-
"multiple": false,
|
338
|
-
"type": "option"
|
339
|
-
}
|
340
|
-
},
|
341
|
-
"hasDynamicHelp": true,
|
342
|
-
"hiddenAliases": [],
|
343
|
-
"id": "org:get:snapshot",
|
344
|
-
"pluginAlias": "@salesforce/plugin-signups",
|
345
|
-
"pluginName": "@salesforce/plugin-signups",
|
346
|
-
"pluginType": "core",
|
347
|
-
"strict": true,
|
348
|
-
"summary": "Get details about a scratch org snapshot.",
|
349
|
-
"enableJsonFlag": true,
|
350
|
-
"isESM": true,
|
351
|
-
"relativePath": [
|
352
|
-
"lib",
|
353
|
-
"commands",
|
354
|
-
"org",
|
355
|
-
"get",
|
356
|
-
"snapshot.js"
|
357
|
-
],
|
358
|
-
"aliasPermutations": [
|
359
|
-
"force:org:snapshot:get",
|
360
|
-
"org:force:snapshot:get",
|
361
|
-
"org:snapshot:force:get",
|
362
|
-
"org:snapshot:get:force",
|
363
|
-
"force:snapshot:org:get",
|
364
|
-
"snapshot:force:org:get",
|
365
|
-
"snapshot:org:force:get",
|
366
|
-
"snapshot:org:get:force",
|
367
|
-
"force:snapshot:get:org",
|
368
|
-
"snapshot:force:get:org",
|
369
|
-
"snapshot:get:force:org",
|
370
|
-
"snapshot:get:org:force",
|
371
|
-
"force:org:get:snapshot",
|
372
|
-
"org:force:get:snapshot",
|
373
|
-
"org:get:force:snapshot",
|
374
|
-
"org:get:snapshot:force",
|
375
|
-
"force:get:org:snapshot",
|
376
|
-
"get:force:org:snapshot",
|
377
|
-
"get:org:force:snapshot",
|
378
|
-
"get:org:snapshot:force",
|
379
|
-
"force:get:snapshot:org",
|
380
|
-
"get:force:snapshot:org",
|
381
|
-
"get:snapshot:force:org",
|
382
|
-
"get:snapshot:org:force"
|
383
|
-
],
|
384
|
-
"permutations": [
|
385
|
-
"org:get:snapshot",
|
386
|
-
"get:org:snapshot",
|
387
|
-
"get:snapshot:org",
|
388
|
-
"org:snapshot:get",
|
389
|
-
"snapshot:org:get",
|
390
|
-
"snapshot:get:org"
|
391
|
-
]
|
392
|
-
},
|
393
268
|
"org:delete:shape": {
|
394
269
|
"aliases": [
|
395
270
|
"force:org:shape:delete"
|
@@ -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.22"
|
866
866
|
}
|
package/package.json
CHANGED
@@ -1,27 +1,27 @@
|
|
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.22",
|
5
5
|
"author": "Salesforce",
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
7
7
|
"dependencies": {
|
8
8
|
"@oclif/core": "^4",
|
9
|
-
"@salesforce/core": "^8.9.
|
9
|
+
"@salesforce/core": "^8.9.1",
|
10
10
|
"@salesforce/kit": "^3.2.3",
|
11
|
-
"@salesforce/sf-plugins-core": "^12.2.
|
11
|
+
"@salesforce/sf-plugins-core": "^12.2.1",
|
12
12
|
"change-case": "^5.4.4"
|
13
13
|
},
|
14
14
|
"devDependencies": {
|
15
15
|
"@oclif/plugin-command-snapshot": "^5.2.38",
|
16
16
|
"@salesforce/cli-plugins-testkit": "^5.3.39",
|
17
|
-
"@salesforce/dev-scripts": "^
|
17
|
+
"@salesforce/dev-scripts": "^11.0.1",
|
18
18
|
"@salesforce/plugin-command-reference": "^3.1.49",
|
19
19
|
"@salesforce/ts-types": "^2.0.11",
|
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",
|
23
23
|
"chai-string": "^1.6.0",
|
24
|
-
"eslint-plugin-sf-plugin": "^1.20.
|
24
|
+
"eslint-plugin-sf-plugin": "^1.20.19",
|
25
25
|
"jsforce": "^2.0.0-beta.28",
|
26
26
|
"oclif": "^4.17.43",
|
27
27
|
"ts-node": "^10.9.2",
|
@@ -48,7 +48,7 @@
|
|
48
48
|
"sfdx",
|
49
49
|
"sfdx-plugin"
|
50
50
|
],
|
51
|
-
"license": "
|
51
|
+
"license": "Apache-2.0",
|
52
52
|
"oclif": {
|
53
53
|
"commands": "./lib/commands",
|
54
54
|
"bin": "sf",
|
@@ -86,6 +86,7 @@
|
|
86
86
|
"clean-all": "sf-clean all",
|
87
87
|
"compile": "wireit",
|
88
88
|
"docs": "sf-docs",
|
89
|
+
"fix-license": "eslint src test --fix --rule \"header/header: [2]\"",
|
89
90
|
"format": "wireit",
|
90
91
|
"link-check": "wireit",
|
91
92
|
"lint": "wireit",
|
@@ -219,7 +220,7 @@
|
|
219
220
|
"exports": "./lib/index.js",
|
220
221
|
"type": "module",
|
221
222
|
"sfdx": {
|
222
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.6.
|
223
|
-
"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.22.crt",
|
224
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.6.22.sig"
|
224
225
|
}
|
225
226
|
}
|