@teambit/harmony.content.cli-reference 1.95.97 → 1.95.99

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.
@@ -1583,6 +1583,11 @@
1583
1583
  "s",
1584
1584
  "show-all",
1585
1585
  "show hidden templates"
1586
+ ],
1587
+ [
1588
+ "a",
1589
+ "aspect <aspect-id>",
1590
+ "show templates provided by the aspect-id"
1586
1591
  ]
1587
1592
  ],
1588
1593
  "description": "list templates for \"bit create\" and \"bit new\"",
package/cli-reference.mdx CHANGED
@@ -1200,9 +1200,10 @@ list components templates when inside bit-workspace (for bit-create), otherwise,
1200
1200
 
1201
1201
  `bit templates`
1202
1202
 
1203
- | **Option** | **Option alias** | **Description** |
1204
- | ------------ | :--------------: | --------------------- |
1205
- | `--show-all` | `-s` | show hidden templates |
1203
+ | **Option** | **Option alias** | **Description** |
1204
+ | ---------------------- | :--------------: | ---------------------------------------- |
1205
+ | `--show-all` | `-s` | show hidden templates |
1206
+ | `--aspect <aspect-id>` | `-a` | show templates provided by the aspect-id |
1206
1207
 
1207
1208
  ---
1208
1209
 
@@ -1583,6 +1583,11 @@
1583
1583
  "s",
1584
1584
  "show-all",
1585
1585
  "show hidden templates"
1586
+ ],
1587
+ [
1588
+ "a",
1589
+ "aspect <aspect-id>",
1590
+ "show templates provided by the aspect-id"
1586
1591
  ]
1587
1592
  ],
1588
1593
  "description": "list templates for \"bit create\" and \"bit new\"",
@@ -5527,7 +5527,22 @@ function MDXContent(_ref) {
5527
5527
  }, "-s")), (0, _react2.mdx)("td", {
5528
5528
  parentName: "tr",
5529
5529
  "align": null
5530
- }, "show hidden templates")))), (0, _react2.mdx)("hr", null), (0, _react2.mdx)("h2", null, "test"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
5530
+ }, "show hidden templates")), (0, _react2.mdx)("tr", {
5531
+ parentName: "tbody"
5532
+ }, (0, _react2.mdx)("td", {
5533
+ parentName: "tr",
5534
+ "align": null
5535
+ }, (0, _react2.mdx)("inlineCode", {
5536
+ parentName: "td"
5537
+ }, "--aspect <aspect-id>")), (0, _react2.mdx)("td", {
5538
+ parentName: "tr",
5539
+ "align": "center"
5540
+ }, (0, _react2.mdx)("inlineCode", {
5541
+ parentName: "td"
5542
+ }, "-a")), (0, _react2.mdx)("td", {
5543
+ parentName: "tr",
5544
+ "align": null
5545
+ }, "show templates provided by the aspect-id")))), (0, _react2.mdx)("hr", null), (0, _react2.mdx)("h2", null, "test"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
5531
5546
  parentName: "p"
5532
5547
  }, "Alias"), ": ", (0, _react2.mdx)("inlineCode", {
5533
5548
  parentName: "p"