@salesforce/plugin-signups 2.0.23 → 2.0.25

Sign up to get free protection for your applications and to get access to all the features.
package/README.md CHANGED
@@ -122,7 +122,7 @@ EXAMPLES
122
122
  $ sf org create shape --target-org SourceOrg
123
123
  ```
124
124
 
125
- _See code: [src/commands/org/create/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.0.23/src/commands/org/create/shape.ts)_
125
+ _See code: [src/commands/org/create/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.0.25/src/commands/org/create/shape.ts)_
126
126
 
127
127
  ## `sf org create snapshot`
128
128
 
@@ -176,7 +176,7 @@ FLAG DESCRIPTIONS
176
176
  as a version control system tag or commit ID.
177
177
  ```
178
178
 
179
- _See code: [src/commands/org/create/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.0.23/src/commands/org/create/snapshot.ts)_
179
+ _See code: [src/commands/org/create/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.0.25/src/commands/org/create/snapshot.ts)_
180
180
 
181
181
  ## `sf org delete shape`
182
182
 
@@ -215,7 +215,7 @@ EXAMPLES
215
215
  $ sf org delete shape --target-org SourceOrg --no-prompt
216
216
  ```
217
217
 
218
- _See code: [src/commands/org/delete/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.0.23/src/commands/org/delete/shape.ts)_
218
+ _See code: [src/commands/org/delete/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.0.25/src/commands/org/delete/shape.ts)_
219
219
 
220
220
  ## `sf org delete snapshot`
221
221
 
@@ -258,7 +258,7 @@ FLAG DESCRIPTIONS
258
258
  The IDs of scratch org snapshots start with 0Oo.
259
259
  ```
260
260
 
261
- _See code: [src/commands/org/delete/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.0.23/src/commands/org/delete/snapshot.ts)_
261
+ _See code: [src/commands/org/delete/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.0.25/src/commands/org/delete/snapshot.ts)_
262
262
 
263
263
  ## `sf org get snapshot`
264
264
 
@@ -304,7 +304,7 @@ FLAG DESCRIPTIONS
304
304
  The IDs of scratch org snapshots start with 0Oo.
305
305
  ```
306
306
 
307
- _See code: [src/commands/org/get/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.0.23/src/commands/org/get/snapshot.ts)_
307
+ _See code: [src/commands/org/get/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.0.25/src/commands/org/get/snapshot.ts)_
308
308
 
309
309
  ## `sf org list shape`
310
310
 
@@ -336,7 +336,7 @@ EXAMPLES
336
336
  $ sf org list shape --json > tmp/MyOrgShapeList.json
337
337
  ```
338
338
 
