@teambit/harmony.content.cli-reference 2.0.173 → 2.0.174

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.58'
2
+ description: 'Bit command synopses. Bit version: 1.6.59'
3
3
  labels: ['cli', 'mdx', 'docs']
4
4
  ---
5
5
 
@@ -1134,6 +1134,11 @@
1134
1134
  "name": "get <component-name>",
1135
1135
  "alias": "",
1136
1136
  "options": [
1137
+ [
1138
+ "",
1139
+ "scope",
1140
+ "get the data from the scope instead of the workspace"
1141
+ ],
1137
1142
  [
1138
1143
  "t",
1139
1144
  "tree",
package/cli-reference.mdx CHANGED
@@ -493,6 +493,7 @@ this command marks the components as deleted, and after snap/tag and export they
493
493
 
494
494
  | **Option** | **Option alias** | **Description** |
495
495
  | ---------- | :--------------: | ---------------------------------------------------------------- |
496
+ | `--scope` | | get the data from the scope instead of the workspace |
496
497
  | `--tree` | `-t` | EXPERIMENTAL. render dependencies as a tree, similar to "npm ls" |
497
498
 
498
499
  ### deps remove
@@ -1,5 +1,5 @@
1
1
  ---
2
- description: 'Bit command synopses. Bit version: 1.6.58'
2
+ description: 'Bit command synopses. Bit version: 1.6.59'
3
3
  labels: ['cli', 'mdx', 'docs']
4
4
  ---
5
5
 
@@ -1134,6 +1134,11 @@
1134
1134
  "name": "get <component-name>",
1135
1135
  "alias": "",
1136
1136
  "options": [
1137
+ [
1138
+ "",
1139
+ "scope",
1140
+ "get the data from the scope instead of the workspace"
1141
+ ],
1137
1142
  [
1138
1143
  "t",
1139
1144
  "tree",
@@ -2338,6 +2338,19 @@ function MDXContent(_ref) {
2338
2338
  "align": null
2339
2339
  }, (0, _react2.mdx)("inlineCode", {
2340
2340
  parentName: "td"
2341
+ }, "--scope")), (0, _react2.mdx)("td", {
2342
+ parentName: "tr",
2343
+ "align": "center"
2344
+ }), (0, _react2.mdx)("td", {
2345
+ parentName: "tr",
2346
+ "align": null
2347
+ }, "get the data from the scope instead of the workspace")), (0, _react2.mdx)("tr", {
2348
+ parentName: "tbody"
2349
+ }, (0, _react2.mdx)("td", {
2350
+ parentName: "tr",
2351
+ "align": null
2352
+ }, (0, _react2.mdx)("inlineCode", {
2353
+ parentName: "td"
2341
2354
  }, "--tree")), (0, _react2.mdx)("td", {
2342
2355
  parentName: "tr",
2343
2356
  "align": "center"