@teambit/harmony.content.cli-reference 1.95.79 → 1.95.81
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.json +6 -1
- package/cli-reference.mdx +2 -1
- package/dist/cli-reference.json +6 -1
- package/dist/cli-reference.mdx.js +16 -1
- package/dist/cli-reference.mdx.js.map +1 -1
- package/package-tar/teambit-harmony.content.cli-reference-1.95.81.tgz +0 -0
- package/package.json +3 -3
- package/{preview-1664941100086.js → preview-1665718844698.js} +2 -2
- package/package-tar/teambit-harmony.content.cli-reference-1.95.79.tgz +0 -0
package/cli-reference.json
CHANGED
|
@@ -3220,7 +3220,12 @@
|
|
|
3220
3220
|
[
|
|
3221
3221
|
"",
|
|
3222
3222
|
"dry-run-with-tsconfig",
|
|
3223
|
-
"show the tsconfig.json content and the paths it will be written per env"
|
|
3223
|
+
"use with --json flag. show the tsconfig.json content and the paths it will be written per env"
|
|
3224
|
+
],
|
|
3225
|
+
[
|
|
3226
|
+
"j",
|
|
3227
|
+
"json",
|
|
3228
|
+
"json format"
|
|
3224
3229
|
]
|
|
3225
3230
|
],
|
|
3226
3231
|
"description": "EXPERIMENTAL. write tsconfig.json files in the component directories",
|
package/cli-reference.mdx
CHANGED
|
@@ -1323,6 +1323,7 @@ list components templates when inside bit-workspace (for bit-create), otherwise,
|
|
|
1323
1323
|
| `--silent` | `-s` | do not prompt for confirmation |
|
|
1324
1324
|
| `--no-dedupe` | | write tsconfig.json inside each one of the component's dir, avoid deduping |
|
|
1325
1325
|
| `--dry-run` | | show the paths that tsconfig will be written per env |
|
|
1326
|
-
| `--dry-run-with-tsconfig` | | show the tsconfig.json content and the paths it will be written per env
|
|
1326
|
+
| `--dry-run-with-tsconfig` | | use with --json flag. show the tsconfig.json content and the paths it will be written per env |
|
|
1327
|
+
| `--json` | `-j` | json format |
|
|
1327
1328
|
|
|
1328
1329
|
---
|
package/dist/cli-reference.json
CHANGED
|
@@ -3220,7 +3220,12 @@
|
|
|
3220
3220
|
[
|
|
3221
3221
|
"",
|
|
3222
3222
|
"dry-run-with-tsconfig",
|
|
3223
|
-
"show the tsconfig.json content and the paths it will be written per env"
|
|
3223
|
+
"use with --json flag. show the tsconfig.json content and the paths it will be written per env"
|
|
3224
|
+
],
|
|
3225
|
+
[
|
|
3226
|
+
"j",
|
|
3227
|
+
"json",
|
|
3228
|
+
"json format"
|
|
3224
3229
|
]
|
|
3225
3230
|
],
|
|
3226
3231
|
"description": "EXPERIMENTAL. write tsconfig.json files in the component directories",
|
|
@@ -5935,7 +5935,22 @@ function MDXContent(_ref) {
|
|
|
5935
5935
|
}), (0, _react2.mdx)("td", {
|
|
5936
5936
|
parentName: "tr",
|
|
5937
5937
|
"align": null
|
|
5938
|
-
}, "show the tsconfig.json content and the paths it will be written per env"))
|
|
5938
|
+
}, "use with --json flag. show the tsconfig.json content and the paths it will be written per env")), (0, _react2.mdx)("tr", {
|
|
5939
|
+
parentName: "tbody"
|
|
5940
|
+
}, (0, _react2.mdx)("td", {
|
|
5941
|
+
parentName: "tr",
|
|
5942
|
+
"align": null
|
|
5943
|
+
}, (0, _react2.mdx)("inlineCode", {
|
|
5944
|
+
parentName: "td"
|
|
5945
|
+
}, "--json")), (0, _react2.mdx)("td", {
|
|
5946
|
+
parentName: "tr",
|
|
5947
|
+
"align": "center"
|
|
5948
|
+
}, (0, _react2.mdx)("inlineCode", {
|
|
5949
|
+
parentName: "td"
|
|
5950
|
+
}, "-j")), (0, _react2.mdx)("td", {
|
|
5951
|
+
parentName: "tr",
|
|
5952
|
+
"align": null
|
|
5953
|
+
}, "json format")))), (0, _react2.mdx)("hr", null));
|
|
5939
5954
|
}
|
|
5940
5955
|
|
|
5941
5956
|
;
|