|
43 | 43 | "registry": {
|
44 | 44 | "$ref": "#/$defs/commandOptions/shared/registry"
|
45 | 45 | },
|
46 |
| - "noBootstrap": { |
47 |
| - "$ref": "#/$defs/commandOptions/add/noBootstrap" |
48 |
| - }, |
49 | 46 | "bootstrap": {
|
50 | 47 | "$ref": "#/$defs/commandOptions/add/bootstrap"
|
51 | 48 | },
|
|
111 | 108 | "hoist": {
|
112 | 109 | "$ref": "#/$defs/commandOptions/bootstrap/hoist"
|
113 | 110 | },
|
114 |
| - "nohoist": { |
115 |
| - "$ref": "#/$defs/commandOptions/bootstrap/nohoist" |
116 |
| - }, |
117 | 111 | "mutex": {
|
118 | 112 | "$ref": "#/$defs/commandOptions/bootstrap/mutex"
|
119 | 113 | },
|
|
482 | 476 | "parallel": {
|
483 | 477 | "$ref": "#/$defs/commandOptions/shared/parallel"
|
484 | 478 | },
|
485 |
| - "noBail": { |
486 |
| - "$ref": "#/$defs/commandOptions/shared/noBail" |
487 |
| - }, |
488 | 479 | "bail": {
|
489 | 480 | "$ref": "#/$defs/commandOptions/shared/bail"
|
490 | 481 | },
|
491 |
| - "noPrefix": { |
492 |
| - "$ref": "#/$defs/commandOptions/shared/noPrefix" |
493 |
| - }, |
494 | 482 | "prefix": {
|
495 | 483 | "$ref": "#/$defs/commandOptions/shared/prefix"
|
496 | 484 | },
|
|
792 | 780 | "ignoreScripts": {
|
793 | 781 | "$ref": "#/$defs/commandOptions/shared/ignoreScripts"
|
794 | 782 | },
|
795 |
| - "noGranularPathspec": { |
796 |
| - "$ref": "#/$defs/commandOptions/shared/noGranularPathspec" |
797 |
| - }, |
798 | 783 | "granularPathspec": {
|
799 | 784 | "$ref": "#/$defs/commandOptions/shared/granularPathspec"
|
800 | 785 | },
|
|
807 | 792 | "requireScripts": {
|
808 | 793 | "$ref": "#/$defs/commandOptions/publish/requireScripts"
|
809 | 794 | },
|
810 |
| - "noGitReset": { |
811 |
| - "$ref": "#/$defs/commandOptions/publish/noGitReset" |
812 |
| - }, |
813 | 795 | "gitReset": {
|
814 | 796 | "$ref": "#/$defs/commandOptions/publish/gitReset"
|
815 | 797 | },
|
816 | 798 | "tempTag": {
|
817 | 799 | "$ref": "#/$defs/commandOptions/publish/tempTag"
|
818 | 800 | },
|
819 |
| - "noVerifyAccess": { |
820 |
| - "$ref": "#/$defs/commandOptions/publish/noVerifyAccess" |
821 |
| - }, |
822 | 801 | "verifyAccess": {
|
823 | 802 | "$ref": "#/$defs/commandOptions/publish/verifyAccess"
|
824 | 803 | },
|
|
893 | 872 | "parallel": {
|
894 | 873 | "$ref": "#/$defs/commandOptions/shared/parallel"
|
895 | 874 | },
|
896 |
| - "noBail": { |
897 |
| - "$ref": "#/$defs/commandOptions/shared/noBail" |
898 |
| - }, |
899 | 875 | "bail": {
|
900 | 876 | "$ref": "#/$defs/commandOptions/shared/bail"
|
901 | 877 | },
|
902 |
| - "noPrefix": { |
903 |
| - "$ref": "#/$defs/commandOptions/shared/noPrefix" |
904 |
| - }, |
905 | 878 | "prefix": {
|
906 | 879 | "$ref": "#/$defs/commandOptions/shared/prefix"
|
907 | 880 | },
|
|
1024 | 997 | "message": {
|
1025 | 998 | "$ref": "#/$defs/commandOptions/version/message"
|
1026 | 999 | },
|
1027 |
| - "noChangelog": { |
1028 |
| - "$ref": "#/$defs/commandOptions/version/noChangelog" |
1029 |
| - }, |
1030 | 1000 | "changelog": {
|
1031 | 1001 | "$ref": "#/$defs/commandOptions/version/changelog"
|
1032 | 1002 | },
|
1033 |
| - "noCommitHooks": { |
1034 |
| - "$ref": "#/$defs/commandOptions/version/noCommitHooks" |
1035 |
| - }, |
1036 | 1003 | "commitHooks": {
|
1037 | 1004 | "$ref": "#/$defs/commandOptions/version/commitHooks"
|
1038 | 1005 | },
|
1039 |
| - "noGitTagVersion": { |
1040 |
| - "$ref": "#/$defs/commandOptions/version/noGitTagVersion" |
1041 |
| - }, |
1042 | 1006 | "gitTagVersion": {
|
1043 | 1007 | "$ref": "#/$defs/commandOptions/version/gitTagVersion"
|
1044 | 1008 | },
|
1045 |
| - "noGranularPathspec": { |
1046 |
| - "$ref": "#/$defs/commandOptions/shared/noGranularPathspec" |
1047 |
| - }, |
1048 | 1009 | "granularPathspec": {
|
1049 | 1010 | "$ref": "#/$defs/commandOptions/shared/granularPathspec"
|
1050 | 1011 | },
|
1051 |
| - "noPush": { |
1052 |
| - "$ref": "#/$defs/commandOptions/version/noPush" |
1053 |
| - }, |
1054 | 1012 | "push": {
|
1055 | 1013 | "$ref": "#/$defs/commandOptions/version/push"
|
1056 | 1014 | },
|
|
1218 | 1176 | "peer": {
|
1219 | 1177 | "$ref": "#/$defs/commandOptions/add/peer"
|
1220 | 1178 | },
|
1221 |
| - "noBootstrap": { |
1222 |
| - "$ref": "#/$defs/commandOptions/add/noBootstrap" |
1223 |
| - }, |
1224 | 1179 | "bootstrap": {
|
1225 | 1180 | "$ref": "#/$defs/commandOptions/add/bootstrap"
|
1226 | 1181 | },
|
1227 | 1182 | "hoist": {
|
1228 | 1183 | "$ref": "#/$defs/commandOptions/bootstrap/hoist"
|
1229 | 1184 | },
|
1230 |
| - "nohoist": { |
1231 |
| - "$ref": "#/$defs/commandOptions/bootstrap/nohoist" |
1232 |
| - }, |
1233 | 1185 | "mutex": {
|
1234 | 1186 | "$ref": "#/$defs/commandOptions/bootstrap/mutex"
|
1235 | 1187 | },
|
|
1306 | 1258 | "requireScripts": {
|
1307 | 1259 | "$ref": "#/$defs/commandOptions/publish/requireScripts"
|
1308 | 1260 | },
|
1309 |
| - "noGitReset": { |
1310 |
| - "$ref": "#/$defs/commandOptions/publish/noGitReset" |
1311 |
| - }, |
1312 | 1261 | "gitReset": {
|
1313 | 1262 | "$ref": "#/$defs/commandOptions/publish/gitReset"
|
1314 | 1263 | },
|
1315 | 1264 | "tempTag": {
|
1316 | 1265 | "$ref": "#/$defs/commandOptions/publish/tempTag"
|
1317 | 1266 | },
|
1318 |
| - "noVerifyAccess": { |
1319 |
| - "$ref": "#/$defs/commandOptions/publish/noVerifyAccess" |
1320 |
| - }, |
1321 | 1267 | "verifyAccess": {
|
1322 | 1268 | "$ref": "#/$defs/commandOptions/publish/verifyAccess"
|
1323 | 1269 | },
|
|
1350 | 1296 | "message": {
|
1351 | 1297 | "$ref": "#/$defs/commandOptions/version/message"
|
1352 | 1298 | },
|
1353 |
| - "noChangelog": { |
1354 |
| - "$ref": "#/$defs/commandOptions/version/noChangelog" |
1355 |
| - }, |
1356 | 1299 | "changelog": {
|
1357 | 1300 | "$ref": "#/$defs/commandOptions/version/changelog"
|
1358 | 1301 | },
|
1359 |
| - "noCommitHooks": { |
1360 |
| - "$ref": "#/$defs/commandOptions/version/noCommitHooks" |
1361 |
| - }, |
1362 | 1302 | "commitHooks": {
|
1363 | 1303 | "$ref": "#/$defs/commandOptions/version/commitHooks"
|
1364 | 1304 | },
|
1365 |
| - "noGitTagVersion": { |
1366 |
| - "$ref": "#/$defs/commandOptions/version/noGitTagVersion" |
1367 |
| - }, |
1368 | 1305 | "gitTagVersion": {
|
1369 | 1306 | "$ref": "#/$defs/commandOptions/version/gitTagVersion"
|
1370 | 1307 | },
|
1371 |
| - "noPush": { |
1372 |
| - "$ref": "#/$defs/commandOptions/version/noPush" |
1373 |
| - }, |
1374 | 1308 | "push": {
|
1375 | 1309 | "$ref": "#/$defs/commandOptions/version/push"
|
1376 | 1310 | },
|
|
1411 | 1345 | "parallel": {
|
1412 | 1346 | "$ref": "#/$defs/commandOptions/shared/parallel"
|
1413 | 1347 | },
|
1414 |
| - "noBail": { |
1415 |
| - "$ref": "#/$defs/commandOptions/shared/noBail" |
1416 |
| - }, |
1417 | 1348 | "bail": {
|
1418 | 1349 | "$ref": "#/$defs/commandOptions/shared/bail"
|
1419 | 1350 | },
|
1420 |
| - "noPrefix": { |
1421 |
| - "$ref": "#/$defs/commandOptions/shared/noPrefix" |
1422 |
| - }, |
1423 | 1351 | "prefix": {
|
1424 | 1352 | "$ref": "#/$defs/commandOptions/shared/prefix"
|
1425 | 1353 | },
|
|
1435 | 1363 | "ignoreScripts": {
|
1436 | 1364 | "$ref": "#/$defs/commandOptions/shared/ignoreScripts"
|
1437 | 1365 | },
|
1438 |
| - "noGranularPathspec": { |
1439 |
| - "$ref": "#/$defs/commandOptions/shared/noGranularPathspec" |
1440 |
| - }, |
1441 | 1366 | "granularPathspec": {
|
1442 | 1367 | "$ref": "#/$defs/commandOptions/shared/granularPathspec"
|
1443 | 1368 | },
|
|
1552 | 1477 | "type": "boolean",
|
1553 | 1478 | "description": "During `lerna add`, save the newly added package to peerDependencies instead of dependencies."
|
1554 | 1479 | },
|
1555 |
| - "noBootstrap": { |
1556 |
| - "type": "boolean", |
1557 |
| - "description": "Do not automatically chain `lerna bootstrap` after `lerna add`." |
1558 |
| - }, |
1559 | 1480 | "bootstrap": {
|
1560 | 1481 | "type": "boolean",
|
1561 | 1482 | "description": "Automatically chain `lerna bootstrap` after `lerna add`."
|
|
1566 | 1487 | "type": "string",
|
1567 | 1488 | "description": "During `lerna bootstrap`, install external dependencies matching [glob] to the repo root."
|
1568 | 1489 | },
|
1569 |
| - "nohoist": { |
1570 |
| - "type": "string", |
1571 |
| - "description": "During `lerna bootstrap`, don't hoist external dependencies matching [glob] to the repo root." |
1572 |
| - }, |
1573 | 1490 | "mutex": {},
|
1574 | 1491 | "strict": {
|
1575 | 1492 | "type": "boolean",
|
|
1681 | 1598 | "type": "boolean",
|
1682 | 1599 | "description": "During `lerna publish`, when true, execute ./scripts/prepublish.js and ./scripts/postpublish.js, relative to package root."
|
1683 | 1600 | },
|
1684 |
| - "noGitReset": { |
1685 |
| - "type": "boolean", |
1686 |
| - "description": "During `lerna publish`, when true, do not reset changes to working tree after publishing is complete." |
1687 |
| - }, |
1688 | 1601 | "gitReset": {
|
1689 | 1602 | "type": "boolean",
|
1690 | 1603 | "description": "During `lerna publish`, when true, reset changes to working tree after publishing is complete."
|
|
1693 | 1606 | "type": "boolean",
|
1694 | 1607 | "description": "During `lerna publish`, when true, create a temporary tag while publishing."
|
1695 | 1608 | },
|
1696 |
| - "noVerifyAccess": { |
1697 |
| - "type": "boolean", |
1698 |
| - "description": "During `lerna publish`, when true, do not verify package read-write access for current npm user." |
1699 |
| - }, |
1700 | 1609 | "verifyAccess": {
|
1701 | 1610 | "type": "boolean",
|
1702 | 1611 | "description": "During `lerna publish`, when true, verify package read-write access for current npm user."
|
|
1777 | 1686 | "type": "string",
|
1778 | 1687 | "description": "For `lerna version`, the custom commit message to use when creating the version commit."
|
1779 | 1688 | },
|
1780 |
| - "noChangelog": { |
1781 |
| - "type": "boolean", |
1782 |
| - "description": "During `lerna version`, when true, do not generate CHANGELOG.md files when using --conventional-commits." |
1783 |
| - }, |
1784 | 1689 | "changelog": {
|
1785 | 1690 | "type": "boolean",
|
1786 | 1691 | "description": "During `lerna version`, when true, generate CHANGELOG.md files when using --conventional-commits."
|
1787 | 1692 | },
|
1788 |
| - "noCommitHooks": { |
1789 |
| - "type": "boolean", |
1790 |
| - "description": "During `lerna version`, when true, do not run git commit hooks when committing version changes." |
1791 |
| - }, |
1792 | 1693 | "commitHooks": {
|
1793 | 1694 | "type": "boolean",
|
1794 | 1695 | "description": "During `lerna version`, when true, run git commit hooks when committing version changes."
|
1795 | 1696 | },
|
1796 |
| - "noGitTagVersion": { |
1797 |
| - "type": "boolean", |
1798 |
| - "description": "During `lerna version`, when true, do not commit or tag version changes." |
1799 |
| - }, |
1800 | 1697 | "gitTagVersion": {
|
1801 | 1698 | "type": "boolean",
|
1802 | 1699 | "description": "During `lerna version`, when true, commit and tag version changes."
|
1803 | 1700 | },
|
1804 |
| - "noPush": { |
1805 |
| - "type": "boolean", |
1806 |
| - "description": "During `lerna version`, when true, do not push tagged commit to git remote." |
1807 |
| - }, |
1808 | 1701 | "push": {
|
1809 | 1702 | "type": "boolean",
|
1810 | 1703 | "description": "During `lerna version`, when true, push tagged commit to git remote."
|
|
1866 | 1759 | "type": "boolean",
|
1867 | 1760 | "description": "During `lerna exec` and `lerna run`, run commands with unlimited concurrency, streaming prefixed output."
|
1868 | 1761 | },
|
1869 |
| - "noBail": { |
1870 |
| - "type": "boolean", |
1871 |
| - "description": "During `lerna exec` and `lerna run`, when true, do not exit with non-zero status if a command fails." |
1872 |
| - }, |
1873 | 1762 | "bail": {
|
1874 | 1763 | "type": "boolean",
|
1875 | 1764 | "description": "During `lerna exec` and `lerna run`, exit with non-zero status if any command fails."
|
1876 | 1765 | },
|
1877 |
| - "noPrefix": { |
1878 |
| - "type": "boolean", |
1879 |
| - "description": "During `lerna exec` and `lerna run`, when true, do not prefix output with originating package name." |
1880 |
| - }, |
1881 | 1766 | "prefix": {
|
1882 | 1767 | "type": "boolean",
|
1883 | 1768 | "description": "During `lerna exec` and `lerna run`, prefix output with originating package name."
|
|
1898 | 1783 | "type": "boolean",
|
1899 | 1784 | "description": "During `lerna bootstrap`, `lerna publish`, and `lerna version`, don't run ANY lifecycle scripts in bootstrapped packages."
|
1900 | 1785 | },
|
1901 |
| - "noGranularPathspec": { |
1902 |
| - "type": "boolean", |
1903 |
| - "description": "During `lerna publish` and `lerna version`, when true, do not reset changes file-by-file, but globally." |
1904 |
| - }, |
1905 | 1786 | "granularPathspec": {
|
1906 | 1787 | "type": "boolean",
|
1907 | 1788 | "description": "During `lerna publish` and `lerna version`, when true, reset changes file-by-file, not globally."
|
|
0 commit comments