@teambit/harmony.content.cli-reference 1.95.134 → 1.95.135

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.
@@ -1036,9 +1036,15 @@
1036
1036
  "private": false
1037
1037
  },
1038
1038
  {
1039
- "name": "capsule <sub-command>",
1039
+ "name": "capsule",
1040
1040
  "alias": "",
1041
- "options": [],
1041
+ "options": [
1042
+ [
1043
+ "j",
1044
+ "json",
1045
+ "json format"
1046
+ ]
1047
+ ],
1042
1048
  "description": "manage capsules",
1043
1049
  "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
1050
  "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 <sub-command>`
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
@@ -1036,9 +1036,15 @@
1036
1036
  "private": false
1037
1037
  },
1038
1038
  {
1039
- "name": "capsule <sub-command>",
1039
+ "name": "capsule",
1040
1040
  "alias": "",
1041
- "options": [],
1041
+ "options": [
1042
+ [
1043
+ "j",
1044
+ "json",
1045
+ "json format"
1046
+ ]
1047
+ ],
1042
1048
  "description": "manage capsules",
1043
1049
  "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
1050
  "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 <sub-command>")), (0, _react2.mdx)("h3", null, "capsule list"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
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)("hr", null), (0, _react2.mdx)("h2", null, "check-types"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
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"