@teambit/harmony.content.cli-reference 1.95.184 → 1.95.185

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,5 @@
1
1
  ---
2
- description: 'Bit command synopses. Bit version: 0.2.8'
2
+ description: 'Bit command synopses. Bit version: 0.2.9'
3
3
  labels: ['cli', 'mdx', 'docs']
4
4
  ---
5
5
 
@@ -1135,6 +1135,11 @@
1135
1135
  "id <name>",
1136
1136
  "reuse capsule of certain name"
1137
1137
  ],
1138
+ [
1139
+ "",
1140
+ "use-hash",
1141
+ "whether to use hash function (of base dir) as capsules root dir name"
1142
+ ],
1138
1143
  [
1139
1144
  "j",
1140
1145
  "json",
package/cli-reference.mdx CHANGED
@@ -230,6 +230,7 @@ other users after publishing/exporting them.
230
230
  | `--always-new` | `-a` | create new environment for capsule |
231
231
  | `--seeders-only` | `-s` | create capsules for the seeders only (not for the entire graph) |
232
232
  | `--id <name>` | `-i` | reuse capsule of certain name |
233
+ | `--use-hash` | | whether to use hash function (of base dir) as capsules root dir name |
233
234
  | `--json` | `-j` | json format |
234
235
  | `--install-packages` | `-d` | install packages by the package-manager |
235
236
  | `--package-manager <name>` | `-p` | npm, yarn or pnpm, default to npm |
@@ -1,5 +1,5 @@
1
1
  ---
2
- description: 'Bit command synopses. Bit version: 0.2.8'
2
+ description: 'Bit command synopses. Bit version: 0.2.9'
3
3
  labels: ['cli', 'mdx', 'docs']
4
4
  ---
5
5
 
@@ -1135,6 +1135,11 @@
1135
1135
  "id <name>",
1136
1136
  "reuse capsule of certain name"
1137
1137
  ],
1138
+ [
1139
+ "",
1140
+ "use-hash",
1141
+ "whether to use hash function (of base dir) as capsules root dir name"
1142
+ ],
1138
1143
  [
1139
1144
  "j",
1140
1145
  "json",
@@ -1134,6 +1134,19 @@ function MDXContent(_ref) {
1134
1134
  "align": null
1135
1135
  }, (0, _react2.mdx)("inlineCode", {
1136
1136
  parentName: "td"
1137
+ }, "--use-hash")), (0, _react2.mdx)("td", {
1138
+ parentName: "tr",
1139
+ "align": "center"
1140
+ }), (0, _react2.mdx)("td", {
1141
+ parentName: "tr",
1142
+ "align": null
1143
+ }, "whether to use hash function (of base dir) as capsules root dir name")), (0, _react2.mdx)("tr", {
1144
+ parentName: "tbody"
1145
+ }, (0, _react2.mdx)("td", {
1146
+ parentName: "tr",
1147
+ "align": null
1148
+ }, (0, _react2.mdx)("inlineCode", {
1149
+ parentName: "td"
1137
1150
  }, "--json")), (0, _react2.mdx)("td", {
1138
1151
  parentName: "tr",
1139
1152
  "align": "center"