@teambit/harmony.content.cli-reference 2.0.1047 → 2.0.1048

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,4 +1,4 @@
1
1
  ---
2
- description: 'Bit command synopses. Bit version: 1.13.186'
2
+ description: 'Bit command synopses. Bit version: 1.13.187'
3
3
  labels: ['cli', 'mdx', 'docs']
4
4
  ---
@@ -2528,6 +2528,11 @@
2528
2528
  "dependencies-head",
2529
2529
  "same as --dependencies, except it imports the dependencies with their head version"
2530
2530
  ],
2531
+ [
2532
+ "",
2533
+ "dependencies-depth <n>",
2534
+ "limit how many levels deep to traverse with --dependencies/--dependencies-head (1=direct deps only). default: traverse all levels"
2535
+ ],
2531
2536
  [
2532
2537
  "",
2533
2538
  "dependents",
package/cli-reference.mdx CHANGED
@@ -1167,6 +1167,7 @@ without arguments, fetches all workspace components' latest versions from their
1167
1167
  | `--merge [strategy]` | `-m` | merge local changes with the imported version. strategy should be "theirs", "ours" or "manual" |
1168
1168
  | `--dependencies` | | import all dependencies (bit components only) of imported components and write them to the workspace |
1169
1169
  | `--dependencies-head` | | same as --dependencies, except it imports the dependencies with their head version |
1170
+ | `--dependencies-depth <n>` | | limit how many levels deep to traverse with --dependencies/--dependencies-head (1=direct deps only). default: traverse all levels |
1170
1171
  | `--dependents` | | import components found while traversing from the imported components upwards to the workspace components |
1171
1172
  | `--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 |
1172
1173
  | `--dependents-all` | | same as --dependents except not prompting for selecting paths but rather selecting all paths and showing final confirmation before importing |
@@ -1,4 +1,4 @@
1
1
  ---
2
- description: 'Bit command synopses. Bit version: 1.13.186'
2
+ description: 'Bit command synopses. Bit version: 1.13.187'
3
3
  labels: ['cli', 'mdx', 'docs']
4
4
  ---
@@ -2528,6 +2528,11 @@
2528
2528
  "dependencies-head",
2529
2529
  "same as --dependencies, except it imports the dependencies with their head version"
2530
2530
  ],
2531
+ [
2532
+ "",
2533
+ "dependencies-depth <n>",
2534
+ "limit how many levels deep to traverse with --dependencies/--dependencies-head (1=direct deps only). default: traverse all levels"
2535
+ ],
2531
2536
  [
2532
2537
  "",
2533
2538
  "dependents",