@teambit/harmony.content.cli-reference 2.0.453 → 2.0.454
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 +9 -8
- 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-1730344956084.js → preview-1730431405757.js} +2 -2
- package/package.json +2 -2
package/cli-reference.docs.mdx
CHANGED
package/cli-reference.json
CHANGED
|
@@ -3831,6 +3831,11 @@
|
|
|
3831
3831
|
"full-message",
|
|
3832
3832
|
"show full message of the snap (default to the first line for --one-line/--parents flags)"
|
|
3833
3833
|
],
|
|
3834
|
+
[
|
|
3835
|
+
"",
|
|
3836
|
+
"show-hidden",
|
|
3837
|
+
"show hidden snaps (snaps are marked as hidden typically when the following tag has the same files/config)"
|
|
3838
|
+
],
|
|
3834
3839
|
[
|
|
3835
3840
|
"j",
|
|
3836
3841
|
"json",
|
package/cli-reference.mdx
CHANGED
|
@@ -1458,14 +1458,15 @@ this command does the following:
|
|
|
1458
1458
|
| ------- | :----------------------------: |
|
|
1459
1459
|
| `id` | component-id or component-name |
|
|
1460
1460
|
|
|
1461
|
-
| **Option** | **Option alias** | **Description**
|
|
1462
|
-
| ---------------- | :--------------: |
|
|
1463
|
-
| `--remote` | `-r` | show log of a remote component
|
|
1464
|
-
| `--parents` | | show parents and lanes data
|
|
1465
|
-
| `--one-line` | `-o` | show each log entry in one line
|
|
1466
|
-
| `--full-hash` | `-f` | show full hash of the snap (default to the first 9 characters for --one-line/--parents flags)
|
|
1467
|
-
| `--full-message` | `-m` | show full message of the snap (default to the first line for --one-line/--parents flags)
|
|
1468
|
-
| `--
|
|
1461
|
+
| **Option** | **Option alias** | **Description** |
|
|
1462
|
+
| ---------------- | :--------------: | --------------------------------------------------------------------------------------------------------- |
|
|
1463
|
+
| `--remote` | `-r` | show log of a remote component |
|
|
1464
|
+
| `--parents` | | show parents and lanes data |
|
|
1465
|
+
| `--one-line` | `-o` | show each log entry in one line |
|
|
1466
|
+
| `--full-hash` | `-f` | show full hash of the snap (default to the first 9 characters for --one-line/--parents flags) |
|
|
1467
|
+
| `--full-message` | `-m` | show full message of the snap (default to the first line for --one-line/--parents flags) |
|
|
1468
|
+
| `--show-hidden` | | show hidden snaps (snaps are marked as hidden typically when the following tag has the same files/config) |
|
|
1469
|
+
| `--json` | `-j` | json format |
|
|
1469
1470
|
|
|
1470
1471
|
---
|
|
1471
1472
|
|
package/dist/cli-reference.json
CHANGED
|
@@ -3831,6 +3831,11 @@
|
|
|
3831
3831
|
"full-message",
|
|
3832
3832
|
"show full message of the snap (default to the first line for --one-line/--parents flags)"
|
|
3833
3833
|
],
|
|
3834
|
+
[
|
|
3835
|
+
"",
|
|
3836
|
+
"show-hidden",
|
|
3837
|
+
"show hidden snaps (snaps are marked as hidden typically when the following tag has the same files/config)"
|
|
3838
|
+
],
|
|
3834
3839
|
[
|
|
3835
3840
|
"j",
|
|
3836
3841
|
"json",
|
|
@@ -7714,6 +7714,19 @@ function MDXContent(_ref) {
|
|
|
7714
7714
|
"align": null
|
|
7715
7715
|
}, (0, _react2.mdx)("inlineCode", {
|
|
7716
7716
|
parentName: "td"
|
|
7717
|
+
}, "--show-hidden")), (0, _react2.mdx)("td", {
|
|
7718
|
+
parentName: "tr",
|
|
7719
|
+
"align": "center"
|
|
7720
|
+
}), (0, _react2.mdx)("td", {
|
|
7721
|
+
parentName: "tr",
|
|
7722
|
+
"align": null
|
|
7723
|
+
}, "show hidden snaps (snaps are marked as hidden typically when the following tag has the same files/config)")), (0, _react2.mdx)("tr", {
|
|
7724
|
+
parentName: "tbody"
|
|
7725
|
+
}, (0, _react2.mdx)("td", {
|
|
7726
|
+
parentName: "tr",
|
|
7727
|
+
"align": null
|
|
7728
|
+
}, (0, _react2.mdx)("inlineCode", {
|
|
7729
|
+
parentName: "td"
|
|
7717
7730
|
}, "--json")), (0, _react2.mdx)("td", {
|
|
7718
7731
|
parentName: "tr",
|
|
7719
7732
|
"align": "center"
|