@teambit/harmony.content.cli-reference 2.0.506 → 2.0.508
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 -2
- package/cli-reference.json +1 -1
- package/cli-reference.mdx +2 -3
- package/dist/cli-reference.docs.mdx +1 -2
- package/dist/cli-reference.json +1 -1
- package/dist/cli-reference.mdx.js +0 -2
- package/dist/cli-reference.mdx.js.map +1 -1
- package/dist/{preview-1734491866611.js → preview-1734664696801.js} +2 -2
- package/package.json +2 -2
package/cli-reference.docs.mdx
CHANGED
package/cli-reference.json
CHANGED
|
@@ -5081,7 +5081,7 @@
|
|
|
5081
5081
|
]
|
|
5082
5082
|
],
|
|
5083
5083
|
"description": "clears Bit's cache from current working machine",
|
|
5084
|
-
"extendedDescription": "The following gets removed by this command:\n1)
|
|
5084
|
+
"extendedDescription": "The following gets removed by this command:\n1) components cache on the filesystem (mainly the dependencies graph and docs)\n2) scope's index file, which maps the component-id:object-hash",
|
|
5085
5085
|
"group": "general",
|
|
5086
5086
|
"private": false,
|
|
5087
5087
|
"skipWorkspace": true
|
package/cli-reference.mdx
CHANGED
|
@@ -334,9 +334,8 @@ when on a lane, "checkout head" only checks out components on this lane. to upda
|
|
|
334
334
|
**Description**: clears Bit's cache from current working machine
|
|
335
335
|
The following gets removed by this command:
|
|
336
336
|
|
|
337
|
-
1.
|
|
338
|
-
2.
|
|
339
|
-
3. scope's index file, which maps the component-id:object-hash
|
|
337
|
+
1. components cache on the filesystem (mainly the dependencies graph and docs)
|
|
338
|
+
2. scope's index file, which maps the component-id:object-hash
|
|
340
339
|
|
|
341
340
|
`bit clear-cache`
|
|
342
341
|
|
package/dist/cli-reference.json
CHANGED
|
@@ -5081,7 +5081,7 @@
|
|
|
5081
5081
|
]
|
|
5082
5082
|
],
|
|
5083
5083
|
"description": "clears Bit's cache from current working machine",
|
|
5084
|
-
"extendedDescription": "The following gets removed by this command:\n1)
|
|
5084
|
+
"extendedDescription": "The following gets removed by this command:\n1) components cache on the filesystem (mainly the dependencies graph and docs)\n2) scope's index file, which maps the component-id:object-hash",
|
|
5085
5085
|
"group": "general",
|
|
5086
5086
|
"private": false,
|
|
5087
5087
|
"skipWorkspace": true
|
|
@@ -1761,8 +1761,6 @@ function MDXContent(_ref) {
|
|
|
1761
1761
|
parentName: "p"
|
|
1762
1762
|
}), "\n", "The following gets removed by this command:"), (0, _react2.mdx)("ol", null, (0, _react2.mdx)("li", {
|
|
1763
1763
|
parentName: "ol"
|
|
1764
|
-
}, "V8 compiled code (generated the first time Bit is loaded by v8-compile-cache package)"), (0, _react2.mdx)("li", {
|
|
1765
|
-
parentName: "ol"
|
|
1766
1764
|
}, "components cache on the filesystem (mainly the dependencies graph and docs)"), (0, _react2.mdx)("li", {
|
|
1767
1765
|
parentName: "ol"
|
|
1768
1766
|
}, "scope's index file, which maps the component-id:object-hash")), (0, _react2.mdx)("p", null, (0, _react2.mdx)("inlineCode", {
|