@teambit/harmony.content.cli-reference 2.0.17 → 2.0.19

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.1.2'
2
+ description: 'Bit command synopses. Bit version: 1.1.4'
3
3
  labels: ['cli', 'mdx', 'docs']
4
4
  ---
5
5
 
@@ -496,13 +496,18 @@
496
496
  ],
497
497
  [
498
498
  "",
499
- "suppress-browser-launch",
499
+ "no-browser",
500
500
  "do not open a browser for authentication"
501
501
  ],
502
502
  [
503
503
  "",
504
504
  "machine-name <name>",
505
505
  "specify machine-name to pair with the token (useful for CI to avoid accidentally revoking the token)"
506
+ ],
507
+ [
508
+ "",
509
+ "suppress-browser-launch",
510
+ "DEPRECATE. use --no-browser instead"
506
511
  ]
507
512
  ],
508
513
  "description": "log in to Bit cloud",
@@ -2017,6 +2022,11 @@
2017
2022
  "",
2018
2023
  "skip-fetching-objects",
2019
2024
  "skip fetch missing objects from remotes before linking"
2025
+ ],
2026
+ [
2027
+ "",
2028
+ "peers",
2029
+ "link peer dependencies of the components too"
2020
2030
  ]
2021
2031
  ],
2022
2032
  "description": "create links in the node_modules directory, to core aspects and to components in the workspace",
@@ -2321,6 +2331,11 @@
2321
2331
  "fork-lane-new-scope",
2322
2332
  "allow exporting a forked lane into a different scope than the original scope"
2323
2333
  ],
2334
+ [
2335
+ "",
2336
+ "no-browser",
2337
+ "do not open a browser once the export is completed in the cloud job url"
2338
+ ],
2324
2339
  [
2325
2340
  "j",
2326
2341
  "json",
package/cli-reference.mdx CHANGED
@@ -768,6 +768,7 @@ bit export => export all staged snaps/tags of components to their remote scope.
768
768
  | `--head-only` | | EXPERIMENTAL. in case previous export failed and locally it shows exported and only one snap/tag was created, try using this flag |
769
769
  | `--ignore-missing-artifacts` | | EXPERIMENTAL. don't throw an error when artifact files are missing. not recommended, unless you're sure the artifacts are in the remote |
770
770
  | `--fork-lane-new-scope` | | allow exporting a forked lane into a different scope than the original scope |
771
+ | `--no-browser` | | do not open a browser once the export is completed in the cloud job url |
771
772
  | `--json` | `-j` | show output in json format |
772
773
 
773
774
  ---
@@ -1229,6 +1230,7 @@ also, checkout the workspace components according to the restored lane state
1229
1230
  | `--rewire` | `-r` | Replace relative paths with module paths in code (e.g. "../foo" => "@bit/foo") |
1230
1231
  | `--target <dir>` | | link to an external directory (similar to npm-link) so other projects could use these components |
1231
1232
  | `--skip-fetching-objects` | | skip fetch missing objects from remotes before linking |
1233
+ | `--peers` | | link peer dependencies of the components too |
1232
1234
 
1233
1235
  ---
1234
1236
 
@@ -1309,8 +1311,9 @@ also, checkout the workspace components according to the restored lane state
1309
1311
  | --------------------------- | :--------------: | ---------------------------------------------------------------------------------------------------- |
1310
1312
  | `--cloud-domain <domain>` | `-d` | login cloud domain (default bit.cloud) |
1311
1313
  | `--port <port>` | `-p` | port number to open for localhost server (default 8085) |
1312
- | `--suppress-browser-launch` | | do not open a browser for authentication |
1314
+ | `--no-browser` | | do not open a browser for authentication |
1313
1315
  | `--machine-name <name>` | | specify machine-name to pair with the token (useful for CI to avoid accidentally revoking the token) |
1316
+ | `--suppress-browser-launch` | | DEPRECATE. use --no-browser instead |
1314
1317
 
1315
1318
  ---
1316
1319
 
@@ -1,5 +1,5 @@
1
1
  ---
2
- description: 'Bit command synopses. Bit version: 1.1.2'
2
+ description: 'Bit command synopses. Bit version: 1.1.4'
3
3
  labels: ['cli', 'mdx', 'docs']
4
4
  ---
5
5
 
@@ -496,13 +496,18 @@
496
496
  ],
497
497
  [
498
498
  "",
499
- "suppress-browser-launch",
499
+ "no-browser",
500
500
  "do not open a browser for authentication"
501
501
  ],
502
502
  [
503
503
  "",
504
504
  "machine-name <name>",
505
505
  "specify machine-name to pair with the token (useful for CI to avoid accidentally revoking the token)"
506
+ ],
507
+ [
508
+ "",
509
+ "suppress-browser-launch",
510
+ "DEPRECATE. use --no-browser instead"
506
511
  ]
507
512
  ],
508
513
  "description": "log in to Bit cloud",
@@ -2017,6 +2022,11 @@
2017
2022
  "",
2018
2023
  "skip-fetching-objects",
