@teambit/harmony.content.cli-reference 2.0.487 → 2.0.489

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.9.0'
2
+ description: 'Bit command synopses. Bit version: 1.9.2'
3
3
  labels: ['cli', 'mdx', 'docs']
4
4
  ---
5
5
 
@@ -439,6 +439,11 @@
439
439
  "no-browser",
440
440
  "do not automatically open browser when ready"
441
441
  ],
442
+ [
443
+ "",
444
+ "show-internal-urls",
445
+ "show urls for all internal dev servers"
446
+ ],
442
447
  [
443
448
  "",
444
449
  "skip-compilation",
package/cli-reference.mdx CHANGED
@@ -2020,6 +2020,7 @@ as a result of this change
2020
2020
  | `--skip-ui-build` | | skip building UI |
2021
2021
  | `--verbose` | `-v` | show verbose output for inspection and prints stack trace |
2022
2022
  | `--no-browser` | `-n` | do not automatically open browser when ready |
2023
+ | `--show-internal-urls` | | show urls for all internal dev servers |
2023
2024
  | `--skip-compilation` | | skip the auto-compilation before starting the web-server |
2024
2025
  | `--ui-root-name [type]` | `-u` | name of the ui root to use, e.g. "teambit.scope/scope" or "teambit.workspace/workspace" |
2025
2026
 
@@ -1,5 +1,5 @@
1
1
  ---
2
- description: 'Bit command synopses. Bit version: 1.9.0'
2
+ description: 'Bit command synopses. Bit version: 1.9.2'
3
3
  labels: ['cli', 'mdx', 'docs']
4
4
  ---
5
5
 
@@ -439,6 +439,11 @@
439
439
  "no-browser",
440
440
  "do not automatically open browser when ready"
441
441
  ],
442
+ [
443
+ "",
444
+ "show-internal-urls",
445
+ "show urls for all internal dev servers"
446
+ ],
442
447
  [
443
448
  "",
444
449
  "skip-compilation",
@@ -10604,6 +10604,19 @@ function MDXContent(_ref) {
10604
10604
  "align": null
10605
10605
  }, (0, _react2.mdx)("inlineCode", {
10606
10606
  parentName: "td"
10607
+ }, "--show-internal-urls")), (0, _react2.mdx)("td", {
10608
+ parentName: "tr",
10609
+ "align": "center"
10610
+ }), (0, _react2.mdx)("td", {
10611
+ parentName: "tr",
10612
+ "align": null
10613
+ }, "show urls for all internal dev servers")), (0, _react2.mdx)("tr", {
10614
+ parentName: "tbody"
10615
+ }, (0, _react2.mdx)("td", {
10616
+ parentName: "tr",
10617
+ "align": null
10618
+ }, (0, _react2.mdx)("inlineCode", {
10619
+ parentName: "td"
10607
10620
  }, "--skip-compilation")), (0, _react2.mdx)("td", {
10608
10621
  parentName: "tr",
10609
10622
  "align": "center"