@teambit/harmony.content.cli-reference 2.0.413 → 2.0.415

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.8.59'
2
+ description: 'Bit command synopses. Bit version: 1.8.61'
3
3
  labels: ['cli', 'mdx', 'docs']
4
4
  ---
5
5
 
@@ -2158,7 +2158,13 @@
2158
2158
  {
2159
2159
  "name": "dependents <component-name>",
2160
2160
  "alias": "",
2161
- "options": [],
2161
+ "options": [
2162
+ [
2163
+ "j",
2164
+ "json",
2165
+ "return the dependents in JSON format"
2166
+ ]
2167
+ ],
2162
2168
  "description": "show dependents of the given component",
2163
2169
  "extendedDescription": "",
2164
2170
  "group": "info",
package/cli-reference.mdx CHANGED
@@ -467,6 +467,10 @@ this command marks the components as deleted, and after snap/tag and export they
467
467
  | ---------------- | :----------------------------: |
468
468
  | `component-name` | component name or component id |
469
469
 
470
+ | **Option** | **Option alias** | **Description** |
471
+ | ---------- | :--------------: | ------------------------------------ |
472
+ | `--json` | `-j` | return the dependents in JSON format |
473
+
470
474
  ---
471
475
 
472
476
  ## deprecate
@@ -1,5 +1,5 @@
1
1
  ---
2
- description: 'Bit command synopses. Bit version: 1.8.59'
2
+ description: 'Bit command synopses. Bit version: 1.8.61'
3
3
  labels: ['cli', 'mdx', 'docs']
4
4
  ---
5
5
 
@@ -2158,7 +2158,13 @@
2158
2158
  {
2159
2159
  "name": "dependents <component-name>",
2160
2160
  "alias": "",
2161
- "options": [],
2161
+ "options": [
2162
+ [
2163
+ "j",
2164
+ "json",
2165
+ "return the dependents in JSON format"
2166
+ ]
2167
+ ],
2162
2168
  "description": "show dependents of the given component",
2163
2169
  "extendedDescription": "",
2164
2170
  "group": "info",
@@ -2290,7 +2290,43 @@ function MDXContent(_ref) {
2290
2290
  }, "component-name")), (0, _react2.mdx)("td", {
2291
2291
  parentName: "tr",
2292
2292
  "align": "center"
2293
- }, "component name or component id")))), (0, _react2.mdx)("hr", null), (0, _react2.mdx)("h2", null, "deprecate"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
2293
+ }, "component name or component id")))), (0, _react2.mdx)("table", null, (0, _react2.mdx)("thead", {
2294
+ parentName: "table"
2295
+ }, (0, _react2.mdx)("tr", {
2296
+ parentName: "thead"
2297
+ }, (0, _react2.mdx)("th", {
2298
+ parentName: "tr",
2299
+ "align": null
2300
+ }, (0, _react2.mdx)("strong", {
2301
+ parentName: "th"
2302
+ }, "Option")), (0, _react2.mdx)("th", {
2303
+ parentName: "tr",
2304
+ "align": "center"
2305
+ }, (0, _react2.mdx)("strong", {
2306
+ parentName: "th"
2307
+ }, "Option alias")), (0, _react2.mdx)("th", {
2308
+ parentName: "tr",
2309
+ "align": null
2310
+ }, (0, _react2.mdx)("strong", {
2311
+ parentName: "th"
2312
+ }, "Description")))), (0, _react2.mdx)("tbody", {
2313
+ parentName: "table"
2314
+ }, (0, _react2.mdx)("tr", {
2315
+ parentName: "tbody"
2316
+ }, (0, _react2.mdx)("td", {
2317
+ parentName: "tr",
2318
+ "align": null
2319
+ }, (0, _react2.mdx)("inlineCode", {
2320
+ parentName: "td"
2321
+ }, "--json")), (0, _react2.mdx)("td", {
2322
+ parentName: "tr",
2323
+ "align": "center"
2324
+ }, (0, _react2.mdx)("inlineCode", {
2325
+ parentName: "td"
2326
+ }, "-j")), (0, _react2.mdx)("td", {
2327
+ parentName: "tr",
2328
+ "align": null
2329
+ }, "return the dependents in JSON format")))), (0, _react2.mdx)("hr", null), (0, _react2.mdx)("h2", null, "deprecate"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
2294
2330
  parentName: "p"
2295
2331
  }, "Alias"), ": ", (0, _react2.mdx)("inlineCode", {
2296
2332
  parentName: "p"