@teambit/harmony.content.cli-reference 2.0.506 → 2.0.507

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.
@@ -1,5 +1,4 @@
1
1
  ---
2
- description: 'Bit command synopses. Bit version: 1.9.19'
2
+ description: 'Bit command synopses. Bit version: 1.9.20'
3
3
  labels: ['cli', 'mdx', 'docs']
4
4
  ---
5
-
@@ -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) V8 compiled code (generated the first time Bit is loaded by v8-compile-cache package)\n2) components cache on the filesystem (mainly the dependencies graph and docs)\n3) scope's index file, which maps the component-id:object-hash",
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. V8 compiled code (generated the first time Bit is loaded by v8-compile-cache package)
338
- 2. components cache on the filesystem (mainly the dependencies graph and docs)
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
 
@@ -1,5 +1,4 @@
1
1
  ---
2
- description: 'Bit command synopses. Bit version: 1.9.19'
2
+ description: 'Bit command synopses. Bit version: 1.9.20'
3
3
  labels: ['cli', 'mdx', 'docs']
4
4
  ---
5
-
@@ -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) V8 compiled code (generated the first time Bit is loaded by v8-compile-cache package)\n2) components cache on the filesystem (mainly the dependencies graph and docs)\n3) scope's index file, which maps the component-id:object-hash",
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", {