@teambit/harmony.content.cli-reference 2.0.648 → 2.0.649

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.11.10'
2
+ description: 'Bit command synopses. Bit version: 1.11.11'
3
3
  labels: ['cli', 'mdx', 'docs']
4
4
  ---
@@ -6,7 +6,7 @@
6
6
  "description": "enable bash/zsh-completion shortcuts for commands and options",
7
7
  "extendedDescription": "",
8
8
  "group": "system",
9
- "private": false
9
+ "private": true
10
10
  },
11
11
  {
12
12
  "name": "cli",
@@ -40,7 +40,7 @@
40
40
  "description": "generate an .md file with all commands details",
41
41
  "extendedDescription": "",
42
42
  "group": "general",
43
- "private": false
43
+ "private": true
44
44
  }
45
45
  ]
46
46
  },
@@ -1272,7 +1272,7 @@
1272
1272
  "description": "set aspects in the workspace/scope config to make them loadable by the workspace/scope",
1273
1273
  "extendedDescription": "",
1274
1274
  "group": "workspace-setup",
1275
- "private": false,
1275
+ "private": true,
1276
1276
  "remoteOp": true,
1277
1277
  "arguments": [
1278
1278
  {
@@ -1288,7 +1288,7 @@
1288
1288
  "description": "unset aspects in the workspace config (opposite of \"use\" command)",
1289
1289
  "extendedDescription": "",
1290
1290
  "group": "workspace-setup",
1291
- "private": false,
1291
+ "private": true,
1292
1292
  "remoteOp": true,
1293
1293
  "arguments": [
1294
1294
  {
@@ -4588,7 +4588,7 @@
4588
4588
  "description": "communicate with bit cli program via http requests",
4589
4589
  "extendedDescription": "",
4590
4590
  "group": "workspace-setup",
4591
- "private": false
4591
+ "private": true
4592
4592
  },
4593
4593
  {
4594
4594
  "name": "pack <componentId> [scopePath]",
package/cli-reference.mdx CHANGED
@@ -400,14 +400,6 @@ The following gets removed by this command:
400
400
 
401
401
  ---
402
402
 
403
- ## completion
404
-
405
- **Description**: enable bash/zsh-completion shortcuts for commands and options
406
-
407
- `bit completion`
408
-
409
- ---
410
-
411
403
  ## config
412
404
 
413
405
  **Description**: config management
@@ -2029,19 +2021,6 @@ optionally, provide [pattern] to limit the fork to specific components
2029
2021
 
2030
2022
  ---
2031
2023
 
2032
- ## server
2033
-
2034
- **Description**: communicate with bit cli program via http requests
2035
-
2036
- `bit server`
2037
-
2038
- | **Option** | **Option alias** | **Description** |
2039
- | --------------- | :--------------: | ------------------------------------------- |
2040
- | `--port [port]` | `-p` | port to run the server on |
2041
- | `--compile` | `-c` | compile components during the watch process |
2042
-
2043
- ---
2044
-
2045
2024
  ## set-peer
2046
2025
 
2047
2026
  **Description**: set a component as always peer
@@ -2326,18 +2305,6 @@ list components templates when inside bit-workspace (for bit-create), otherwise,
2326
2305
 
2327
2306
  ---
2328
2307
 
2329
- ## unuse
2330
-
2331
- **Description**: unset aspects in the workspace config (opposite of "use" command)
2332
-
2333
- `bit unuse <component-id>`
2334
-
2335
- | **Arg** | **Description** |
2336
- | -------------- | :----------------------------: |
2337
- | `component-id` | the component ID of the aspect |
2338
-
2339
- ---
2340
-
2341
2308
  ## update
2342
2309
 
2343
2310
  **Alias**: `up`
@@ -2359,18 +2326,6 @@ list components templates when inside bit-workspace (for bit-create), otherwise,
2359
2326
 
2360
2327
  ---
2361
2328
 
2362
- ## use
2363
-
2364
- **Description**: set aspects in the workspace/scope config to make them loadable by the workspace/scope
2365
-
2366
- `bit use <component-id>`
2367
-
2368
- | **Arg** | **Description** |
2369
- | -------------- | :----------------------------: |
2370
- | `component-id` | the component ID of the aspect |
2371
-
2372
- ---
2373
-
2374
2329
  ## version
2375
2330
 
2376
2331
  **Description**: shows bit version
@@ -1,4 +1,4 @@
1
1
  ---
2
- description: 'Bit command synopses. Bit version: 1.11.10'
2
+ description: 'Bit command synopses. Bit version: 1.11.11'
3
3
  labels: ['cli', 'mdx', 'docs']
4
4
  ---
@@ -6,7 +6,7 @@
6
6
  "description": "enable bash/zsh-completion shortcuts for commands and options",
7
7
  "extendedDescription": "",
8
8
  "group": "system",
9
- "private": false
9
+ "private": true
10
10
  },
11
11
  {
12
12
  "name": "cli",
@@ -40,7 +40,7 @@
40
40
  "description": "generate an .md file with all commands details",
41
41
  "extendedDescription": "",
42
42
  "group": "general",
43
- "private": false
43
+ "private": true
44
44
  }
45
45
  ]
46
46
  },
@@ -1272,7 +1272,7 @@
1272
1272
  "description": "set aspects in the workspace/scope config to make them loadable by the workspace/scope",
1273
1273
  "extendedDescription": "",
1274
1274
  "group": "workspace-setup",
1275
- "private": false,
1275
+ "private": true,
1276
1276
  "remoteOp": true,
1277
1277
  "arguments": [
1278
1278
  {
@@ -1288,7 +1288,7 @@
1288
1288
  "description": "unset aspects in the workspace config (opposite of \"use\" command)",
1289
1289
  "extendedDescription": "",
1290
1290
  "group": "workspace-setup",
1291
- "private": false,
1291
+ "private": true,
1292
1292
  "remoteOp": true,
1293
1293
  "arguments": [
1294
1294
  {
@@ -4588,7 +4588,7 @@
4588
4588
  "description": "communicate with bit cli program via http requests",
4589
4589
  "extendedDescription": "",
4590
4590
  "group": "workspace-setup",
4591
- "private": false
4591
+ "private": true
4592
4592
  },
4593
4593
  {
4594
4594
  "name": "pack <componentId> [scopePath]",
@@ -2084,11 +2084,7 @@ function MDXContent(_ref) {
2084
2084
  }), (0, _react2.mdx)("td", {
2085
2085
  parentName: "tr",
2086
2086
  "align": null
2087
- }, "EXPERIMENTAL. generate d.ts files for typescript components (hurts performance)")))), (0, _react2.mdx)("hr", null), (0, _react2.mdx)("h2", null, "completion"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
2088
- parentName: "p"
2089
- }, "Description"), ": enable bash/zsh-completion shortcuts for commands and options"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("inlineCode", {
2090
- parentName: "p"
2091
- }, "bit completion")), (0, _react2.mdx)("hr", null), (0, _react2.mdx)("h2", null, "config"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
2087
+ }, "EXPERIMENTAL. generate d.ts files for typescript components (hurts performance)")))), (0, _react2.mdx)("hr", null), (0, _react2.mdx)("h2", null, "config"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
2092
2088
  parentName: "p"
2093
2089
  }, "Description"), ": config management", (0, _react2.mdx)("br", {
2094
2090
  parentName: "p"
@@ -10777,62 +10773,7 @@ function MDXContent(_ref) {
10777
10773
  }, "-x")), (0, _react2.mdx)("td", {
10778
10774
  parentName: "tr",
10779
10775
  "align": null
10780
- }, "do not install packages of the imported components")))), (0, _react2.mdx)("hr", null), (0, _react2.mdx)("h2", null, "server"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
10781
- parentName: "p"
10782
- }, "Description"), ": communicate with bit cli program via http requests"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("inlineCode", {
10783
- parentName: "p"
10784
- }, "bit server")), (0, _react2.mdx)("table", null, (0, _react2.mdx)("thead", {
10785
- parentName: "table"
10786
- }, (0, _react2.mdx)("tr", {
10787
- parentName: "thead"
10788
- }, (0, _react2.mdx)("th", {
10789
- parentName: "tr",
10790
- "align": null
10791
- }, (0, _react2.mdx)("strong", {
10792
- parentName: "th"
10793
- }, "Option")), (0, _react2.mdx)("th", {
10794
- parentName: "tr",
10795
- "align": "center"
10796
- }, (0, _react2.mdx)("strong", {
10797
- parentName: "th"
10798
- }, "Option alias")), (0, _react2.mdx)("th", {
10799
- parentName: "tr",
10800
- "align": null
10801
- }, (0, _react2.mdx)("strong", {
10802
- parentName: "th"
10803
- }, "Description")))), (0, _react2.mdx)("tbody", {
10804
- parentName: "table"
10805
- }, (0, _react2.mdx)("tr", {
10806
- parentName: "tbody"
10807
- }, (0, _react2.mdx)("td", {
10808
- parentName: "tr",
10809
- "align": null
10810
- }, (0, _react2.mdx)("inlineCode", {
10811
- parentName: "td"
10812
- }, "--port [port]")), (0, _react2.mdx)("td", {
10813
- parentName: "tr",
10814
- "align": "center"
10815
- }, (0, _react2.mdx)("inlineCode", {
10816
- parentName: "td"
10817
- }, "-p")), (0, _react2.mdx)("td", {
10818
- parentName: "tr",
10819
- "align": null
10820
- }, "port to run the server on")), (0, _react2.mdx)("tr", {
10821
- parentName: "tbody"
10822
- }, (0, _react2.mdx)("td", {
10823
- parentName: "tr",
10824
- "align": null
10825
- }, (0, _react2.mdx)("inlineCode", {
10826
- parentName: "td"
10827
- }, "--compile")), (0, _react2.mdx)("td", {
10828
- parentName: "tr",
10829
- "align": "center"
10830
- }, (0, _react2.mdx)("inlineCode", {
10831
- parentName: "td"
10832
- }, "-c")), (0, _react2.mdx)("td", {
10833
- parentName: "tr",
10834
- "align": null
10835
- }, "compile components during the watch process")))), (0, _react2.mdx)("hr", null), (0, _react2.mdx)("h2", null, "set-peer"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
10776
+ }, "do not install packages of the imported components")))), (0, _react2.mdx)("hr", null), (0, _react2.mdx)("h2", null, "set-peer"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
10836
10777
  parentName: "p"
10837
10778
  }, "Description"), ": set a component as always peer"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("inlineCode", {
10838
10779
  parentName: "p"
@@ -12533,37 +12474,7 @@ function MDXContent(_ref) {
12533
12474
  }, "component-id")), (0, _react2.mdx)("td", {
12534
12475
  parentName: "tr",
12535
12476
  "align": "center"
12536
- }, "the component to unset as always peer")))), (0, _react2.mdx)("hr", null), (0, _react2.mdx)("h2", null, "unuse"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
12537
- parentName: "p"
12538
- }, "Description"), ": unset aspects in the workspace config (opposite of \"use\" command)"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("inlineCode", {
12539
- parentName: "p"
12540
- }, "bit unuse <component-id>")), (0, _react2.mdx)("table", null, (0, _react2.mdx)("thead", {
12541
- parentName: "table"
12542
- }, (0, _react2.mdx)("tr", {
12543
- parentName: "thead"
12544
- }, (0, _react2.mdx)("th", {
12545
- parentName: "tr",
12546
- "align": null
12547
- }, (0, _react2.mdx)("strong", {
12548
- parentName: "th"
12549
- }, "Arg")), (0, _react2.mdx)("th", {
12550
- parentName: "tr",
12551
- "align": "center"
12552
- }, (0, _react2.mdx)("strong", {
12553
- parentName: "th"
12554
- }, "Description")))), (0, _react2.mdx)("tbody", {
12555
- parentName: "table"
12556
- }, (0, _react2.mdx)("tr", {
12557
- parentName: "tbody"
12558
- }, (0, _react2.mdx)("td", {
12559
- parentName: "tr",
12560
- "align": null
12561
- }, (0, _react2.mdx)("inlineCode", {
12562
- parentName: "td"
12563
- }, "component-id")), (0, _react2.mdx)("td", {
12564
- parentName: "tr",
12565
- "align": "center"
12566
- }, "the component ID of the aspect")))), (0, _react2.mdx)("hr", null), (0, _react2.mdx)("h2", null, "update"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
12477
+ }, "the component to unset as always peer")))), (0, _react2.mdx)("hr", null), (0, _react2.mdx)("h2", null, "update"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
12567
12478
  parentName: "p"
12568
12479
  }, "Alias"), ": ", (0, _react2.mdx)("inlineCode", {
12569
12480
  parentName: "p"
@@ -12689,37 +12600,7 @@ function MDXContent(_ref) {
12689
12600
  }), (0, _react2.mdx)("td", {
12690
12601
  parentName: "tr",
12691
12602
  "align": null
12692
- }, "update to the newest version respecting semver")))), (0, _react2.mdx)("hr", null), (0, _react2.mdx)("h2", null, "use"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
12693
- parentName: "p"
12694
- }, "Description"), ": set aspects in the workspace/scope config to make them loadable by the workspace/scope"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("inlineCode", {
12695
- parentName: "p"
12696
- }, "bit use <component-id>")), (0, _react2.mdx)("table", null, (0, _react2.mdx)("thead", {
12697
- parentName: "table"
12698
- }, (0, _react2.mdx)("tr", {
12699
- parentName: "thead"
12700
- }, (0, _react2.mdx)("th", {
12701
- parentName: "tr",
12702
- "align": null
12703
- }, (0, _react2.mdx)("strong", {
12704
- parentName: "th"
12705
- }, "Arg")), (0, _react2.mdx)("th", {
12706
- parentName: "tr",
12707
- "align": "center"
12708
- }, (0, _react2.mdx)("strong", {
12709
- parentName: "th"
12710
- }, "Description")))), (0, _react2.mdx)("tbody", {
12711
- parentName: "table"
12712
- }, (0, _react2.mdx)("tr", {
12713
- parentName: "tbody"
12714
- }, (0, _react2.mdx)("td", {
12715
- parentName: "tr",
12716
- "align": null
12717
- }, (0, _react2.mdx)("inlineCode", {
12718
- parentName: "td"
12719
- }, "component-id")), (0, _react2.mdx)("td", {
12720
- parentName: "tr",
12721
- "align": "center"
12722
- }, "the component ID of the aspect")))), (0, _react2.mdx)("hr", null), (0, _react2.mdx)("h2", null, "version"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
12603
+ }, "update to the newest version respecting semver")))), (0, _react2.mdx)("hr", null), (0, _react2.mdx)("h2", null, "version"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
12723
12604
  parentName: "p"
12724
12605
  }, "Description"), ": shows bit version"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("inlineCode", {
12725
12606
  parentName: "p"