@teambit/harmony.content.cli-reference 2.0.414 → 2.0.416

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.60'
2
+ description: 'Bit command synopses. Bit version: 1.8.62'
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",
@@ -3139,6 +3145,11 @@
3139
3145
  "rebuild-artifacts",
3140
3146
  "run the full build pipeline. do not use the saved artifacts from the last snap"
3141
3147
  ],
3148
+ [
3149
+ "",
3150
+ "ignore-last-pkg-json",
3151
+ "ignore the package.json created by the last snap"
3152
+ ],
3142
3153
  [
3143
3154
  "m",
3144
3155
  "message <message>",
@@ -4284,7 +4295,7 @@
4284
4295
  [
4285
4296
  "",
4286
4297
  "include-deps",
4287
- "relevant for \"--pattern\" and \"--workspace\". merge also dependencies of the specified components"
4298
+ "relevant for \"pattern\" and \"--workspace\". merge also dependencies of the specified components"
4288
4299
  ],
4289
4300
  [
4290
4301
  "",
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
@@ -1289,7 +1293,7 @@ this flag keeps the history of one end and saves a reference to the other end. t
1289
1293
  | `--verbose` | | show details of components that were not merged successfully |
1290
1294
  | `--skip-dependency-installation` | `-x` | do not install dependencies of the imported components |
1291
1295
  | `--skip-fetch` | | use the local state of target-lane if exits locally, without updating it from the remote |
1292
- | `--include-deps` | | relevant for "--pattern" and "--workspace". merge also dependencies of the specified components |
1296
+ | `--include-deps` | | relevant for "pattern" and "--workspace". merge also dependencies of the specified components |
1293
1297
  | `--resolve-unrelated [merge-strategy]` | | relevant when a component on a lane and the component on main have nothing in common. merge-strategy can be "ours" (default) or "theirs" |
1294
1298
  | `--include-non-lane-comps` | | DEPRECATED (this is now the default). when merging main, include workspace components that are not on the lane (by default only lane components are merged) |
1295
1299
  | `--exclude-non-lane-comps` | | when merging main into a lane, exclude workspace components that are not on the lane (by default all workspace components are merged) |
@@ -1,5 +1,5 @@
1
1
  ---
2
- description: 'Bit command synopses. Bit version: 1.8.60'
2
+ description: 'Bit command synopses. Bit version: 1.8.62'
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",
@@ -3139,6 +3145,11 @@
3139
3145
  "rebuild-artifacts",
3140
3146
  "run the full build pipeline. do not use the saved artifacts from the last snap"
3141
3147
  ],
3148
+ [
3149
+ "",
3150
+ "ignore-last-pkg-json",
3151
+ "ignore the package.json created by the last snap"
3152
+ ],
3142
3153
  [
3143
3154
  "m",
3144
3155
  "message <message>",
@@ -4284,7 +4295,7 @@
4284
4295
  [
4285
4296
  "",
4286
4297
  "include-deps",
4287
- "relevant for \"--pattern\" and \"--workspace\". merge also dependencies of the specified components"
4298
+ "relevant for \"pattern\" and \"--workspace\". merge also dependencies of the specified components"
4288
4299
  ],
4289
4300
  [
4290
4301
  "",
@@ -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"
@@ -6747,7 +6783,7 @@ function MDXContent(_ref) {
6747
6783
  }), (0, _react2.mdx)("td", {
6748
6784
  parentName: "tr",
6749
6785
  "align": null
6750
- }, "relevant for \"--pattern\" and \"--workspace\". merge also dependencies of the specified components")), (0, _react2.mdx)("tr", {
6786
+ }, "relevant for \"pattern\" and \"--workspace\". merge also dependencies of the specified components")), (0, _react2.mdx)("tr", {
6751
6787
  parentName: "tbody"
6752
6788
  }, (0, _react2.mdx)("td", {
6753
6789
  parentName: "tr",