@teambit/harmony.content.cli-reference 1.95.159 → 1.95.160

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.
@@ -1599,7 +1599,7 @@
1599
1599
  },
1600
1600
  {
1601
1601
  "name": "app <sub-command>",
1602
- "alias": "",
1602
+ "alias": "apps",
1603
1603
  "options": [],
1604
1604
  "description": "Manages apps",
1605
1605
  "extendedDescription": "",
package/cli-reference.mdx CHANGED
@@ -39,6 +39,7 @@ Learn the recommended workflow for tracking directories as components, in the li
39
39
 
40
40
  ## app
41
41
 
42
+ **Alias**: `apps`
42
43
  **Description**: Manages apps
43
44
 
44
45
  `bit app <sub-command>`
@@ -1599,7 +1599,7 @@
1599
1599
  },
1600
1600
  {
1601
1601
  "name": "app <sub-command>",
1602
- "alias": "",
1602
+ "alias": "apps",
1603
1603
  "options": [],
1604
1604
  "description": "Manages apps",
1605
1605
  "extendedDescription": "",
@@ -160,6 +160,12 @@ function MDXContent(_ref) {
160
160
  "align": null
161
161
  }, "set the component's environment. (overrides the env from variants if exists)")))), (0, _react2.mdx)("hr", null), (0, _react2.mdx)("h2", null, "app"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
162
162
  parentName: "p"
163
+ }, "Alias"), ": ", (0, _react2.mdx)("inlineCode", {
164
+ parentName: "p"
165
+ }, "apps"), (0, _react2.mdx)("br", {
166
+ parentName: "p"
167
+ }), "\n", (0, _react2.mdx)("strong", {
168
+ parentName: "p"
163
169
  }, "Description"), ": Manages apps"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("inlineCode", {
164
170
  parentName: "p"
165
171
  }, "bit app <sub-command>")), (0, _react2.mdx)("h3", null, "app list"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {