@teambit/harmony.content.cli-reference 1.95.103 → 1.95.104
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 +5 -0
- package/cli-reference.mdx +1 -0
- package/dist/cli-reference.json +5 -0
- package/dist/cli-reference.mdx.js +15 -0
- package/dist/cli-reference.mdx.js.map +1 -1
- package/dist/{preview-1672370816000.js → preview-1672457101971.js} +2 -2
- package/package-tar/teambit-harmony.content.cli-reference-1.95.104.tgz +0 -0
- package/package.json +2 -2
- package/package-tar/teambit-harmony.content.cli-reference-1.95.103.tgz +0 -0
package/cli-reference.json
CHANGED
|
@@ -3099,6 +3099,11 @@
|
|
|
3099
3099
|
"verbose",
|
|
3100
3100
|
"show extra data: full snap hashes for staged, divergence point for lanes and updates-from-main for forked lanes"
|
|
3101
3101
|
],
|
|
3102
|
+
[
|
|
3103
|
+
"l",
|
|
3104
|
+
"lanes",
|
|
3105
|
+
"when on a lane, show updates from main and updates from forked lanes"
|
|
3106
|
+
],
|
|
3102
3107
|
[
|
|
3103
3108
|
"",
|
|
3104
3109
|
"strict",
|
package/cli-reference.mdx
CHANGED
|
@@ -1143,6 +1143,7 @@ use `bit pattern --help` to understand patterns better and `bit pattern <pattern
|
|
|
1143
1143
|
| ----------- | :--------------: | --------------------------------------------------------------------------------------------------------------- |
|
|
1144
1144
|
| `--json` | `-j` | return a json version of the component |
|
|
1145
1145
|
| `--verbose` | | show extra data: full snap hashes for staged, divergence point for lanes and updates-from-main for forked lanes |
|
|
1146
|
+
| `--lanes` | `-l` | when on a lane, show updates from main and updates from forked lanes |
|
|
1146
1147
|
| `--strict` | | in case issues found, exit with code 1 |
|
|
1147
1148
|
|
|
1148
1149
|
---
|
package/dist/cli-reference.json
CHANGED
|
@@ -3099,6 +3099,11 @@
|
|
|
3099
3099
|
"verbose",
|
|
3100
3100
|
"show extra data: full snap hashes for staged, divergence point for lanes and updates-from-main for forked lanes"
|
|
3101
3101
|
],
|
|
3102
|
+
[
|
|
3103
|
+
"l",
|
|
3104
|
+
"lanes",
|
|
3105
|
+
"when on a lane, show updates from main and updates from forked lanes"
|
|
3106
|
+
],
|
|
3102
3107
|
[
|
|
3103
3108
|
"",
|
|
3104
3109
|
"strict",
|
|
@@ -5126,6 +5126,21 @@ function MDXContent(_ref) {
|
|
|
5126
5126
|
"align": null
|
|
5127
5127
|
}, (0, _react2.mdx)("inlineCode", {
|
|
5128
5128
|
parentName: "td"
|
|
5129
|
+
}, "--lanes")), (0, _react2.mdx)("td", {
|
|
5130
|
+
parentName: "tr",
|
|
5131
|
+
"align": "center"
|
|
5132
|
+
}, (0, _react2.mdx)("inlineCode", {
|
|
5133
|
+
parentName: "td"
|
|
5134
|
+
}, "-l")), (0, _react2.mdx)("td", {
|
|
5135
|
+
parentName: "tr",
|
|
5136
|
+
"align": null
|
|
5137
|
+
}, "when on a lane, show updates from main and updates from forked lanes")), (0, _react2.mdx)("tr", {
|
|
5138
|
+
parentName: "tbody"
|
|
5139
|
+
}, (0, _react2.mdx)("td", {
|
|
5140
|
+
parentName: "tr",
|
|
5141
|
+
"align": null
|
|
5142
|
+
}, (0, _react2.mdx)("inlineCode", {
|
|
5143
|
+
parentName: "td"
|
|
5129
5144
|
}, "--strict")), (0, _react2.mdx)("td", {
|
|
5130
5145
|
parentName: "tr",
|
|
5131
5146
|
"align": "center"
|