@teambit/harmony.content.cli-reference 1.95.184 → 1.95.186
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 +5 -0
- package/cli-reference.mdx +1 -0
- package/dist/cli-reference.docs.mdx +1 -1
- package/dist/cli-reference.json +5 -0
- package/dist/cli-reference.mdx.js +13 -0
- package/dist/cli-reference.mdx.js.map +1 -1
- package/dist/{preview-1690296596827.js → preview-1690366266887.js} +2 -2
- package/package-tar/teambit-harmony.content.cli-reference-1.95.186.tgz +0 -0
- package/package.json +2 -2
- package/package-tar/teambit-harmony.content.cli-reference-1.95.184.tgz +0 -0
package/cli-reference.docs.mdx
CHANGED
package/cli-reference.json
CHANGED
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 |
|
package/dist/cli-reference.json
CHANGED
|
@@ -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"
|