@teambit/harmony.content.cli-reference 2.0.167 → 2.0.169

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.6.52'
2
+ description: 'Bit command synopses. Bit version: 1.6.54'
3
3
  labels: ['cli', 'mdx', 'docs']
4
4
  ---
5
5
 
@@ -2187,13 +2187,18 @@
2187
2187
  ],
2188
2188
  [
2189
2189
  "",
2190
- "dependents-through <string>",
2190
+ "dependents-via <string>",
2191
2191
  "same as --dependents except the traversal must go through the specified component. to specify multiple components, wrap with quotes and separate by a comma"
2192
2192
  ],
2193
2193
  [
2194
2194
  "",
2195
2195
  "dependents-dry-run",
2196
- "same as --dependents, except it prints the found dependents and wait for confirmation before importing them"
2196
+ "DEPRECATED. (this is the default now). same as --dependents, except it prints the found dependents and wait for confirmation before importing them"
2197
+ ],
2198
+ [
2199
+ "",
2200
+ "silent",
2201
+ "no prompt for --dependents/--dependents-via flags"
2197
2202
  ],
2198
2203
  [
2199
2204
  "",
@@ -4010,7 +4015,7 @@
4010
4015
  "arguments": [
4011
4016
  {
4012
4017
  "name": "from-lane",
4013
- "description": "lane-id to merge from"
4018
+ "description": "lane-id to merge from or \"main\""
4014
4019
  },
4015
4020
  {
4016
4021
  "name": "to-lane",
package/cli-reference.mdx CHANGED
@@ -911,8 +911,9 @@ bit export => export all staged snaps/tags of components to their remote scope.
911
911
  | `--merge [strategy]` | `-m` | merge local changes with the imported version. strategy should be "theirs", "ours" or "manual" |
912
912
  | `--dependencies` | | import all dependencies (bit components only) of imported components and write them to the workspace |
913
913
  | `--dependents` | | import components found while traversing from the imported components upwards to the workspace components |
914
- | `--dependents-through <string>` | | same as --dependents except the traversal must go through the specified component. to specify multiple components, wrap with quotes and separate by a comma |
915
- | `--dependents-dry-run` | | same as --dependents, except it prints the found dependents and wait for confirmation before importing them |
914
+ | `--dependents-via <string>` | | same as --dependents except the traversal must go through the specified component. to specify multiple components, wrap with quotes and separate by a comma |
915
+ | `--dependents-dry-run` | | DEPRECATED. (this is the default now). same as --dependents, except it prints the found dependents and wait for confirmation before importing them |
916
+ | `--silent` | | no prompt for --dependents/--dependents-via flags |
916
917
  | `--filter-envs <envs>` | | only import components that have the specified environment (e.g., "teambit.react/react-env") |
917
918
  | `--save-in-lane` | | when checked out to a lane and the component is not on the remote-lane, save it in the lane (defaults to save on main) |
918
919
  | `--all-history` | | relevant for fetching all components objects. avoid optimizations, fetch all history versions, always |
@@ -1,5 +1,5 @@
1
1
  ---
2
- description: 'Bit command synopses. Bit version: 1.6.52'
2
+ description: 'Bit command synopses. Bit version: 1.6.54'
3
3
  labels: ['cli', 'mdx', 'docs']
4
4
  ---
5
5
 
@@ -2187,13 +2187,18 @@
2187
2187
  ],
2188
2188
  [
2189
2189
  "",
2190
- "dependents-through <string>",
2190
+ "dependents-via <string>",
2191
2191
  "same as --dependents except the traversal must go through the specified component. to specify multiple components, wrap with quotes and separate by a comma"
2192
2192
  ],
2193
2193
  [
2194
2194
  "",
2195
2195
  "dependents-dry-run",
2196
- "same as --dependents, except it prints the found dependents and wait for confirmation before importing them"
2196
+ "DEPRECATED. (this is the default now). same as --dependents, except it prints the found dependents and wait for confirmation before importing them"
2197
+ ],
2198
+ [
2199
+ "",
2200
+ "silent",
2201
+ "no prompt for --dependents/--dependents-via flags"
2197
2202
  ],
2198
2203
  [
2199
2204
  "",
@@ -4010,7 +4015,7 @@
4010
4015
  "arguments": [
4011
4016
  {
4012
4017
  "name": "from-lane",
4013
- "description": "lane-id to merge from"
4018
+ "description": "lane-id to merge from or \"main\""
4014
4019
  },
4015
4020
  {
4016
4021
  "name": "to-lane",
@@ -4436,7 +4436,7 @@ function MDXContent(_ref) {
4436
4436
  "align": null
4437
4437
  }, (0, _react2.mdx)("inlineCode", {
4438
4438
  parentName: "td"
4439
- }, "--dependents-through <string>")), (0, _react2.mdx)("td", {
4439
+ }, "--dependents-via <string>")), (0, _react2.mdx)("td", {
4440
4440
  parentName: "tr",
4441
4441
  "align": "center"
4442
4442
  }), (0, _react2.mdx)("td", {
@@ -4455,7 +4455,20 @@ function MDXContent(_ref) {
4455
4455
  }), (0, _react2.mdx)("td", {
4456
4456
  parentName: "tr",
4457
4457
  "align": null
4458
- }, "same as --dependents, except it prints the found dependents and wait for confirmation before importing them")), (0, _react2.mdx)("tr", {
4458
+ }, "DEPRECATED. (this is the default now). same as --dependents, except it prints the found dependents and wait for confirmation before importing them")), (0, _react2.mdx)("tr", {
4459
+ parentName: "tbody"
4460
+ }, (0, _react2.mdx)("td", {
4461
+ parentName: "tr",
4462
+ "align": null
4463
+ }, (0, _react2.mdx)("inlineCode", {
4464
+ parentName: "td"
4465
+ }, "--silent")), (0, _react2.mdx)("td", {
4466
+ parentName: "tr",
4467
+ "align": "center"
4468
+ }), (0, _react2.mdx)("td", {
4469
+ parentName: "tr",
4470
+ "align": null
4471
+ }, "no prompt for --dependents/--dependents-via flags")), (0, _react2.mdx)("tr", {
4459
4472
  parentName: "tbody"
4460
4473
  }, (0, _react2.mdx)("td", {
4461
4474
  parentName: "tr",