@teambit/harmony.content.cli-reference 2.0.876 → 2.0.878

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.11'
2
+ description: 'Bit command synopses. Bit version: 1.13.13'
3
3
  labels: ['cli', 'mdx', 'docs']
4
4
  ---
@@ -2174,6 +2174,11 @@
2174
2174
  "",
2175
2175
  "lane-only",
2176
2176
  "when using wildcards on a lane, only import components that exist on the lane (never from main)"
2177
+ ],
2178
+ [
2179
+ "",
2180
+ "owner",
2181
+ "treat the argument as an owner name and import all components from all scopes of that owner"
2177
2182
  ]
2178
2183
  ],
2179
2184
  "description": "bring components from remote scopes into your workspace",
package/cli-reference.mdx CHANGED
@@ -1118,6 +1118,7 @@ without arguments, fetches all workspace components' latest versions from their
1118
1118
  | `--track-only` | | do not write any component files, just create .bitmap entries of the imported components. Useful when the files already exist and just want to re-add the component to the bitmap |
1119
1119
  | `--include-deprecated` | | when importing with patterns, include deprecated components (default to exclude them) |
1120
1120
  | `--lane-only` | | when using wildcards on a lane, only import components that exist on the lane (never from main) |
1121
+ | `--owner` | | treat the argument as an owner name and import all components from all scopes of that owner |
1121
1122
 
1122
1123
  ---
1123
1124
 
@@ -1,4 +1,4 @@
1
1
  ---
2
- description: 'Bit command synopses. Bit version: 1.13.11'
2
+ description: 'Bit command synopses. Bit version: 1.13.13'
3
3
  labels: ['cli', 'mdx', 'docs']
4
4
  ---
@@ -2174,6 +2174,11 @@
2174
2174
  "",
2175
2175
  "lane-only",
2176
2176
  "when using wildcards on a lane, only import components that exist on the lane (never from main)"
2177
+ ],
2178
+ [
2179
+ "",
2180
+ "owner",
2181
+ "treat the argument as an owner name and import all components from all scopes of that owner"
2177
2182
  ]
2178
2183
  ],
2179
2184
  "description": "bring components from remote scopes into your workspace",
@@ -2319,7 +2319,9 @@ function _createMdxContent(props) {
2319
2319
  children: "--include-deprecated"
2320
2320
  }), " | | when importing with patterns, include deprecated components (default to exclude them) |\n| ", (0, _jsxRuntime.jsx)(_components.code, {
2321
2321
  children: "--lane-only"
2322
- }), " | | when using wildcards on a lane, only import components that exist on the lane (never from main) |"]
2322
+ }), " | | when using wildcards on a lane, only import components that exist on the lane (never from main) |\n| ", (0, _jsxRuntime.jsx)(_components.code, {
2323
+ children: "--owner"
2324
+ }), " | | treat the argument as an owner name and import all components from all scopes of that owner |"]
2323
2325
  }), "\n", (0, _jsxRuntime.jsx)(_components.hr, {}), "\n", (0, _jsxRuntime.jsx)(_components.h2, {
2324
2326
  children: "init"
2325
2327
  }), "\n", (0, _jsxRuntime.jsxs)(_components.p, {