@teambit/harmony.content.cli-reference 1.95.135 → 1.95.137
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 +20 -0
- package/cli-reference.mdx +14 -0
- package/dist/cli-reference.json +20 -0
- package/dist/cli-reference.mdx.js +11 -1
- package/dist/cli-reference.mdx.js.map +1 -1
- package/dist/{preview-1680751703602.js → preview-1682245644358.js} +2 -2
- package/package-tar/teambit-harmony.content.cli-reference-1.95.137.tgz +0 -0
- package/package.json +2 -2
- package/package-tar/teambit-harmony.content.cli-reference-1.95.135.tgz +0 -0
package/cli-reference.json
CHANGED
|
@@ -847,6 +847,26 @@
|
|
|
847
847
|
"group": "workspace",
|
|
848
848
|
"private": false
|
|
849
849
|
},
|
|
850
|
+
{
|
|
851
|
+
"name": "system <sub-command>",
|
|
852
|
+
"alias": "",
|
|
853
|
+
"options": [],
|
|
854
|
+
"description": "system operations",
|
|
855
|
+
"extendedDescription": "",
|
|
856
|
+
"group": "workspace",
|
|
857
|
+
"private": false,
|
|
858
|
+
"commands": [
|
|
859
|
+
{
|
|
860
|
+
"name": "log",
|
|
861
|
+
"alias": "",
|
|
862
|
+
"options": [],
|
|
863
|
+
"description": "print debug.log to the screen",
|
|
864
|
+
"extendedDescription": "",
|
|
865
|
+
"group": "workspace",
|
|
866
|
+
"private": false
|
|
867
|
+
}
|
|
868
|
+
]
|
|
869
|
+
},
|
|
850
870
|
{
|
|
851
871
|
"name": "start [type] [pattern]",
|
|
852
872
|
"alias": "c",
|
package/cli-reference.mdx
CHANGED
|
@@ -1400,6 +1400,20 @@ you can use a pattern for multiple ids, such as bit snap "utils/\*". (wrap the p
|
|
|
1400
1400
|
|
|
1401
1401
|
---
|
|
1402
1402
|
|
|
1403
|
+
## system
|
|
1404
|
+
|
|
1405
|
+
**Description**: system operations
|
|
1406
|
+
|
|
1407
|
+
`bit system <sub-command>`
|
|
1408
|
+
|
|
1409
|
+
### system log
|
|
1410
|
+
|
|
1411
|
+
**Usage**: `system log`
|
|
1412
|
+
|
|
1413
|
+
**Description**: print debug.log to the screen
|
|
1414
|
+
|
|
1415
|
+
---
|
|
1416
|
+
|
|
1403
1417
|
## tag
|
|
1404
1418
|
|
|
1405
1419
|
**Alias**: `t`
|
package/dist/cli-reference.json
CHANGED
|
@@ -847,6 +847,26 @@
|
|
|
847
847
|
"group": "workspace",
|
|
848
848
|
"private": false
|
|
849
849
|
},
|
|
850
|
+
{
|
|
851
|
+
"name": "system <sub-command>",
|
|
852
|
+
"alias": "",
|
|
853
|
+
"options": [],
|
|
854
|
+
"description": "system operations",
|
|
855
|
+
"extendedDescription": "",
|
|
856
|
+
"group": "workspace",
|
|
857
|
+
"private": false,
|
|
858
|
+
"commands": [
|
|
859
|
+
{
|
|
860
|
+
"name": "log",
|
|
861
|
+
"alias": "",
|
|
862
|
+
"options": [],
|
|
863
|
+
"description": "print debug.log to the screen",
|
|
864
|
+
"extendedDescription": "",
|
|
865
|
+
"group": "workspace",
|
|
866
|
+
"private": false
|
|
867
|
+
}
|
|
868
|
+
]
|
|
869
|
+
},
|
|
850
870
|
{
|
|
851
871
|
"name": "start [type] [pattern]",
|
|
852
872
|
"alias": "c",
|
|
@@ -6475,7 +6475,17 @@ function MDXContent(_ref) {
|
|
|
6475
6475
|
}), (0, _react2.mdx)("td", {
|
|
6476
6476
|
parentName: "tr",
|
|
6477
6477
|
"align": null
|
|
6478
|
-
}, "in case issues found, exit with code 1")))), (0, _react2.mdx)("hr", null), (0, _react2.mdx)("h2", null, "
|
|
6478
|
+
}, "in case issues found, exit with code 1")))), (0, _react2.mdx)("hr", null), (0, _react2.mdx)("h2", null, "system"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
|
|
6479
|
+
parentName: "p"
|
|
6480
|
+
}, "Description"), ": system operations"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("inlineCode", {
|
|
6481
|
+
parentName: "p"
|
|
6482
|
+
}, "bit system <sub-command>")), (0, _react2.mdx)("h3", null, "system log"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
|
|
6483
|
+
parentName: "p"
|
|
6484
|
+
}, "Usage"), ": ", (0, _react2.mdx)("inlineCode", {
|
|
6485
|
+
parentName: "p"
|
|
6486
|
+
}, "system log")), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
|
|
6487
|
+
parentName: "p"
|
|
6488
|
+
}, "Description"), ": print debug.log to the screen"), (0, _react2.mdx)("hr", null), (0, _react2.mdx)("h2", null, "tag"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
|
|
6479
6489
|
parentName: "p"
|
|
6480
6490
|
}, "Alias"), ": ", (0, _react2.mdx)("inlineCode", {
|
|
6481
6491
|
parentName: "p"
|