@teambit/harmony.content.cli-reference 2.0.367 → 2.0.370
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 +1 -21
- package/cli-reference.mdx +1 -12
- package/dist/cli-reference.docs.mdx +1 -1
- package/dist/cli-reference.json +1 -21
- package/dist/cli-reference.mdx.js +2 -44
- package/dist/cli-reference.mdx.js.map +1 -1
- package/dist/{preview-1722568752800.js → preview-1722655187238.js} +2 -2
- package/package.json +2 -2
package/cli-reference.docs.mdx
CHANGED
package/cli-reference.json
CHANGED
|
@@ -3963,31 +3963,11 @@
|
|
|
3963
3963
|
}
|
|
3964
3964
|
]
|
|
3965
3965
|
},
|
|
3966
|
-
{
|
|
3967
|
-
"name": "add-readme <component-name> [lane-name]",
|
|
3968
|
-
"alias": "",
|
|
3969
|
-
"options": [],
|
|
3970
|
-
"description": "EXPERIMENTAL. sets an existing component as the readme of a lane",
|
|
3971
|
-
"extendedDescription": "",
|
|
3972
|
-
"group": "ungrouped",
|
|
3973
|
-
"private": false,
|
|
3974
|
-
"skipWorkspace": false,
|
|
3975
|
-
"arguments": [
|
|
3976
|
-
{
|
|
3977
|
-
"name": "component-id",
|
|
3978
|
-
"description": "the component name or id of the component to use as the lane's readme"
|
|
3979
|
-
},
|
|
3980
|
-
{
|
|
3981
|
-
"name": "lane-name",
|
|
3982
|
-
"description": "the lane to attach the readme to (defaults to the current lane)"
|
|
3983
|
-
}
|
|
3984
|
-
]
|
|
3985
|
-
},
|
|
3986
3966
|
{
|
|
3987
3967
|
"name": "remove-readme [laneName]",
|
|
3988
3968
|
"alias": "",
|
|
3989
3969
|
"options": [],
|
|
3990
|
-
"description": "
|
|
3970
|
+
"description": "DEPRECATED (only use it if you have used add-readme and want to undo it). remove lane readme component",
|
|
3991
3971
|
"extendedDescription": "",
|
|
3992
3972
|
"group": "ungrouped",
|
|
3993
3973
|
"private": false,
|
package/cli-reference.mdx
CHANGED
|
@@ -1138,22 +1138,11 @@ bit lane diff from to => diff between "from" lane and "to" lane.
|
|
|
1138
1138
|
| ------------------------------- | :--------------: | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
|
1139
1139
|
| `--pattern <component-pattern>` | | show lane-diff for components conforming to the specified component-pattern only component-pattern format: component name, component id, or component pattern. use component pattern to select multiple components. wrap the pattern with quotes. use comma to separate patterns and "!" to exclude. e.g. "ui/\*\*, !ui/button". use '$' prefix to filter by states/attributes, e.g. '$deprecated', '$modified' or '$env:teambit.react/react'. use `bit pattern --help` to understand patterns better and `bit pattern <pattern>` to validate the pattern. |
|
|
1140
1140
|
|
|
1141
|
-
### lane add-readme
|
|
1142
|
-
|
|
1143
|
-
**Usage**: `lane add-readme <component-name> [lane-name]`
|
|
1144
|
-
|
|
1145
|
-
**Description**: EXPERIMENTAL. sets an existing component as the readme of a lane
|
|
1146
|
-
|
|
1147
|
-
| **Arg** | **Description** |
|
|
1148
|
-
| -------------- | :-------------------------------------------------------------------: |
|
|
1149
|
-
| `component-id` | the component name or id of the component to use as the lane's readme |
|
|
1150
|
-
| `lane-name` | the lane to attach the readme to (defaults to the current lane) |
|
|
1151
|
-
|
|
1152
1141
|
### lane remove-readme
|
|
1153
1142
|
|
|
1154
1143
|
**Usage**: `lane remove-readme [laneName]`
|
|
1155
1144
|
|
|
1156
|
-
**Description**:
|
|
1145
|
+
**Description**: DEPRECATED (only use it if you have used add-readme and want to undo it). remove lane readme component
|
|
1157
1146
|
|
|
1158
1147
|
### lane import
|
|
1159
1148
|
|
package/dist/cli-reference.json
CHANGED
|
@@ -3963,31 +3963,11 @@
|
|
|
3963
3963
|
}
|
|
3964
3964
|
]
|
|
3965
3965
|
},
|
|
3966
|
-
{
|
|
3967
|
-
"name": "add-readme <component-name> [lane-name]",
|
|
3968
|
-
"alias": "",
|
|
3969
|
-
"options": [],
|
|
3970
|
-
"description": "EXPERIMENTAL. sets an existing component as the readme of a lane",
|
|
3971
|
-
"extendedDescription": "",
|
|
3972
|
-
"group": "ungrouped",
|
|
3973
|
-
"private": false,
|
|
3974
|
-
"skipWorkspace": false,
|
|
3975
|
-
"arguments": [
|
|
3976
|
-
{
|
|
3977
|
-
"name": "component-id",
|
|
3978
|
-
"description": "the component name or id of the component to use as the lane's readme"
|
|
3979
|
-
},
|
|
3980
|
-
{
|
|
3981
|
-
"name": "lane-name",
|
|
3982
|
-
"description": "the lane to attach the readme to (defaults to the current lane)"
|
|
3983
|
-
}
|
|
3984
|
-
]
|
|
3985
|
-
},
|
|
3986
3966
|
{
|
|
3987
3967
|
"name": "remove-readme [laneName]",
|
|
3988
3968
|
"alias": "",
|
|
3989
3969
|
"options": [],
|
|
3990
|
-
"description": "
|
|
3970
|
+
"description": "DEPRECATED (only use it if you have used add-readme and want to undo it). remove lane readme component",
|
|
3991
3971
|
"extendedDescription": "",
|
|
3992
3972
|
"group": "ungrouped",
|
|
3993
3973
|
"private": false,
|
|
@@ -5963,55 +5963,13 @@ function MDXContent(_ref) {
|
|
|
5963
5963
|
parentName: "td"
|
|
5964
5964
|
}, "bit pattern --help"), " to understand patterns better and ", (0, _react2.mdx)("inlineCode", {
|
|
5965
5965
|
parentName: "td"
|
|
5966
|
-
}, "bit pattern <pattern>"), " to validate the pattern.")))), (0, _react2.mdx)("h3", null, "lane
|
|
5967
|
-
parentName: "p"
|
|
5968
|
-
}, "Usage"), ": ", (0, _react2.mdx)("inlineCode", {
|
|
5969
|
-
parentName: "p"
|
|
5970
|
-
}, "lane add-readme <component-name> [lane-name]")), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
|
|
5971
|
-
parentName: "p"
|
|
5972
|
-
}, "Description"), ": EXPERIMENTAL. sets an existing component as the readme of a lane"), (0, _react2.mdx)("table", null, (0, _react2.mdx)("thead", {
|
|
5973
|
-
parentName: "table"
|
|
5974
|
-
}, (0, _react2.mdx)("tr", {
|
|
5975
|
-
parentName: "thead"
|
|
5976
|
-
}, (0, _react2.mdx)("th", {
|
|
5977
|
-
parentName: "tr",
|
|
5978
|
-
"align": null
|
|
5979
|
-
}, (0, _react2.mdx)("strong", {
|
|
5980
|
-
parentName: "th"
|
|
5981
|
-
}, "Arg")), (0, _react2.mdx)("th", {
|
|
5982
|
-
parentName: "tr",
|
|
5983
|
-
"align": "center"
|
|
5984
|
-
}, (0, _react2.mdx)("strong", {
|
|
5985
|
-
parentName: "th"
|
|
5986
|
-
}, "Description")))), (0, _react2.mdx)("tbody", {
|
|
5987
|
-
parentName: "table"
|
|
5988
|
-
}, (0, _react2.mdx)("tr", {
|
|
5989
|
-
parentName: "tbody"
|
|
5990
|
-
}, (0, _react2.mdx)("td", {
|
|
5991
|
-
parentName: "tr",
|
|
5992
|
-
"align": null
|
|
5993
|
-
}, (0, _react2.mdx)("inlineCode", {
|
|
5994
|
-
parentName: "td"
|
|
5995
|
-
}, "component-id")), (0, _react2.mdx)("td", {
|
|
5996
|
-
parentName: "tr",
|
|
5997
|
-
"align": "center"
|
|
5998
|
-
}, "the component name or id of the component to use as the lane's readme")), (0, _react2.mdx)("tr", {
|
|
5999
|
-
parentName: "tbody"
|
|
6000
|
-
}, (0, _react2.mdx)("td", {
|
|
6001
|
-
parentName: "tr",
|
|
6002
|
-
"align": null
|
|
6003
|
-
}, (0, _react2.mdx)("inlineCode", {
|
|
6004
|
-
parentName: "td"
|
|
6005
|
-
}, "lane-name")), (0, _react2.mdx)("td", {
|
|
6006
|
-
parentName: "tr",
|
|
6007
|
-
"align": "center"
|
|
6008
|
-
}, "the lane to attach the readme to (defaults to the current lane)")))), (0, _react2.mdx)("h3", null, "lane remove-readme"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
|
|
5966
|
+
}, "bit pattern <pattern>"), " to validate the pattern.")))), (0, _react2.mdx)("h3", null, "lane remove-readme"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
|
|
6009
5967
|
parentName: "p"
|
|
6010
5968
|
}, "Usage"), ": ", (0, _react2.mdx)("inlineCode", {
|
|
6011
5969
|
parentName: "p"
|
|
6012
5970
|
}, "lane remove-readme [laneName]")), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
|
|
6013
5971
|
parentName: "p"
|
|
6014
|
-
}, "Description"), ":
|
|
5972
|
+
}, "Description"), ": DEPRECATED (only use it if you have used add-readme and want to undo it). remove lane readme component"), (0, _react2.mdx)("h3", null, "lane import"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
|
|
6015
5973
|
parentName: "p"
|
|
6016
5974
|
}, "Usage"), ": ", (0, _react2.mdx)("inlineCode", {
|
|
6017
5975
|
parentName: "p"
|