@teambit/harmony.content.cli-reference 2.0.298 → 2.0.300
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 +9 -0
- package/cli-reference.mdx +7 -0
- package/dist/cli-reference.docs.mdx +1 -1
- package/dist/cli-reference.json +9 -0
- package/dist/cli-reference.mdx.js +9 -1
- package/dist/cli-reference.mdx.js.map +1 -1
- package/dist/{preview-1717384755471.js → preview-1717557712672.js} +2 -2
- package/package.json +2 -2
package/cli-reference.docs.mdx
CHANGED
package/cli-reference.json
CHANGED
|
@@ -476,6 +476,15 @@
|
|
|
476
476
|
"extendedDescription": "",
|
|
477
477
|
"group": "workspace",
|
|
478
478
|
"private": false
|
|
479
|
+
},
|
|
480
|
+
{
|
|
481
|
+
"name": "tail-log",
|
|
482
|
+
"alias": "",
|
|
483
|
+
"options": [],
|
|
484
|
+
"description": "print the log file to the screen as it is being written",
|
|
485
|
+
"extendedDescription": "similar to linux \"tail -f\" command",
|
|
486
|
+
"group": "workspace",
|
|
487
|
+
"private": false
|
|
479
488
|
}
|
|
480
489
|
]
|
|
481
490
|
},
|
package/cli-reference.mdx
CHANGED
|
@@ -2008,6 +2008,13 @@ optionally, provide [pattern] to limit the fork to specific components
|
|
|
2008
2008
|
|
|
2009
2009
|
**Description**: print debug.log to the screen
|
|
2010
2010
|
|
|
2011
|
+
### system tail-log
|
|
2012
|
+
|
|
2013
|
+
**Usage**: `system tail-log`
|
|
2014
|
+
|
|
2015
|
+
**Description**: print the log file to the screen as it is being written
|
|
2016
|
+
similar to linux "tail -f" command
|
|
2017
|
+
|
|
2011
2018
|
---
|
|
2012
2019
|
|
|
2013
2020
|
## tag
|
package/dist/cli-reference.json
CHANGED
|
@@ -476,6 +476,15 @@
|
|
|
476
476
|
"extendedDescription": "",
|
|
477
477
|
"group": "workspace",
|
|
478
478
|
"private": false
|
|
479
|
+
},
|
|
480
|
+
{
|
|
481
|
+
"name": "tail-log",
|
|
482
|
+
"alias": "",
|
|
483
|
+
"options": [],
|
|
484
|
+
"description": "print the log file to the screen as it is being written",
|
|
485
|
+
"extendedDescription": "similar to linux \"tail -f\" command",
|
|
486
|
+
"group": "workspace",
|
|
487
|
+
"private": false
|
|
479
488
|
}
|
|
480
489
|
]
|
|
481
490
|
},
|
|
@@ -10352,7 +10352,15 @@ function MDXContent(_ref) {
|
|
|
10352
10352
|
parentName: "p"
|
|
10353
10353
|
}, "system log")), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
|
|
10354
10354
|
parentName: "p"
|
|
10355
|
-
}, "Description"), ": print debug.log to the screen"), (0, _react2.mdx)("
|
|
10355
|
+
}, "Description"), ": print debug.log to the screen"), (0, _react2.mdx)("h3", null, "system tail-log"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
|
|
10356
|
+
parentName: "p"
|
|
10357
|
+
}, "Usage"), ": ", (0, _react2.mdx)("inlineCode", {
|
|
10358
|
+
parentName: "p"
|
|
10359
|
+
}, "system tail-log")), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
|
|
10360
|
+
parentName: "p"
|
|
10361
|
+
}, "Description"), ": print the log file to the screen as it is being written", (0, _react2.mdx)("br", {
|
|
10362
|
+
parentName: "p"
|
|
10363
|
+
}), "\n", "similar to linux \"tail -f\" command"), (0, _react2.mdx)("hr", null), (0, _react2.mdx)("h2", null, "tag"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
|
|
10356
10364
|
parentName: "p"
|
|
10357
10365
|
}, "Alias"), ": ", (0, _react2.mdx)("inlineCode", {
|
|
10358
10366
|
parentName: "p"
|