@salesforce/plugin-deploy-retrieve 3.6.7 → 3.6.9
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 +19 -18
- package/messages/manifest.generate.md +1 -1
- package/npm-shrinkwrap.json +266 -172
- package/oclif.lock +81 -45
- package/oclif.manifest.json +139 -139
- package/package.json +7 -7
package/oclif.lock
CHANGED
|
@@ -1373,13 +1373,37 @@
|
|
|
1373
1373
|
strip-ansi "^6.0.1"
|
|
1374
1374
|
wrap-ansi "^6.2.0"
|
|
1375
1375
|
|
|
1376
|
-
"@inquirer/
|
|
1377
|
-
version "
|
|
1378
|
-
resolved "https://registry.yarnpkg.com/@inquirer/
|
|
1379
|
-
integrity sha512-
|
|
1376
|
+
"@inquirer/core@^8.1.0":
|
|
1377
|
+
version "8.1.0"
|
|
1378
|
+
resolved "https://registry.yarnpkg.com/@inquirer/core/-/core-8.1.0.tgz#ec8d298dbac1b850ffef8d918f8fe4f0848af91a"
|
|
1379
|
+
integrity sha512-kfx0SU9nWgGe1f03ao/uXc85SFH1v2w3vQVH7QDGjKxdtJz+7vPitFtG++BTyJMYyYgH8MpXigutcXJeiQwVRw==
|
|
1380
1380
|
dependencies:
|
|
1381
|
-
"@inquirer/
|
|
1382
|
-
"@inquirer/type" "^1.
|
|
1381
|
+
"@inquirer/figures" "^1.0.1"
|
|
1382
|
+
"@inquirer/type" "^1.3.1"
|
|
1383
|
+
"@types/mute-stream" "^0.0.4"
|
|
1384
|
+
"@types/node" "^20.12.7"
|
|
1385
|
+
"@types/wrap-ansi" "^3.0.0"
|
|
1386
|
+
ansi-escapes "^4.3.2"
|
|
1387
|
+
chalk "^4.1.2"
|
|
1388
|
+
cli-spinners "^2.9.2"
|
|
1389
|
+
cli-width "^4.1.0"
|
|
1390
|
+
mute-stream "^1.0.0"
|
|
1391
|
+
signal-exit "^4.1.0"
|
|
1392
|
+
strip-ansi "^6.0.1"
|
|
1393
|
+
wrap-ansi "^6.2.0"
|
|
1394
|
+
|
|
1395
|
+
"@inquirer/figures@^1.0.1":
|
|
1396
|
+
version "1.0.1"
|
|
1397
|
+
resolved "https://registry.yarnpkg.com/@inquirer/figures/-/figures-1.0.1.tgz#d65f0bd0e9511a90b4d3543ee6a3ce7211f29417"
|
|
1398
|
+
integrity sha512-mtup3wVKia3ZwULPHcbs4Mor8Voi+iIXEWD7wCNbIO6lYR62oPCTQyrddi5OMYVXHzeCSoneZwJuS8sBvlEwDw==
|
|
1399
|
+
|
|
1400
|
+
"@inquirer/input@^2.1.1", "@inquirer/input@^2.1.5":
|
|
1401
|
+
version "2.1.6"
|
|
1402
|
+
resolved "https://registry.yarnpkg.com/@inquirer/input/-/input-2.1.6.tgz#6f0bc5659252015ce75155c92831252c7b90cfe3"
|
|
1403
|
+
integrity sha512-M8bUFOlcn/kQcVYskl4kkB6dYrHtymJJ1S4nSg/khXT3W3l71u2qhSzfo6PdBG3jUe6ILJZ0gUh4Kef2uJ5pxw==
|
|
1404
|
+
dependencies:
|
|
1405
|
+
"@inquirer/core" "^8.1.0"
|
|
1406
|
+
"@inquirer/type" "^1.3.1"
|
|
1383
1407
|
|
|
1384
1408
|
"@inquirer/password@^1.1.16":
|
|
1385
1409
|
version "1.1.16"
|
|
@@ -1407,6 +1431,11 @@
|
|
|
1407
1431
|
resolved "https://registry.yarnpkg.com/@inquirer/type/-/type-1.2.1.tgz#fbc7ab3a2e5050d0c150642d5e8f5e88faa066b8"
|
|
1408
1432
|
integrity sha512-xwMfkPAxeo8Ji/IxfUSqzRi0/+F2GIqJmpc5/thelgMGsjNZcjDDRBO9TLXT1s/hdx/mK5QbVIvgoLIFgXhTMQ==
|
|
1409
1433
|
|
|
1434
|
+
"@inquirer/type@^1.3.1":
|
|
1435
|
+
version "1.3.1"
|
|
1436
|
+
resolved "https://registry.yarnpkg.com/@inquirer/type/-/type-1.3.1.tgz#afb95ff78f44fff7e8a00e17d5820db6add2a076"
|
|
1437
|
+
integrity sha512-Pe3PFccjPVJV1vtlfVvm9OnlbxqdnP5QcscFEFEnK5quChf1ufZtM0r8mR5ToWHMxZOh0s8o/qp9ANGRTo/DAw==
|
|
1438
|
+
|
|
1410
1439
|
"@isaacs/cliui@^8.0.2":
|
|
1411
1440
|
version "8.0.2"
|
|
1412
1441
|
resolved "https://registry.yarnpkg.com/@isaacs/cliui/-/cliui-8.0.2.tgz#b37667b7bc181c168782259bab42474fbf52b550"
|
|
@@ -1560,7 +1589,7 @@
|
|
|
1560
1589
|
wordwrap "^1.0.0"
|
|
1561
1590
|
wrap-ansi "^7.0.0"
|
|
1562
1591
|
|
|
1563
|
-
"@oclif/core@^3.26.0", "@oclif/core@^3.26.2", "@oclif/core@^3.26.3":
|
|
1592
|
+
"@oclif/core@^3.26.0", "@oclif/core@^3.26.2", "@oclif/core@^3.26.3", "@oclif/core@^3.26.4":
|
|
1564
1593
|
version "3.26.4"
|
|
1565
1594
|
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.26.4.tgz#ab0c6d06f699abaf0fa6186466f64f02a8435c61"
|
|
1566
1595
|
integrity sha512-ntfo2ut7enNtAn/jB/dryMUPBM2Fh8Fydmi3k/Ybo6lCGU/hmsPFkBRjCEJAQMyNkK2yVZARaWogdOrcVgFz+w==
|
|
@@ -1658,13 +1687,13 @@
|
|
|
1658
1687
|
istanbul-lib-report "^3.0.1"
|
|
1659
1688
|
istanbul-reports "^3.1.6"
|
|
1660
1689
|
|
|
1661
|
-
"@salesforce/cli-plugins-testkit@^5.2.0":
|
|
1662
|
-
version "5.
|
|
1663
|
-
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.
|
|
1664
|
-
integrity sha512-
|
|
1690
|
+
"@salesforce/cli-plugins-testkit@^5.2.1", "@salesforce/cli-plugins-testkit@^5.3.0":
|
|
1691
|
+
version "5.3.0"
|
|
1692
|
+
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.0.tgz#ec7c8da49c36e4c07f6ddc80cb57776e687e4925"
|
|
1693
|
+
integrity sha512-g+kmsucxS8QBxlV9gjltl4lVW8GjvtlQNUijhtZEqm9Vwb0s5MG/K0wfzg2MwVUZ+ZwNWgcKnRruD5K8LzMZkA==
|
|
1665
1694
|
dependencies:
|
|
1666
|
-
"@salesforce/core" "^7.
|
|
1667
|
-
"@salesforce/kit" "^3.1.
|
|
1695
|
+
"@salesforce/core" "^7.3.0"
|
|
1696
|
+
"@salesforce/kit" "^3.1.1"
|
|
1668
1697
|
"@salesforce/ts-types" "^2.0.9"
|
|
1669
1698
|
"@types/shelljs" "^0.8.15"
|
|
1670
1699
|
debug "^4.3.1"
|
|
@@ -1674,13 +1703,13 @@
|
|
|
1674
1703
|
strip-ansi "6.0.1"
|
|
1675
1704
|
ts-retry-promise "^0.8.0"
|
|
1676
1705
|
|
|
1677
|
-
"@salesforce/core@^7.0.
|
|
1678
|
-
version "7.3.
|
|
1679
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-7.3.
|
|
1680
|
-
integrity sha512-
|
|
1706
|
+
"@salesforce/core@^7.0.1", "@salesforce/core@^7.2.0", "@salesforce/core@^7.3.0", "@salesforce/core@^7.3.1":
|
|
1707
|
+
version "7.3.1"
|
|
1708
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-7.3.1.tgz#cda324f7a5ff1be6d7381943b15b23dbe3cd5dec"
|
|
1709
|
+
integrity sha512-jdc0GOUlV4xvyF9dPbBKNPDvQc06uj5YHFEHvdhCAFtCvqgtubpDzlyDppac2kdKujh4c7UH2KreboNvJ3LsoQ==
|
|
1681
1710
|
dependencies:
|
|
1682
1711
|
"@jsforce/jsforce-node" "^3.1.0"
|
|
1683
|
-
"@salesforce/kit" "^3.1.
|
|
1712
|
+
"@salesforce/kit" "^3.1.1"
|
|
1684
1713
|
"@salesforce/schemas" "^1.7.0"
|
|
1685
1714
|
"@salesforce/ts-types" "^2.0.9"
|
|
1686
1715
|
ajv "^8.12.0"
|
|
@@ -1742,27 +1771,27 @@
|
|
|
1742
1771
|
"@salesforce/ts-types" "^2.0.9"
|
|
1743
1772
|
tslib "^2.6.2"
|
|
1744
1773
|
|
|
1745
|
-
"@salesforce/plugin-command-reference@^3.0.
|
|
1746
|
-
version "3.0.
|
|
1747
|
-
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.
|
|
1748
|
-
integrity sha512
|
|
1774
|
+
"@salesforce/plugin-command-reference@^3.0.82":
|
|
1775
|
+
version "3.0.82"
|
|
1776
|
+
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.82.tgz#9a016bedf57a88c50a5d868d794ce9c8ab26e2ec"
|
|
1777
|
+
integrity sha512-/XZoG9viDPmWeucz1cp0X7ePtx4UsaNZfRuw4hmRpya95P57MbGBilc+L2OAzISh9829OufC0TlbShr79aX8Sg==
|
|
1749
1778
|
dependencies:
|
|
1750
|
-
"@oclif/core" "^3.26.
|
|
1751
|
-
"@salesforce/core" "^7.
|
|
1752
|
-
"@salesforce/kit" "^3.1.
|
|
1753
|
-
"@salesforce/sf-plugins-core" "^9.0.
|
|
1779
|
+
"@oclif/core" "^3.26.4"
|
|
1780
|
+
"@salesforce/core" "^7.3.1"
|
|
1781
|
+
"@salesforce/kit" "^3.1.1"
|
|
1782
|
+
"@salesforce/sf-plugins-core" "^9.0.5"
|
|
1754
1783
|
"@salesforce/ts-types" "^2.0.9"
|
|
1755
1784
|
chalk "^5.3.0"
|
|
1756
1785
|
debug "^4.3.4"
|
|
1757
1786
|
handlebars "^4.7.8"
|
|
1758
1787
|
|
|
1759
|
-
"@salesforce/plugin-info@^3.2.
|
|
1760
|
-
version "3.2.
|
|
1761
|
-
resolved "https://registry.yarnpkg.com/@salesforce/plugin-info/-/plugin-info-3.2.
|
|
1762
|
-
integrity sha512-
|
|
1788
|
+
"@salesforce/plugin-info@^3.2.3":
|
|
1789
|
+
version "3.2.3"
|
|
1790
|
+
resolved "https://registry.yarnpkg.com/@salesforce/plugin-info/-/plugin-info-3.2.3.tgz#c16f05ffc894c1afeb56853634edefd31bee910e"
|
|
1791
|
+
integrity sha512-qDuPKGWS8sE0PmvkMIhb7gKmKIHoaJOUyZu+z6Z7KLCak+TtlGSMoLhRJmJqJPDks3SIZt7oOdzpxIZwfS5ryA==
|
|
1763
1792
|
dependencies:
|
|
1764
|
-
"@inquirer/input" "^2.1.
|
|
1765
|
-
"@oclif/core" "^3.26.
|
|
1793
|
+
"@inquirer/input" "^2.1.5"
|
|
1794
|
+
"@oclif/core" "^3.26.4"
|
|
1766
1795
|
"@salesforce/core" "^7.0.1"
|
|
1767
1796
|
"@salesforce/kit" "^3.1.0"
|
|
1768
1797
|
"@salesforce/sf-plugins-core" "^9.0.0"
|
|
@@ -1783,15 +1812,15 @@
|
|
|
1783
1812
|
resolved "https://registry.yarnpkg.com/@salesforce/schemas/-/schemas-1.7.0.tgz#b7e0af3ee414ae7160bce351c0184d77ccb98fe3"
|
|
1784
1813
|
integrity sha512-Z0PiCEV55khm0PG+DsnRYCjaDmacNe3HDmsoSm/CSyYvJJm+D5vvkHKN9/PKD/gaRe8XAU836yfamIYFblLINw==
|
|
1785
1814
|
|
|
1786
|
-
"@salesforce/sf-plugins-core@^9.0.0", "@salesforce/sf-plugins-core@^9.0.
|
|
1787
|
-
version "9.0.
|
|
1788
|
-
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-9.0.
|
|
1789
|
-
integrity sha512-
|
|
1815
|
+
"@salesforce/sf-plugins-core@^9.0.0", "@salesforce/sf-plugins-core@^9.0.4", "@salesforce/sf-plugins-core@^9.0.5":
|
|
1816
|
+
version "9.0.5"
|
|
1817
|
+
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-9.0.5.tgz#34732af855a6b3205e89765a446ea01024cad227"
|
|
1818
|
+
integrity sha512-il3/mKhmoDMbTdlX5G2YJw3LaJd1D3FlsPEr4gg8sXK1/gxRz0SCqcaXsjWa4Fo6i12zkW8Qgsd5vQ3N6ojiXA==
|
|
1790
1819
|
dependencies:
|
|
1791
1820
|
"@inquirer/confirm" "^2.0.17"
|
|
1792
1821
|
"@inquirer/password" "^1.1.16"
|
|
1793
1822
|
"@oclif/core" "^3.26.2"
|
|
1794
|
-
"@salesforce/core" "^7.
|
|
1823
|
+
"@salesforce/core" "^7.3.0"
|
|
1795
1824
|
"@salesforce/kit" "^3.1.0"
|
|
1796
1825
|
"@salesforce/ts-types" "^2.0.9"
|
|
1797
1826
|
chalk "^5.3.0"
|
|
@@ -1815,15 +1844,15 @@
|
|
|
1815
1844
|
proxy-agent "^6.4.0"
|
|
1816
1845
|
ts-retry-promise "^0.7.1"
|
|
1817
1846
|
|
|
1818
|
-
"@salesforce/source-testkit@^2.2.
|
|
1819
|
-
version "2.2.
|
|
1820
|
-
resolved "https://registry.yarnpkg.com/@salesforce/source-testkit/-/source-testkit-2.2.
|
|
1821
|
-
integrity sha512-
|
|
1847
|
+
"@salesforce/source-testkit@^2.2.5":
|
|
1848
|
+
version "2.2.5"
|
|
1849
|
+
resolved "https://registry.yarnpkg.com/@salesforce/source-testkit/-/source-testkit-2.2.5.tgz#6221a01708e9a224e51483e89dde87076a4b71f7"
|
|
1850
|
+
integrity sha512-RPYpW0juiiZy1nOG7PwJsmHFgkNaYNw/WWCx5KWfGVR3sm+j1t6RbpotdudFpRJUCoLCkcrJplv89opZVy/uNg==
|
|
1822
1851
|
dependencies:
|
|
1823
|
-
"@salesforce/cli-plugins-testkit" "^5.2.
|
|
1824
|
-
"@salesforce/core" "^7.
|
|
1825
|
-
"@salesforce/kit" "^3.1.
|
|
1826
|
-
"@salesforce/source-deploy-retrieve" "^11.0.
|
|
1852
|
+
"@salesforce/cli-plugins-testkit" "^5.2.1"
|
|
1853
|
+
"@salesforce/core" "^7.3.0"
|
|
1854
|
+
"@salesforce/kit" "^3.1.1"
|
|
1855
|
+
"@salesforce/source-deploy-retrieve" "^11.0.1"
|
|
1827
1856
|
"@salesforce/ts-types" "^2.0.9"
|
|
1828
1857
|
chai "^4.4.1"
|
|
1829
1858
|
debug "^4.3.1"
|
|
@@ -2597,6 +2626,13 @@
|
|
|
2597
2626
|
dependencies:
|
|
2598
2627
|
undici-types "~5.26.4"
|
|
2599
2628
|
|
|
2629
|
+
"@types/node@^20.12.7":
|
|
2630
|
+
version "20.12.7"
|
|
2631
|
+
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.12.7.tgz#04080362fa3dd6c5822061aa3124f5c152cff384"
|
|
2632
|
+
integrity sha512-wq0cICSkRLVaf3UGLMGItu/PtdY7oaXaI/RVU+xliKVOtRna3PRY57ZDfztpDL0n11vfymMUnXv8QwYCO7L1wg==
|
|
2633
|
+
dependencies:
|
|
2634
|
+
undici-types "~5.26.4"
|
|
2635
|
+
|
|
2600
2636
|
"@types/normalize-package-data@^2.4.0":
|
|
2601
2637
|
version "2.4.1"
|
|
2602
2638
|
resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.1.tgz#d3357479a0fdfdd5907fe67e17e0a85c906e1301"
|
package/oclif.manifest.json
CHANGED
|
@@ -218,7 +218,7 @@
|
|
|
218
218
|
"deprecateAliases": true,
|
|
219
219
|
"name": "output-dir",
|
|
220
220
|
"summary": "Output directory to store the Metadata API–formatted files in.",
|
|
221
|
-
"default": "
|
|
221
|
+
"default": "metadataPackage_1714669656658",
|
|
222
222
|
"hasDynamicHelp": false,
|
|
223
223
|
"multiple": false,
|
|
224
224
|
"type": "option"
|
|
@@ -2274,7 +2274,7 @@
|
|
|
2274
2274
|
],
|
|
2275
2275
|
"deprecateAliases": true,
|
|
2276
2276
|
"name": "include-packages",
|
|
2277
|
-
"summary": "Package types (managed, unlocked) whose metadata is included in the manifest; by default, metadata in packages is
|
|
2277
|
+
"summary": "Package types (managed, unlocked) whose metadata is included in the manifest; by default, metadata in managed and unlocked packages is excluded. Metadata in unmanaged packages is always included.",
|
|
2278
2278
|
"delimiter": ",",
|
|
2279
2279
|
"hasDynamicHelp": false,
|
|
2280
2280
|
"multiple": true,
|
|
@@ -2456,6 +2456,142 @@
|
|
|
2456
2456
|
"ignored:list:project"
|
|
2457
2457
|
]
|
|
2458
2458
|
},
|
|
2459
|
+
"project:reset:tracking": {
|
|
2460
|
+
"aliases": [
|
|
2461
|
+
"force:source:tracking:reset"
|
|
2462
|
+
],
|
|
2463
|
+
"args": {},
|
|
2464
|
+
"deprecateAliases": true,
|
|
2465
|
+
"description": "WARNING: This command deletes or overwrites all existing source tracking files. Use with extreme caution.\n\nResets local and remote source tracking so that Salesforce CLI no longer registers differences between your local files and those in the org. When you next run 'project deploy preview', Salesforce CLI returns no results, even though conflicts might actually exist. Salesforce CLI then resumes tracking new source changes as usual.\n\nUse the --revision parameter to reset source tracking to a specific revision number of an org source member. To get the revision number, query the SourceMember Tooling API object with the 'data soql' command. For example:\n\n <%= config.bin %> data query --query \"SELECT MemberName, MemberType, RevisionCounter FROM SourceMember\" --use-tooling-api --target-org my-scratch",
|
|
2466
|
+
"examples": [
|
|
2467
|
+
"Reset source tracking for the org with alias \"my-scratch\":\n$ <%= config.bin %> <%= command.id %> --target-org my-scratch",
|
|
2468
|
+
"Reset source tracking to revision number 30 for your default org:\n$ <%= config.bin %> <%= command.id %> --revision 30"
|
|
2469
|
+
],
|
|
2470
|
+
"flags": {
|
|
2471
|
+
"json": {
|
|
2472
|
+
"description": "Format output as json.",
|
|
2473
|
+
"helpGroup": "GLOBAL",
|
|
2474
|
+
"name": "json",
|
|
2475
|
+
"allowNo": false,
|
|
2476
|
+
"type": "boolean"
|
|
2477
|
+
},
|
|
2478
|
+
"flags-dir": {
|
|
2479
|
+
"helpGroup": "GLOBAL",
|
|
2480
|
+
"name": "flags-dir",
|
|
2481
|
+
"summary": "Import flag values from a directory.",
|
|
2482
|
+
"hasDynamicHelp": false,
|
|
2483
|
+
"multiple": false,
|
|
2484
|
+
"type": "option"
|
|
2485
|
+
},
|
|
2486
|
+
"target-org": {
|
|
2487
|
+
"aliases": [
|
|
2488
|
+
"targetusername",
|
|
2489
|
+
"u"
|
|
2490
|
+
],
|
|
2491
|
+
"char": "o",
|
|
2492
|
+
"deprecateAliases": true,
|
|
2493
|
+
"name": "target-org",
|
|
2494
|
+
"noCacheDefault": true,
|
|
2495
|
+
"required": true,
|
|
2496
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
2497
|
+
"hasDynamicHelp": true,
|
|
2498
|
+
"multiple": false,
|
|
2499
|
+
"type": "option"
|
|
2500
|
+
},
|
|
2501
|
+
"api-version": {
|
|
2502
|
+
"aliases": [
|
|
2503
|
+
"apiversion"
|
|
2504
|
+
],
|
|
2505
|
+
"deprecateAliases": true,
|
|
2506
|
+
"description": "Override the api version used for api requests made by this command",
|
|
2507
|
+
"name": "api-version",
|
|
2508
|
+
"hasDynamicHelp": false,
|
|
2509
|
+
"multiple": false,
|
|
2510
|
+
"type": "option"
|
|
2511
|
+
},
|
|
2512
|
+
"loglevel": {
|
|
2513
|
+
"deprecated": {
|
|
2514
|
+
"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."
|
|
2515
|
+
},
|
|
2516
|
+
"hidden": true,
|
|
2517
|
+
"name": "loglevel",
|
|
2518
|
+
"hasDynamicHelp": false,
|
|
2519
|
+
"multiple": false,
|
|
2520
|
+
"type": "option"
|
|
2521
|
+
},
|
|
2522
|
+
"revision": {
|
|
2523
|
+
"char": "r",
|
|
2524
|
+
"name": "revision",
|
|
2525
|
+
"summary": "SourceMember revision counter number to reset to.",
|
|
2526
|
+
"hasDynamicHelp": false,
|
|
2527
|
+
"multiple": false,
|
|
2528
|
+
"type": "option"
|
|
2529
|
+
},
|
|
2530
|
+
"no-prompt": {
|
|
2531
|
+
"aliases": [
|
|
2532
|
+
"noprompt"
|
|
2533
|
+
],
|
|
2534
|
+
"char": "p",
|
|
2535
|
+
"deprecateAliases": true,
|
|
2536
|
+
"name": "no-prompt",
|
|
2537
|
+
"summary": "Don't prompt for source tracking override confirmation.",
|
|
2538
|
+
"allowNo": false,
|
|
2539
|
+
"type": "boolean"
|
|
2540
|
+
}
|
|
2541
|
+
},
|
|
2542
|
+
"hasDynamicHelp": true,
|
|
2543
|
+
"hiddenAliases": [],
|
|
2544
|
+
"id": "project:reset:tracking",
|
|
2545
|
+
"pluginAlias": "@salesforce/plugin-deploy-retrieve",
|
|
2546
|
+
"pluginName": "@salesforce/plugin-deploy-retrieve",
|
|
2547
|
+
"pluginType": "core",
|
|
2548
|
+
"strict": true,
|
|
2549
|
+
"summary": "Reset local and remote source tracking.",
|
|
2550
|
+
"enableJsonFlag": true,
|
|
2551
|
+
"requiresProject": true,
|
|
2552
|
+
"isESM": true,
|
|
2553
|
+
"relativePath": [
|
|
2554
|
+
"lib",
|
|
2555
|
+
"commands",
|
|
2556
|
+
"project",
|
|
2557
|
+
"reset",
|
|
2558
|
+
"tracking.js"
|
|
2559
|
+
],
|
|
2560
|
+
"aliasPermutations": [
|
|
2561
|
+
"force:source:tracking:reset",
|
|
2562
|
+
"source:force:tracking:reset",
|
|
2563
|
+
"source:tracking:force:reset",
|
|
2564
|
+
"source:tracking:reset:force",
|
|
2565
|
+
"force:tracking:source:reset",
|
|
2566
|
+
"tracking:force:source:reset",
|
|
2567
|
+
"tracking:source:force:reset",
|
|
2568
|
+
"tracking:source:reset:force",
|
|
2569
|
+
"force:tracking:reset:source",
|
|
2570
|
+
"tracking:force:reset:source",
|
|
2571
|
+
"tracking:reset:force:source",
|
|
2572
|
+
"tracking:reset:source:force",
|
|
2573
|
+
"force:source:reset:tracking",
|
|
2574
|
+
"source:force:reset:tracking",
|
|
2575
|
+
"source:reset:force:tracking",
|
|
2576
|
+
"source:reset:tracking:force",
|
|
2577
|
+
"force:reset:source:tracking",
|
|
2578
|
+
"reset:force:source:tracking",
|
|
2579
|
+
"reset:source:force:tracking",
|
|
2580
|
+
"reset:source:tracking:force",
|
|
2581
|
+
"force:reset:tracking:source",
|
|
2582
|
+
"reset:force:tracking:source",
|
|
2583
|
+
"reset:tracking:force:source",
|
|
2584
|
+
"reset:tracking:source:force"
|
|
2585
|
+
],
|
|
2586
|
+
"permutations": [
|
|
2587
|
+
"project:reset:tracking",
|
|
2588
|
+
"reset:project:tracking",
|
|
2589
|
+
"reset:tracking:project",
|
|
2590
|
+
"project:tracking:reset",
|
|
2591
|
+
"tracking:project:reset",
|
|
2592
|
+
"tracking:reset:project"
|
|
2593
|
+
]
|
|
2594
|
+
},
|
|
2459
2595
|
"project:retrieve:preview": {
|
|
2460
2596
|
"aliases": [
|
|
2461
2597
|
"retrieve:metadata:preview"
|
|
@@ -2798,143 +2934,7 @@
|
|
|
2798
2934
|
"start:project:retrieve",
|
|
2799
2935
|
"start:retrieve:project"
|
|
2800
2936
|
]
|
|
2801
|
-
},
|
|
2802
|
-
"project:reset:tracking": {
|
|
2803
|
-
"aliases": [
|
|
2804
|
-
"force:source:tracking:reset"
|
|
2805
|
-
],
|
|
2806
|
-
"args": {},
|
|
2807
|
-
"deprecateAliases": true,
|
|
2808
|
-
"description": "WARNING: This command deletes or overwrites all existing source tracking files. Use with extreme caution.\n\nResets local and remote source tracking so that Salesforce CLI no longer registers differences between your local files and those in the org. When you next run 'project deploy preview', Salesforce CLI returns no results, even though conflicts might actually exist. Salesforce CLI then resumes tracking new source changes as usual.\n\nUse the --revision parameter to reset source tracking to a specific revision number of an org source member. To get the revision number, query the SourceMember Tooling API object with the 'data soql' command. For example:\n\n <%= config.bin %> data query --query \"SELECT MemberName, MemberType, RevisionCounter FROM SourceMember\" --use-tooling-api --target-org my-scratch",
|
|
2809
|
-
"examples": [
|
|
2810
|
-
"Reset source tracking for the org with alias \"my-scratch\":\n$ <%= config.bin %> <%= command.id %> --target-org my-scratch",
|
|
2811
|
-
"Reset source tracking to revision number 30 for your default org:\n$ <%= config.bin %> <%= command.id %> --revision 30"
|
|
2812
|
-
],
|
|
2813
|
-
"flags": {
|
|
2814
|
-
"json": {
|
|
2815
|
-
"description": "Format output as json.",
|
|
2816
|
-
"helpGroup": "GLOBAL",
|
|
2817
|
-
"name": "json",
|
|
2818
|
-
"allowNo": false,
|
|
2819
|
-
"type": "boolean"
|
|
2820
|
-
},
|
|
2821
|
-
"flags-dir": {
|
|
2822
|
-
"helpGroup": "GLOBAL",
|
|
2823
|
-
"name": "flags-dir",
|
|
2824
|
-
"summary": "Import flag values from a directory.",
|
|
2825
|
-
"hasDynamicHelp": false,
|
|
2826
|
-
"multiple": false,
|
|
2827
|
-
"type": "option"
|
|
2828
|
-
},
|
|
2829
|
-
"target-org": {
|
|
2830
|
-
"aliases": [
|
|
2831
|
-
"targetusername",
|
|
2832
|
-
"u"
|
|
2833
|
-
],
|
|
2834
|
-
"char": "o",
|
|
2835
|
-
"deprecateAliases": true,
|
|
2836
|
-
"name": "target-org",
|
|
2837
|
-
"noCacheDefault": true,
|
|
2838
|
-
"required": true,
|
|
2839
|
-
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
2840
|
-
"hasDynamicHelp": true,
|
|
2841
|
-
"multiple": false,
|
|
2842
|
-
"type": "option"
|
|
2843
|
-
},
|
|
2844
|
-
"api-version": {
|
|
2845
|
-
"aliases": [
|
|
2846
|
-
"apiversion"
|
|
2847
|
-
],
|
|
2848
|
-
"deprecateAliases": true,
|
|
2849
|
-
"description": "Override the api version used for api requests made by this command",
|
|
2850
|
-
"name": "api-version",
|
|
2851
|
-
"hasDynamicHelp": false,
|
|
2852
|
-
"multiple": false,
|
|
2853
|
-
"type": "option"
|
|
2854
|
-
},
|
|
2855
|
-
"loglevel": {
|
|
2856
|
-
"deprecated": {
|
|
2857
|
-
"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."
|
|
2858
|
-
},
|
|
2859
|
-
"hidden": true,
|
|
2860
|
-
"name": "loglevel",
|
|
2861
|
-
"hasDynamicHelp": false,
|
|
2862
|
-
"multiple": false,
|
|
2863
|
-
"type": "option"
|
|
2864
|
-
},
|
|
2865
|
-
"revision": {
|
|
2866
|
-
"char": "r",
|
|
2867
|
-
"name": "revision",
|
|
2868
|
-
"summary": "SourceMember revision counter number to reset to.",
|
|
2869
|
-
"hasDynamicHelp": false,
|
|
2870
|
-
"multiple": false,
|
|
2871
|
-
"type": "option"
|
|
2872
|
-
},
|
|
2873
|
-
"no-prompt": {
|
|
2874
|
-
"aliases": [
|
|
2875
|
-
"noprompt"
|
|
2876
|
-
],
|
|
2877
|
-
"char": "p",
|
|
2878
|
-
"deprecateAliases": true,
|
|
2879
|
-
"name": "no-prompt",
|
|
2880
|
-
"summary": "Don't prompt for source tracking override confirmation.",
|
|
2881
|
-
"allowNo": false,
|
|
2882
|
-
"type": "boolean"
|
|
2883
|
-
}
|
|
2884
|
-
},
|
|
2885
|
-
"hasDynamicHelp": true,
|
|
2886
|
-
"hiddenAliases": [],
|
|
2887
|
-
"id": "project:reset:tracking",
|
|
2888
|
-
"pluginAlias": "@salesforce/plugin-deploy-retrieve",
|
|
2889
|
-
"pluginName": "@salesforce/plugin-deploy-retrieve",
|
|
2890
|
-
"pluginType": "core",
|
|
2891
|
-
"strict": true,
|
|
2892
|
-
"summary": "Reset local and remote source tracking.",
|
|
2893
|
-
"enableJsonFlag": true,
|
|
2894
|
-
"requiresProject": true,
|
|
2895
|
-
"isESM": true,
|
|
2896
|
-
"relativePath": [
|
|
2897
|
-
"lib",
|
|
2898
|
-
"commands",
|
|
2899
|
-
"project",
|
|
2900
|
-
"reset",
|
|
2901
|
-
"tracking.js"
|
|
2902
|
-
],
|
|
2903
|
-
"aliasPermutations": [
|
|
2904
|
-
"force:source:tracking:reset",
|
|
2905
|
-
"source:force:tracking:reset",
|
|
2906
|
-
"source:tracking:force:reset",
|
|
2907
|
-
"source:tracking:reset:force",
|
|
2908
|
-
"force:tracking:source:reset",
|
|
2909
|
-
"tracking:force:source:reset",
|
|
2910
|
-
"tracking:source:force:reset",
|
|
2911
|
-
"tracking:source:reset:force",
|
|
2912
|
-
"force:tracking:reset:source",
|
|
2913
|
-
"tracking:force:reset:source",
|
|
2914
|
-
"tracking:reset:force:source",
|
|
2915
|
-
"tracking:reset:source:force",
|
|
2916
|
-
"force:source:reset:tracking",
|
|
2917
|
-
"source:force:reset:tracking",
|
|
2918
|
-
"source:reset:force:tracking",
|
|
2919
|
-
"source:reset:tracking:force",
|
|
2920
|
-
"force:reset:source:tracking",
|
|
2921
|
-
"reset:force:source:tracking",
|
|
2922
|
-
"reset:source:force:tracking",
|
|
2923
|
-
"reset:source:tracking:force",
|
|
2924
|
-
"force:reset:tracking:source",
|
|
2925
|
-
"reset:force:tracking:source",
|
|
2926
|
-
"reset:tracking:force:source",
|
|
2927
|
-
"reset:tracking:source:force"
|
|
2928
|
-
],
|
|
2929
|
-
"permutations": [
|
|
2930
|
-
"project:reset:tracking",
|
|
2931
|
-
"reset:project:tracking",
|
|
2932
|
-
"reset:tracking:project",
|
|
2933
|
-
"project:tracking:reset",
|
|
2934
|
-
"tracking:project:reset",
|
|
2935
|
-
"tracking:reset:project"
|
|
2936
|
-
]
|
|
2937
2937
|
}
|
|
2938
2938
|
},
|
|
2939
|
-
"version": "3.6.
|
|
2939
|
+
"version": "3.6.9"
|
|
2940
2940
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-deploy-retrieve",
|
|
3
3
|
"description": "deploy and retrieve commands for sf",
|
|
4
|
-
"version": "3.6.
|
|
4
|
+
"version": "3.6.9",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"@salesforce/apex-node": "^6.0.0",
|
|
10
10
|
"@salesforce/core": "^7.0.1",
|
|
11
11
|
"@salesforce/kit": "^3.1.0",
|
|
12
|
-
"@salesforce/plugin-info": "^3.2.
|
|
12
|
+
"@salesforce/plugin-info": "^3.2.3",
|
|
13
13
|
"@salesforce/sf-plugins-core": "^9.0.4",
|
|
14
14
|
"@salesforce/source-deploy-retrieve": "^11.0.0",
|
|
15
15
|
"@salesforce/source-tracking": "^6.0.3",
|
|
@@ -18,10 +18,10 @@
|
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
20
|
"@oclif/plugin-command-snapshot": "^5.1.6",
|
|
21
|
-
"@salesforce/cli-plugins-testkit": "^5.
|
|
21
|
+
"@salesforce/cli-plugins-testkit": "^5.3.0",
|
|
22
22
|
"@salesforce/dev-scripts": "^9.0.0",
|
|
23
|
-
"@salesforce/plugin-command-reference": "^3.0.
|
|
24
|
-
"@salesforce/source-testkit": "^2.2.
|
|
23
|
+
"@salesforce/plugin-command-reference": "^3.0.82",
|
|
24
|
+
"@salesforce/source-testkit": "^2.2.5",
|
|
25
25
|
"@salesforce/ts-sinon": "^1.4.19",
|
|
26
26
|
"cross-env": "^7.0.3",
|
|
27
27
|
"eslint-plugin-sf-plugin": "^1.18.1",
|
|
@@ -251,7 +251,7 @@
|
|
|
251
251
|
"exports": "./lib/index.js",
|
|
252
252
|
"type": "module",
|
|
253
253
|
"sfdx": {
|
|
254
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-deploy-retrieve/3.6.
|
|
255
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-deploy-retrieve/3.6.
|
|
254
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-deploy-retrieve/3.6.9.crt",
|
|
255
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-deploy-retrieve/3.6.9.sig"
|
|
256
256
|
}
|
|
257
257
|
}
|