@teambit/harmony.content.cli-reference 1.95.34 → 1.95.35
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 +12 -6
- package/cli-reference.mdx +2 -2
- package/dist/cli-reference.json +12 -6
- package/dist/cli-reference.mdx.js +7 -5
- package/dist/cli-reference.mdx.js.map +1 -1
- package/package-tar/teambit-harmony.content.cli-reference-1.95.35.tgz +0 -0
- package/package.json +2 -2
- package/preview-1656339215962.js +5 -0
- package/package-tar/teambit-harmony.content.cli-reference-1.95.34.tgz +0 -0
- package/preview-1656041300679.js +0 -2
package/cli-reference.json
CHANGED
|
@@ -1803,7 +1803,7 @@
|
|
|
1803
1803
|
]
|
|
1804
1804
|
},
|
|
1805
1805
|
{
|
|
1806
|
-
"name": "artifacts <pattern
|
|
1806
|
+
"name": "artifacts <component-pattern>",
|
|
1807
1807
|
"alias": "",
|
|
1808
1808
|
"options": [
|
|
1809
1809
|
[
|
|
@@ -1830,7 +1830,13 @@
|
|
|
1830
1830
|
"description": "EXPERIMENTAL. list and download components artifacts",
|
|
1831
1831
|
"extendedDescription": "artifacts are created on isolated capsules during tag or snap commands.\nexample of artifacts are dists files generated by a compiler, a JUnit.xml file generated by a tester\nand a package.tgz file generated by pkg aspect.\n",
|
|
1832
1832
|
"group": "development",
|
|
1833
|
-
"private": false
|
|
1833
|
+
"private": false,
|
|
1834
|
+
"arguments": [
|
|
1835
|
+
{
|
|
1836
|
+
"name": "component-pattern",
|
|
1837
|
+
"description": "component name, component id, or component pattern. use component pattern to select multiple components.\nuse comma to separate patterns and \"!\" to exclude. e.g. \"ui/**, !ui/button\"\nwrap the pattern with quotes"
|
|
1838
|
+
}
|
|
1839
|
+
]
|
|
1834
1840
|
},
|
|
1835
1841
|
{
|
|
1836
1842
|
"name": "pack <componentId> [scopePath]",
|
|
@@ -1998,13 +2004,13 @@
|
|
|
1998
2004
|
],
|
|
1999
2005
|
[
|
|
2000
2006
|
"",
|
|
2001
|
-
"
|
|
2002
|
-
"
|
|
2007
|
+
"pre-release [identifier]",
|
|
2008
|
+
"syntactic sugar for \"--increment prerelease\" and `--prerelease-id <identifier>`"
|
|
2003
2009
|
],
|
|
2004
2010
|
[
|
|
2005
2011
|
"",
|
|
2006
|
-
"
|
|
2007
|
-
"
|
|
2012
|
+
"snapped",
|
|
2013
|
+
"EXPERIMENTAL. tag components that their head is a snap (not a tag)"
|
|
2008
2014
|
],
|
|
2009
2015
|
[
|
|
2010
2016
|
"",
|
package/cli-reference.mdx
CHANGED
|
@@ -51,7 +51,7 @@ artifacts are created on isolated capsules during tag or snap commands.
|
|
|
51
51
|
example of artifacts are dists files generated by a compiler, a JUnit.xml file generated by a tester
|
|
52
52
|
and a package.tgz file generated by pkg aspect.
|
|
53
53
|
|
|
54
|
-
`bit artifacts <pattern
|
|
54
|
+
`bit artifacts <component-pattern>`
|
|
55
55
|
|
|
56
56
|
| **Option** | **Option alias** | **Description** |
|
|
57
57
|
| ---------------------- | :--------------: | -------------------------------------------------------------------------------------------------------- |
|
|
@@ -1132,8 +1132,8 @@ https://bit.dev/components/tags
|
|
|
1132
1132
|
| `--patch` | `-p` | syntactic sugar for "--increment patch" |
|
|
1133
1133
|
| `--minor` | | syntactic sugar for "--increment minor" |
|
|
1134
1134
|
| `--major` | | syntactic sugar for "--increment major" |
|
|
1135
|
+
| `--pre-release [identifier]` | | syntactic sugar for "--increment prerelease" and `--prerelease-id <identifier>` |
|
|
1135
1136
|
| `--snapped` | | EXPERIMENTAL. tag components that their head is a snap (not a tag) |
|
|
1136
|
-
| `--pre-release [identifier]` | | DEPRECATED. use "-l prerelease" (and --prerelease-id) instead |
|
|
1137
1137
|
| `--skip-tests` | | skip running component tests during tag process |
|
|
1138
1138
|
| `--skip-auto-tag` | | skip auto tagging dependents |
|
|
1139
1139
|
| `--soft` | | do not persist. only keep note of the changes to be made |
|
package/dist/cli-reference.json
CHANGED
|
@@ -1803,7 +1803,7 @@
|
|
|
1803
1803
|
]
|
|
1804
1804
|
},
|
|
1805
1805
|
{
|
|
1806
|
-
"name": "artifacts <pattern
|
|
1806
|
+
"name": "artifacts <component-pattern>",
|
|
1807
1807
|
"alias": "",
|
|
1808
1808
|
"options": [
|
|
1809
1809
|
[
|
|
@@ -1830,7 +1830,13 @@
|
|
|
1830
1830
|
"description": "EXPERIMENTAL. list and download components artifacts",
|
|
1831
1831
|
"extendedDescription": "artifacts are created on isolated capsules during tag or snap commands.\nexample of artifacts are dists files generated by a compiler, a JUnit.xml file generated by a tester\nand a package.tgz file generated by pkg aspect.\n",
|
|
1832
1832
|
"group": "development",
|
|
1833
|
-
"private": false
|
|
1833
|
+
"private": false,
|
|
1834
|
+
"arguments": [
|
|
1835
|
+
{
|
|
1836
|
+
"name": "component-pattern",
|
|
1837
|
+
"description": "component name, component id, or component pattern. use component pattern to select multiple components.\nuse comma to separate patterns and \"!\" to exclude. e.g. \"ui/**, !ui/button\"\nwrap the pattern with quotes"
|
|
1838
|
+
}
|
|
1839
|
+
]
|
|
1834
1840
|
},
|
|
1835
1841
|
{
|
|
1836
1842
|
"name": "pack <componentId> [scopePath]",
|
|
@@ -1998,13 +2004,13 @@
|
|
|
1998
2004
|
],
|
|
1999
2005
|
[
|
|
2000
2006
|
"",
|
|
2001
|
-
"
|
|
2002
|
-
"
|
|
2007
|
+
"pre-release [identifier]",
|
|
2008
|
+
"syntactic sugar for \"--increment prerelease\" and `--prerelease-id <identifier>`"
|
|
2003
2009
|
],
|
|
2004
2010
|
[
|
|
2005
2011
|
"",
|
|
2006
|
-
"
|
|
2007
|
-
"
|
|
2012
|
+
"snapped",
|
|
2013
|
+
"EXPERIMENTAL. tag components that their head is a snap (not a tag)"
|
|
2008
2014
|
],
|
|
2009
2015
|
[
|
|
2010
2016
|
"",
|
|
@@ -243,7 +243,7 @@ function MDXContent(_ref) {
|
|
|
243
243
|
parentName: "p"
|
|
244
244
|
}), "\n", "and a package.tgz file generated by pkg aspect."), (0, _react2.mdx)("p", null, (0, _react2.mdx)("inlineCode", {
|
|
245
245
|
parentName: "p"
|
|
246
|
-
}, "bit artifacts <pattern
|
|
246
|
+
}, "bit artifacts <component-pattern>")), (0, _react2.mdx)("table", null, (0, _react2.mdx)("thead", {
|
|
247
247
|
parentName: "table"
|
|
248
248
|
}, (0, _react2.mdx)("tr", {
|
|
249
249
|
parentName: "thead"
|
|
@@ -5095,26 +5095,28 @@ function MDXContent(_ref) {
|
|
|
5095
5095
|
"align": null
|
|
5096
5096
|
}, (0, _react2.mdx)("inlineCode", {
|
|
5097
5097
|
parentName: "td"
|
|
5098
|
-
}, "--
|
|
5098
|
+
}, "--pre-release [identifier]")), (0, _react2.mdx)("td", {
|
|
5099
5099
|
parentName: "tr",
|
|
5100
5100
|
"align": "center"
|
|
5101
5101
|
}), (0, _react2.mdx)("td", {
|
|
5102
5102
|
parentName: "tr",
|
|
5103
5103
|
"align": null
|
|
5104
|
-
}, "
|
|
5104
|
+
}, "syntactic sugar for \"--increment prerelease\" and ", (0, _react2.mdx)("inlineCode", {
|
|
5105
|
+
parentName: "td"
|
|
5106
|
+
}, "--prerelease-id <identifier>"))), (0, _react2.mdx)("tr", {
|
|
5105
5107
|
parentName: "tbody"
|
|
5106
5108
|
}, (0, _react2.mdx)("td", {
|
|
5107
5109
|
parentName: "tr",
|
|
5108
5110
|
"align": null
|
|
5109
5111
|
}, (0, _react2.mdx)("inlineCode", {
|
|
5110
5112
|
parentName: "td"
|
|
5111
|
-
}, "--
|
|
5113
|
+
}, "--snapped")), (0, _react2.mdx)("td", {
|
|
5112
5114
|
parentName: "tr",
|
|
5113
5115
|
"align": "center"
|
|
5114
5116
|
}), (0, _react2.mdx)("td", {
|
|
5115
5117
|
parentName: "tr",
|
|
5116
5118
|
"align": null
|
|
5117
|
-
}, "
|
|
5119
|
+
}, "EXPERIMENTAL. tag components that their head is a snap (not a tag)")), (0, _react2.mdx)("tr", {
|
|
5118
5120
|
parentName: "tbody"
|
|
5119
5121
|
}, (0, _react2.mdx)("td", {
|
|
5120
5122
|
parentName: "tr",
|