2019
2024
  "skip fetch missing objects from remotes before linking"
2025
+ ],
2026
+ [
2027
+ "",
2028
+ "peers",
2029
+ "link peer dependencies of the components too"
2020
2030
  ]
2021
2031
  ],
2022
2032
  "description": "create links in the node_modules directory, to core aspects and to components in the workspace",
@@ -2321,6 +2331,11 @@
2321
2331
  "fork-lane-new-scope",
2322
2332
  "allow exporting a forked lane into a different scope than the original scope"
2323
2333
  ],
2334
+ [
2335
+ "",
2336
+ "no-browser",
2337
+ "do not open a browser once the export is completed in the cloud job url"
2338
+ ],
2324
2339
  [
2325
2340
  "j",
2326
2341
  "json",
@@ -3510,6 +3510,19 @@ function MDXContent(_ref) {
3510
3510
  "align": null
3511
3511
  }, (0, _react2.mdx)("inlineCode", {
3512
3512
  parentName: "td"
3513
+ }, "--no-browser")), (0, _react2.mdx)("td", {
3514
+ parentName: "tr",
3515
+ "align": "center"
3516
+ }), (0, _react2.mdx)("td", {
3517
+ parentName: "tr",
3518
+ "align": null
3519
+ }, "do not open a browser once the export is completed in the cloud job url")), (0, _react2.mdx)("tr", {
3520
+ parentName: "tbody"
3521
+ }, (0, _react2.mdx)("td", {
3522
+ parentName: "tr",
3523
+ "align": null
3524
+ }, (0, _react2.mdx)("inlineCode", {
3525
+ parentName: "td"
3513
3526
  }, "--json")), (0, _react2.mdx)("td", {
3514
3527
  parentName: "tr",
3515
3528
  "align": "center"
@@ -6229,7 +6242,20 @@ function MDXContent(_ref) {
6229
6242
  }), (0, _react2.mdx)("td", {
6230
6243
  parentName: "tr",
6231
6244
  "align": null
6232
- }, "skip fetch missing objects from remotes before linking")))), (0, _react2.mdx)("hr", null), (0, _react2.mdx)("h2", null, "lint"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
6245
+ }, "skip fetch missing objects from remotes before linking")), (0, _react2.mdx)("tr", {
6246
+ parentName: "tbody"
6247
+ }, (0, _react2.mdx)("td", {
6248
+ parentName: "tr",
6249
+ "align": null
6250
+ }, (0, _react2.mdx)("inlineCode", {
6251
+ parentName: "td"
6252
+ }, "--peers")), (0, _react2.mdx)("td", {
6253
+ parentName: "tr",
6254
+ "align": "center"
6255
+ }), (0, _react2.mdx)("td", {
6256
+ parentName: "tr",
6257
+ "align": null
6258
+ }, "link peer dependencies of the components too")))), (0, _react2.mdx)("hr", null), (0, _react2.mdx)("h2", null, "lint"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
6233
6259
  parentName: "p"
6234
6260
  }, "Description"), ": lint components in the development workspace"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("inlineCode", {
6235
6261
  parentName: "p"
@@ -6655,7 +6681,7 @@ function MDXContent(_ref) {
6655
6681
  "align": null
6656
6682
  }, (0, _react2.mdx)("inlineCode", {
6657
6683
  parentName: "td"
6658
- }, "--suppress-browser-launch")), (0, _react2.mdx)("td", {
6684
+ }, "--no-browser")), (0, _react2.mdx)("td", {
6659
6685
  parentName: "tr",
6660
6686
  "align": "center"
6661
6687
  }), (0, _react2.mdx)("td", {
@@ -6674,7 +6700,20 @@ function MDXContent(_ref) {
6674
6700
  }), (0, _react2.mdx)("td", {
6675
6701
  parentName: "tr",
6676
6702
  "align": null
6677
- }, "specify machine-name to pair with the token (useful for CI to avoid accidentally revoking the token)")))), (0, _react2.mdx)("hr", null), (0, _react2.mdx)("h2", null, "logout"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
6703
+ }, "specify machine-name to pair with the token (useful for CI to avoid accidentally revoking the token)")), (0, _react2.mdx)("tr", {
6704
+ parentName: "tbody"
6705
+ }, (0, _react2.mdx)("td", {
6706
+ parentName: "tr",
6707
+ "align": null
6708
+ }, (0, _react2.mdx)("inlineCode", {
6709
+ parentName: "td"
6710
+ }, "--suppress-browser-launch")), (0, _react2.mdx)("td", {
6711
+ parentName: "tr",
6712
+ "align": "center"
6713
+ }), (0, _react2.mdx)("td", {
6714
+ parentName: "tr",
6715
+ "align": null
6716
+ }, "DEPRECATE. use --no-browser instead")))), (0, _react2.mdx)("hr", null), (0, _react2.mdx)("h2", null, "logout"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
6678
6717
  parentName: "p"
6679
6718
  }, "Description"), ": log the CLI out of Bit"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("inlineCode", {
6680
6719
  parentName: "p"