@teambit/harmony.content.cli-reference 1.95.33 → 1.95.34

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.
@@ -222,6 +222,11 @@
222
222
  "name": "dependencies <id>",
223
223
  "alias": "",
224
224
  "options": [
225
+ [
226
+ "t",
227
+ "tree",
228
+ "render dependencies as a tree, similar to \"npm ls\""
229
+ ],
225
230
  [
226
231
  "d",
227
232
  "debug",
package/cli-reference.mdx CHANGED
@@ -365,6 +365,7 @@ https://bit.dev/docs/config/bit-config
365
365
 
366
366
  | **Option** | **Option alias** | **Description** |
367
367
  | ---------- | :--------------: | -------------------------------------------------------------------- |
368
+ | `--tree` | `-t` | render dependencies as a tree, similar to "npm ls" |
368
369
  | `--debug` | `-d` | show the immediate dependencies and how their version was determined |
369
370
 
370
371
  ---
@@ -222,6 +222,11 @@
222
222
  "name": "dependencies <id>",
223
223
  "alias": "",
224
224
  "options": [
225
+ [
226
+ "t",
227
+ "tree",
228
+ "render dependencies as a tree, similar to \"npm ls\""
229
+ ],
225
230
  [
226
231
  "d",
227
232
  "debug",
@@ -1562,6 +1562,21 @@ function MDXContent(_ref) {
1562
1562
  "align": null
1563
1563
  }, (0, _react2.mdx)("inlineCode", {
1564
1564
  parentName: "td"
1565
+ }, "--tree")), (0, _react2.mdx)("td", {
1566
+ parentName: "tr",
1567
+ "align": "center"
1568
+ }, (0, _react2.mdx)("inlineCode", {
1569
+ parentName: "td"
1570
+ }, "-t")), (0, _react2.mdx)("td", {
1571
+ parentName: "tr",
1572
+ "align": null
1573
+ }, "render dependencies as a tree, similar to \"npm ls\"")), (0, _react2.mdx)("tr", {
1574
+ parentName: "tbody"
1575
+ }, (0, _react2.mdx)("td", {
1576
+ parentName: "tr",
1577
+ "align": null
1578
+ }, (0, _react2.mdx)("inlineCode", {
1579
+ parentName: "td"
1565
1580
  }, "--debug")), (0, _react2.mdx)("td", {
1566
1581
  parentName: "tr",
1567
1582
  "align": "center"