@teambit/harmony.content.cli-reference 1.95.134 → 1.95.136
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.json +28 -2
- package/cli-reference.mdx +19 -1
- package/dist/cli-reference.json +28 -2
- package/dist/cli-reference.mdx.js +49 -3
- package/dist/cli-reference.mdx.js.map +1 -1
- package/dist/{preview-1680406095586.js → preview-1682239821663.js} +2 -2
- package/package-tar/teambit-harmony.content.cli-reference-1.95.136.tgz +0 -0
- package/package.json +2 -2
- package/package-tar/teambit-harmony.content.cli-reference-1.95.134.tgz +0 -0
package/cli-reference.json
CHANGED
|
@@ -847,6 +847,26 @@
|
|
|
847
847
|
"group": "workspace",
|
|
848
848
|
"private": false
|
|
849
849
|
},
|
|
850
|
+
{
|
|
851
|
+
"name": "system <sub-command>",
|
|
852
|
+
"alias": "",
|
|
853
|
+
"options": [],
|
|
854
|
+
"description": "system operations",
|
|
855
|
+
"extendedDescription": "",
|
|
856
|
+
"group": "workspace",
|
|
857
|
+
"private": false,
|
|
858
|
+
"commands": [
|
|
859
|
+
{
|
|
860
|
+
"name": "log",
|
|
861
|
+
"alias": "",
|
|
862
|
+
"options": [],
|
|
863
|
+
"description": "print debug.log to the screen",
|
|
864
|
+
"extendedDescription": "",
|
|
865
|
+
"group": "workspace",
|
|
866
|
+
"private": false
|
|
867
|
+
}
|
|
868
|
+
]
|
|
869
|
+
},
|
|
850
870
|
{
|
|
851
871
|
"name": "start [type] [pattern]",
|
|
852
872
|
"alias": "c",
|
|
@@ -1036,9 +1056,15 @@
|
|
|
1036
1056
|
"private": false
|
|
1037
1057
|
},
|
|
1038
1058
|
{
|
|
1039
|
-
"name": "capsule
|
|
1059
|
+
"name": "capsule",
|
|
1040
1060
|
"alias": "",
|
|
1041
|
-
"options": [
|
|
1061
|
+
"options": [
|
|
1062
|
+
[
|
|
1063
|
+
"j",
|
|
1064
|
+
"json",
|
|
1065
|
+
"json format"
|
|
1066
|
+
]
|
|
1067
|
+
],
|
|
1042
1068
|
"description": "manage capsules",
|
|
1043
1069
|
"extendedDescription": "a capsule is a directory containing the component code, isolated from the workspace.\nnormally, capsules are created during the build process, the component files are copied and the packages are installed\nvia the configured package-manager. the purpose is to compile/test them in isolation to make sure they will work for\nother users after publishing/exporting them.",
|
|
1044
1070
|
"group": "capsules",
|
package/cli-reference.mdx
CHANGED
|
@@ -164,7 +164,7 @@ normally, capsules are created during the build process, the component files are
|
|
|
164
164
|
via the configured package-manager. the purpose is to compile/test them in isolation to make sure they will work for
|
|
165
165
|
other users after publishing/exporting them.
|
|
166
166
|
|
|
167
|
-
`bit capsule
|
|
167
|
+
`bit capsule`
|
|
168
168
|
|
|
169
169
|
### capsule list
|
|
170
170
|
|
|
@@ -205,6 +205,10 @@ with no args, only workspace's capsules are deleted
|
|
|
205
205
|
| `--scope-aspects` | | delete scope-aspects capsules |
|
|
206
206
|
| `--all` | `-a` | delete all capsules for all workspaces and scopes |
|
|
207
207
|
|
|
208
|
+
| **Option** | **Option alias** | **Description** |
|
|
209
|
+
| ---------- | :--------------: | --------------- |
|
|
210
|
+
| `--json` | `-j` | json format |
|
|
211
|
+
|
|
208
212
|
---
|
|
209
213
|
|
|
210
214
|
## check-types
|
|
@@ -1396,6 +1400,20 @@ you can use a pattern for multiple ids, such as bit snap "utils/\*". (wrap the p
|
|
|
1396
1400
|
|
|
1397
1401
|
---
|
|
1398
1402
|
|
|
1403
|
+
## system
|
|
1404
|
+
|
|
1405
|
+
**Description**: system operations
|
|
1406
|
+
|
|
1407
|
+
`bit system <sub-command>`
|
|
1408
|
+
|
|
1409
|
+
### system log
|
|
1410
|
+
|
|
1411
|
+
**Usage**: `system log`
|
|
1412
|
+
|
|
1413
|
+
**Description**: print debug.log to the screen
|
|
1414
|
+
|
|
1415
|
+
---
|
|
1416
|
+
|
|
1399
1417
|
## tag
|
|
1400
1418
|
|
|
1401
1419
|
**Alias**: `t`
|
package/dist/cli-reference.json
CHANGED
|
@@ -847,6 +847,26 @@
|
|
|
847
847
|
"group": "workspace",
|
|
848
848
|
"private": false
|
|
849
849
|
},
|
|
850
|
+
{
|
|
851
|
+
"name": "system <sub-command>",
|
|
852
|
+
"alias": "",
|
|
853
|
+
"options": [],
|
|
854
|
+
"description": "system operations",
|
|
855
|
+
"extendedDescription": "",
|
|
856
|
+
"group": "workspace",
|
|
857
|
+
"private": false,
|
|
858
|
+
"commands": [
|
|
859
|
+
{
|
|
860
|
+
"name": "log",
|
|
861
|
+
"alias": "",
|
|
862
|
+
"options": [],
|
|
863
|
+
"description": "print debug.log to the screen",
|
|
864
|
+
"extendedDescription": "",
|
|
865
|
+
"group": "workspace",
|
|
866
|
+
"private": false
|
|
867
|
+
}
|
|
868
|
+
]
|
|
869
|
+
},
|
|
850
870
|
{
|
|
851
871
|
"name": "start [type] [pattern]",
|
|
852
872
|
"alias": "c",
|
|
@@ -1036,9 +1056,15 @@
|
|
|
1036
1056
|
"private": false
|
|
1037
1057
|
},
|
|
1038
1058
|
{
|
|
1039
|
-
"name": "capsule
|
|
1059
|
+
"name": "capsule",
|
|
1040
1060
|
"alias": "",
|
|
1041
|
-
"options": [
|
|
1061
|
+
"options": [
|
|
1062
|
+
[
|
|
1063
|
+
"j",
|
|
1064
|
+
"json",
|
|
1065
|
+
"json format"
|
|
1066
|
+
]
|
|
1067
|
+
],
|
|
1042
1068
|
"description": "manage capsules",
|
|
1043
1069
|
"extendedDescription": "a capsule is a directory containing the component code, isolated from the workspace.\nnormally, capsules are created during the build process, the component files are copied and the packages are installed\nvia the configured package-manager. the purpose is to compile/test them in isolation to make sure they will work for\nother users after publishing/exporting them.",
|
|
1044
1070
|
"group": "capsules",
|
|
@@ -672,7 +672,7 @@ function MDXContent(_ref) {
|
|
|
672
672
|
parentName: "p"
|
|
673
673
|
}), "\n", "other users after publishing/exporting them."), (0, _react2.mdx)("p", null, (0, _react2.mdx)("inlineCode", {
|
|
674
674
|
parentName: "p"
|
|
675
|
-
}, "bit capsule
|
|
675
|
+
}, "bit capsule")), (0, _react2.mdx)("h3", null, "capsule list"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
|
|
676
676
|
parentName: "p"
|
|
677
677
|
}, "Usage"), ": ", (0, _react2.mdx)("inlineCode", {
|
|
678
678
|
parentName: "p"
|
|
@@ -918,7 +918,43 @@ function MDXContent(_ref) {
|
|
|
918
918
|
}, "-a")), (0, _react2.mdx)("td", {
|
|
919
919
|
parentName: "tr",
|
|
920
920
|
"align": null
|
|
921
|
-
}, "delete all capsules for all workspaces and scopes")))), (0, _react2.mdx)("
|
|
921
|
+
}, "delete all capsules for all workspaces and scopes")))), (0, _react2.mdx)("table", null, (0, _react2.mdx)("thead", {
|
|
922
|
+
parentName: "table"
|
|
923
|
+
}, (0, _react2.mdx)("tr", {
|
|
924
|
+
parentName: "thead"
|
|
925
|
+
}, (0, _react2.mdx)("th", {
|
|
926
|
+
parentName: "tr",
|
|
927
|
+
"align": null
|
|
928
|
+
}, (0, _react2.mdx)("strong", {
|
|
929
|
+
parentName: "th"
|
|
930
|
+
}, "Option")), (0, _react2.mdx)("th", {
|
|
931
|
+
parentName: "tr",
|
|
932
|
+
"align": "center"
|
|
933
|
+
}, (0, _react2.mdx)("strong", {
|
|
934
|
+
parentName: "th"
|
|
935
|
+
}, "Option alias")), (0, _react2.mdx)("th", {
|
|
936
|
+
parentName: "tr",
|
|
937
|
+
"align": null
|
|
938
|
+
}, (0, _react2.mdx)("strong", {
|
|
939
|
+
parentName: "th"
|
|
940
|
+
}, "Description")))), (0, _react2.mdx)("tbody", {
|
|
941
|
+
parentName: "table"
|
|
942
|
+
}, (0, _react2.mdx)("tr", {
|
|
943
|
+
parentName: "tbody"
|
|
944
|
+
}, (0, _react2.mdx)("td", {
|
|
945
|
+
parentName: "tr",
|
|
946
|
+
"align": null
|
|
947
|
+
}, (0, _react2.mdx)("inlineCode", {
|
|
948
|
+
parentName: "td"
|
|
949
|
+
}, "--json")), (0, _react2.mdx)("td", {
|
|
950
|
+
parentName: "tr",
|
|
951
|
+
"align": "center"
|
|
952
|
+
}, (0, _react2.mdx)("inlineCode", {
|
|
953
|
+
parentName: "td"
|
|
954
|
+
}, "-j")), (0, _react2.mdx)("td", {
|
|
955
|
+
parentName: "tr",
|
|
956
|
+
"align": null
|
|
957
|
+
}, "json format")))), (0, _react2.mdx)("hr", null), (0, _react2.mdx)("h2", null, "check-types"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
|
|
922
958
|
parentName: "p"
|
|
923
959
|
}, "Description"), ": check typescript types"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("inlineCode", {
|
|
924
960
|
parentName: "p"
|
|
@@ -6439,7 +6475,17 @@ function MDXContent(_ref) {
|
|
|
6439
6475
|
}), (0, _react2.mdx)("td", {
|
|
6440
6476
|
parentName: "tr",
|
|
6441
6477
|
"align": null
|
|
6442
|
-
}, "in case issues found, exit with code 1")))), (0, _react2.mdx)("hr", null), (0, _react2.mdx)("h2", null, "
|
|
6478
|
+
}, "in case issues found, exit with code 1")))), (0, _react2.mdx)("hr", null), (0, _react2.mdx)("h2", null, "system"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
|
|
6479
|
+
parentName: "p"
|
|
6480
|
+
}, "Description"), ": system operations"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("inlineCode", {
|
|
6481
|
+
parentName: "p"
|
|
6482
|
+
}, "bit system <sub-command>")), (0, _react2.mdx)("h3", null, "system log"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
|
|
6483
|
+
parentName: "p"
|
|
6484
|
+
}, "Usage"), ": ", (0, _react2.mdx)("inlineCode", {
|
|
6485
|
+
parentName: "p"
|
|
6486
|
+
}, "system log")), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
|
|
6487
|
+
parentName: "p"
|
|
6488
|
+
}, "Description"), ": print debug.log to the screen"), (0, _react2.mdx)("hr", null), (0, _react2.mdx)("h2", null, "tag"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
|
|
6443
6489
|
parentName: "p"
|
|
6444
6490
|
}, "Alias"), ": ", (0, _react2.mdx)("inlineCode", {
|
|
6445
6491
|
parentName: "p"
|