@teambit/harmony.content.cli-reference 1.95.232 → 1.95.234
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/cli-reference.docs.mdx +1 -1
- package/cli-reference.json +2 -2
- package/cli-reference.mdx +2 -4
- package/dist/cli-reference.docs.mdx +1 -1
- package/dist/cli-reference.json +2 -2
- package/dist/cli-reference.mdx.js +2 -6
- package/dist/cli-reference.mdx.js.map +1 -1
- package/dist/{preview-1694692074267.js → preview-1694834258227.js} +2 -2
- package/package.json +2 -2
package/cli-reference.docs.mdx
CHANGED
package/cli-reference.json
CHANGED
|
@@ -1608,7 +1608,7 @@
|
|
|
1608
1608
|
]
|
|
1609
1609
|
],
|
|
1610
1610
|
"description": "automatically recompile modified components (on save)",
|
|
1611
|
-
"extendedDescription": "by default, the watcher use polling,
|
|
1611
|
+
"extendedDescription": "by default, the watcher doesn't use polling, to keep the CPU idle.\nif this doesn't work well for you, run \"bit config set watch_use_polling true\" to use polling.",
|
|
1612
1612
|
"group": "development",
|
|
1613
1613
|
"private": false
|
|
1614
1614
|
},
|
|
@@ -2734,7 +2734,7 @@
|
|
|
2734
2734
|
]
|
|
2735
2735
|
],
|
|
2736
2736
|
"description": "tag components from a bare-scope by using build artifacts from previous snap and running the deploy-pipeline only",
|
|
2737
|
-
"extendedDescription": "this command should be running from a new bare scope, it first imports the components it needs and then processes the tag.\nthe input data is a stringified JSON of an array of the following object.\n{\n componentId: string; // ids always have scope, so it's safe to parse them from string\n dependencies?: string[]; // e.g. [teambit/compiler@1.0.0, teambit/tester
|
|
2737
|
+
"extendedDescription": "this command should be running from a new bare scope, it first imports the components it needs and then processes the tag.\nthe input data is a stringified JSON of an array of the following object.\n{\n componentId: string; // ids always have scope, so it's safe to parse them from string\n dependencies?: string[]; // e.g. [teambit/compiler@1.0.0, teambit/tester^@1.0.0, teambit/linter~@0.0.1]\n versionToTag?: string; // specific version (e.g. '1.0.0') or semver (e.g. 'minor', 'patch')\n prereleaseId?: string; // applicable when versionToTag is a pre-release. (e.g. \"dev\", for 1.0.0-dev.1)\n message?: string; // tag-message.\n}\nan example of the final data: '[{\"componentId\":\"ci.remote2/comp-b\",\"dependencies\":[\"ci.remote/comp1@0.0.2\"]}]'\n",
|
|
2738
2738
|
"group": "development",
|
|
2739
2739
|
"private": true,
|
|
2740
2740
|
"remoteOp": true
|
package/cli-reference.mdx
CHANGED
|
@@ -1956,10 +1956,8 @@ list components templates when inside bit-workspace (for bit-create), otherwise,
|
|
|
1956
1956
|
## watch
|
|
1957
1957
|
|
|
1958
1958
|
**Description**: automatically recompile modified components (on save)
|
|
1959
|
-
by default, the watcher use polling,
|
|
1960
|
-
|
|
1961
|
-
for small projects though it should be ok to use the fsevents.
|
|
1962
|
-
to use fsevents, run "bit config set watch_use_fsevents true".
|
|
1959
|
+
by default, the watcher doesn't use polling, to keep the CPU idle.
|
|
1960
|
+
if this doesn't work well for you, run "bit config set watch_use_polling true" to use polling.
|
|
1963
1961
|
|
|
1964
1962
|
`bit watch`
|
|
1965
1963
|
|
package/dist/cli-reference.json
CHANGED
|
@@ -1608,7 +1608,7 @@
|
|
|
1608
1608
|
]
|
|
1609
1609
|
],
|
|
1610
1610
|
"description": "automatically recompile modified components (on save)",
|
|
1611
|
-
"extendedDescription": "by default, the watcher use polling,
|
|
1611
|
+
"extendedDescription": "by default, the watcher doesn't use polling, to keep the CPU idle.\nif this doesn't work well for you, run \"bit config set watch_use_polling true\" to use polling.",
|
|
1612
1612
|
"group": "development",
|
|
1613
1613
|
"private": false
|
|
1614
1614
|
},
|
|
@@ -2734,7 +2734,7 @@
|
|
|
2734
2734
|
]
|
|
2735
2735
|
],
|
|
2736
2736
|
"description": "tag components from a bare-scope by using build artifacts from previous snap and running the deploy-pipeline only",
|
|
2737
|
-
"extendedDescription": "this command should be running from a new bare scope, it first imports the components it needs and then processes the tag.\nthe input data is a stringified JSON of an array of the following object.\n{\n componentId: string; // ids always have scope, so it's safe to parse them from string\n dependencies?: string[]; // e.g. [teambit/compiler@1.0.0, teambit/tester
|
|
2737
|
+
"extendedDescription": "this command should be running from a new bare scope, it first imports the components it needs and then processes the tag.\nthe input data is a stringified JSON of an array of the following object.\n{\n componentId: string; // ids always have scope, so it's safe to parse them from string\n dependencies?: string[]; // e.g. [teambit/compiler@1.0.0, teambit/tester^@1.0.0, teambit/linter~@0.0.1]\n versionToTag?: string; // specific version (e.g. '1.0.0') or semver (e.g. 'minor', 'patch')\n prereleaseId?: string; // applicable when versionToTag is a pre-release. (e.g. \"dev\", for 1.0.0-dev.1)\n message?: string; // tag-message.\n}\nan example of the final data: '[{\"componentId\":\"ci.remote2/comp-b\",\"dependencies\":[\"ci.remote/comp1@0.0.2\"]}]'\n",
|
|
2738
2738
|
"group": "development",
|
|
2739
2739
|
"private": true,
|
|
2740
2740
|
"remoteOp": true
|
|
@@ -9864,13 +9864,9 @@ function MDXContent(_ref) {
|
|
|
9864
9864
|
parentName: "p"
|
|
9865
9865
|
}, "Description"), ": automatically recompile modified components (on save)", (0, _react2.mdx)("br", {
|
|
9866
9866
|
parentName: "p"
|
|
9867
|
-
}), "\n", "by default, the watcher use polling,
|
|
9867
|
+
}), "\n", "by default, the watcher doesn't use polling, to keep the CPU idle.", (0, _react2.mdx)("br", {
|
|
9868
9868
|
parentName: "p"
|
|
9869
|
-
}), "\n", "
|
|
9870
|
-
parentName: "p"
|
|
9871
|
-
}), "\n", "for small projects though it should be ok to use the fsevents.", (0, _react2.mdx)("br", {
|
|
9872
|
-
parentName: "p"
|
|
9873
|
-
}), "\n", "to use fsevents, run \"bit config set watch_use_fsevents true\"."), (0, _react2.mdx)("p", null, (0, _react2.mdx)("inlineCode", {
|
|
9869
|
+
}), "\n", "if this doesn't work well for you, run \"bit config set watch_use_polling true\" to use polling."), (0, _react2.mdx)("p", null, (0, _react2.mdx)("inlineCode", {
|
|
9874
9870
|
parentName: "p"
|
|
9875
9871
|
}, "bit watch")), (0, _react2.mdx)("table", null, (0, _react2.mdx)("thead", {
|
|
9876
9872
|
parentName: "table"
|