@teambit/harmony.content.cli-reference 2.0.18 → 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.
- package/cli-reference.docs.mdx +1 -1
- package/cli-reference.json +11 -1
- package/cli-reference.mdx +3 -1
- package/dist/cli-reference.docs.mdx +1 -1
- package/dist/cli-reference.json +11 -1
- package/dist/cli-reference.mdx.js +28 -2
- package/dist/cli-reference.mdx.js.map +1 -1
- package/dist/{preview-1696477088535.js → preview-1696562185819.js} +2 -2
- package/package.json +2 -2
package/cli-reference.docs.mdx
CHANGED
package/cli-reference.json
CHANGED
|
@@ -496,13 +496,18 @@
|
|
|
496
496
|
],
|
|
497
497
|
[
|
|
498
498
|
"",
|
|
499
|
-
"
|
|
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",
|
|
@@ -2326,6 +2331,11 @@
|
|
|
2326
2331
|
"fork-lane-new-scope",
|
|
2327
2332
|
"allow exporting a forked lane into a different scope than the original scope"
|
|
2328
2333
|
],
|
|
2334
|
+
[
|
|
2335
|
+
"",
|
|
2336
|
+
"no-browser",
|
|
2337
|
+
"do not open a browser once the export is completed in the cloud job url"
|
|
2338
|
+
],
|
|
2329
2339
|
[
|
|
2330
2340
|
"j",
|
|
2331
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
|
---
|
|
@@ -1310,8 +1311,9 @@ also, checkout the workspace components according to the restored lane state
|
|
|
1310
1311
|
| --------------------------- | :--------------: | ---------------------------------------------------------------------------------------------------- |
|
|
1311
1312
|
| `--cloud-domain <domain>` | `-d` | login cloud domain (default bit.cloud) |
|
|
1312
1313
|
| `--port <port>` | `-p` | port number to open for localhost server (default 8085) |
|
|
1313
|
-
| `--
|
|
1314
|
+
| `--no-browser` | | do not open a browser for authentication |
|
|
1314
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 |
|
|
1315
1317
|
|
|
1316
1318
|
---
|
|
1317
1319
|
|
package/dist/cli-reference.json
CHANGED
|
@@ -496,13 +496,18 @@
|
|
|
496
496
|
],
|
|
497
497
|
[
|
|
498
498
|
"",
|
|
499
|
-
"
|
|
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",
|
|
@@ -2326,6 +2331,11 @@
|
|
|
2326
2331
|
"fork-lane-new-scope",
|
|
2327
2332
|
"allow exporting a forked lane into a different scope than the original scope"
|
|
2328
2333
|
],
|
|
2334
|
+
[
|
|
2335
|
+
"",
|
|
2336
|
+
"no-browser",
|
|
2337
|
+
"do not open a browser once the export is completed in the cloud job url"
|
|
2338
|
+
],
|
|
2329
2339
|
[
|
|
2330
2340
|
"j",
|
|
2331
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"
|
|
@@ -6668,7 +6681,7 @@ function MDXContent(_ref) {
|
|
|
6668
6681
|
"align": null
|
|
6669
6682
|
}, (0, _react2.mdx)("inlineCode", {
|
|
6670
6683
|
parentName: "td"
|
|
6671
|
-
}, "--
|
|
6684
|
+
}, "--no-browser")), (0, _react2.mdx)("td", {
|
|
6672
6685
|
parentName: "tr",
|
|
6673
6686
|
"align": "center"
|
|
6674
6687
|
}), (0, _react2.mdx)("td", {
|
|
@@ -6687,7 +6700,20 @@ function MDXContent(_ref) {
|
|
|
6687
6700
|
}), (0, _react2.mdx)("td", {
|
|
6688
6701
|
parentName: "tr",
|
|
6689
6702
|
"align": null
|
|
6690
|
-
}, "specify machine-name to pair with the token (useful for CI to avoid accidentally revoking the token)"))
|
|
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", {
|
|
6691
6717
|
parentName: "p"
|
|
6692
6718
|
}, "Description"), ": log the CLI out of Bit"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("inlineCode", {
|
|
6693
6719
|
parentName: "p"
|