@teambit/harmony.content.cli-reference 1.95.28 → 1.95.29
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 +25 -5
- package/cli-reference.mdx +8 -5
- package/dist/cli-reference.json +25 -5
- package/dist/cli-reference.mdx.js +49 -6
- package/dist/cli-reference.mdx.js.map +1 -1
- package/package-tar/teambit-harmony.content.cli-reference-1.95.29.tgz +0 -0
- package/package.json +2 -2
- package/{preview-1654918011878.js → preview-1655177322725.js} +2 -2
- package/package-tar/teambit-harmony.content.cli-reference-1.95.28.tgz +0 -0
package/cli-reference.json
CHANGED
|
@@ -1846,30 +1846,40 @@
|
|
|
1846
1846
|
"ver <version>",
|
|
1847
1847
|
"tag with the given version"
|
|
1848
1848
|
],
|
|
1849
|
+
[
|
|
1850
|
+
"l",
|
|
1851
|
+
"increment <level>",
|
|
1852
|
+
"options are: [major, premajor, minor, preminor, patch, prepatch, prerelease], default to patch"
|
|
1853
|
+
],
|
|
1854
|
+
[
|
|
1855
|
+
"",
|
|
1856
|
+
"prerelease-id <id>",
|
|
1857
|
+
"prerelease identifier (e.g. \"dev\" to get \"1.0.0-dev.1\")"
|
|
1858
|
+
],
|
|
1849
1859
|
[
|
|
1850
1860
|
"p",
|
|
1851
1861
|
"patch",
|
|
1852
|
-
"
|
|
1862
|
+
"syntactic sugar for \"--increment patch\""
|
|
1853
1863
|
],
|
|
1854
1864
|
[
|
|
1855
1865
|
"",
|
|
1856
1866
|
"minor",
|
|
1857
|
-
"
|
|
1867
|
+
"syntactic sugar for \"--increment minor\""
|
|
1858
1868
|
],
|
|
1859
1869
|
[
|
|
1860
1870
|
"",
|
|
1861
1871
|
"major",
|
|
1862
|
-
"
|
|
1872
|
+
"syntactic sugar for \"--increment major\""
|
|
1863
1873
|
],
|
|
1864
1874
|
[
|
|
1865
1875
|
"",
|
|
1866
1876
|
"snapped",
|
|
1867
|
-
"tag components that their head is a snap (not a tag)"
|
|
1877
|
+
"EXPERIMENTAL. tag components that their head is a snap (not a tag)"
|
|
1868
1878
|
],
|
|
1869
1879
|
[
|
|
1870
1880
|
"",
|
|
1871
1881
|
"pre-release [identifier]",
|
|
1872
|
-
"
|
|
1882
|
+
"DEPRECATED. use \"-l prerelease\" (and --prerelease-id) instead"
|
|
1873
1883
|
],
|
|
1874
1884
|
[
|
|
1875
1885
|
"",
|
|
@@ -2362,6 +2372,11 @@
|
|
|
2362
2372
|
"",
|
|
2363
2373
|
"parents",
|
|
2364
2374
|
"EXPERIMENTAL. show parents and lanes data"
|
|
2375
|
+
],
|
|
2376
|
+
[
|
|
2377
|
+
"j",
|
|
2378
|
+
"json",
|
|
2379
|
+
"json format"
|
|
2365
2380
|
]
|
|
2366
2381
|
],
|
|
2367
2382
|
"description": "show components(s) version history",
|
|
@@ -2658,6 +2673,11 @@
|
|
|
2658
2673
|
"",
|
|
2659
2674
|
"keep-readme",
|
|
2660
2675
|
"skip deleting the lane readme component after merging"
|
|
2676
|
+
],
|
|
2677
|
+
[
|
|
2678
|
+
"",
|
|
2679
|
+
"squash",
|
|
2680
|
+
"squash multiple snaps. keep the last one only"
|
|
2661
2681
|
]
|
|
2662
2682
|
],
|
|
2663
2683
|
"description": "merge a local or a remote lane",
|
package/cli-reference.mdx
CHANGED
|
@@ -769,6 +769,7 @@ https://bit.dev/docs/reference/cli-reference#log
|
|
|
769
769
|
| ----------- | :--------------: | ----------------------------------------- |
|
|
770
770
|
| `--remote` | `-r` | show log of a remote component |
|
|
771
771
|
| `--parents` | | EXPERIMENTAL. show parents and lanes data |
|
|
772
|
+
| `--json` | `-j` | json format |
|
|
772
773
|
|
|
773
774
|
---
|
|
774
775
|
|
|
@@ -1147,11 +1148,13 @@ you can use a pattern for multiple ids, such as bit tag "utils/\*". (wrap the pa
|
|
|
1147
1148
|
| `--unmodified` | | include unmodified components (by default, only new and modified components are tagged) |
|
|
1148
1149
|
| `--editor [editor]` | | EXPERIMENTAL. open an editor to edit the tag messages per component, optionally specify the editor-name, default to vim |
|
|
1149
1150
|
| `--ver <version>` | `-v` | tag with the given version |
|
|
1150
|
-
| `--
|
|
1151
|
-
| `--
|
|
1152
|
-
| `--
|
|
1153
|
-
| `--
|
|
1154
|
-
| `--
|
|
1151
|
+
| `--increment <level>` | `-l` | options are: [major, premajor, minor, preminor, patch, prepatch, prerelease], default to patch |
|
|
1152
|
+
| `--prerelease-id <id>` | | prerelease identifier (e.g. "dev" to get "1.0.0-dev.1") |
|
|
1153
|
+
| `--patch` | `-p` | syntactic sugar for "--increment patch" |
|
|
1154
|
+
| `--minor` | | syntactic sugar for "--increment minor" |
|
|
1155
|
+
| `--major` | | syntactic sugar for "--increment major" |
|
|
1156
|
+
| `--snapped` | | EXPERIMENTAL. tag components that their head is a snap (not a tag) |
|
|
1157
|
+
| `--pre-release [identifier]` | | DEPRECATED. use "-l prerelease" (and --prerelease-id) instead |
|
|
1155
1158
|
| `--skip-tests` | | skip running component tests during tag process |
|
|
1156
1159
|
| `--skip-auto-tag` | | skip auto tagging dependents |
|
|
1157
1160
|
| `--soft` | | do not persist. only keep note of the changes to be made |
|
package/dist/cli-reference.json
CHANGED
|
@@ -1846,30 +1846,40 @@
|
|
|
1846
1846
|
"ver <version>",
|
|
1847
1847
|
"tag with the given version"
|
|
1848
1848
|
],
|
|
1849
|
+
[
|
|
1850
|
+
"l",
|
|
1851
|
+
"increment <level>",
|
|
1852
|
+
"options are: [major, premajor, minor, preminor, patch, prepatch, prerelease], default to patch"
|
|
1853
|
+
],
|
|
1854
|
+
[
|
|
1855
|
+
"",
|
|
1856
|
+
"prerelease-id <id>",
|
|
1857
|
+
"prerelease identifier (e.g. \"dev\" to get \"1.0.0-dev.1\")"
|
|
1858
|
+
],
|
|
1849
1859
|
[
|
|
1850
1860
|
"p",
|
|
1851
1861
|
"patch",
|
|
1852
|
-
"
|
|
1862
|
+
"syntactic sugar for \"--increment patch\""
|
|
1853
1863
|
],
|
|
1854
1864
|
[
|
|
1855
1865
|
"",
|
|
1856
1866
|
"minor",
|
|
1857
|
-
"
|
|
1867
|
+
"syntactic sugar for \"--increment minor\""
|
|
1858
1868
|
],
|
|
1859
1869
|
[
|
|
1860
1870
|
"",
|
|
1861
1871
|
"major",
|
|
1862
|
-
"
|
|
1872
|
+
"syntactic sugar for \"--increment major\""
|
|
1863
1873
|
],
|
|
1864
1874
|
[
|
|
1865
1875
|
"",
|
|
1866
1876
|
"snapped",
|
|
1867
|
-
"tag components that their head is a snap (not a tag)"
|
|
1877
|
+
"EXPERIMENTAL. tag components that their head is a snap (not a tag)"
|
|
1868
1878
|
],
|
|
1869
1879
|
[
|
|
1870
1880
|
"",
|
|
1871
1881
|
"pre-release [identifier]",
|
|
1872
|
-
"
|
|
1882
|
+
"DEPRECATED. use \"-l prerelease\" (and --prerelease-id) instead"
|
|
1873
1883
|
],
|
|
1874
1884
|
[
|
|
1875
1885
|
"",
|
|
@@ -2362,6 +2372,11 @@
|
|
|
2362
2372
|
"",
|
|
2363
2373
|
"parents",
|
|
2364
2374
|
"EXPERIMENTAL. show parents and lanes data"
|
|
2375
|
+
],
|
|
2376
|
+
[
|
|
2377
|
+
"j",
|
|
2378
|
+
"json",
|
|
2379
|
+
"json format"
|
|
2365
2380
|
]
|
|
2366
2381
|
],
|
|
2367
2382
|
"description": "show components(s) version history",
|
|
@@ -2658,6 +2673,11 @@
|
|
|
2658
2673
|
"",
|
|
2659
2674
|
"keep-readme",
|
|
2660
2675
|
"skip deleting the lane readme component after merging"
|
|
2676
|
+
],
|
|
2677
|
+
[
|
|
2678
|
+
"",
|
|
2679
|
+
"squash",
|
|
2680
|
+
"squash multiple snaps. keep the last one only"
|
|
2661
2681
|
]
|
|
2662
2682
|
],
|
|
2663
2683
|
"description": "merge a local or a remote lane",
|
|
@@ -3519,7 +3519,22 @@ function MDXContent(_ref) {
|
|
|
3519
3519
|
}), (0, _react2.mdx)("td", {
|
|
3520
3520
|
parentName: "tr",
|
|
3521
3521
|
"align": null
|
|
3522
|
-
}, "EXPERIMENTAL. show parents and lanes data"))
|
|
3522
|
+
}, "EXPERIMENTAL. show parents and lanes data")), (0, _react2.mdx)("tr", {
|
|
3523
|
+
parentName: "tbody"
|
|
3524
|
+
}, (0, _react2.mdx)("td", {
|
|
3525
|
+
parentName: "tr",
|
|
3526
|
+
"align": null
|
|
3527
|
+
}, (0, _react2.mdx)("inlineCode", {
|
|
3528
|
+
parentName: "td"
|
|
3529
|
+
}, "--json")), (0, _react2.mdx)("td", {
|
|
3530
|
+
parentName: "tr",
|
|
3531
|
+
"align": "center"
|
|
3532
|
+
}, (0, _react2.mdx)("inlineCode", {
|
|
3533
|
+
parentName: "td"
|
|
3534
|
+
}, "-j")), (0, _react2.mdx)("td", {
|
|
3535
|
+
parentName: "tr",
|
|
3536
|
+
"align": null
|
|
3537
|
+
}, "json format")))), (0, _react2.mdx)("hr", null), (0, _react2.mdx)("h2", null, "login"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
|
|
3523
3538
|
parentName: "p"
|
|
3524
3539
|
}, "Workspace only"), ": no", (0, _react2.mdx)("br", {
|
|
3525
3540
|
parentName: "p"
|
|
@@ -5093,6 +5108,34 @@ function MDXContent(_ref) {
|
|
|
5093
5108
|
"align": null
|
|
5094
5109
|
}, (0, _react2.mdx)("inlineCode", {
|
|
5095
5110
|
parentName: "td"
|
|
5111
|
+
}, "--increment <level>")), (0, _react2.mdx)("td", {
|
|
5112
|
+
parentName: "tr",
|
|
5113
|
+
"align": "center"
|
|
5114
|
+
}, (0, _react2.mdx)("inlineCode", {
|
|
5115
|
+
parentName: "td"
|
|
5116
|
+
}, "-l")), (0, _react2.mdx)("td", {
|
|
5117
|
+
parentName: "tr",
|
|
5118
|
+
"align": null
|
|
5119
|
+
}, "options are: ", "[major, premajor, minor, preminor, patch, prepatch, prerelease]", ", default to patch")), (0, _react2.mdx)("tr", {
|
|
5120
|
+
parentName: "tbody"
|
|
5121
|
+
}, (0, _react2.mdx)("td", {
|
|
5122
|
+
parentName: "tr",
|
|
5123
|
+
"align": null
|
|
5124
|
+
}, (0, _react2.mdx)("inlineCode", {
|
|
5125
|
+
parentName: "td"
|
|
5126
|
+
}, "--prerelease-id <id>")), (0, _react2.mdx)("td", {
|
|
5127
|
+
parentName: "tr",
|
|
5128
|
+
"align": "center"
|
|
5129
|
+
}), (0, _react2.mdx)("td", {
|
|
5130
|
+
parentName: "tr",
|
|
5131
|
+
"align": null
|
|
5132
|
+
}, "prerelease identifier (e.g. \"dev\" to get \"1.0.0-dev.1\")")), (0, _react2.mdx)("tr", {
|
|
5133
|
+
parentName: "tbody"
|
|
5134
|
+
}, (0, _react2.mdx)("td", {
|
|
5135
|
+
parentName: "tr",
|
|
5136
|
+
"align": null
|
|
5137
|
+
}, (0, _react2.mdx)("inlineCode", {
|
|
5138
|
+
parentName: "td"
|
|
5096
5139
|
}, "--patch")), (0, _react2.mdx)("td", {
|
|
5097
5140
|
parentName: "tr",
|
|
5098
5141
|
"align": "center"
|
|
@@ -5101,7 +5144,7 @@ function MDXContent(_ref) {
|
|
|
5101
5144
|
}, "-p")), (0, _react2.mdx)("td", {
|
|
5102
5145
|
parentName: "tr",
|
|
5103
5146
|
"align": null
|
|
5104
|
-
}, "
|
|
5147
|
+
}, "syntactic sugar for \"--increment patch\"")), (0, _react2.mdx)("tr", {
|
|
5105
5148
|
parentName: "tbody"
|
|
5106
5149
|
}, (0, _react2.mdx)("td", {
|
|
5107
5150
|
parentName: "tr",
|
|
@@ -5114,7 +5157,7 @@ function MDXContent(_ref) {
|
|
|
5114
5157
|
}), (0, _react2.mdx)("td", {
|
|
5115
5158
|
parentName: "tr",
|
|
5116
5159
|
"align": null
|
|
5117
|
-
}, "
|
|
5160
|
+
}, "syntactic sugar for \"--increment minor\"")), (0, _react2.mdx)("tr", {
|
|
5118
5161
|
parentName: "tbody"
|
|
5119
5162
|
}, (0, _react2.mdx)("td", {
|
|
5120
5163
|
parentName: "tr",
|
|
@@ -5127,7 +5170,7 @@ function MDXContent(_ref) {
|
|
|
5127
5170
|
}), (0, _react2.mdx)("td", {
|
|
5128
5171
|
parentName: "tr",
|
|
5129
5172
|
"align": null
|
|
5130
|
-
}, "
|
|
5173
|
+
}, "syntactic sugar for \"--increment major\"")), (0, _react2.mdx)("tr", {
|
|
5131
5174
|
parentName: "tbody"
|
|
5132
5175
|
}, (0, _react2.mdx)("td", {
|
|
5133
5176
|
parentName: "tr",
|
|
@@ -5140,7 +5183,7 @@ function MDXContent(_ref) {
|
|
|
5140
5183
|
}), (0, _react2.mdx)("td", {
|
|
5141
5184
|
parentName: "tr",
|
|
5142
5185
|
"align": null
|
|
5143
|
-
}, "tag components that their head is a snap (not a tag)")), (0, _react2.mdx)("tr", {
|
|
5186
|
+
}, "EXPERIMENTAL. tag components that their head is a snap (not a tag)")), (0, _react2.mdx)("tr", {
|
|
5144
5187
|
parentName: "tbody"
|
|
5145
5188
|
}, (0, _react2.mdx)("td", {
|
|
5146
5189
|
parentName: "tr",
|
|
@@ -5153,7 +5196,7 @@ function MDXContent(_ref) {
|
|
|
5153
5196
|
}), (0, _react2.mdx)("td", {
|
|
5154
5197
|
parentName: "tr",
|
|
5155
5198
|
"align": null
|
|
5156
|
-
}, "
|
|
5199
|
+
}, "DEPRECATED. use \"-l prerelease\" (and --prerelease-id) instead")), (0, _react2.mdx)("tr", {
|
|
5157
5200
|
parentName: "tbody"
|
|
5158
5201
|
}, (0, _react2.mdx)("td", {
|
|
5159
5202
|
parentName: "tr",
|