@salesforce/plugin-signups 2.0.24 → 2.0.26
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 +16815 -0
- package/oclif.lock +60 -90
- package/oclif.manifest.json +119 -119
- package/package.json +13 -14
package/oclif.lock
CHANGED
|
@@ -887,7 +887,7 @@
|
|
|
887
887
|
"@smithy/types" "^2.9.1"
|
|
888
888
|
tslib "^2.5.0"
|
|
889
889
|
|
|
890
|
-
"@aws-sdk/types@3.502.0":
|
|
890
|
+
"@aws-sdk/types@3.502.0", "@aws-sdk/types@^3.222.0":
|
|
891
891
|
version "3.502.0"
|
|
892
892
|
resolved "https://registry.yarnpkg.com/@aws-sdk/types/-/types-3.502.0.tgz#c23dda4df7fdbe32642d4f5ab23516f455fb6aba"
|
|
893
893
|
integrity sha512-M0DSPYe/gXhwD2QHgoukaZv5oDxhW3FfvYIrJptyqUq3OnPJBcDbihHjrE0PBtfh/9kgMZT60/fQ2NVFANfa2g==
|
|
@@ -895,14 +895,6 @@
|
|
|
895
895
|
"@smithy/types" "^2.9.1"
|
|
896
896
|
tslib "^2.5.0"
|
|
897
897
|
|
|
898
|
-
"@aws-sdk/types@^3.222.0":
|
|
899
|
-
version "3.489.0"
|
|
900
|
-
resolved "https://registry.yarnpkg.com/@aws-sdk/types/-/types-3.489.0.tgz#0fa29adaace3e407ac15428524aa67e9bd229f65"
|
|
901
|
-
integrity sha512-kcDtLfKog/p0tC4gAeqJqWxAiEzfe2LRPnKamvSG2Mjbthx4R/alE2dxyIq/wW+nvRv0fqR3OD5kD1+eVfdr/w==
|
|
902
|
-
dependencies:
|
|
903
|
-
"@smithy/types" "^2.8.0"
|
|
904
|
-
tslib "^2.5.0"
|
|
905
|
-
|
|
906
898
|
"@aws-sdk/util-arn-parser@3.495.0":
|
|
907
899
|
version "3.495.0"
|
|
908
900
|
resolved "https://registry.yarnpkg.com/@aws-sdk/util-arn-parser/-/util-arn-parser-3.495.0.tgz#539f2d6dfef343a80324348f1f9a1b7eed2390f3"
|
|
@@ -1712,10 +1704,10 @@
|
|
|
1712
1704
|
node-gyp "^8.2.0"
|
|
1713
1705
|
read-package-json-fast "^2.0.1"
|
|
1714
1706
|
|
|
1715
|
-
"@oclif/core@^3.15.1", "@oclif/core@^3.16.0", "@oclif/core@^3.18.1", "@oclif/core@^3.
|
|
1716
|
-
version "3.19.
|
|
1717
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.19.
|
|
1718
|
-
integrity sha512
|
|
1707
|
+
"@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":
|
|
1708
|
+
version "3.19.6"
|
|
1709
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.19.6.tgz#12e5cb073016d8c32c469d2fec0cd585ac5c1c09"
|
|
1710
|
+
integrity sha512-1ryQWAx7VOf+Wq6pv00uilOo56DrG0drr42crmCQ3eYrPPz252EmNCoFkoOBk7McN6x0f4ega83c0yNNCXmiXw==
|
|
1719
1711
|
dependencies:
|
|
1720
1712
|
"@types/cli-progress" "^3.11.5"
|
|
1721
1713
|
ansi-escapes "^4.3.2"
|
|
@@ -1745,12 +1737,12 @@
|
|
|
1745
1737
|
wordwrap "^1.0.0"
|
|
1746
1738
|
wrap-ansi "^7.0.0"
|
|
1747
1739
|
|
|
1748
|
-
"@oclif/plugin-command-snapshot@^5.0.
|
|
1749
|
-
version "5.0.
|
|
1750
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.0.
|
|
1751
|
-
integrity sha512-
|
|
1740
|
+
"@oclif/plugin-command-snapshot@^5.0.9":
|
|
1741
|
+
version "5.0.9"
|
|
1742
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.0.9.tgz#d6d8e565602aab8581ee6d8f203a41d93f0679ea"
|
|
1743
|
+
integrity sha512-lzvdYzGSW2/XGcH+RWyI+EfYcqDQ9Il7/EudTTKsODdhiry6B7IQoRxzs0soRB2myZTZrP+j2HcfG0XWrfXa4Q==
|
|
1752
1744
|
dependencies:
|
|
1753
|
-
"@oclif/core" "^3.
|
|
1745
|
+
"@oclif/core" "^3.19.2"
|
|
1754
1746
|
"@types/lodash.difference" "^4.5.9"
|
|
1755
1747
|
chalk "^5.3.0"
|
|
1756
1748
|
just-diff "^5.2.0"
|
|
@@ -1893,12 +1885,12 @@
|
|
|
1893
1885
|
resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33"
|
|
1894
1886
|
integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==
|
|
1895
1887
|
|
|
1896
|
-
"@salesforce/cli-plugins-testkit@^5.1.
|
|
1897
|
-
version "5.1.
|
|
1898
|
-
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.1.
|
|
1899
|
-
integrity sha512-
|
|
1888
|
+
"@salesforce/cli-plugins-testkit@^5.1.9":
|
|
1889
|
+
version "5.1.9"
|
|
1890
|
+
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.1.9.tgz#c21b0d282c0d309141ca5e2fe47835530a24621d"
|
|
1891
|
+
integrity sha512-8a9dwYdo2tXhVMrDe4ex8tjMYGuIwT9wlltB4+h3gt/IuowazjQGy5VWam08gsm3UT/FhhjZBdN0aKJPbD4wXA==
|
|
1900
1892
|
dependencies:
|
|
1901
|
-
"@salesforce/core" "^6.5.
|
|
1893
|
+
"@salesforce/core" "^6.5.3"
|
|
1902
1894
|
"@salesforce/kit" "^3.0.15"
|
|
1903
1895
|
"@salesforce/ts-types" "^2.0.9"
|
|
1904
1896
|
"@types/shelljs" "^0.8.15"
|
|
@@ -1908,15 +1900,15 @@
|
|
|
1908
1900
|
strip-ansi "6.0.1"
|
|
1909
1901
|
ts-retry-promise "^0.8.0"
|
|
1910
1902
|
|
|
1911
|
-
"@salesforce/core@^6.4.1", "@salesforce/core@^6.
|
|
1912
|
-
version "6.
|
|
1913
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.
|
|
1914
|
-
integrity sha512-
|
|
1903
|
+
"@salesforce/core@^6.4.1", "@salesforce/core@^6.5.1", "@salesforce/core@^6.5.2", "@salesforce/core@^6.5.3", "@salesforce/core@^6.7.0":
|
|
1904
|
+
version "6.7.0"
|
|
1905
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.7.0.tgz#f838f5704aa2f14296fd85691c9bcd8da33dca5d"
|
|
1906
|
+
integrity sha512-KIyoSdQJVwtReSpXfpFZ4D4BXHFh5xcmvY6UJjzxB3H7CqUtC/20ldal/jCD8JEy/jObfG7GyxZmZYZYF88JCw==
|
|
1915
1907
|
dependencies:
|
|
1916
1908
|
"@salesforce/kit" "^3.0.15"
|
|
1917
1909
|
"@salesforce/schemas" "^1.6.1"
|
|
1918
1910
|
"@salesforce/ts-types" "^2.0.9"
|
|
1919
|
-
"@types/semver" "^7.5.
|
|
1911
|
+
"@types/semver" "^7.5.8"
|
|
1920
1912
|
ajv "^8.12.0"
|
|
1921
1913
|
change-case "^4.1.2"
|
|
1922
1914
|
faye "^1.4.0"
|
|
@@ -1925,11 +1917,11 @@
|
|
|
1925
1917
|
jsforce "^2.0.0-beta.29"
|
|
1926
1918
|
jsonwebtoken "9.0.2"
|
|
1927
1919
|
jszip "3.10.1"
|
|
1928
|
-
pino "^8.
|
|
1920
|
+
pino "^8.19.0"
|
|
1929
1921
|
pino-abstract-transport "^1.1.0"
|
|
1930
1922
|
pino-pretty "^10.3.1"
|
|
1931
1923
|
proper-lockfile "^4.1.2"
|
|
1932
|
-
semver "^7.
|
|
1924
|
+
semver "^7.6.0"
|
|
1933
1925
|
ts-retry-promise "^0.7.1"
|
|
1934
1926
|
|
|
1935
1927
|
"@salesforce/dev-config@^4.1.0":
|
|
@@ -1937,10 +1929,10 @@
|
|
|
1937
1929
|
resolved "https://registry.yarnpkg.com/@salesforce/dev-config/-/dev-config-4.1.0.tgz#e529576466d074e7a5f1441236510fef123da01e"
|
|
1938
1930
|
integrity sha512-2iDDepiIwjXHS5IVY7pwv8jMo4xWosJ7p/UTj+lllpB/gnJiYLhjJPE4Z3FCGFKyvfg5jGaimCd8Ca6bLGsCQA==
|
|
1939
1931
|
|
|
1940
|
-
"@salesforce/dev-scripts@^8.
|
|
1941
|
-
version "8.
|
|
1942
|
-
resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-8.
|
|
1943
|
-
integrity sha512-
|
|
1932
|
+
"@salesforce/dev-scripts@^8.4.1":
|
|
1933
|
+
version "8.4.1"
|
|
1934
|
+
resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-8.4.1.tgz#538726304bc5c73c0a36d57e1b59f77eeab8b05a"
|
|
1935
|
+
integrity sha512-qycbhwoRB+dFcw5BHZbW0AqvonQWTkq3QOWb1V7irbf7WFaE1/+Bs+YPfuc5+O7mhx++LER0EkcoeewbHjm0Gg==
|
|
1944
1936
|
dependencies:
|
|
1945
1937
|
"@commitlint/cli" "^17.1.2"
|
|
1946
1938
|
"@commitlint/config-conventional" "^17.8.1"
|
|
@@ -1955,7 +1947,7 @@
|
|
|
1955
1947
|
cosmiconfig "^7.0.0"
|
|
1956
1948
|
eslint-config-salesforce-typescript "^3.0.5"
|
|
1957
1949
|
husky "^7.0.4"
|
|
1958
|
-
linkinator "^6.0.
|
|
1950
|
+
linkinator "^6.0.4"
|
|
1959
1951
|
mocha "^10.2.0"
|
|
1960
1952
|
nyc "^15.1.0"
|
|
1961
1953
|
prettier "^2.8.8"
|
|
@@ -1977,13 +1969,13 @@
|
|
|
1977
1969
|
"@salesforce/ts-types" "^2.0.9"
|
|
1978
1970
|
tslib "^2.6.2"
|
|
1979
1971
|
|
|
1980
|
-
"@salesforce/plugin-command-reference@^3.0.
|
|
1981
|
-
version "3.0.
|
|
1982
|
-
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.
|
|
1983
|
-
integrity sha512-
|
|
1972
|
+
"@salesforce/plugin-command-reference@^3.0.68":
|
|
1973
|
+
version "3.0.68"
|
|
1974
|
+
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.68.tgz#10761fb48f5346bdd3ed0c8e2f6cfaaaf32d1eca"
|
|
1975
|
+
integrity sha512-tsAcHX2/wXIymRwUj+VEOfcX3Yz3G8wg2wCFI6pUGiEgz+6StVRXhG/lwRxNp+xHAxDmohW1FFNTQVeeJwCGqg==
|
|
1984
1976
|
dependencies:
|
|
1985
|
-
"@oclif/core" "^3.
|
|
1986
|
-
"@salesforce/core" "^6.5.
|
|
1977
|
+
"@oclif/core" "^3.19.1"
|
|
1978
|
+
"@salesforce/core" "^6.5.3"
|
|
1987
1979
|
"@salesforce/kit" "^3.0.15"
|
|
1988
1980
|
"@salesforce/sf-plugins-core" "^5.0.13"
|
|
1989
1981
|
"@salesforce/ts-types" "^2.0.9"
|
|
@@ -2383,13 +2375,6 @@
|
|
|
2383
2375
|
"@smithy/util-stream" "^2.1.1"
|
|
2384
2376
|
tslib "^2.5.0"
|
|
2385
2377
|
|
|
2386
|
-
"@smithy/types@^2.8.0":
|
|
2387
|
-
version "2.8.0"
|
|
2388
|
-
resolved "https://registry.yarnpkg.com/@smithy/types/-/types-2.8.0.tgz#bdbaa0a54c9c3538d6c763c6f32d3e4f76fe0df9"
|
|
2389
|
-
integrity sha512-h9sz24cFgt/W1Re22OlhQKmUZkNh244ApgRsUDYinqF8R+QgcsBIX344u2j61TPshsTz3CvL6HYU1DnQdsSrHA==
|
|
2390
|
-
dependencies:
|
|
2391
|
-
tslib "^2.5.0"
|
|
2392
|
-
|
|
2393
2378
|
"@smithy/types@^2.9.1":
|
|
2394
2379
|
version "2.9.1"
|
|
2395
2380
|
resolved "https://registry.yarnpkg.com/@smithy/types/-/types-2.9.1.tgz#ed04d4144eed3b8bd26d20fc85aae8d6e357ebb9"
|
|
@@ -2693,10 +2678,10 @@
|
|
|
2693
2678
|
dependencies:
|
|
2694
2679
|
"@types/node" "*"
|
|
2695
2680
|
|
|
2696
|
-
"@types/node@*":
|
|
2697
|
-
version "20.
|
|
2698
|
-
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.
|
|
2699
|
-
integrity sha512-
|
|
2681
|
+
"@types/node@*", "@types/node@^20.10.7":
|
|
2682
|
+
version "20.11.19"
|
|
2683
|
+
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.11.19.tgz#b466de054e9cb5b3831bee38938de64ac7f81195"
|
|
2684
|
+
integrity sha512-7xMnVEcZFu0DikYjWOlRq7NTPETrm7teqUT2WkQjrTIkEgUyyGdWsj/Zg8bEJt5TNklzbPD1X3fqfsHw3SpapQ==
|
|
2700
2685
|
dependencies:
|
|
2701
2686
|
undici-types "~5.26.4"
|
|
2702
2687
|
|
|
@@ -2717,13 +2702,6 @@
|
|
|
2717
2702
|
dependencies:
|
|
2718
2703
|
undici-types "~5.26.4"
|
|
2719
2704
|
|
|
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
|
-
|
|
2727
2705
|
"@types/normalize-package-data@^2.4.0":
|
|
2728
2706
|
version "2.4.1"
|
|
2729
2707
|
resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.1.tgz#d3357479a0fdfdd5907fe67e17e0a85c906e1301"
|
|
@@ -2741,10 +2719,10 @@
|
|
|
2741
2719
|
dependencies:
|
|
2742
2720
|
"@types/node" "*"
|
|
2743
2721
|
|
|
2744
|
-
"@types/semver@^7.5.0", "@types/semver@^7.5.
|
|
2745
|
-
version "7.5.
|
|
2746
|
-
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.
|
|
2747
|
-
integrity sha512-
|
|
2722
|
+
"@types/semver@^7.5.0", "@types/semver@^7.5.8":
|
|
2723
|
+
version "7.5.8"
|
|
2724
|
+
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.8.tgz#8268a8c57a3e4abd25c165ecd36237db7948a55e"
|
|
2725
|
+
integrity sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ==
|
|
2748
2726
|
|
|
2749
2727
|
"@types/shelljs@^0.8.15":
|
|
2750
2728
|
version "0.8.15"
|
|
@@ -4475,12 +4453,12 @@ eslint-plugin-perfectionist@^2.1.0:
|
|
|
4475
4453
|
minimatch "^9.0.3"
|
|
4476
4454
|
natural-compare-lite "^1.4.0"
|
|
4477
4455
|
|
|
4478
|
-
eslint-plugin-sf-plugin@^1.17.
|
|
4479
|
-
version "1.17.
|
|
4480
|
-
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.17.
|
|
4481
|
-
integrity sha512-
|
|
4456
|
+
eslint-plugin-sf-plugin@^1.17.3:
|
|
4457
|
+
version "1.17.3"
|
|
4458
|
+
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.17.3.tgz#3adda2e9955bf8f09859f935468c99ca15b58cc3"
|
|
4459
|
+
integrity sha512-IFbKJYHbb0LBkdr/ftcz/awuEiktIhouJrHeZ0oQ2BOYKK4YOFdgfpVGqENNW2RvIS077bnjf8yzdgn2pLhcdg==
|
|
4482
4460
|
dependencies:
|
|
4483
|
-
"@salesforce/core" "^6.
|
|
4461
|
+
"@salesforce/core" "^6.5.1"
|
|
4484
4462
|
"@typescript-eslint/utils" "^6.17.0"
|
|
4485
4463
|
|
|
4486
4464
|
eslint-plugin-unicorn@^49.0.0:
|
|
@@ -6112,10 +6090,10 @@ lines-and-columns@^1.1.6:
|
|
|
6112
6090
|
resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.2.4.tgz#eca284f75d2965079309dc0ad9255abb2ebc1632"
|
|
6113
6091
|
integrity sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==
|
|
6114
6092
|
|
|
6115
|
-
linkinator@^6.0.
|
|
6116
|
-
version "6.0.
|
|
6117
|
-
resolved "https://registry.yarnpkg.com/linkinator/-/linkinator-6.0.
|
|
6118
|
-
integrity sha512-
|
|
6093
|
+
linkinator@^6.0.4:
|
|
6094
|
+
version "6.0.4"
|
|
6095
|
+
resolved "https://registry.yarnpkg.com/linkinator/-/linkinator-6.0.4.tgz#2a4a9f76732b0f8968abf35ed09d57a3a8be3427"
|
|
6096
|
+
integrity sha512-gxZ9ePUBeoaCk29p+2gAwrRIVnKOqAV8ZVCEM8N7MvpwbccDBQiKjXFyS6nQx56K1CCZLboan2i5iJfpWCsnSQ==
|
|
6119
6097
|
dependencies:
|
|
6120
6098
|
chalk "^5.0.0"
|
|
6121
6099
|
escape-html "^1.0.3"
|
|
@@ -6124,7 +6102,7 @@ linkinator@^6.0.3:
|
|
|
6124
6102
|
htmlparser2 "^9.0.0"
|
|
6125
6103
|
marked "^10.0.0"
|
|
6126
6104
|
meow "^13.0.0"
|
|
6127
|
-
mime "^
|
|
6105
|
+
mime "^4.0.0"
|
|
6128
6106
|
server-destroy "^1.0.1"
|
|
6129
6107
|
srcset "^5.0.0"
|
|
6130
6108
|
|
|
@@ -6487,10 +6465,10 @@ mime-types@^2.1.12:
|
|
|
6487
6465
|
dependencies:
|
|
6488
6466
|
mime-db "1.52.0"
|
|
6489
6467
|
|
|
6490
|
-
mime@^
|
|
6491
|
-
version "
|
|
6492
|
-
resolved "https://registry.yarnpkg.com/mime/-/mime-
|
|
6493
|
-
integrity sha512-
|
|
6468
|
+
mime@^4.0.0:
|
|
6469
|
+
version "4.0.1"
|
|
6470
|
+
resolved "https://registry.yarnpkg.com/mime/-/mime-4.0.1.tgz#ad7563d1bfe30253ad97dedfae2b1009d01b9470"
|
|
6471
|
+
integrity sha512-5lZ5tyrIfliMXzFtkYyekWbtRXObT9OWa8IwQ5uxTBDHucNNwniRqo0yInflj+iYi5CBa6qxadGzGarDfuEOxA==
|
|
6494
6472
|
|
|
6495
6473
|
mimic-fn@^2.1.0:
|
|
6496
6474
|
version "2.1.0"
|
|
@@ -6549,7 +6527,7 @@ minimist-options@4.1.0:
|
|
|
6549
6527
|
is-plain-obj "^1.1.0"
|
|
6550
6528
|
kind-of "^6.0.3"
|
|
6551
6529
|
|
|
6552
|
-
minimist@^1.2.0, minimist@^1.2.
|
|
6530
|
+
minimist@^1.2.0, minimist@^1.2.5, minimist@^1.2.6:
|
|
6553
6531
|
version "1.2.8"
|
|
6554
6532
|
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.8.tgz#c1a464e7693302e082a075cee0c057741ac4772c"
|
|
6555
6533
|
integrity sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==
|
|
@@ -7405,10 +7383,10 @@ pino-std-serializers@^6.0.0:
|
|
|
7405
7383
|
resolved "https://registry.yarnpkg.com/pino-std-serializers/-/pino-std-serializers-6.2.2.tgz#d9a9b5f2b9a402486a5fc4db0a737570a860aab3"
|
|
7406
7384
|
integrity sha512-cHjPPsE+vhj/tnhCy/wiMh3M3z3h/j15zHQX+S9GkTBgqJuTuJzYJ4gUyACLhDaJ7kk9ba9iRDmbH2tJU03OiA==
|
|
7407
7385
|
|
|
7408
|
-
pino@^8.
|
|
7409
|
-
version "8.
|
|
7410
|
-
resolved "https://registry.yarnpkg.com/pino/-/pino-8.
|
|
7411
|
-
integrity sha512-
|
|
7386
|
+
pino@^8.19.0:
|
|
7387
|
+
version "8.19.0"
|
|
7388
|
+
resolved "https://registry.yarnpkg.com/pino/-/pino-8.19.0.tgz#ccc15ef736f103ec02cfbead0912bc436dc92ce4"
|
|
7389
|
+
integrity sha512-oswmokxkav9bADfJ2ifrvfHUwad6MLp73Uat0IkQWY3iAw5xTRoznXbXksZs8oaOUMpmhVWD+PZogNzllWpJaA==
|
|
7412
7390
|
dependencies:
|
|
7413
7391
|
atomic-sleep "^1.0.0"
|
|
7414
7392
|
fast-redact "^3.1.1"
|
|
@@ -8025,14 +8003,6 @@ shiki@^0.14.1:
|
|
|
8025
8003
|
vscode-oniguruma "^1.7.0"
|
|
8026
8004
|
vscode-textmate "^8.0.0"
|
|
8027
8005
|
|
|
8028
|
-
shx@0.3.4:
|
|
8029
|
-
version "0.3.4"
|
|
8030
|
-
resolved "https://registry.yarnpkg.com/shx/-/shx-0.3.4.tgz#74289230b4b663979167f94e1935901406e40f02"
|
|
8031
|
-
integrity sha512-N6A9MLVqjxZYcVn8hLmtneQWIJtp8IKzMP4eMnx+nqkvXoqinUPCbUFLp2UcWTEIUONhlk0ewxr/jaVGlc+J+g==
|
|
8032
|
-
dependencies:
|
|
8033
|
-
minimist "^1.2.3"
|
|
8034
|
-
shelljs "^0.8.5"
|
|
8035
|
-
|
|
8036
8006
|
side-channel@^1.0.4:
|
|
8037
8007
|
version "1.0.4"
|
|
8038
8008
|
resolved "https://registry.yarnpkg.com/side-channel/-/side-channel-1.0.4.tgz#efce5c8fdc104ee751b25c58d4290011fa5ea2cf"
|
package/oclif.manifest.json
CHANGED
|
@@ -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.
|
|
806
|
+
"version": "2.0.26"
|
|
807
807
|
}
|
package/package.json
CHANGED
|
@@ -1,31 +1,30 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-signups",
|
|
3
3
|
"description": "Commands to interact with org shapes",
|
|
4
|
-
"version": "2.0.
|
|
4
|
+
"version": "2.0.26",
|
|
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.
|
|
9
|
+
"@salesforce/core": "^6.7.0",
|
|
10
10
|
"@salesforce/kit": "^3.0.15",
|
|
11
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.
|
|
17
|
-
"@salesforce/cli-plugins-testkit": "^5.1.
|
|
18
|
-
"@salesforce/dev-scripts": "^8.
|
|
19
|
-
"@salesforce/plugin-command-reference": "^3.0.
|
|
16
|
+
"@oclif/plugin-command-snapshot": "^5.0.9",
|
|
17
|
+
"@salesforce/cli-plugins-testkit": "^5.1.9",
|
|
18
|
+
"@salesforce/dev-scripts": "^8.4.1",
|
|
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.
|
|
25
|
+
"eslint-plugin-sf-plugin": "^1.17.3",
|
|
26
26
|
"jsforce": "^2.0.0-beta.28",
|
|
27
27
|
"oclif": "^4.4.2",
|
|
28
|
-
"shx": "0.3.4",
|
|
29
28
|
"ts-node": "^10.9.2",
|
|
30
29
|
"typescript": "^5.2.2"
|
|
31
30
|
},
|
|
@@ -36,8 +35,9 @@
|
|
|
36
35
|
"files": [
|
|
37
36
|
"/lib",
|
|
38
37
|
"/messages",
|
|
39
|
-
"/
|
|
40
|
-
"/oclif.lock"
|
|
38
|
+
"/npm-shrinkwrap.json",
|
|
39
|
+
"/oclif.lock",
|
|
40
|
+
"/oclif.manifest.json"
|
|
41
41
|
],
|
|
42
42
|
"homepage": "https://github.com/salesforcecli/plugin-signups",
|
|
43
43
|
"keywords": [
|
|
@@ -121,13 +121,12 @@
|
|
|
121
121
|
"build": "wireit",
|
|
122
122
|
"clean": "sf-clean",
|
|
123
123
|
"clean-all": "sf-clean all",
|
|
124
|
-
"clean:lib": "shx rm -rf lib && shx rm -rf coverage && shx rm -rf .nyc_output && shx rm -f oclif.manifest.json oclif.lock",
|
|
125
124
|
"compile": "wireit",
|
|
126
125
|
"docs": "sf-docs",
|
|
127
126
|
"format": "wireit",
|
|
128
127
|
"link-check": "wireit",
|
|
129
128
|
"lint": "wireit",
|
|
130
|
-
"postpack": "
|
|
129
|
+
"postpack": "sf-clean --ignore-signing-artifacts",
|
|
131
130
|
"prepack": "sf-prepack",
|
|
132
131
|
"prepare": "sf-install",
|
|
133
132
|
"test": "wireit",
|
|
@@ -257,7 +256,7 @@
|
|
|
257
256
|
"exports": "./lib/index.js",
|
|
258
257
|
"type": "module",
|
|
259
258
|
"sfdx": {
|
|
260
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.0.
|
|
261
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.0.
|
|
259
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.0.26.crt",
|
|
260
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-signups/2.0.26.sig"
|
|
262
261
|
}
|
|
263
262
|
}
|