339
- _See code: [src/commands/org/list/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.0.23/src/commands/org/list/shape.ts)_
339
+ _See code: [src/commands/org/list/shape.ts](https://github.com/salesforcecli/plugin-signups/blob/2.0.25/src/commands/org/list/shape.ts)_
340
340
 
341
341
  ## `sf org list snapshot`
342
342
 
@@ -377,6 +377,6 @@ EXAMPLES
377
377
  $ sf org list snapshot --target-dev-hub SnapshotDevHub
378
378
  ```
379
379
 
380
- _See code: [src/commands/org/list/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.0.23/src/commands/org/list/snapshot.ts)_
380
+ _See code: [src/commands/org/list/snapshot.ts](https://github.com/salesforcecli/plugin-signups/blob/2.0.25/src/commands/org/list/snapshot.ts)_
381
381
 
382
382
  <!-- commandsstop -->
package/oclif.lock CHANGED
@@ -1420,27 +1420,27 @@
1420
1420
  resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-2.0.1.tgz#e5211452df060fa8522b55c7b3c0c4d1981cb044"
1421
1421
  integrity sha512-dvuCeX5fC9dXgJn9t+X5atfmgQAzUOWqS1254Gh0m6i8wKd10ebXkfNKiRK+1GWi/yTvvLDHpoxLr0xxxeslWw==
1422
1422
 
1423
- "@inquirer/confirm@^2.0.15":
1424
- version "2.0.15"
1425
- resolved "https://registry.yarnpkg.com/@inquirer/confirm/-/confirm-2.0.15.tgz#b5512ed190efd8c5b96e0969115756b48546ab36"
1426
- integrity sha512-hj8Q/z7sQXsF0DSpLQZVDhWYGN6KLM/gNjjqGkpKwBzljbQofGjn0ueHADy4HUY+OqDHmXuwk/bY+tZyIuuB0w==
1423
+ "@inquirer/confirm@^2.0.17":
1424
+ version "2.0.17"
1425
+ resolved "https://registry.yarnpkg.com/@inquirer/confirm/-/confirm-2.0.17.tgz#a45eb1b973c51c993a3c093a0114e960b1cf09a4"
1426
+ integrity sha512-EqzhGryzmGpy2aJf6LxJVhndxYmFs+m8cxXzf8nejb1DE3sabf6mUgBcp4J0jAUEiAcYzqmkqRr7LPFh/WdnXA==
1427
1427
  dependencies:
1428
- "@inquirer/core" "^5.1.1"
1429
- "@inquirer/type" "^1.1.5"
1428
+ "@inquirer/core" "^6.0.0"
1429
+ "@inquirer/type" "^1.1.6"
1430
1430
  chalk "^4.1.2"
1431
1431
 
1432
- "@inquirer/core@^5.1.1":
1433
- version "5.1.1"
1434
- resolved "https://registry.yarnpkg.com/@inquirer/core/-/core-5.1.1.tgz#849d4846aea68371c133df6ec9059f5e5bd30d30"
1435
- integrity sha512-IuJyZQUg75+L5AmopgnzxYrgcU6PJKL0hoIs332G1Gv55CnmZrhG6BzNOeZ5sOsTi1YCGOopw4rYICv74ejMFg==
1432
+ "@inquirer/core@^6.0.0":
1433
+ version "6.0.0"
1434
+ resolved "https://registry.yarnpkg.com/@inquirer/core/-/core-6.0.0.tgz#d44ccd8ae09a4879a78f09cca35bf1ab894b95f4"
1435
+ integrity sha512-fKi63Khkisgda3ohnskNf5uZJj+zXOaBvOllHsOkdsXRA/ubQLJQrZchFFi57NKbZzkTunXiBMdvWOv71alonw==
1436
1436
  dependencies:
1437
- "@inquirer/type" "^1.1.5"
1437
+ "@inquirer/type" "^1.1.6"
1438
1438
  "@types/mute-stream" "^0.0.4"
1439
- "@types/node" "^20.9.0"
1439
+ "@types/node" "^20.10.7"
1440
1440
  "@types/wrap-ansi" "^3.0.0"
1441
1441
  ansi-escapes "^4.3.2"
1442
1442
  chalk "^4.1.2"
1443
- cli-spinners "^2.9.1"
1443
+ cli-spinners "^2.9.2"
1444
1444
  cli-width "^4.1.0"
1445
1445
  figures "^3.2.0"
1446
1446
  mute-stream "^1.0.0"
@@ -1449,29 +1449,20 @@
1449
1449
  strip-ansi "^6.0.1"
1450
1450
  wrap-ansi "^6.2.0"
1451
1451
 
1452
- "@inquirer/input@^1.2.14":
1453
- version "1.2.14"
1454
- resolved "https://registry.yarnpkg.com/@inquirer/input/-/input-1.2.14.tgz#8951867618bb5cd16dd096e02404eec225a92207"
1455
- integrity sha512-tISLGpUKXixIQue7jypNEShrdzJoLvEvZOJ4QRsw5XTfrIYfoWFqAjMQLerGs9CzR86yAI89JR6snHmKwnNddw==
1456
- dependencies:
1457
- "@inquirer/core" "^5.1.1"
1458
- "@inquirer/type" "^1.1.5"
1459
- chalk "^4.1.2"
1460
-
1461
- "@inquirer/password@^1.1.14":
1462
- version "1.1.14"
1463
- resolved "https://registry.yarnpkg.com/@inquirer/password/-/password-1.1.14.tgz#c1fc139efe84a38986870a1bcf80718050f82bbf"
1464
- integrity sha512-vL2BFxfMo8EvuGuZYlryiyAB3XsgtbxOcFs4H9WI9szAS/VZCAwdVqs8rqEeaAf/GV/eZOghIOYxvD91IsRWSg==
1452
+ "@inquirer/password@^1.1.16":
1453
+ version "1.1.16"
1454
+ resolved "https://registry.yarnpkg.com/@inquirer/password/-/password-1.1.16.tgz#37ddebbe37c6e76f8ad27d1f726aacdd7c423558"
1455
+ integrity sha512-aZYZVHLUXZ2gbBot+i+zOJrks1WaiI95lvZCn1sKfcw6MtSSlYC8uDX8sTzQvAsQ8epHoP84UNvAIT0KVGOGqw==
1465
1456
  dependencies:
1466
- "@inquirer/input" "^1.2.14"
1467
- "@inquirer/type" "^1.1.5"
1457
+ "@inquirer/core" "^6.0.0"
1458
+ "@inquirer/type" "^1.1.6"
1468
1459
  ansi-escapes "^4.3.2"
1469
1460
  chalk "^4.1.2"
1470
1461
 
1471
- "@inquirer/type@^1.1.5":
1472
- version "1.1.5"
1473
- resolved "https://registry.yarnpkg.com/@inquirer/type/-/type-1.1.5.tgz#b8c171f755859c8159b10e41e1e3a88f0ca99d7f"
1474
- integrity sha512-wmwHvHozpPo4IZkkNtbYenem/0wnfI6hvOcGKmPEa0DwuaH5XUQzFqy6OpEpjEegZMhYIk8HDYITI16BPLtrRA==
1462
+ "@inquirer/type@^1.1.6":
1463
+ version "1.2.0"
1464
+ resolved "https://registry.yarnpkg.com/@inquirer/type/-/type-1.2.0.tgz#a569613628a881c2104289ca868a7def54e5c49d"
1465
+ integrity sha512-/vvkUkYhrjbm+RolU7V1aUFDydZVKNKqKHR5TsE+j5DXgXFwrsOPcoGUJ02K0O7q7O53CU2DOTMYCHeGZ25WHA==
1475
1466
 
1476
1467
  "@isaacs/cliui@^8.0.2":
1477
1468
  version "8.0.2"
@@ -1721,10 +1712,10 @@
1721
1712
  node-gyp "^8.2.0"
1722
1713
  read-package-json-fast "^2.0.1"
1723
1714
 
1724
- "@oclif/core@^3.15.1", "@oclif/core@^3.16.0", "@oclif/core@^3.18.1", "@oclif/core@^3.18.2", "@oclif/core@^3.19.1":
1725
- version "3.19.2"
1726
- resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.19.2.tgz#1672061e7309f0048f9f9991607b303a9e5082fc"
1727
- integrity sha512-/kUZZQZO92esToSTn+fnfMQdAj8uDJ/lsMNXBRBCiLQpwnIskHXy8JzYpynxxkzY2wbGREBceQhxCyDV0XpY4g==
1715
+ "@oclif/core@^3.15.1", "@oclif/core@^3.16.0", "@oclif/core@^3.18.1", "@oclif/core@^3.19.1", "@oclif/core@^3.19.2":
1716
+ version "3.19.6"
1717
+ resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.19.6.tgz#12e5cb073016d8c32c469d2fec0cd585ac5c1c09"
1718
+ integrity sha512-1ryQWAx7VOf+Wq6pv00uilOo56DrG0drr42crmCQ3eYrPPz252EmNCoFkoOBk7McN6x0f4ega83c0yNNCXmiXw==
1728
1719
  dependencies:
1729
1720
  "@types/cli-progress" "^3.11.5"
1730
1721
  ansi-escapes "^4.3.2"
@@ -1754,12 +1745,12 @@
1754
1745
  wordwrap "^1.0.0"
1755
1746
  wrap-ansi "^7.0.0"
1756
1747
 
1757
- "@oclif/plugin-command-snapshot@^5.0.8":
1758
- version "5.0.8"
1759
- resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.0.8.tgz#8ddaa56099ca6ba3414cdfbc023384066e150fec"
1760
- integrity sha512-tVjT1USqjPpoVswK/rvk8k6NDEdrDxPJPyVZ7Dj+b68pCxUcQw7DTorp+YjYWSwMABY9e7k4bO3Xtk78m/q5tA==
1748
+ "@oclif/plugin-command-snapshot@^5.0.9":
1749
+ version "5.0.9"
1750
+ resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.0.9.tgz#d6d8e565602aab8581ee6d8f203a41d93f0679ea"
1751
+ integrity sha512-lzvdYzGSW2/XGcH+RWyI+EfYcqDQ9Il7/EudTTKsODdhiry6B7IQoRxzs0soRB2myZTZrP+j2HcfG0XWrfXa4Q==
1761
1752
  dependencies:
1762
- "@oclif/core" "^3.18.2"
1753
+ "@oclif/core" "^3.19.2"
1763
1754
  "@types/lodash.difference" "^4.5.9"
1764
1755
  chalk "^5.3.0"
1765
1756
  just-diff "^5.2.0"
@@ -1902,12 +1893,12 @@
1902
1893
  resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33"
1903
1894
  integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==
1904
1895
 
1905
- "@salesforce/cli-plugins-testkit@^5.1.8":
1906
- version "5.1.8"
1907
- resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.1.8.tgz#789630cc389c13fe016c7593aa4ac8bbf532e3bd"
1908
- integrity sha512-3/jvEc+RVWFRbGPtyEzNJ5eb84p7HuLYDZ1EAokLVgDpnW5qy9UpBWrU0Tv98MaQhfRtPdSc/gmzB6m6nqWZLg==
1896
+ "@salesforce/cli-plugins-testkit@^5.1.9":
1897
+ version "5.1.9"
1898
+ resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.1.9.tgz#c21b0d282c0d309141ca5e2fe47835530a24621d"
1899
+ integrity sha512-8a9dwYdo2tXhVMrDe4ex8tjMYGuIwT9wlltB4+h3gt/IuowazjQGy5VWam08gsm3UT/FhhjZBdN0aKJPbD4wXA==
1909
1900
  dependencies:
1910
- "@salesforce/core" "^6.5.1"
1901
+ "@salesforce/core" "^6.5.3"
1911
1902
  "@salesforce/kit" "^3.0.15"
1912
1903
  "@salesforce/ts-types" "^2.0.9"
1913
1904
  "@types/shelljs" "^0.8.15"
@@ -1917,15 +1908,15 @@
1917
1908
  strip-ansi "6.0.1"
1918
1909
  ts-retry-promise "^0.8.0"
1919
1910
 
1920
- "@salesforce/core@^6.4.1", "@salesforce/core@^6.4.7", "@salesforce/core@^6.5.0", "@salesforce/core@^6.5.1", "@salesforce/core@^6.5.3":
1921
- version "6.5.3"
1922
- resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.5.3.tgz#b1ceef7947b9046ab23e78e73851115fec86f4f9"
1923
- integrity sha512-L4I2LrGyuXbNDCkoQdrMQ2sR/nhNIgRMLgpYNpOARZFIWKUsnjgBLVpUui+knCzjrQsOMoSwev+W0vp17iT76w==
1911
+ "@salesforce/core@^6.4.1", "@salesforce/core@^6.5.1", "@salesforce/core@^6.5.2", "@salesforce/core@^6.5.3", "@salesforce/core@^6.5.5":
1912
+ version "6.5.5"
1913
+ resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.5.5.tgz#ddfab1f6a51808ed1cadc98be3b7235d25ea436f"
1914
+ integrity sha512-2zWTwc9m+LGJNSKXk6I01dzWEjWKkHyYZbROksIPzfWJ5lGfErzpvsTcGAAskBrJD9EpQ4/BtMSLhPSwskI7Fw==
1924
1915
  dependencies:
1925
1916
  "@salesforce/kit" "^3.0.15"
1926
1917
  "@salesforce/schemas" "^1.6.1"
1927
1918
  "@salesforce/ts-types" "^2.0.9"
1928
- "@types/semver" "^7.5.6"
1919
+ "@types/semver" "^7.5.7"
1929
1920
  ajv "^8.12.0"
1930
1921
  change-case "^4.1.2"
1931
1922
  faye "^1.4.0"
@@ -1934,11 +1925,11 @@
1934
1925
  jsforce "^2.0.0-beta.29"
1935
1926
  jsonwebtoken "9.0.2"
1936
1927
  jszip "3.10.1"
1937
- pino "^8.18.0"
1928
+ pino "^8.19.0"
1938
1929
  pino-abstract-transport "^1.1.0"
1939
1930
  pino-pretty "^10.3.1"
1940
1931
  proper-lockfile "^4.1.2"
1941
- semver "^7.5.4"
1932
+ semver "^7.6.0"
1942
1933
  ts-retry-promise "^0.7.1"
1943
1934
 
1944
1935
  "@salesforce/dev-config@^4.1.0":
@@ -1986,13 +1977,13 @@
1986
1977
  "@salesforce/ts-types" "^2.0.9"
1987
1978
  tslib "^2.6.2"
1988
1979
 
1989
- "@salesforce/plugin-command-reference@^3.0.64":
1990
- version "3.0.64"
1991
- resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.64.tgz#d911288fd89a13b0a5dbe138dc98bc8df5613929"
1992
- integrity sha512-nSd/FDYe+v88iHG6L7fEa7Q4iYa2pqQV9xeDN3RmAazWEjq3fImIAmOwjABOCdlLbZLs+dar/luzYWyNklLl2Q==
1980
+ "@salesforce/plugin-command-reference@^3.0.68":
1981
+ version "3.0.68"
1982
+ resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.68.tgz#10761fb48f5346bdd3ed0c8e2f6cfaaaf32d1eca"
1983
+ integrity sha512-tsAcHX2/wXIymRwUj+VEOfcX3Yz3G8wg2wCFI6pUGiEgz+6StVRXhG/lwRxNp+xHAxDmohW1FFNTQVeeJwCGqg==
1993
1984
  dependencies:
1994
- "@oclif/core" "^3.18.1"
1995
- "@salesforce/core" "^6.5.1"
1985
+ "@oclif/core" "^3.19.1"
1986
+ "@salesforce/core" "^6.5.3"
1996
1987
  "@salesforce/kit" "^3.0.15"
1997
1988
  "@salesforce/sf-plugins-core" "^5.0.13"
1998
1989
  "@salesforce/ts-types" "^2.0.9"
@@ -2023,15 +2014,15 @@
2023
2014
  chalk "^4"
2024
2015
  inquirer "^8.2.5"
2025
2016
 
2026
- "@salesforce/sf-plugins-core@^7.1.4":
2027
- version "7.1.4"
2028
- resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-7.1.4.tgz#0aca0e243b9880269c3e2712ca14982eb8515f1e"
2029
- integrity sha512-aFV4FhUEz/oyn7JzsoutQp7SBs0Ac07m5uWYI+ngYlhJdd/AC/0IpMqd/BOIBmLzAqos+y6bKR6OqBEqQDaxlw==
2017
+ "@salesforce/sf-plugins-core@^7.1.9":
2018
+ version "7.1.9"
2019
+ resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-7.1.9.tgz#b4ea2005096f2289160cfd4452afb51d53bdefb3"
2020
+ integrity sha512-nyl6Kh1IHbGxcbQSUoJcte3t4fvozaXuHQWkHExIMGKjvSp8fCnx4pra8NZRdg/HnbWWu6eIHV4b/cHdzKWjnQ==
2030
2021
  dependencies:
2031
- "@inquirer/confirm" "^2.0.15"
2032
- "@inquirer/password" "^1.1.14"
2033
- "@oclif/core" "^3.18.1"
2034
- "@salesforce/core" "^6.5.0"
2022
+ "@inquirer/confirm" "^2.0.17"
2023
+ "@inquirer/password" "^1.1.16"
2024
+ "@oclif/core" "^3.19.1"
2025
+ "@salesforce/core" "^6.5.2"
2035
2026
  "@salesforce/kit" "^3.0.15"
2036
2027
  "@salesforce/ts-types" "^2.0.9"
2037
2028
  chalk "^5.3.0"
@@ -2702,7 +2693,7 @@
2702
2693
  dependencies:
2703
2694
  "@types/node" "*"
2704
2695
 
2705
- "@types/node@*", "@types/node@^20.9.0":
2696
+ "@types/node@*":
2706
2697
  version "20.10.6"
2707
2698
  resolved "https://registry.yarnpkg.com/@types/node/-/node-20.10.6.tgz#a3ec84c22965802bf763da55b2394424f22bfbb5"
2708
2699
  integrity sha512-Vac8H+NlRNNlAmDfGUP7b5h/KA+AtWIzuXy0E6OyP8f1tCLYAtPvKRRDJjAPqhpCb0t6U2j7/xqAuLEebW2kiw==
@@ -2726,6 +2717,13 @@
2726
2717
  dependencies:
2727
2718
  undici-types "~5.26.4"
2728
2719
 
2720
+ "@types/node@^20.10.7":
2721
+ version "20.11.19"
2722
+ resolved "https://registry.yarnpkg.com/@types/node/-/node-20.11.19.tgz#b466de054e9cb5b3831bee38938de64ac7f81195"
2723
+ integrity sha512-7xMnVEcZFu0DikYjWOlRq7NTPETrm7teqUT2WkQjrTIkEgUyyGdWsj/Zg8bEJt5TNklzbPD1X3fqfsHw3SpapQ==
2724
+ dependencies:
2725
+ undici-types "~5.26.4"
2726
+
2729
2727
  "@types/normalize-package-data@^2.4.0":
2730
2728
  version "2.4.1"
2731
2729
  resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.1.tgz#d3357479a0fdfdd5907fe67e17e0a85c906e1301"
@@ -2743,10 +2741,10 @@
2743
2741
  dependencies:
2744
2742
  "@types/node" "*"
2745
2743
 
2746
- "@types/semver@^7.5.0", "@types/semver@^7.5.6":
2747
- version "7.5.6"
2748
- resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.6.tgz#c65b2bfce1bec346582c07724e3f8c1017a20339"
2749
- integrity sha512-dn1l8LaMea/IjDoHNd9J52uBbInB796CDffS6VdIxvqYCPSG0V0DzHp76GpaWnlhg88uYyPbXCDIowa86ybd5A==
2744
+ "@types/semver@^7.5.0", "@types/semver@^7.5.7":
2745
+ version "7.5.8"
2746
+ resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.8.tgz#8268a8c57a3e4abd25c165ecd36237db7948a55e"
2747
+ integrity sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ==
2750
2748
 
2751
2749
  "@types/shelljs@^0.8.15":
2752
2750
  version "0.8.15"
@@ -3672,7 +3670,7 @@ cli-progress@^3.12.0:
3672
3670
  dependencies:
3673
3671
  string-width "^4.2.3"
3674
3672
 
3675
- cli-spinners@^2.5.0, cli-spinners@^2.9.1:
3673
+ cli-spinners@^2.5.0, cli-spinners@^2.9.2:
3676
3674
  version "2.9.2"
3677
3675
  resolved "https://registry.yarnpkg.com/cli-spinners/-/cli-spinners-2.9.2.tgz#1773a8f4b9c4d6ac31563df53b3fc1d79462fe41"
3678
3676
  integrity sha512-ywqV+5MmyL4E7ybXgKys4DugZbX0FC6LnwrhjuykIjnK9k8OQacQ7axGKnjDXWNhns0xot3bZI5h55H8yo9cJg==
@@ -4477,12 +4475,12 @@ eslint-plugin-perfectionist@^2.1.0:
4477
4475
  minimatch "^9.0.3"
4478
4476
  natural-compare-lite "^1.4.0"
4479
4477
 
4480
- eslint-plugin-sf-plugin@^1.17.2:
4481
- version "1.17.2"
4482
- resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.17.2.tgz#c2e5b40fdae762d3166696f0d9a3664ff8359141"
4483
- integrity sha512-N7o/rgpH5ImPwyGj7dByPwOeW7+VcA36/F35vUhL9NV8FOR35DDL8T+cX0HBGPWu4toSXjCmc2yEH52FdsnATg==
4478
+ eslint-plugin-sf-plugin@^1.17.3:
4479
+ version "1.17.3"
4480
+ resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.17.3.tgz#3adda2e9955bf8f09859f935468c99ca15b58cc3"
4481
+ integrity sha512-IFbKJYHbb0LBkdr/ftcz/awuEiktIhouJrHeZ0oQ2BOYKK4YOFdgfpVGqENNW2RvIS077bnjf8yzdgn2pLhcdg==
4484
4482
  dependencies:
4485
- "@salesforce/core" "^6.4.7"
4483
+ "@salesforce/core" "^6.5.1"
4486
4484
  "@typescript-eslint/utils" "^6.17.0"
4487
4485
 
4488
4486
  eslint-plugin-unicorn@^49.0.0:
@@ -7407,10 +7405,10 @@ pino-std-serializers@^6.0.0:
7407
7405
  resolved "https://registry.yarnpkg.com/pino-std-serializers/-/pino-std-serializers-6.2.2.tgz#d9a9b5f2b9a402486a5fc4db0a737570a860aab3"
7408
7406
  integrity sha512-cHjPPsE+vhj/tnhCy/wiMh3M3z3h/j15zHQX+S9GkTBgqJuTuJzYJ4gUyACLhDaJ7kk9ba9iRDmbH2tJU03OiA==
7409
7407
 
7410
- pino@^8.18.0:
7411
- version "8.18.0"
7412
- resolved "https://registry.yarnpkg.com/pino/-/pino-8.18.0.tgz#f2bfbb4e827ed2049ee1e88372268efdcd1505f6"
7413
- integrity sha512-Mz/gKiRyuXu4HnpHgi1YWdHQCoWMufapzooisvFn78zl4dZciAxS+YeRkUxXl1ee/SzU80YCz1zpECCh4oC6Aw==
7408
+ pino@^8.19.0:
7409
+ version "8.19.0"
7410
+ resolved "https://registry.yarnpkg.com/pino/-/pino-8.19.0.tgz#ccc15ef736f103ec02cfbead0912bc436dc92ce4"
7411
+ integrity sha512-oswmokxkav9bADfJ2ifrvfHUwad6MLp73Uat0IkQWY3iAw5xTRoznXbXksZs8oaOUMpmhVWD+PZogNzllWpJaA==
7414
7412
  dependencies:
7415
7413
  atomic-sleep "^1.0.0"
7416
7414
  fast-redact "^3.1.1"
@@ -250,6 +250,124 @@
250
250
  "snapshot:create:org"
251
251
  ]
252
252
  },
253
+ "org:get:snapshot": {
254
+ "aliases": [
255
+ "force:org:snapshot:get"
256
+ ],
257
+ "args": {},
258
+ "deprecateAliases": true,
259
+ "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\".",
260
+ "examples": [
261
+ "Get snapshot details using its ID and the default Dev Hub org:\n<%= config.bin %> <%= command.id %> --snapshot 0Oo...",
262
+ "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"
263
+ ],
264
+ "flags": {
265
+ "json": {
266
+ "description": "Format output as json.",
267
+ "helpGroup": "GLOBAL",
268
+ "name": "json",
269
+ "allowNo": false,
270
+ "type": "boolean"
271
+ },
272
+ "target-dev-hub": {
273
+ "aliases": [
274
+ "targetdevhubusername"
275
+ ],
276
+ "char": "v",
277
+ "deprecateAliases": true,
278
+ "name": "target-dev-hub",
279
+ "noCacheDefault": true,
280
+ "required": true,
281
+ "summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
282
+ "hasDynamicHelp": true,
283
+ "multiple": false,
284
+ "type": "option"
285
+ },
286
+ "api-version": {
287
+ "aliases": [
288
+ "apiversion"
289
+ ],
290
+ "deprecateAliases": true,
291
+ "description": "Override the api version used for api requests made by this command",
292
+ "name": "api-version",
293
+ "hasDynamicHelp": false,
294
+ "multiple": false,
295
+ "type": "option"
296
+ },
297
+ "loglevel": {
298
+ "deprecated": {
299
+ "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."
300
+ },
301
+ "hidden": true,
302
+ "name": "loglevel",
303
+ "hasDynamicHelp": false,
304
+ "multiple": false,
305
+ "type": "option"
306
+ },
307
+ "snapshot": {
308
+ "char": "s",
309
+ "description": "The IDs of scratch org snapshots start with 0Oo.",
310
+ "name": "snapshot",
311
+ "required": true,
312
+ "summary": "Name or ID of snapshot to retrieve.",
313
+ "hasDynamicHelp": false,
314
+ "multiple": false,
315
+ "type": "option"
316
+ }
317
+ },
318
+ "hasDynamicHelp": true,
319
+ "hiddenAliases": [],
320
+ "id": "org:get:snapshot",
321
+ "pluginAlias": "@salesforce/plugin-signups",
322
+ "pluginName": "@salesforce/plugin-signups",
323
+ "pluginType": "core",
324
+ "state": "beta",
325
+ "strict": true,
326
+ "summary": "Get details about a scratch org snapshot.",
327
+ "enableJsonFlag": true,
328
+ "isESM": true,
329
+ "relativePath": [
330
+ "lib",
331
+ "commands",
332
+ "org",
333
+ "get",
334
+ "snapshot.js"
335
+ ],
336
+ "aliasPermutations": [
337
+ "force:org:snapshot:get",
338
+ "org:force:snapshot:get",
339
+ "org:snapshot:force:get",
340
+ "org:snapshot:get:force",
341
+ "force:snapshot:org:get",
342
+ "snapshot:force:org:get",
343
+ "snapshot:org:force:get",
344
+ "snapshot:org:get:force",
345
+ "force:snapshot:get:org",
346
+ "snapshot:force:get:org",
347
+ "snapshot:get:force:org",
348
+ "snapshot:get:org:force",
349
+ "force:org:get:snapshot",
350
+ "org:force:get:snapshot",
351
+ "org:get:force:snapshot",
352
+ "org:get:snapshot:force",
353
+ "force:get:org:snapshot",
354
+ "get:force:org:snapshot",
355
+ "get:org:force:snapshot",
356
+ "get:org:snapshot:force",
357
+ "force:get:snapshot:org",
358
+ "get:force:snapshot:org",
359
+ "get:snapshot:force:org",
360
+ "get:snapshot:org:force"
361
+ ],
362
+ "permutations": [
363
+ "org:get:snapshot",
364
+ "get:org:snapshot",
365
+ "get:snapshot:org",
366
+ "org:snapshot:get",
367
+ "snapshot:org:get",
368
+ "snapshot:get:org"
369
+ ]
370
+ },
253
371
  "org:delete:shape": {
254
372
  "aliases": [
255
373
  "force:org:shape:delete"
@@ -487,124 +605,6 @@
487
605
  "snapshot:delete:org"
488
606
  ]
489
607
  },
490
- "org:get:snapshot": {
491
- "aliases": [
492
- "force:org:snapshot:get"
493
- ],
494
- "args": {},
495
- "deprecateAliases": true,
496
- "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\".",
497
- "examples": [
498
- "Get snapshot details using its ID and the default Dev Hub org:\n<%= config.bin %> <%= command.id %> --snapshot 0Oo...",
499
- "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"
500
- ],
501
- "flags": {
502
- "json": {
503
- "description": "Format output as json.",
504
- "helpGroup": "GLOBAL",
505
- "name": "json",
506
- "allowNo": false,
507
- "type": "boolean"
508
- },
509
- "target-dev-hub": {
510
- "aliases": [
511
- "targetdevhubusername"
512
- ],
513
- "char": "v",
514
- "deprecateAliases": true,
515
- "name": "target-dev-hub",
516
- "noCacheDefault": true,
517
- "required": true,
518
- "summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
519
- "hasDynamicHelp": true,
520
- "multiple": false,
521
- "type": "option"
522
- },
523
- "api-version": {
524
- "aliases": [
525
- "apiversion"
526
- ],
527
- "deprecateAliases": true,
528
- "description": "Override the api version used for api requests made by this command",
529
- "name": "api-version",
530
- "hasDynamicHelp": false,
531
- "multiple": false,
532
- "type": "option"
533
- },
534
- "loglevel": {
535
- "deprecated": {
536
- "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."
537
- },
538
- "hidden": true,
539
- "name": "loglevel",
540
- "hasDynamicHelp": false,
541
- "multiple": false,
542
- "type": "option"
543
- },
544
- "snapshot": {
545
- "char": "s",
546
- "description": "The IDs of scratch org snapshots start with 0Oo.",
547
- "name": "snapshot",
548
- "required": true,
549
- "summary": "Name or ID of snapshot to retrieve.",
550
- "hasDynamicHelp": false,
551
- "multiple": false,
552
- "type": "option"
553
- }
554
- },
555
- "hasDynamicHelp": true,
556
- "hiddenAliases": [],
557
- "id": "org:get:snapshot",
558
- "pluginAlias": "@salesforce/plugin-signups",
559
- "pluginName": "@salesforce/plugin-signups",
560
- "pluginType": "core",
561
- "state": "beta",
562
- "strict": true,
563
- "summary": "Get details about a scratch org snapshot.",
564
- "enableJsonFlag": true,
565
- "isESM": true,
566
- "relativePath": [
567
- "lib",
568
- "commands",
569
- "org",
570
- "get",
571
- "snapshot.js"
572
- ],
573
- "aliasPermutations": [
574
- "force:org:snapshot:get",
575
- "org:force:snapshot:get",
576
- "org:snapshot:force:get",
577
- "org:snapshot:get:force",
578
- "force:snapshot:org:get",
579
- "snapshot:force:org:get",
580
- "snapshot:org:force:get",
581
- "snapshot:org:get:force",
582
- "force:snapshot:get:org",
583
- "snapshot:force:get:org",
584
- "snapshot:get:force:org",
585
- "snapshot:get:org:force",
586
- "force:org:get:snapshot",
587
- "org:force:get:snapshot",
588
- "org:get:force:snapshot",
589
- "org:get:snapshot:force",
590
- "force:get:org:snapshot",
591
- "get:force:org:snapshot",
592
- "get:org:force:snapshot",
593
- "get:org:snapshot:force",
594
- "force:get:snapshot:org",
595
- "get:force:snapshot:org",
596
- "get:snapshot:force:org",
597
- "get:snapshot:org:force"
598
- ],
599
- "permutations": [
600
- "org:get:snapshot",
601
- "get:org:snapshot",
602
- "get:snapshot:org",
603
- "org:snapshot:get",
604
- "snapshot:org:get",
605
- "snapshot:get:org"
606
- ]
607
- },
608
608
  "org:list:shape": {
609
609
  "aliases": [
610
610
  "force:org:shape:list"
@@ -803,5 +803,5 @@
803
803
  ]
804
804
  }
805
805
  },
806
- "version": "2.0.23"
806
+ "version": "2.0.25"
807
807
  }
package/package.json CHANGED
@@ -1,28 +1,28 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-signups",
3
3
  "description": "Commands to interact with org shapes",
4
- "version": "2.0.23",
4
+ "version": "2.0.25",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "dependencies": {
8
8
  "@oclif/core": "^3.19.1",
9
- "@salesforce/core": "^6.5.3",
9
+ "@salesforce/core": "^6.5.5",
10
10
  "@salesforce/kit": "^3.0.15",
11
- "@salesforce/sf-plugins-core": "^7.1.4",
11
+ "@salesforce/sf-plugins-core": "^7.1.9",
12
12
  "chalk": "^5.3.0",
13
13
  "change-case": "^5.4.3"
14
14
  },
15
15
  "devDependencies": {
16
- "@oclif/plugin-command-snapshot": "^5.0.8",
17
- "@salesforce/cli-plugins-testkit": "^5.1.8",
16
+ "@oclif/plugin-command-snapshot": "^5.0.9",
17
+ "@salesforce/cli-plugins-testkit": "^5.1.9",
18
18
  "@salesforce/dev-scripts": "^8.3.0",
19
- "@salesforce/plugin-command-reference": "^3.0.64",
19
+ "@salesforce/plugin-command-reference": "^3.0.68",
20
20
  "@salesforce/ts-types": "^2.0.9",
21
21
  "@types/chai-as-promised": "^7.1.8",
22
22
  "@types/chai-string": "^1.4.5",
23
23
  "chai-as-promised": "7.1.1",
24
24
  "chai-string": "^1.5.0",
25
- "eslint-plugin-sf-plugin": "^1.17.2",
25
+ "eslint-plugin-sf-plugin": "^1.17.3",
26
26
  "jsforce": "^2.0.0-beta.28",
27
27
  "oclif": "^4.4.2",
28
28
  "shx": "0.3.4",
@@ -257,7 +257,7 @@
257
257
  "exports": "./lib/index.js",
258
258
  "type": "module",
259
259
  "sfdx": {
260
- "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.0.23.crt",
261
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.0.23.sig"
260
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.0.25.crt",
261
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.0.25.sig"
262
262
  }
263
263
  }