@teambit/harmony.content.cli-reference 1.95.69 → 1.95.70

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.
@@ -1267,6 +1267,11 @@
1267
1267
  "remote",
1268
1268
  "remove a component completely from a remote scope (Careful! this is a permanent change. prefer --soft and tag+export)"
1269
1269
  ],
1270
+ [
1271
+ "",
1272
+ "from-lane",
1273
+ "revert to main if exists on currently checked out lane, otherwise, remove it"
1274
+ ],
1270
1275
  [
1271
1276
  "t",
1272
1277
  "track",
package/cli-reference.mdx CHANGED
@@ -968,6 +968,7 @@ for example: "http://localhost:3000", "file:///tmp/local-scope"
968
968
  | ---------------- | :--------------: | ---------------------------------------------------------------------------------------------------------------------------------- |
969
969
  | `--soft` | | EXPERIMENTAL. mark the component as deleted. after tag/snap and export the remote will be updated |
970
970
  | `--remote` | `-r` | remove a component completely from a remote scope (Careful! this is a permanent change. prefer --soft and tag+export) |
971
+ | `--from-lane` | | revert to main if exists on currently checked out lane, otherwise, remove it |
971
972
  | `--track` | `-t` | keep tracking component in .bitmap (default = false), helps transform a tagged-component to new |
972
973
  | `--delete-files` | `-d` | DEPRECATED (this is now the default). delete local component files |
973
974
  | `--keep-files` | | keep component files (just untrack the component) |
@@ -1267,6 +1267,11 @@
1267
1267
  "remote",
1268
1268
  "remove a component completely from a remote scope (Careful! this is a permanent change. prefer --soft and tag+export)"
1269
1269
  ],
1270
+ [
1271
+ "",
1272
+ "from-lane",
1273
+ "revert to main if exists on currently checked out lane, otherwise, remove it"
1274
+ ],
1270
1275
  [
1271
1276
  "t",
1272
1277
  "track",
@@ -4346,6 +4346,19 @@ function MDXContent(_ref) {
4346
4346
  "align": null
4347
4347
  }, (0, _react2.mdx)("inlineCode", {
4348
4348
  parentName: "td"
4349
+ }, "--from-lane")), (0, _react2.mdx)("td", {
4350
+ parentName: "tr",
4351
+ "align": "center"
4352
+ }), (0, _react2.mdx)("td", {
4353
+ parentName: "tr",
4354
+ "align": null
4355
+ }, "revert to main if exists on currently checked out lane, otherwise, remove it")), (0, _react2.mdx)("tr", {
4356
+ parentName: "tbody"
4357
+ }, (0, _react2.mdx)("td", {
4358
+ parentName: "tr",
4359
+ "align": null
4360
+ }, (0, _react2.mdx)("inlineCode", {
4361
+ parentName: "td"
4349
4362
  }, "--track")), (0, _react2.mdx)("td", {
4350
4363
  parentName: "tr",
4351
4364
  "align": "center"