@teambit/harmony.content.cli-reference 1.95.44 → 1.95.45
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 +1 -1
- package/cli-reference.mdx +1 -2
- package/dist/cli-reference.json +1 -1
- package/dist/cli-reference.mdx.js +1 -6
- package/dist/cli-reference.mdx.js.map +1 -1
- package/package-tar/teambit-harmony.content.cli-reference-1.95.45.tgz +0 -0
- package/package.json +2 -2
- package/{preview-1658287707886.js → preview-1658374124317.js} +2 -2
- package/package-tar/teambit-harmony.content.cli-reference-1.95.44.tgz +0 -0
package/cli-reference.json
CHANGED
|
@@ -2005,7 +2005,7 @@
|
|
|
2005
2005
|
]
|
|
2006
2006
|
],
|
|
2007
2007
|
"description": "create an immutable and exportable component snapshot, tagged with a release version.",
|
|
2008
|
-
"extendedDescription": "if no patterns are provided, it will tag all new and modified components.\nif patterns are entered, you can specify a version per pattern using \"@\" sign, e.g. bit tag foo@1.0.0 bar@minor baz@major
|
|
2008
|
+
"extendedDescription": "if no patterns are provided, it will tag all new and modified components.\nif patterns are entered, you can specify a version per pattern using \"@\" sign, e.g. bit tag foo@1.0.0 bar@minor baz@major",
|
|
2009
2009
|
"group": "development",
|
|
2010
2010
|
"private": false,
|
|
2011
2011
|
"remoteOp": true,
|
package/cli-reference.mdx
CHANGED
|
@@ -1125,8 +1125,7 @@ use `bit pattern --help` to understand patterns better and `bit pattern <pattern
|
|
|
1125
1125
|
**Workspace only**: yes
|
|
1126
1126
|
**Description**: create an immutable and exportable component snapshot, tagged with a release version.
|
|
1127
1127
|
if no patterns are provided, it will tag all new and modified components.
|
|
1128
|
-
if patterns are entered, you can specify a version per pattern using "@" sign, e.g. bit tag foo@1.0.0 bar@minor baz@major
|
|
1129
|
-
https://bit.dev/components/tags
|
|
1128
|
+
if patterns are entered, you can specify a version per pattern using "@" sign, e.g. bit tag foo@1.0.0 bar@minor baz@major
|
|
1130
1129
|
|
|
1131
1130
|
`bit tag [component-patterns...]`
|
|
1132
1131
|
|
package/dist/cli-reference.json
CHANGED
|
@@ -2005,7 +2005,7 @@
|
|
|
2005
2005
|
]
|
|
2006
2006
|
],
|
|
2007
2007
|
"description": "create an immutable and exportable component snapshot, tagged with a release version.",
|
|
2008
|
-
"extendedDescription": "if no patterns are provided, it will tag all new and modified components.\nif patterns are entered, you can specify a version per pattern using \"@\" sign, e.g. bit tag foo@1.0.0 bar@minor baz@major
|
|
2008
|
+
"extendedDescription": "if no patterns are provided, it will tag all new and modified components.\nif patterns are entered, you can specify a version per pattern using \"@\" sign, e.g. bit tag foo@1.0.0 bar@minor baz@major",
|
|
2009
2009
|
"group": "development",
|
|
2010
2010
|
"private": false,
|
|
2011
2011
|
"remoteOp": true,
|
|
@@ -4923,12 +4923,7 @@ function MDXContent(_ref) {
|
|
|
4923
4923
|
}), "\n", "if patterns are entered, you can specify a version per pattern using \"@\" sign, e.g. bit tag ", (0, _react2.mdx)("a", {
|
|
4924
4924
|
parentName: "p",
|
|
4925
4925
|
"href": "mailto:foo@1.0.0"
|
|
4926
|
-
}, "foo@1.0.0"), " bar@minor baz@major", (0, _react2.mdx)("
|
|
4927
|
-
parentName: "p"
|
|
4928
|
-
}), "\n", (0, _react2.mdx)("a", {
|
|
4929
|
-
parentName: "p",
|
|
4930
|
-
"href": "https://bit.dev/components/tags"
|
|
4931
|
-
}, "https://bit.dev/components/tags")), (0, _react2.mdx)("p", null, (0, _react2.mdx)("inlineCode", {
|
|
4926
|
+
}, "foo@1.0.0"), " bar@minor baz@major"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("inlineCode", {
|
|
4932
4927
|
parentName: "p"
|
|
4933
4928
|
}, "bit tag [component-patterns...]")), (0, _react2.mdx)("table", null, (0, _react2.mdx)("thead", {
|
|
4934
4929
|
parentName: "table"
|