@teambit/harmony.content.cli-reference 2.0.18 → 2.0.20
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 +13 -3
- package/cli-reference.mdx +5 -2
- package/dist/cli-reference.docs.mdx +1 -1
- package/dist/cli-reference.json +13 -3
- package/dist/cli-reference.mdx.js +31 -3
- package/dist/cli-reference.mdx.js.map +1 -1
- package/dist/{preview-1696477088535.js → preview-1696648574996.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",
|
|
@@ -3403,8 +3413,8 @@
|
|
|
3403
3413
|
"the name of the lane to rename. if not specified, the current lane is used"
|
|
3404
3414
|
]
|
|
3405
3415
|
],
|
|
3406
|
-
"description": "EXPERIMENTAL. change the lane-name locally
|
|
3407
|
-
"extendedDescription": "",
|
|
3416
|
+
"description": "EXPERIMENTAL. change the lane-name locally",
|
|
3417
|
+
"extendedDescription": "the remote will be updated after the next \"bit export\" command",
|
|
3408
3418
|
"group": "ungrouped",
|
|
3409
3419
|
"private": false
|
|
3410
3420
|
},
|
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
|
---
|
|
@@ -1069,7 +1070,8 @@ it is useful e.g. when having multiple lanes with the same name, but with differ
|
|
|
1069
1070
|
|
|
1070
1071
|
**Usage**: `lane rename <new-name>`
|
|
1071
1072
|
|
|
1072
|
-
**Description**: EXPERIMENTAL. change the lane-name locally
|
|
1073
|
+
**Description**: EXPERIMENTAL. change the lane-name locally
|
|
1074
|
+
the remote will be updated after the next "bit export" command
|
|
1073
1075
|
|
|
1074
1076
|
| **Option** | **Option alias** | **Description** |
|
|
1075
1077
|
| ------------------------- | :--------------: | -------------------------------------------------------------------------- |
|
|
@@ -1310,8 +1312,9 @@ also, checkout the workspace components according to the restored lane state
|
|
|
1310
1312
|
| --------------------------- | :--------------: | ---------------------------------------------------------------------------------------------------- |
|
|
1311
1313
|
| `--cloud-domain <domain>` | `-d` | login cloud domain (default bit.cloud) |
|
|
1312
1314
|
| `--port <port>` | `-p` | port number to open for localhost server (default 8085) |
|
|
1313
|
-
| `--
|
|
1315
|
+
| `--no-browser` | | do not open a browser for authentication |
|
|
1314
1316
|
| `--machine-name <name>` | | specify machine-name to pair with the token (useful for CI to avoid accidentally revoking the token) |
|
|
1317
|
+
| `--suppress-browser-launch` | | DEPRECATE. use --no-browser instead |
|
|
1315
1318
|
|
|
1316
1319
|
---
|
|
1317
1320
|
|
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",
|
|
@@ -3403,8 +3413,8 @@
|
|
|
3403
3413
|
"the name of the lane to rename. if not specified, the current lane is used"
|
|
3404
3414
|
]
|
|
3405
3415
|
],
|
|
3406
|
-
"description": "EXPERIMENTAL. change the lane-name locally
|
|
3407
|
-
"extendedDescription": "",
|
|
3416
|
+
"description": "EXPERIMENTAL. change the lane-name locally",
|
|
3417
|
+
"extendedDescription": "the remote will be updated after the next \"bit export\" command",
|
|
3408
3418
|
"group": "ungrouped",
|
|
3409
3419
|
"private": false
|
|
3410
3420
|
},
|
|
@@ -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"
|
|
@@ -5281,7 +5294,9 @@ function MDXContent(_ref) {
|
|
|
5281
5294
|
parentName: "p"
|
|
5282
5295
|
}, "lane rename <new-name>")), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
|
|
5283
5296
|
parentName: "p"
|
|
5284
|
-
}, "Description"), ": EXPERIMENTAL. change the lane-name locally
|
|
5297
|
+
}, "Description"), ": EXPERIMENTAL. change the lane-name locally", (0, _react2.mdx)("br", {
|
|
5298
|
+
parentName: "p"
|
|
5299
|
+
}), "\n", "the remote will be updated after the next \"bit export\" command"), (0, _react2.mdx)("table", null, (0, _react2.mdx)("thead", {
|
|
5285
5300
|
parentName: "table"
|
|
5286
5301
|
}, (0, _react2.mdx)("tr", {
|
|
5287
5302
|
parentName: "thead"
|
|
@@ -6668,7 +6683,7 @@ function MDXContent(_ref) {
|
|
|
6668
6683
|
"align": null
|
|
6669
6684
|
}, (0, _react2.mdx)("inlineCode", {
|
|
6670
6685
|
parentName: "td"
|
|
6671
|
-
}, "--
|
|
6686
|
+
}, "--no-browser")), (0, _react2.mdx)("td", {
|
|
6672
6687
|
parentName: "tr",
|
|
6673
6688
|
"align": "center"
|
|
6674
6689
|
}), (0, _react2.mdx)("td", {
|
|
@@ -6687,7 +6702,20 @@ function MDXContent(_ref) {
|
|
|
6687
6702
|
}), (0, _react2.mdx)("td", {
|
|
6688
6703
|
parentName: "tr",
|
|
6689
6704
|
"align": null
|
|
6690
|
-
}, "specify machine-name to pair with the token (useful for CI to avoid accidentally revoking the token)"))
|
|
6705
|
+
}, "specify machine-name to pair with the token (useful for CI to avoid accidentally revoking the token)")), (0, _react2.mdx)("tr", {
|
|
6706
|
+
parentName: "tbody"
|
|
6707
|
+
}, (0, _react2.mdx)("td", {
|
|
6708
|
+
parentName: "tr",
|
|
6709
|
+
"align": null
|
|
6710
|
+
}, (0, _react2.mdx)("inlineCode", {
|
|
6711
|
+
parentName: "td"
|
|
6712
|
+
}, "--suppress-browser-launch")), (0, _react2.mdx)("td", {
|
|
6713
|
+
parentName: "tr",
|
|
6714
|
+
"align": "center"
|
|
6715
|
+
}), (0, _react2.mdx)("td", {
|
|
6716
|
+
parentName: "tr",
|
|
6717
|
+
"align": null
|
|
6718
|
+
}, "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
6719
|
parentName: "p"
|
|
6692
6720
|
}, "Description"), ": log the CLI out of Bit"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("inlineCode", {
|
|
6693
6721
|
parentName: "p"
|