@teambit/harmony.content.cli-reference 2.0.690 → 2.0.692
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 +10 -0
- package/cli-reference.mdx +2 -0
- package/dist/cli-reference.docs.mdx +1 -1
- package/dist/cli-reference.json +10 -0
- package/dist/cli-reference.mdx.js +26 -0
- package/dist/cli-reference.mdx.js.map +1 -1
- package/dist/{preview-1754342318479.js → preview-1754425429539.js} +2 -2
- package/package.json +2 -2
package/cli-reference.docs.mdx
CHANGED
package/cli-reference.json
CHANGED
|
@@ -2811,6 +2811,11 @@
|
|
|
2811
2811
|
"editor [editor]",
|
|
2812
2812
|
"open an editor to write a tag message for each component. optionally, specify the editor-name (defaults to vim)."
|
|
2813
2813
|
],
|
|
2814
|
+
[
|
|
2815
|
+
"",
|
|
2816
|
+
"versions-file <path>",
|
|
2817
|
+
"path to a file containing component versions. format: \"component-id: version\""
|
|
2818
|
+
],
|
|
2814
2819
|
[
|
|
2815
2820
|
"v",
|
|
2816
2821
|
"ver <version>",
|
|
@@ -4246,6 +4251,11 @@
|
|
|
4246
4251
|
"increment-by <number>",
|
|
4247
4252
|
"(default to 1) increment semver flag (patch/minor/major) by. e.g. incrementing patch by 2: 0.0.1 -> 0.0.3."
|
|
4248
4253
|
],
|
|
4254
|
+
[
|
|
4255
|
+
"",
|
|
4256
|
+
"versions-file <path>",
|
|
4257
|
+
"path to a file containing component versions. format: \"component-id: version\""
|
|
4258
|
+
],
|
|
4249
4259
|
[
|
|
4250
4260
|
"",
|
|
4251
4261
|
"verbose",
|
package/cli-reference.mdx
CHANGED
|
@@ -387,6 +387,7 @@ when on a lane, "checkout head" only checks out components on this lane. to upda
|
|
|
387
387
|
| `--major` | | syntactic sugar for "--increment major" |
|
|
388
388
|
| `--pre-release [identifier]` | | syntactic sugar for "--increment prerelease" and `--prerelease-id <identifier>` |
|
|
389
389
|
| `--increment-by <number>` | | (default to 1) increment semver flag (patch/minor/major) by. e.g. incrementing patch by 2: 0.0.1 -> 0.0.3. |
|
|
390
|
+
| `--versions-file <path>` | | path to a file containing component versions. format: "component-id: version" |
|
|
390
391
|
| `--verbose` | | show verbose output |
|
|
391
392
|
|
|
392
393
|
---
|
|
@@ -2274,6 +2275,7 @@ if patterns are entered, you can specify a version per pattern using "@" sign, e
|
|
|
2274
2275
|
| `--message <message>` | `-m` | a log message describing latest changes |
|
|
2275
2276
|
| `--unmodified` | `-u` | include unmodified components (by default, only new and modified components are tagged) |
|
|
2276
2277
|
| `--editor [editor]` | | open an editor to write a tag message for each component. optionally, specify the editor-name (defaults to vim). |
|
|
2278
|
+
| `--versions-file <path>` | | path to a file containing component versions. format: "component-id: version" |
|
|
2277
2279
|
| `--ver <version>` | `-v` | tag with the given version |
|
|
2278
2280
|
| `--increment <level>` | `-l` | options are: [major, premajor, minor, preminor, patch, prepatch, prerelease], default to patch |
|
|
2279
2281
|
| `--prerelease-id <id>` | | prerelease identifier (e.g. "dev" to get "1.0.0-dev.1") |
|
package/dist/cli-reference.json
CHANGED
|
@@ -2811,6 +2811,11 @@
|
|
|
2811
2811
|
"editor [editor]",
|
|
2812
2812
|
"open an editor to write a tag message for each component. optionally, specify the editor-name (defaults to vim)."
|
|
2813
2813
|
],
|
|
2814
|
+
[
|
|
2815
|
+
"",
|
|
2816
|
+
"versions-file <path>",
|
|
2817
|
+
"path to a file containing component versions. format: \"component-id: version\""
|
|
2818
|
+
],
|
|
2814
2819
|
[
|
|
2815
2820
|
"v",
|
|
2816
2821
|
"ver <version>",
|
|
@@ -4246,6 +4251,11 @@
|
|
|
4246
4251
|
"increment-by <number>",
|
|
4247
4252
|
"(default to 1) increment semver flag (patch/minor/major) by. e.g. incrementing patch by 2: 0.0.1 -> 0.0.3."
|
|
4248
4253
|
],
|
|
4254
|
+
[
|
|
4255
|
+
"",
|
|
4256
|
+
"versions-file <path>",
|
|
4257
|
+
"path to a file containing component versions. format: \"component-id: version\""
|
|
4258
|
+
],
|
|
4249
4259
|
[
|
|
4250
4260
|
"",
|
|
4251
4261
|
"verbose",
|
|
@@ -2122,6 +2122,19 @@ function MDXContent(_ref) {
|
|
|
2122
2122
|
"align": null
|
|
2123
2123
|
}, (0, _react2.mdx)("inlineCode", {
|
|
2124
2124
|
parentName: "td"
|
|
2125
|
+
}, "--versions-file <path>")), (0, _react2.mdx)("td", {
|
|
2126
|
+
parentName: "tr",
|
|
2127
|
+
"align": "center"
|
|
2128
|
+
}), (0, _react2.mdx)("td", {
|
|
2129
|
+
parentName: "tr",
|
|
2130
|
+
"align": null
|
|
2131
|
+
}, "path to a file containing component versions. format: \"component-id: version\"")), (0, _react2.mdx)("tr", {
|
|
2132
|
+
parentName: "tbody"
|
|
2133
|
+
}, (0, _react2.mdx)("td", {
|
|
2134
|
+
parentName: "tr",
|
|
2135
|
+
"align": null
|
|
2136
|
+
}, (0, _react2.mdx)("inlineCode", {
|
|
2137
|
+
parentName: "td"
|
|
2125
2138
|
}, "--verbose")), (0, _react2.mdx)("td", {
|
|
2126
2139
|
parentName: "tr",
|
|
2127
2140
|
"align": "center"
|
|
@@ -12231,6 +12244,19 @@ function MDXContent(_ref) {
|
|
|
12231
12244
|
"align": null
|
|
12232
12245
|
}, (0, _react2.mdx)("inlineCode", {
|
|
12233
12246
|
parentName: "td"
|
|
12247
|
+
}, "--versions-file <path>")), (0, _react2.mdx)("td", {
|
|
12248
|
+
parentName: "tr",
|
|
12249
|
+
"align": "center"
|
|
12250
|
+
}), (0, _react2.mdx)("td", {
|
|
12251
|
+
parentName: "tr",
|
|
12252
|
+
"align": null
|
|
12253
|
+
}, "path to a file containing component versions. format: \"component-id: version\"")), (0, _react2.mdx)("tr", {
|
|
12254
|
+
parentName: "tbody"
|
|
12255
|
+
}, (0, _react2.mdx)("td", {
|
|
12256
|
+
parentName: "tr",
|
|
12257
|
+
"align": null
|
|
12258
|
+
}, (0, _react2.mdx)("inlineCode", {
|
|
12259
|
+
parentName: "td"
|
|
12234
12260
|
}, "--ver <version>")), (0, _react2.mdx)("td", {
|
|
12235
12261
|
parentName: "tr",
|
|
12236
12262
|
"align": "center"
|