@salesforce/plugin-deploy-retrieve 3.2.35 → 3.3.1
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 +2 -1510
- package/npm-shrinkwrap.json +126 -294
- package/oclif.lock +61 -105
- package/oclif.manifest.json +142 -32
- package/package.json +8 -8
package/oclif.lock
CHANGED
|
@@ -1487,14 +1487,14 @@
|
|
|
1487
1487
|
strip-ansi "^6.0.1"
|
|
1488
1488
|
wrap-ansi "^6.2.0"
|
|
1489
1489
|
|
|
1490
|
-
"@inquirer/core@^7.
|
|
1491
|
-
version "7.
|
|
1492
|
-
resolved "https://registry.yarnpkg.com/@inquirer/core/-/core-7.
|
|
1493
|
-
integrity sha512-
|
|
1490
|
+
"@inquirer/core@^7.1.0":
|
|
1491
|
+
version "7.1.0"
|
|
1492
|
+
resolved "https://registry.yarnpkg.com/@inquirer/core/-/core-7.1.0.tgz#fb78738fd6624de50f027c08d6f24298b72a402b"
|
|
1493
|
+
integrity sha512-FRCiDiU54XHt5B/D8hX4twwZuzSP244ANHbu3R7CAsJfiv1dUOz24ePBgCZjygEjDUi6BWIJuk4eWLKJ7LATUw==
|
|
1494
1494
|
dependencies:
|
|
1495
|
-
"@inquirer/type" "^1.2.
|
|
1495
|
+
"@inquirer/type" "^1.2.1"
|
|
1496
1496
|
"@types/mute-stream" "^0.0.4"
|
|
1497
|
-
"@types/node" "^20.11.
|
|
1497
|
+
"@types/node" "^20.11.26"
|
|
1498
1498
|
"@types/wrap-ansi" "^3.0.0"
|
|
1499
1499
|
ansi-escapes "^4.3.2"
|
|
1500
1500
|
chalk "^4.1.2"
|
|
@@ -1507,13 +1507,13 @@
|
|
|
1507
1507
|
strip-ansi "^6.0.1"
|
|
1508
1508
|
wrap-ansi "^6.2.0"
|
|
1509
1509
|
|
|
1510
|
-
"@inquirer/input@^2.
|
|
1511
|
-
version "2.
|
|
1512
|
-
resolved "https://registry.yarnpkg.com/@inquirer/input/-/input-2.
|
|
1513
|
-
integrity sha512-
|
|
1510
|
+
"@inquirer/input@^2.1.0":
|
|
1511
|
+
version "2.1.0"
|
|
1512
|
+
resolved "https://registry.yarnpkg.com/@inquirer/input/-/input-2.1.0.tgz#5ff7028245acd9fa9a25e8a04d71611f76bd82ba"
|
|
1513
|
+
integrity sha512-o57pST+xxZfGww1h4G7ISiX37KlLcajhKgKGG7/h8J6ClWtsyqwMv1el9Ds/4geuYN/HcPj0MyX9gTEO62UpcA==
|
|
1514
1514
|
dependencies:
|
|
1515
|
-
"@inquirer/core" "^7.
|
|
1516
|
-
"@inquirer/type" "^1.2.
|
|
1515
|
+
"@inquirer/core" "^7.1.0"
|
|
1516
|
+
"@inquirer/type" "^1.2.1"
|
|
1517
1517
|
|
|
1518
1518
|
"@inquirer/password@^1.1.16":
|
|
1519
1519
|
version "1.1.16"
|
|
@@ -1525,11 +1525,16 @@
|
|
|
1525
1525
|
ansi-escapes "^4.3.2"
|
|
1526
1526
|
chalk "^4.1.2"
|
|
1527
1527
|
|
|
1528
|
-
"@inquirer/type@^1.1.6"
|
|
1528
|
+
"@inquirer/type@^1.1.6":
|
|
1529
1529
|
version "1.2.0"
|
|
1530
1530
|
resolved "https://registry.yarnpkg.com/@inquirer/type/-/type-1.2.0.tgz#a569613628a881c2104289ca868a7def54e5c49d"
|
|
1531
1531
|
integrity sha512-/vvkUkYhrjbm+RolU7V1aUFDydZVKNKqKHR5TsE+j5DXgXFwrsOPcoGUJ02K0O7q7O53CU2DOTMYCHeGZ25WHA==
|
|
1532
1532
|
|
|
1533
|
+
"@inquirer/type@^1.2.1":
|
|
1534
|
+
version "1.2.1"
|
|
1535
|
+
resolved "https://registry.yarnpkg.com/@inquirer/type/-/type-1.2.1.tgz#fbc7ab3a2e5050d0c150642d5e8f5e88faa066b8"
|
|
1536
|
+
integrity sha512-xwMfkPAxeo8Ji/IxfUSqzRi0/+F2GIqJmpc5/thelgMGsjNZcjDDRBO9TLXT1s/hdx/mK5QbVIvgoLIFgXhTMQ==
|
|
1537
|
+
|
|
1533
1538
|
"@isaacs/cliui@^8.0.2":
|
|
1534
1539
|
version "8.0.2"
|
|
1535
1540
|
resolved "https://registry.yarnpkg.com/@isaacs/cliui/-/cliui-8.0.2.tgz#b37667b7bc181c168782259bab42474fbf52b550"
|
|
@@ -1865,44 +1870,10 @@
|
|
|
1865
1870
|
wordwrap "^1.0.0"
|
|
1866
1871
|
wrap-ansi "^7.0.0"
|
|
1867
1872
|
|
|
1868
|
-
"@oclif/core@^3.11.0", "@oclif/core@^3.15.1", "@oclif/core@^3.18.1", "@oclif/core@^3.18.2", "@oclif/core@^3.19.
|
|
1869
|
-
version "3.
|
|
1870
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.
|
|
1871
|
-
integrity sha512-
|
|
1872
|
-
dependencies:
|
|
1873
|
-
"@types/cli-progress" "^3.11.5"
|
|
1874
|
-
ansi-escapes "^4.3.2"
|
|
1875
|
-
ansi-styles "^4.3.0"
|
|
1876
|
-
cardinal "^2.1.1"
|
|
1877
|
-
chalk "^4.1.2"
|
|
1878
|
-
clean-stack "^3.0.1"
|
|
1879
|
-
cli-progress "^3.12.0"
|
|
1880
|
-
color "^4.2.3"
|
|
1881
|
-
debug "^4.3.4"
|
|
1882
|
-
ejs "^3.1.9"
|
|
1883
|
-
get-package-type "^0.1.0"
|
|
1884
|
-
globby "^11.1.0"
|
|
1885
|
-
hyperlinker "^1.0.0"
|
|
1886
|
-
indent-string "^4.0.0"
|
|
1887
|
-
is-wsl "^2.2.0"
|
|
1888
|
-
js-yaml "^3.14.1"
|
|
1889
|
-
minimatch "^9.0.3"
|
|
1890
|
-
natural-orderby "^2.0.3"
|
|
1891
|
-
object-treeify "^1.1.33"
|
|
1892
|
-
password-prompt "^1.1.3"
|
|
1893
|
-
slice-ansi "^4.0.0"
|
|
1894
|
-
string-width "^4.2.3"
|
|
1895
|
-
strip-ansi "^6.0.1"
|
|
1896
|
-
supports-color "^8.1.1"
|
|
1897
|
-
supports-hyperlinks "^2.2.0"
|
|
1898
|
-
widest-line "^3.1.0"
|
|
1899
|
-
wordwrap "^1.0.0"
|
|
1900
|
-
wrap-ansi "^7.0.0"
|
|
1901
|
-
|
|
1902
|
-
"@oclif/core@^3.25.2":
|
|
1903
|
-
version "3.25.3"
|
|
1904
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.25.3.tgz#dac0e604c33267f879d3233cd4d0730146db4793"
|
|
1905
|
-
integrity sha512-2TLZmqnDZos9h73KbrdKqvUQEXIPpUfEzgIfqdQRZwszfk1RtiHAb/7ihtnJICnRRVXlD4XLDmUlY4cFJ0ka4g==
|
|
1873
|
+
"@oclif/core@^3.11.0", "@oclif/core@^3.15.1", "@oclif/core@^3.18.1", "@oclif/core@^3.18.2", "@oclif/core@^3.19.2", "@oclif/core@^3.20.0", "@oclif/core@^3.23.0", "@oclif/core@^3.25.2", "@oclif/core@^3.26.0":
|
|
1874
|
+
version "3.26.0"
|
|
1875
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.0.tgz#959d5e9f13f4ad6a4e98235ad125189df9ee4279"
|
|
1876
|
+
integrity sha512-TpMdfD4tfA2tVVbd4l0PrP02o5KoUXYmudBbTC7CeguDo/GLoprw4uL8cMsaVA26+cbcy7WYtOEydQiHVtJixA==
|
|
1906
1877
|
dependencies:
|
|
1907
1878
|
"@types/cli-progress" "^3.11.5"
|
|
1908
1879
|
ansi-escapes "^4.3.2"
|
|
@@ -2127,10 +2098,10 @@
|
|
|
2127
2098
|
strip-ansi "6.0.1"
|
|
2128
2099
|
ts-retry-promise "^0.8.0"
|
|
2129
2100
|
|
|
2130
|
-
"@salesforce/core@^6.1.0", "@salesforce/core@^6.1.3", "@salesforce/core@^6.4.1", "@salesforce/core@^6.5.1", "@salesforce/core@^6.5.
|
|
2131
|
-
version "6.7.
|
|
2132
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.7.
|
|
2133
|
-
integrity sha512-
|
|
2101
|
+
"@salesforce/core@^6.1.0", "@salesforce/core@^6.1.3", "@salesforce/core@^6.4.1", "@salesforce/core@^6.5.1", "@salesforce/core@^6.5.3", "@salesforce/core@^6.6.0", "@salesforce/core@^6.7.0", "@salesforce/core@^6.7.1", "@salesforce/core@^6.7.3":
|
|
2102
|
+
version "6.7.3"
|
|
2103
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.7.3.tgz#5d8f30c40ac3cebb898c8e845fe9a067bc729268"
|
|
2104
|
+
integrity sha512-uU+PuZZGXxByhvnXLH1V3eY5P1caw401dIZ/QvhzYxoP/alPLk7dpChnZNJYH5Rw3dc/AhSPw+eg0cvUyjhP1Q==
|
|
2134
2105
|
dependencies:
|
|
2135
2106
|
"@salesforce/kit" "^3.0.15"
|
|
2136
2107
|
"@salesforce/schemas" "^1.6.1"
|
|
@@ -2210,20 +2181,20 @@
|
|
|
2210
2181
|
handlebars "^4.7.8"
|
|
2211
2182
|
tslib "^2"
|
|
2212
2183
|
|
|
2213
|
-
"@salesforce/plugin-info@^3.0.
|
|
2214
|
-
version "3.0.
|
|
2215
|
-
resolved "https://registry.yarnpkg.com/@salesforce/plugin-info/-/plugin-info-3.0.
|
|
2216
|
-
integrity sha512-
|
|
2184
|
+
"@salesforce/plugin-info@^3.0.33":
|
|
2185
|
+
version "3.0.33"
|
|
2186
|
+
resolved "https://registry.yarnpkg.com/@salesforce/plugin-info/-/plugin-info-3.0.33.tgz#250690b81ed4b295365432fc4bf1fe35c951100d"
|
|
2187
|
+
integrity sha512-5vzLqJtlhFWCbddRfmDdXt4Fb7anxctTkwkk7rJU+5FR3b+l1OlVhCxlUwltaztnrTFYMVg+IpG0UKPo7Cli0A==
|
|
2217
2188
|
dependencies:
|
|
2218
|
-
"@inquirer/input" "^2.
|
|
2219
|
-
"@oclif/core" "^3.
|
|
2220
|
-
"@salesforce/core" "^6.
|
|
2189
|
+
"@inquirer/input" "^2.1.0"
|
|
2190
|
+
"@oclif/core" "^3.23.0"
|
|
2191
|
+
"@salesforce/core" "^6.7.1"
|
|
2221
2192
|
"@salesforce/kit" "^3.0.15"
|
|
2222
2193
|
"@salesforce/sf-plugins-core" "^7.1.11"
|
|
2223
2194
|
got "^13.0.0"
|
|
2224
2195
|
marked "^4.3.0"
|
|
2225
2196
|
marked-terminal "^4.2.0"
|
|
2226
|
-
open "^10.0
|
|
2197
|
+
open "^10.1.0"
|
|
2227
2198
|
proxy-agent "^6.4.0"
|
|
2228
2199
|
semver "^7.6.0"
|
|
2229
2200
|
|
|
@@ -2267,7 +2238,7 @@
|
|
|
2267
2238
|
chalk "^4"
|
|
2268
2239
|
inquirer "^8.2.5"
|
|
2269
2240
|
|
|
2270
|
-
"@salesforce/sf-plugins-core@^7.1.11"
|
|
2241
|
+
"@salesforce/sf-plugins-core@^7.1.11":
|
|
2271
2242
|
version "7.1.15"
|
|
2272
2243
|
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-7.1.15.tgz#4d6033d56d78cf6046abfce96c119a8a60ee7c07"
|
|
2273
2244
|
integrity sha512-dQSSIHEpeFIadkWqZE24068m01vy31hVJdGWYvgscTnNrR30jIC5fXRevYvGG0l+8vVEJkCYYnJFQabUjSw3Eg==
|
|
@@ -2280,29 +2251,23 @@
|
|
|
2280
2251
|
"@salesforce/ts-types" "^2.0.9"
|
|
2281
2252
|
chalk "^5.3.0"
|
|
2282
2253
|
|
|
2283
|
-
"@salesforce/
|
|
2284
|
-
version "
|
|
2285
|
-
resolved "https://registry.yarnpkg.com/@salesforce/
|
|
2286
|
-
integrity sha512-
|
|
2254
|
+
"@salesforce/sf-plugins-core@^8.0.0":
|
|
2255
|
+
version "8.0.0"
|
|
2256
|
+
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-8.0.0.tgz#00bea58d60075f6bf22679bad01a0debe5768dd9"
|
|
2257
|
+
integrity sha512-S1ZAIn2aIi0qR7NBGVTmL8V1I62lDTEGWRlljNrdxx8qEFnz0Gt6LTdz0330FtVUIvJNPzvsAPOyjWjvlxDeow==
|
|
2287
2258
|
dependencies:
|
|
2288
|
-
"@
|
|
2259
|
+
"@inquirer/confirm" "^2.0.17"
|
|
2260
|
+
"@inquirer/password" "^1.1.16"
|
|
2261
|
+
"@oclif/core" "^3.23.0"
|
|
2262
|
+
"@salesforce/core" "^6.6.0"
|
|
2289
2263
|
"@salesforce/kit" "^3.0.15"
|
|
2290
2264
|
"@salesforce/ts-types" "^2.0.9"
|
|
2291
|
-
|
|
2292
|
-
fast-xml-parser "^4.3.5"
|
|
2293
|
-
got "^11.8.6"
|
|
2294
|
-
graceful-fs "^4.2.11"
|
|
2295
|
-
ignore "^5.3.1"
|
|
2296
|
-
jszip "^3.10.1"
|
|
2297
|
-
mime "2.6.0"
|
|
2298
|
-
minimatch "^5.1.6"
|
|
2299
|
-
proxy-agent "^6.4.0"
|
|
2300
|
-
ts-retry-promise "^0.7.1"
|
|
2265
|
+
chalk "^5.3.0"
|
|
2301
2266
|
|
|
2302
|
-
"@salesforce/source-deploy-retrieve@^10.5.3":
|
|
2303
|
-
version "10.5.
|
|
2304
|
-
resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-10.5.
|
|
2305
|
-
integrity sha512-
|
|
2267
|
+
"@salesforce/source-deploy-retrieve@^10.0.0", "@salesforce/source-deploy-retrieve@^10.5.1", "@salesforce/source-deploy-retrieve@^10.5.3", "@salesforce/source-deploy-retrieve@^10.5.5":
|
|
2268
|
+
version "10.5.5"
|
|
2269
|
+
resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-10.5.5.tgz#c2680de777e4b392a5f02631ca1cd385cad72c93"
|
|
2270
|
+
integrity sha512-o+c/qD9QojXIPMOuteUSdrbx/GI9HS0jFv49NcVrZX1Rzm/ZUk5JHkLzJtiUVQOEnBg4VVnFh2rBarPh0x6dWg==
|
|
2306
2271
|
dependencies:
|
|
2307
2272
|
"@salesforce/core" "^6.7.0"
|
|
2308
2273
|
"@salesforce/kit" "^3.0.15"
|
|
@@ -2334,22 +2299,7 @@
|
|
|
2334
2299
|
shelljs "^0.8.4"
|
|
2335
2300
|
sinon "^10.0.0"
|
|
2336
2301
|
|
|
2337
|
-
"@salesforce/source-tracking@^5.0.0":
|
|
2338
|
-
version "5.1.14"
|
|
2339
|
-
resolved "https://registry.yarnpkg.com/@salesforce/source-tracking/-/source-tracking-5.1.14.tgz#ae2c02d687099e68508e327545f3b123a71dced2"
|
|
2340
|
-
integrity sha512-wrxFM5Wz4GekH4R+eAd+h780K4qNIU7/77Frua5HDHvORcj07zGR8prJ2zG2/bbYwaclojexH9zHi0RHe2LMoA==
|
|
2341
|
-
dependencies:
|
|
2342
|
-
"@oclif/core" "^3.23.0"
|
|
2343
|
-
"@salesforce/core" "^6.7.0"
|
|
2344
|
-
"@salesforce/kit" "^3.0.15"
|
|
2345
|
-
"@salesforce/source-deploy-retrieve" "^10.5.1"
|
|
2346
|
-
"@salesforce/ts-types" "^2.0.9"
|
|
2347
|
-
fast-xml-parser "^4.2.5"
|
|
2348
|
-
graceful-fs "^4.2.11"
|
|
2349
|
-
isomorphic-git "1.23.0"
|
|
2350
|
-
ts-retry-promise "^0.8.0"
|
|
2351
|
-
|
|
2352
|
-
"@salesforce/source-tracking@^5.1.18":
|
|
2302
|
+
"@salesforce/source-tracking@^5.0.0", "@salesforce/source-tracking@^5.1.18":
|
|
2353
2303
|
version "5.1.18"
|
|
2354
2304
|
resolved "https://registry.yarnpkg.com/@salesforce/source-tracking/-/source-tracking-5.1.18.tgz#aea622c04ac199b2288b3a94c6b8e8f207c438f7"
|
|
2355
2305
|
integrity sha512-V8itdxwfP72Kq26psNdxi3JI3tQRdxzViKUQM5w33B6vahWJS3P3nBOzIFJGu+J9/SMDUHRpPYTwUL84yXdoyA==
|
|
@@ -3147,7 +3097,7 @@
|
|
|
3147
3097
|
dependencies:
|
|
3148
3098
|
"@types/node" "*"
|
|
3149
3099
|
|
|
3150
|
-
"@types/node@*", "@types/node@^20.10.7"
|
|
3100
|
+
"@types/node@*", "@types/node@^20.10.7":
|
|
3151
3101
|
version "20.11.19"
|
|
3152
3102
|
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.11.19.tgz#b466de054e9cb5b3831bee38938de64ac7f81195"
|
|
3153
3103
|
integrity sha512-7xMnVEcZFu0DikYjWOlRq7NTPETrm7teqUT2WkQjrTIkEgUyyGdWsj/Zg8bEJt5TNklzbPD1X3fqfsHw3SpapQ==
|
|
@@ -3171,6 +3121,13 @@
|
|
|
3171
3121
|
dependencies:
|
|
3172
3122
|
undici-types "~5.26.4"
|
|
3173
3123
|
|
|
3124
|
+
"@types/node@^20.11.26":
|
|
3125
|
+
version "20.11.30"
|
|
3126
|
+
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.11.30.tgz#9c33467fc23167a347e73834f788f4b9f399d66f"
|
|
3127
|
+
integrity sha512-dHM6ZxwlmuZaRmUPfv1p+KrdD1Dci04FbdEm/9wEMouFqxYoFl5aMkt0VMAUtYRQDyYvD41WJLukhq/ha3YuTw==
|
|
3128
|
+
dependencies:
|
|
3129
|
+
undici-types "~5.26.4"
|
|
3130
|
+
|
|
3174
3131
|
"@types/normalize-package-data@^2.4.0":
|
|
3175
3132
|
version "2.4.1"
|
|
3176
3133
|
resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.1.tgz#d3357479a0fdfdd5907fe67e17e0a85c906e1301"
|
|
@@ -8079,10 +8036,10 @@ onetime@^5.1.0, onetime@^5.1.2:
|
|
|
8079
8036
|
dependencies:
|
|
8080
8037
|
mimic-fn "^2.1.0"
|
|
8081
8038
|
|
|
8082
|
-
open@^10.0
|
|
8083
|
-
version "10.0
|
|
8084
|
-
resolved "https://registry.yarnpkg.com/open/-/open-10.0.
|
|
8085
|
-
integrity sha512-
|
|
8039
|
+
open@^10.1.0:
|
|
8040
|
+
version "10.1.0"
|
|
8041
|
+
resolved "https://registry.yarnpkg.com/open/-/open-10.1.0.tgz#a7795e6e5d519abe4286d9937bb24b51122598e1"
|
|
8042
|
+
integrity sha512-mnkeQ1qP5Ue2wd+aivTD3NHd/lZ96Lu0jgf0pwktLPtx6cTZiH7tyeGRRHs0zX0rbrahXPnXlUnbeXyaBBuIaw==
|
|
8086
8043
|
dependencies:
|
|
8087
8044
|
default-browser "^5.2.1"
|
|
8088
8045
|
define-lazy-prop "^3.0.0"
|
|
@@ -10248,7 +10205,6 @@ workerpool@6.2.1:
|
|
|
10248
10205
|
integrity sha512-ILEIE97kDZvF9Wb9f6h5aXK4swSlKGUcOEGiIYb2OOu/IrDU9iwj0fD//SsA6E5ibwJxpEvhullJY4Sl4GcpAw==
|
|
10249
10206
|
|
|
10250
10207
|
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
|
|
10251
|
-
name wrap-ansi-cjs
|
|
10252
10208
|
version "7.0.0"
|
|
10253
10209
|
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
|
|
10254
10210
|
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
|
package/oclif.manifest.json
CHANGED
|
@@ -19,6 +19,14 @@
|
|
|
19
19
|
"allowNo": false,
|
|
20
20
|
"type": "boolean"
|
|
21
21
|
},
|
|
22
|
+
"flags-dir": {
|
|
23
|
+
"helpGroup": "GLOBAL",
|
|
24
|
+
"name": "flags-dir",
|
|
25
|
+
"summary": "Import flag values from a directory.",
|
|
26
|
+
"hasDynamicHelp": false,
|
|
27
|
+
"multiple": false,
|
|
28
|
+
"type": "option"
|
|
29
|
+
},
|
|
22
30
|
"api-version": {
|
|
23
31
|
"aliases": [
|
|
24
32
|
"apiversion"
|
|
@@ -160,6 +168,14 @@
|
|
|
160
168
|
"allowNo": false,
|
|
161
169
|
"type": "boolean"
|
|
162
170
|
},
|
|
171
|
+
"flags-dir": {
|
|
172
|
+
"helpGroup": "GLOBAL",
|
|
173
|
+
"name": "flags-dir",
|
|
174
|
+
"summary": "Import flag values from a directory.",
|
|
175
|
+
"hasDynamicHelp": false,
|
|
176
|
+
"multiple": false,
|
|
177
|
+
"type": "option"
|
|
178
|
+
},
|
|
163
179
|
"api-version": {
|
|
164
180
|
"aliases": [
|
|
165
181
|
"apiversion"
|
|
@@ -202,7 +218,7 @@
|
|
|
202
218
|
"deprecateAliases": true,
|
|
203
219
|
"name": "output-dir",
|
|
204
220
|
"summary": "Output directory to store the Metadata API–formatted files in.",
|
|
205
|
-
"default": "
|
|
221
|
+
"default": "metadataPackage_1711162071503",
|
|
206
222
|
"hasDynamicHelp": false,
|
|
207
223
|
"multiple": false,
|
|
208
224
|
"type": "option"
|
|
@@ -314,6 +330,14 @@
|
|
|
314
330
|
"allowNo": false,
|
|
315
331
|
"type": "boolean"
|
|
316
332
|
},
|
|
333
|
+
"flags-dir": {
|
|
334
|
+
"helpGroup": "GLOBAL",
|
|
335
|
+
"name": "flags-dir",
|
|
336
|
+
"summary": "Import flag values from a directory.",
|
|
337
|
+
"hasDynamicHelp": false,
|
|
338
|
+
"multiple": false,
|
|
339
|
+
"type": "option"
|
|
340
|
+
},
|
|
317
341
|
"async": {
|
|
318
342
|
"description": "The command immediately returns the control of the terminal to you. This way, you can continue to use the CLI. To resume watching the cancellation, run \"<%= config.bin %> project deploy resume\". To check the status of the cancellation, run \"<%= config.bin %> project deploy report\".",
|
|
319
343
|
"exclusive": [
|
|
@@ -349,13 +373,13 @@
|
|
|
349
373
|
],
|
|
350
374
|
"name": "wait",
|
|
351
375
|
"summary": "Number of minutes to wait for the command to complete and display results.",
|
|
352
|
-
"hasDynamicHelp":
|
|
376
|
+
"hasDynamicHelp": true,
|
|
353
377
|
"helpValue": "<minutes>",
|
|
354
378
|
"multiple": false,
|
|
355
379
|
"type": "option"
|
|
356
380
|
}
|
|
357
381
|
},
|
|
358
|
-
"hasDynamicHelp":
|
|
382
|
+
"hasDynamicHelp": true,
|
|
359
383
|
"hiddenAliases": [],
|
|
360
384
|
"id": "project:deploy:cancel",
|
|
361
385
|
"pluginAlias": "@salesforce/plugin-deploy-retrieve",
|
|
@@ -411,6 +435,14 @@
|
|
|
411
435
|
"allowNo": false,
|
|
412
436
|
"type": "boolean"
|
|
413
437
|
},
|
|
438
|
+
"flags-dir": {
|
|
439
|
+
"helpGroup": "GLOBAL",
|
|
440
|
+
"name": "flags-dir",
|
|
441
|
+
"summary": "Import flag values from a directory.",
|
|
442
|
+
"hasDynamicHelp": false,
|
|
443
|
+
"multiple": false,
|
|
444
|
+
"type": "option"
|
|
445
|
+
},
|
|
414
446
|
"ignore-conflicts": {
|
|
415
447
|
"char": "c",
|
|
416
448
|
"description": "This flag applies only to orgs that allow source tracking. It has no effect on orgs that don't allow it, such as production orgs.",
|
|
@@ -529,6 +561,14 @@
|
|
|
529
561
|
"allowNo": false,
|
|
530
562
|
"type": "boolean"
|
|
531
563
|
},
|
|
564
|
+
"flags-dir": {
|
|
565
|
+
"helpGroup": "GLOBAL",
|
|
566
|
+
"name": "flags-dir",
|
|
567
|
+
"summary": "Import flag values from a directory.",
|
|
568
|
+
"hasDynamicHelp": false,
|
|
569
|
+
"multiple": false,
|
|
570
|
+
"type": "option"
|
|
571
|
+
},
|
|
532
572
|
"async": {
|
|
533
573
|
"description": "The command immediately returns the control of the terminal to you. This way, you can continue to use the CLI. To resume watching the deploy, run \"<%= config.bin %> project deploy resume\". To check the status of the deploy, run \"<%= config.bin %> project deploy report\".",
|
|
534
574
|
"exclusive": [
|
|
@@ -592,11 +632,8 @@
|
|
|
592
632
|
],
|
|
593
633
|
"name": "wait",
|
|
594
634
|
"summary": "Number of minutes to wait for the command to complete and display results.",
|
|
595
|
-
"default":
|
|
596
|
-
|
|
597
|
-
"unit": 0
|
|
598
|
-
},
|
|
599
|
-
"hasDynamicHelp": false,
|
|
635
|
+
"default": "33 minutes",
|
|
636
|
+
"hasDynamicHelp": true,
|
|
600
637
|
"helpValue": "<minutes>",
|
|
601
638
|
"multiple": false,
|
|
602
639
|
"type": "option"
|
|
@@ -698,6 +735,14 @@
|
|
|
698
735
|
"allowNo": false,
|
|
699
736
|
"type": "boolean"
|
|
700
737
|
},
|
|
738
|
+
"flags-dir": {
|
|
739
|
+
"helpGroup": "GLOBAL",
|
|
740
|
+
"name": "flags-dir",
|
|
741
|
+
"summary": "Import flag values from a directory.",
|
|
742
|
+
"hasDynamicHelp": false,
|
|
743
|
+
"multiple": false,
|
|
744
|
+
"type": "option"
|
|
745
|
+
},
|
|
701
746
|
"target-org": {
|
|
702
747
|
"char": "o",
|
|
703
748
|
"description": "Overrides your default org.",
|
|
@@ -776,7 +821,7 @@
|
|
|
776
821
|
"description": "If the command continues to run after the wait period, the CLI returns control of the terminal window to you and returns the job ID. To resume the deployment, run \"<%= config.bin %> project deploy resume\". To check the status of the deployment, run \"<%= config.bin %> project deploy report\".",
|
|
777
822
|
"name": "wait",
|
|
778
823
|
"summary": "Number of minutes to wait for command to complete and display results.",
|
|
779
|
-
"hasDynamicHelp":
|
|
824
|
+
"hasDynamicHelp": true,
|
|
780
825
|
"helpValue": "<minutes>",
|
|
781
826
|
"multiple": false,
|
|
782
827
|
"type": "option"
|
|
@@ -835,6 +880,14 @@
|
|
|
835
880
|
"allowNo": false,
|
|
836
881
|
"type": "boolean"
|
|
837
882
|
},
|
|
883
|
+
"flags-dir": {
|
|
884
|
+
"helpGroup": "GLOBAL",
|
|
885
|
+
"name": "flags-dir",
|
|
886
|
+
"summary": "Import flag values from a directory.",
|
|
887
|
+
"hasDynamicHelp": false,
|
|
888
|
+
"multiple": false,
|
|
889
|
+
"type": "option"
|
|
890
|
+
},
|
|
838
891
|
"concise": {
|
|
839
892
|
"exclusive": [
|
|
840
893
|
"verbose"
|
|
@@ -875,7 +928,7 @@
|
|
|
875
928
|
"description": "If the command continues to run after the wait period, the CLI returns control of the terminal window to you. To resume watching the deploy operation, run this command again. To check the status of the deploy operation, run \"<%= config.bin %> project deploy report\".",
|
|
876
929
|
"name": "wait",
|
|
877
930
|
"summary": "Number of minutes to wait for the command to complete and display results.",
|
|
878
|
-
"hasDynamicHelp":
|
|
931
|
+
"hasDynamicHelp": true,
|
|
879
932
|
"helpValue": "<minutes>",
|
|
880
933
|
"multiple": false,
|
|
881
934
|
"type": "option"
|
|
@@ -927,7 +980,7 @@
|
|
|
927
980
|
"type": "option"
|
|
928
981
|
}
|
|
929
982
|
},
|
|
930
|
-
"hasDynamicHelp":
|
|
983
|
+
"hasDynamicHelp": true,
|
|
931
984
|
"hiddenAliases": [],
|
|
932
985
|
"id": "project:deploy:resume",
|
|
933
986
|
"pluginAlias": "@salesforce/plugin-deploy-retrieve",
|
|
@@ -1030,6 +1083,14 @@
|
|
|
1030
1083
|
"allowNo": false,
|
|
1031
1084
|
"type": "boolean"
|
|
1032
1085
|
},
|
|
1086
|
+
"flags-dir": {
|
|
1087
|
+
"helpGroup": "GLOBAL",
|
|
1088
|
+
"name": "flags-dir",
|
|
1089
|
+
"summary": "Import flag values from a directory.",
|
|
1090
|
+
"hasDynamicHelp": false,
|
|
1091
|
+
"multiple": false,
|
|
1092
|
+
"type": "option"
|
|
1093
|
+
},
|
|
1033
1094
|
"api-version": {
|
|
1034
1095
|
"char": "a",
|
|
1035
1096
|
"description": "Use this flag to override the default API version with the API version of your package.xml file. The default API version is the latest version supported by the CLI.",
|
|
@@ -1209,11 +1270,7 @@
|
|
|
1209
1270
|
],
|
|
1210
1271
|
"name": "wait",
|
|
1211
1272
|
"summary": "Number of minutes to wait for command to complete and display results.",
|
|
1212
|
-
"
|
|
1213
|
-
"quantity": 33,
|
|
1214
|
-
"unit": 0
|
|
1215
|
-
},
|
|
1216
|
-
"hasDynamicHelp": false,
|
|
1273
|
+
"hasDynamicHelp": true,
|
|
1217
1274
|
"helpValue": "<minutes>",
|
|
1218
1275
|
"multiple": false,
|
|
1219
1276
|
"type": "option"
|
|
@@ -1417,6 +1474,14 @@
|
|
|
1417
1474
|
"allowNo": false,
|
|
1418
1475
|
"type": "boolean"
|
|
1419
1476
|
},
|
|
1477
|
+
"flags-dir": {
|
|
1478
|
+
"helpGroup": "GLOBAL",
|
|
1479
|
+
"name": "flags-dir",
|
|
1480
|
+
"summary": "Import flag values from a directory.",
|
|
1481
|
+
"hasDynamicHelp": false,
|
|
1482
|
+
"multiple": false,
|
|
1483
|
+
"type": "option"
|
|
1484
|
+
},
|
|
1420
1485
|
"api-version": {
|
|
1421
1486
|
"char": "a",
|
|
1422
1487
|
"description": "Use this flag to override the default API version with the API version of your package.xml file. The default API version is the latest version supported by the CLI.",
|
|
@@ -1540,11 +1605,7 @@
|
|
|
1540
1605
|
"description": "If the command continues to run after the wait period, the CLI returns control of the terminal window to you and returns the job ID. To resume watching the validation, run \"<%= config.bin %> project deploy resume\". To check the status of the validation, run \"<%= config.bin %> project deploy report\".",
|
|
1541
1606
|
"name": "wait",
|
|
1542
1607
|
"summary": "Number of minutes to wait for the command to complete and display results.",
|
|
1543
|
-
"
|
|
1544
|
-
"quantity": 33,
|
|
1545
|
-
"unit": 0
|
|
1546
|
-
},
|
|
1547
|
-
"hasDynamicHelp": false,
|
|
1608
|
+
"hasDynamicHelp": true,
|
|
1548
1609
|
"helpValue": "<minutes>",
|
|
1549
1610
|
"multiple": false,
|
|
1550
1611
|
"type": "option"
|
|
@@ -1759,6 +1820,14 @@
|
|
|
1759
1820
|
"allowNo": false,
|
|
1760
1821
|
"type": "boolean"
|
|
1761
1822
|
},
|
|
1823
|
+
"flags-dir": {
|
|
1824
|
+
"helpGroup": "GLOBAL",
|
|
1825
|
+
"name": "flags-dir",
|
|
1826
|
+
"summary": "Import flag values from a directory.",
|
|
1827
|
+
"hasDynamicHelp": false,
|
|
1828
|
+
"multiple": false,
|
|
1829
|
+
"type": "option"
|
|
1830
|
+
},
|
|
1762
1831
|
"api-version": {
|
|
1763
1832
|
"aliases": [
|
|
1764
1833
|
"apiversion"
|
|
@@ -1812,11 +1881,7 @@
|
|
|
1812
1881
|
"description": "If the command continues to run after the wait period, the CLI returns control of the terminal window to you.",
|
|
1813
1882
|
"name": "wait",
|
|
1814
1883
|
"summary": "Number of minutes to wait for the command to finish.",
|
|
1815
|
-
"
|
|
1816
|
-
"quantity": 33,
|
|
1817
|
-
"unit": 0
|
|
1818
|
-
},
|
|
1819
|
-
"hasDynamicHelp": false,
|
|
1884
|
+
"hasDynamicHelp": true,
|
|
1820
1885
|
"multiple": false,
|
|
1821
1886
|
"type": "option"
|
|
1822
1887
|
},
|
|
@@ -1972,6 +2037,14 @@
|
|
|
1972
2037
|
"allowNo": false,
|
|
1973
2038
|
"type": "boolean"
|
|
1974
2039
|
},
|
|
2040
|
+
"flags-dir": {
|
|
2041
|
+
"helpGroup": "GLOBAL",
|
|
2042
|
+
"name": "flags-dir",
|
|
2043
|
+
"summary": "Import flag values from a directory.",
|
|
2044
|
+
"hasDynamicHelp": false,
|
|
2045
|
+
"multiple": false,
|
|
2046
|
+
"type": "option"
|
|
2047
|
+
},
|
|
1975
2048
|
"api-version": {
|
|
1976
2049
|
"aliases": [
|
|
1977
2050
|
"apiversion"
|
|
@@ -2094,6 +2167,14 @@
|
|
|
2094
2167
|
"allowNo": false,
|
|
2095
2168
|
"type": "boolean"
|
|
2096
2169
|
},
|
|
2170
|
+
"flags-dir": {
|
|
2171
|
+
"helpGroup": "GLOBAL",
|
|
2172
|
+
"name": "flags-dir",
|
|
2173
|
+
"summary": "Import flag values from a directory.",
|
|
2174
|
+
"hasDynamicHelp": false,
|
|
2175
|
+
"multiple": false,
|
|
2176
|
+
"type": "option"
|
|
2177
|
+
},
|
|
2097
2178
|
"api-version": {
|
|
2098
2179
|
"aliases": [
|
|
2099
2180
|
"apiversion"
|
|
@@ -2291,6 +2372,14 @@
|
|
|
2291
2372
|
"allowNo": false,
|
|
2292
2373
|
"type": "boolean"
|
|
2293
2374
|
},
|
|
2375
|
+
"flags-dir": {
|
|
2376
|
+
"helpGroup": "GLOBAL",
|
|
2377
|
+
"name": "flags-dir",
|
|
2378
|
+
"summary": "Import flag values from a directory.",
|
|
2379
|
+
"hasDynamicHelp": false,
|
|
2380
|
+
"multiple": false,
|
|
2381
|
+
"type": "option"
|
|
2382
|
+
},
|
|
2294
2383
|
"source-dir": {
|
|
2295
2384
|
"aliases": [
|
|
2296
2385
|
"sourcepath"
|
|
@@ -2376,6 +2465,14 @@
|
|
|
2376
2465
|
"allowNo": false,
|
|
2377
2466
|
"type": "boolean"
|
|
2378
2467
|
},
|
|
2468
|
+
"flags-dir": {
|
|
2469
|
+
"helpGroup": "GLOBAL",
|
|
2470
|
+
"name": "flags-dir",
|
|
2471
|
+
"summary": "Import flag values from a directory.",
|
|
2472
|
+
"hasDynamicHelp": false,
|
|
2473
|
+
"multiple": false,
|
|
2474
|
+
"type": "option"
|
|
2475
|
+
},
|
|
2379
2476
|
"target-org": {
|
|
2380
2477
|
"aliases": [
|
|
2381
2478
|
"targetusername",
|
|
@@ -2504,6 +2601,14 @@
|
|
|
2504
2601
|
"allowNo": false,
|
|
2505
2602
|
"type": "boolean"
|
|
2506
2603
|
},
|
|
2604
|
+
"flags-dir": {
|
|
2605
|
+
"helpGroup": "GLOBAL",
|
|
2606
|
+
"name": "flags-dir",
|
|
2607
|
+
"summary": "Import flag values from a directory.",
|
|
2608
|
+
"hasDynamicHelp": false,
|
|
2609
|
+
"multiple": false,
|
|
2610
|
+
"type": "option"
|
|
2611
|
+
},
|
|
2507
2612
|
"ignore-conflicts": {
|
|
2508
2613
|
"char": "c",
|
|
2509
2614
|
"description": "This flag applies only to orgs that allow source tracking. It has no effect on orgs that don't allow it, such as production orgs.",
|
|
@@ -2594,6 +2699,14 @@
|
|
|
2594
2699
|
"allowNo": false,
|
|
2595
2700
|
"type": "boolean"
|
|
2596
2701
|
},
|
|
2702
|
+
"flags-dir": {
|
|
2703
|
+
"helpGroup": "GLOBAL",
|
|
2704
|
+
"name": "flags-dir",
|
|
2705
|
+
"summary": "Import flag values from a directory.",
|
|
2706
|
+
"hasDynamicHelp": false,
|
|
2707
|
+
"multiple": false,
|
|
2708
|
+
"type": "option"
|
|
2709
|
+
},
|
|
2597
2710
|
"api-version": {
|
|
2598
2711
|
"char": "a",
|
|
2599
2712
|
"description": "Use this flag to override the default API version, which is the latest version supported the CLI, with the API version in your package.xml file.",
|
|
@@ -2722,11 +2835,8 @@
|
|
|
2722
2835
|
"description": "If the command continues to run after the wait period, the CLI returns control of the terminal window to you.",
|
|
2723
2836
|
"name": "wait",
|
|
2724
2837
|
"summary": "Number of minutes to wait for the command to complete and display results to the terminal window.",
|
|
2725
|
-
"default":
|
|
2726
|
-
|
|
2727
|
-
"unit": 0
|
|
2728
|
-
},
|
|
2729
|
-
"hasDynamicHelp": false,
|
|
2838
|
+
"default": "33 minutes",
|
|
2839
|
+
"hasDynamicHelp": true,
|
|
2730
2840
|
"multiple": false,
|
|
2731
2841
|
"type": "option"
|
|
2732
2842
|
},
|
|
@@ -2816,5 +2926,5 @@
|
|
|
2816
2926
|
]
|
|
2817
2927
|
}
|
|
2818
2928
|
},
|
|
2819
|
-
"version": "3.
|
|
2929
|
+
"version": "3.3.1"
|
|
2820
2930
|
}
|
package/package.json
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-deploy-retrieve",
|
|
3
3
|
"description": "deploy and retrieve commands for sf",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.3.1",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@oclif/core": "^3.
|
|
8
|
+
"@oclif/core": "^3.26.0",
|
|
9
9
|
"@salesforce/apex-node": "^3.1.0",
|
|
10
|
-
"@salesforce/core": "^6.7.
|
|
10
|
+
"@salesforce/core": "^6.7.3",
|
|
11
11
|
"@salesforce/kit": "^3.0.15",
|
|
12
|
-
"@salesforce/plugin-info": "^3.0.
|
|
13
|
-
"@salesforce/sf-plugins-core": "^
|
|
14
|
-
"@salesforce/source-deploy-retrieve": "^10.5.
|
|
12
|
+
"@salesforce/plugin-info": "^3.0.33",
|
|
13
|
+
"@salesforce/sf-plugins-core": "^8.0.0",
|
|
14
|
+
"@salesforce/source-deploy-retrieve": "^10.5.5",
|
|
15
15
|
"@salesforce/source-tracking": "^5.1.18",
|
|
16
16
|
"@salesforce/ts-types": "^2.0.9",
|
|
17
17
|
"chalk": "^5.3.0"
|
|
@@ -252,7 +252,7 @@
|
|
|
252
252
|
"exports": "./lib/index.js",
|
|
253
253
|
"type": "module",
|
|
254
254
|
"sfdx": {
|
|
255
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-deploy-retrieve/3.
|
|
256
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-deploy-retrieve/3.
|
|
255
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-deploy-retrieve/3.3.1.crt",
|
|
256
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-deploy-retrieve/3.3.1.sig"
|
|
257
257
|
}
|
|
258
258
|
}
|