@teambit/harmony.content.cli-reference 1.95.42 → 1.95.43

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.
@@ -2089,7 +2089,7 @@
2089
2089
  ]
2090
2090
  },
2091
2091
  {
2092
- "name": "reset [component-pattern] [component-version]",
2092
+ "name": "reset [component-pattern]",
2093
2093
  "alias": "",
2094
2094
  "options": [
2095
2095
  [
@@ -2097,6 +2097,11 @@
2097
2097
  "all",
2098
2098
  "revert tag/snap for all tagged/snapped components"
2099
2099
  ],
2100
+ [
2101
+ "",
2102
+ "head",
2103
+ "revert the head tag/snap only (by default, all local tags/snaps are reverted)"
2104
+ ],
2100
2105
  [
2101
2106
  "",
2102
2107
  "soft",
package/cli-reference.mdx CHANGED
@@ -954,11 +954,12 @@ you can use a pattern for multiple ids, such as bit remove "utils/\*". (wrap the
954
954
  **Description**: revert tagged or snapped versions for component(s)
955
955
  https://bit.dev/docs/components/tags#undoing-a-tag
956
956
 
957
- `bit reset [component-pattern] [component-version]`
957
+ `bit reset [component-pattern]`
958
958
 
959
959
  | **Option** | **Option alias** | **Description** |
960
960
  | ---------- | :--------------: | ----------------------------------------------------------------------------------------------------- |
961
961
  | `--all` | `-a` | revert tag/snap for all tagged/snapped components |
962
+ | `--head` | | revert the head tag/snap only (by default, all local tags/snaps are reverted) |
962
963
  | `--soft` | | revert only soft-tags (components tagged with --soft flag) |
963
964
  | `--force` | `-f` | revert the tag even if used as a dependency. WARNING: components that depend on this tag will corrupt |
964
965
 
@@ -2089,7 +2089,7 @@
2089
2089
  ]
2090
2090
  },
2091
2091
  {
2092
- "name": "reset [component-pattern] [component-version]",
2092
+ "name": "reset [component-pattern]",
2093
2093
  "alias": "",
2094
2094
  "options": [
2095
2095
  [
@@ -2097,6 +2097,11 @@
2097
2097
  "all",
2098
2098
  "revert tag/snap for all tagged/snapped components"
2099
2099
  ],
2100
+ [
2101
+ "",
2102
+ "head",
2103
+ "revert the head tag/snap only (by default, all local tags/snaps are reverted)"
2104
+ ],
2100
2105
  [
2101
2106
  "",
2102
2107
  "soft",
@@ -4293,7 +4293,7 @@ function MDXContent(_ref) {
4293
4293
  "href": "https://bit.dev/docs/components/tags#undoing-a-tag"
4294
4294
  }, "https://bit.dev/docs/components/tags#undoing-a-tag")), (0, _react2.mdx)("p", null, (0, _react2.mdx)("inlineCode", {
4295
4295
  parentName: "p"
4296
- }, "bit reset [component-pattern] [component-version]")), (0, _react2.mdx)("table", null, (0, _react2.mdx)("thead", {
4296
+ }, "bit reset [component-pattern]")), (0, _react2.mdx)("table", null, (0, _react2.mdx)("thead", {
4297
4297
  parentName: "table"
4298
4298
  }, (0, _react2.mdx)("tr", {
4299
4299
  parentName: "thead"
@@ -4336,6 +4336,19 @@ function MDXContent(_ref) {
4336
4336
  "align": null
4337
4337
  }, (0, _react2.mdx)("inlineCode", {
4338
4338
  parentName: "td"
4339
+ }, "--head")), (0, _react2.mdx)("td", {
4340
+ parentName: "tr",
4341
+ "align": "center"
4342
+ }), (0, _react2.mdx)("td", {
4343
+ parentName: "tr",
4344
+ "align": null
4345
+ }, "revert the head tag/snap only (by default, all local tags/snaps are reverted)")), (0, _react2.mdx)("tr", {
4346
+ parentName: "tbody"
4347
+ }, (0, _react2.mdx)("td", {
4348
+ parentName: "tr",
4349
+ "align": null
4350
+ }, (0, _react2.mdx)("inlineCode", {
4351
+ parentName: "td"
4339
4352
  }, "--soft")), (0, _react2.mdx)("td", {
4340
4353
  parentName: "tr",
4341
4354
  "align": "center"