@teambit/harmony.content.cli-reference 2.0.65 → 2.0.67

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.
@@ -1,5 +1,5 @@
1
1
  ---
2
- description: 'Bit command synopses. Bit version: 1.3.27'
2
+ description: 'Bit command synopses. Bit version: 1.3.29'
3
3
  labels: ['cli', 'mdx', 'docs']
4
4
  ---
5
5
 
@@ -4050,7 +4050,13 @@
4050
4050
  {
4051
4051
  "name": "usage <dependency-name>",
4052
4052
  "alias": "",
4053
- "options": [],
4053
+ "options": [
4054
+ [
4055
+ "",
4056
+ "depth <number>",
4057
+ "max display depth of the dependency graph"
4058
+ ]
4059
+ ],
4054
4060
  "description": "EXPERIMENTAL. find components that use the specified dependency",
4055
4061
  "extendedDescription": "",
4056
4062
  "group": "info",
@@ -4067,7 +4073,13 @@
4067
4073
  {
4068
4074
  "name": "why <dependency-name>",
4069
4075
  "alias": "",
4070
- "options": [],
4076
+ "options": [
4077
+ [
4078
+ "",
4079
+ "depth <number>",
4080
+ "max display depth of the dependency graph"
4081
+ ]
4082
+ ],
4071
4083
  "description": "EXPERIMENTAL. find components that use the specified dependency",
4072
4084
  "extendedDescription": "",
4073
4085
  "group": "info",
package/cli-reference.mdx CHANGED
@@ -591,6 +591,10 @@ this command marks the components as deleted, and after snap/tag and export they
591
591
  | ----------------- | :------------------------------------------------------------------------------------------------------------------------------------------: |
592
592
  | `dependency-name` | package-name. for components, you can use either component-id or package-name. if version is specified, it will search for the exact version |
593
593
 
594
+ | **Option** | **Option alias** | **Description** |
595
+ | ------------------ | :--------------: | ----------------------------------------- |
596
+ | `--depth <number>` | | max display depth of the dependency graph |
597
+
594
598
  ---
595
599
 
596
600
  ## diff
@@ -2007,6 +2011,10 @@ if this doesn't work well for you, run "bit config set watch_use_polling true" t
2007
2011
  | ----------------- | :------------------------------------------------------------------------------------------------------------------------------------------: |
2008
2012
  | `dependency-name` | package-name. for components, you can use either component-id or package-name. if version is specified, it will search for the exact version |
2009
2013
 
2014
+ | **Option** | **Option alias** | **Description** |
2015
+ | ------------------ | :--------------: | ----------------------------------------- |
2016
+ | `--depth <number>` | | max display depth of the dependency graph |
2017
+
2010
2018
  ---
2011
2019
 
2012
2020
  ## ws-config
@@ -1,5 +1,5 @@
1
1
  ---
2
- description: 'Bit command synopses. Bit version: 1.3.27'
2
+ description: 'Bit command synopses. Bit version: 1.3.29'
3
3
  labels: ['cli', 'mdx', 'docs']
4
4
  ---
5
5
 
@@ -4050,7 +4050,13 @@
4050
4050
  {
4051
4051
  "name": "usage <dependency-name>",
4052
4052
  "alias": "",
4053
- "options": [],
4053
+ "options": [
4054
+ [
4055
+ "",
4056
+ "depth <number>",
4057
+ "max display depth of the dependency graph"
4058
+ ]
4059
+ ],
4054
4060
  "description": "EXPERIMENTAL. find components that use the specified dependency",
4055
4061
  "extendedDescription": "",
4056
4062
  "group": "info",
@@ -4067,7 +4073,13 @@
4067
4073
  {
4068
4074
  "name": "why <dependency-name>",
4069
4075
  "alias": "",
4070
- "options": [],
4076
+ "options": [
4077
+ [
4078
+ "",
4079
+ "depth <number>",
4080
+ "max display depth of the dependency graph"
4081
+ ]
4082
+ ],
4071
4083
  "description": "EXPERIMENTAL. find components that use the specified dependency",
4072
4084
  "extendedDescription": "",
4073
4085
  "group": "info",
@@ -2739,7 +2739,41 @@ function MDXContent(_ref) {
2739
2739
  }, "dependency-name")), (0, _react2.mdx)("td", {
2740
2740
  parentName: "tr",
2741
2741
  "align": "center"
2742
- }, "package-name. for components, you can use either component-id or package-name. if version is specified, it will search for the exact version")))), (0, _react2.mdx)("hr", null), (0, _react2.mdx)("h2", null, "diff"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
2742
+ }, "package-name. for components, you can use either component-id or package-name. if version is specified, it will search for the exact version")))), (0, _react2.mdx)("table", null, (0, _react2.mdx)("thead", {
2743
+ parentName: "table"
2744
+ }, (0, _react2.mdx)("tr", {
2745
+ parentName: "thead"
2746
+ }, (0, _react2.mdx)("th", {
2747
+ parentName: "tr",
2748
+ "align": null
2749
+ }, (0, _react2.mdx)("strong", {
2750
+ parentName: "th"
2751
+ }, "Option")), (0, _react2.mdx)("th", {
2752
+ parentName: "tr",
2753
+ "align": "center"
2754
+ }, (0, _react2.mdx)("strong", {
2755
+ parentName: "th"
2756
+ }, "Option alias")), (0, _react2.mdx)("th", {
2757
+ parentName: "tr",
2758
+ "align": null
2759
+ }, (0, _react2.mdx)("strong", {
2760
+ parentName: "th"
2761
+ }, "Description")))), (0, _react2.mdx)("tbody", {
2762
+ parentName: "table"
2763
+ }, (0, _react2.mdx)("tr", {
2764
+ parentName: "tbody"
2765
+ }, (0, _react2.mdx)("td", {
2766
+ parentName: "tr",
2767
+ "align": null
2768
+ }, (0, _react2.mdx)("inlineCode", {
2769
+ parentName: "td"
2770
+ }, "--depth <number>")), (0, _react2.mdx)("td", {
2771
+ parentName: "tr",
2772
+ "align": "center"
2773
+ }), (0, _react2.mdx)("td", {
2774
+ parentName: "tr",
2775
+ "align": null
2776
+ }, "max display depth of the dependency graph")))), (0, _react2.mdx)("hr", null), (0, _react2.mdx)("h2", null, "diff"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
2743
2777
  parentName: "p"
2744
2778
  }, "Description"), ": show the diff between the components' current source files and config, and their latest snapshot or tag", (0, _react2.mdx)("br", {
2745
2779
  parentName: "p"
@@ -10202,7 +10236,41 @@ function MDXContent(_ref) {
10202
10236
  }, "dependency-name")), (0, _react2.mdx)("td", {
10203
10237
  parentName: "tr",
10204
10238
  "align": "center"
10205
- }, "package-name. for components, you can use either component-id or package-name. if version is specified, it will search for the exact version")))), (0, _react2.mdx)("hr", null), (0, _react2.mdx)("h2", null, "ws-config"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
10239
+ }, "package-name. for components, you can use either component-id or package-name. if version is specified, it will search for the exact version")))), (0, _react2.mdx)("table", null, (0, _react2.mdx)("thead", {
10240
+ parentName: "table"
10241
+ }, (0, _react2.mdx)("tr", {
10242
+ parentName: "thead"
10243
+ }, (0, _react2.mdx)("th", {
10244
+ parentName: "tr",
10245
+ "align": null
10246
+ }, (0, _react2.mdx)("strong", {
10247
+ parentName: "th"
10248
+ }, "Option")), (0, _react2.mdx)("th", {
10249
+ parentName: "tr",
10250
+ "align": "center"
10251
+ }, (0, _react2.mdx)("strong", {
10252
+ parentName: "th"
10253
+ }, "Option alias")), (0, _react2.mdx)("th", {
10254
+ parentName: "tr",
10255
+ "align": null
10256
+ }, (0, _react2.mdx)("strong", {
10257
+ parentName: "th"
10258
+ }, "Description")))), (0, _react2.mdx)("tbody", {
10259
+ parentName: "table"
10260
+ }, (0, _react2.mdx)("tr", {
10261
+ parentName: "tbody"
10262
+ }, (0, _react2.mdx)("td", {
10263
+ parentName: "tr",
10264
+ "align": null
10265
+ }, (0, _react2.mdx)("inlineCode", {
10266
+ parentName: "td"
10267
+ }, "--depth <number>")), (0, _react2.mdx)("td", {
10268
+ parentName: "tr",
10269
+ "align": "center"
10270
+ }), (0, _react2.mdx)("td", {
10271
+ parentName: "tr",
10272
+ "align": null
10273
+ }, "max display depth of the dependency graph")))), (0, _react2.mdx)("hr", null), (0, _react2.mdx)("h2", null, "ws-config"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
10206
10274
  parentName: "p"
10207
10275
  }, "Alias"), ": ", (0, _react2.mdx)("inlineCode", {
10208
10276
  parentName: "p"