@teambit/harmony.content.cli-reference 1.95.178 → 1.95.179

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: 0.2.2'
2
+ description: 'Bit command synopses. Bit version: 0.2.3'
3
3
  labels: ['cli', 'mdx', 'docs']
4
4
  ---
5
5
 
@@ -690,21 +690,6 @@
690
690
  }
691
691
  ]
692
692
  },
693
- {
694
- "name": "component-issues",
695
- "alias": "",
696
- "options": [
697
- [
698
- "j",
699
- "json",
700
- "json format"
701
- ]
702
- ],
703
- "description": "list available component-issues",
704
- "extendedDescription": "",
705
- "group": "development",
706
- "private": true
707
- },
708
693
  {
709
694
  "name": "show <component-name>",
710
695
  "alias": "",
@@ -741,6 +726,21 @@
741
726
  }
742
727
  ]
743
728
  },
729
+ {
730
+ "name": "component-issues",
731
+ "alias": "",
732
+ "options": [
733
+ [
734
+ "j",
735
+ "json",
736
+ "json format"
737
+ ]
738
+ ],
739
+ "description": "list available component-issues",
740
+ "extendedDescription": "",
741
+ "group": "development",
742
+ "private": true
743
+ },
744
744
  {
745
745
  "name": "envs",
746
746
  "alias": "env",
@@ -877,6 +877,42 @@
877
877
  }
878
878
  ]
879
879
  },
880
+ {
881
+ "name": "graph [id]",
882
+ "alias": "",
883
+ "options": [
884
+ [
885
+ "i",
886
+ "image <image>",
887
+ "image path. use one of the following extensions: [gif, png, svg, pdf]"
888
+ ],
889
+ [
890
+ "r",
891
+ "remote [remoteName]",
892
+ "remote name (name is optional, leave empty when id is specified)"
893
+ ],
894
+ [
895
+ "",
896
+ "all-versions",
897
+ "enter all components versions into the graph, not only latest"
898
+ ],
899
+ [
900
+ "",
901
+ "layout <name>",
902
+ "GraphVis layout. default to \"dot\". options are [circo, dot, fdp, neato, osage, patchwork, sfdp, twopi]"
903
+ ],
904
+ [
905
+ "j",
906
+ "json",
907
+ "json format"
908
+ ]
909
+ ],
910
+ "description": "generate an image file with the dependencies graph",
911
+ "extendedDescription": "",
912
+ "group": "discover",
913
+ "private": false,
914
+ "remoteOp": true
915
+ },
880
916
  {
881
917
  "name": "start [component-pattern]",
882
918
  "alias": "c",
@@ -942,42 +978,6 @@
942
978
  "group": "development",
943
979
  "private": true
944
980
  },
945
- {
946
- "name": "graph [id]",
947
- "alias": "",
948
- "options": [
949
- [
950
- "i",
951
- "image <image>",
952
- "image path. use one of the following extensions: [gif, png, svg, pdf]"
953
- ],
954
- [
955
- "r",
956
- "remote [remoteName]",
957
- "remote name (name is optional, leave empty when id is specified)"
958
- ],
959
- [
960
- "",
961
- "all-versions",
962
- "enter all components versions into the graph, not only latest"
963
- ],
964
- [
965
- "",
966
- "layout <name>",
967
- "GraphVis layout. default to \"dot\". options are [circo, dot, fdp, neato, osage, patchwork, sfdp, twopi]"
968
- ],
969
- [
970
- "j",
971
- "json",
972
- "json format"
973
- ]
974
- ],
975
- "description": "generate an image file with the dependencies graph",
976
- "extendedDescription": "",
977
- "group": "discover",
978
- "private": false,
979
- "remoteOp": true
980
- },
981
981
  {
982
982
  "name": "scope <sub-command>",
983
983
  "alias": "",
@@ -3740,7 +3740,18 @@
3740
3740
  {
3741
3741
  "name": "mini-status [component-pattern]",
3742
3742
  "alias": "ms",
3743
- "options": [],
3743
+ "options": [
3744
+ [
3745
+ "",
3746
+ "show-issues",
3747
+ "show component issues (slows down the command)"
3748
+ ],
3749
+ [
3750
+ "j",
3751
+ "json",
3752
+ "json format"
3753
+ ]
3754
+ ],
3744
3755
  "description": "EXPERIMENTAL. basic status for fast execution",
3745
3756
  "extendedDescription": "shows only modified/new components. for the full status, use \"bit status\".\nthe modified are components that their source code have changed, it doesn't check for config/aspect changes",
3746
3757
  "group": "development",
package/cli-reference.mdx CHANGED
@@ -1102,6 +1102,11 @@ the modified are components that their source code have changed, it doesn't chec
1102
1102
 
1103
1103
  `bit mini-status [component-pattern]`
1104
1104
 
1105
+ | **Option** | **Option alias** | **Description** |
1106
+ | --------------- | :--------------: | ---------------------------------------------- |
1107
+ | `--show-issues` | | show component issues (slows down the command) |
1108
+ | `--json` | `-j` | json format |
1109
+
1105
1110
  ---
1106
1111
 
1107
1112
  ## move
@@ -1,5 +1,5 @@
1
1
  ---
2
- description: 'Bit command synopses. Bit version: 0.2.2'
2
+ description: 'Bit command synopses. Bit version: 0.2.3'
3
3
  labels: ['cli', 'mdx', 'docs']
4
4
  ---
5
5
 
@@ -690,21 +690,6 @@
690
690
  }
691
691
  ]
692
692
  },
693
- {
694
- "name": "component-issues",
695
- "alias": "",
696
- "options": [
697
- [
698
- "j",
699
- "json",
700
- "json format"
701
- ]
702
- ],
703
- "description": "list available component-issues",
704
- "extendedDescription": "",
705
- "group": "development",
706
- "private": true
707
- },
708
693
  {
709
694
  "name": "show <component-name>",
710
695
  "alias": "",
@@ -741,6 +726,21 @@
741
726
  }
742
727
  ]
743
728
  },
729
+ {
730
+ "name": "component-issues",
731
+ "alias": "",
732
+ "options": [
733
+ [
734
+ "j",
735
+ "json",
736
+ "json format"
737
+ ]
738
+ ],
739
+ "description": "list available component-issues",
740
+ "extendedDescription": "",
741
+ "group": "development",
742
+ "private": true
743
+ },
744
744
  {
745
745
  "name": "envs",
746
746
  "alias": "env",
@@ -877,6 +877,42 @@
877
877
  }
878
878
  ]
879
879
  },
880
+ {
881
+ "name": "graph [id]",
882
+ "alias": "",
883
+ "options": [
884
+ [
885
+ "i",
886
+ "image <image>",
887
+ "image path. use one of the following extensions: [gif, png, svg, pdf]"
888
+ ],
889
+ [
890
+ "r",
891
+ "remote [remoteName]",
892
+ "remote name (name is optional, leave empty when id is specified)"
893
+ ],
894
+ [
895
+ "",
896
+ "all-versions",
897
+ "enter all components versions into the graph, not only latest"
898
+ ],
899
+ [
900
+ "",
901
+ "layout <name>",
902
+ "GraphVis layout. default to \"dot\". options are [circo, dot, fdp, neato, osage, patchwork, sfdp, twopi]"
903
+ ],
904
+ [
905
+ "j",
906
+ "json",
907
+ "json format"
908
+ ]
909
+ ],
910
+ "description": "generate an image file with the dependencies graph",
911
+ "extendedDescription": "",
912
+ "group": "discover",
913
+ "private": false,
914
+ "remoteOp": true
915
+ },
880
916
  {
881
917
  "name": "start [component-pattern]",
882
918
  "alias": "c",
@@ -942,42 +978,6 @@
942
978
  "group": "development",
943
979
  "private": true
944
980
  },
945
- {
946
- "name": "graph [id]",
947
- "alias": "",
948
- "options": [
949
- [
950
- "i",
951
- "image <image>",
952
- "image path. use one of the following extensions: [gif, png, svg, pdf]"
953
- ],
954
- [
955
- "r",
956
- "remote [remoteName]",
957
- "remote name (name is optional, leave empty when id is specified)"
958
- ],
959
- [
960
- "",
961
- "all-versions",
962
- "enter all components versions into the graph, not only latest"
963
- ],
964
- [
965
- "",
966
- "layout <name>",
967
- "GraphVis layout. default to \"dot\". options are [circo, dot, fdp, neato, osage, patchwork, sfdp, twopi]"
968
- ],
969
- [
970
- "j",
971
- "json",
972
- "json format"
973
- ]
974
- ],
975
- "description": "generate an image file with the dependencies graph",
976
- "extendedDescription": "",
977
- "group": "discover",
978
- "private": false,
979
- "remoteOp": true
980
- },
981
981
  {
982
982
  "name": "scope <sub-command>",
983
983
  "alias": "",
@@ -3740,7 +3740,18 @@
3740
3740
  {
3741
3741
  "name": "mini-status [component-pattern]",
3742
3742
  "alias": "ms",
3743
- "options": [],
3743
+ "options": [
3744
+ [
3745
+ "",
3746
+ "show-issues",
3747
+ "show component issues (slows down the command)"
3748
+ ],
3749
+ [
3750
+ "j",
3751
+ "json",
3752
+ "json format"
3753
+ ]
3754
+ ],
3744
3755
  "description": "EXPERIMENTAL. basic status for fast execution",
3745
3756
  "extendedDescription": "shows only modified/new components. for the full status, use \"bit status\".\nthe modified are components that their source code have changed, it doesn't check for config/aspect changes",
3746
3757
  "group": "development",
@@ -6,13 +6,14 @@ Object.defineProperty(exports, "__esModule", {
6
6
  exports["default"] = MDXContent;
7
7
  var _react = _interopRequireDefault(require("react"));
8
8
  var _react2 = require("@mdx-js/react");
9
- var _excluded = ["components"]; // @ts-nocheck
9
+ var _excluded = ["components"];
10
10
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
11
11
  function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
12
12
  function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }
13
13
  function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }
14
14
  /* @jsxRuntime classic */
15
15
  /* @jsx mdx */
16
+
16
17
  var layoutProps = {};
17
18
  var MDXLayout = "wrapper";
18
19
  function MDXContent(_ref) {
@@ -5232,7 +5233,56 @@ function MDXContent(_ref) {
5232
5233
  parentName: "p"
5233
5234
  }), "\n", "the modified are components that their source code have changed, it doesn't check for config/aspect changes"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("inlineCode", {
5234
5235
  parentName: "p"
5235
- }, "bit mini-status [component-pattern]")), (0, _react2.mdx)("hr", null), (0, _react2.mdx)("h2", null, "move"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
5236
+ }, "bit mini-status [component-pattern]")), (0, _react2.mdx)("table", null, (0, _react2.mdx)("thead", {
5237
+ parentName: "table"
5238
+ }, (0, _react2.mdx)("tr", {
5239
+ parentName: "thead"
5240
+ }, (0, _react2.mdx)("th", {
5241
+ parentName: "tr",
5242
+ "align": null
5243
+ }, (0, _react2.mdx)("strong", {
5244
+ parentName: "th"
5245
+ }, "Option")), (0, _react2.mdx)("th", {
5246
+ parentName: "tr",
5247
+ "align": "center"
5248
+ }, (0, _react2.mdx)("strong", {
5249
+ parentName: "th"
5250
+ }, "Option alias")), (0, _react2.mdx)("th", {
5251
+ parentName: "tr",
5252
+ "align": null
5253
+ }, (0, _react2.mdx)("strong", {
5254
+ parentName: "th"
5255
+ }, "Description")))), (0, _react2.mdx)("tbody", {
5256
+ parentName: "table"
5257
+ }, (0, _react2.mdx)("tr", {
5258
+ parentName: "tbody"
5259
+ }, (0, _react2.mdx)("td", {
5260
+ parentName: "tr",
5261
+ "align": null
5262
+ }, (0, _react2.mdx)("inlineCode", {
5263
+ parentName: "td"
5264
+ }, "--show-issues")), (0, _react2.mdx)("td", {
5265
+ parentName: "tr",
5266
+ "align": "center"
5267
+ }), (0, _react2.mdx)("td", {
5268
+ parentName: "tr",
5269
+ "align": null
5270
+ }, "show component issues (slows down the command)")), (0, _react2.mdx)("tr", {
5271
+ parentName: "tbody"
5272
+ }, (0, _react2.mdx)("td", {
5273
+ parentName: "tr",
5274
+ "align": null
5275
+ }, (0, _react2.mdx)("inlineCode", {
5276
+ parentName: "td"
5277
+ }, "--json")), (0, _react2.mdx)("td", {
5278
+ parentName: "tr",
5279
+ "align": "center"
5280
+ }, (0, _react2.mdx)("inlineCode", {
5281
+ parentName: "td"
5282
+ }, "-j")), (0, _react2.mdx)("td", {
5283
+ parentName: "tr",
5284
+ "align": null
5285
+ }, "json format")))), (0, _react2.mdx)("hr", null), (0, _react2.mdx)("h2", null, "move"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
5236
5286
  parentName: "p"
5237
5287
  }, "Alias"), ": ", (0, _react2.mdx)("inlineCode", {
5238
5288
  parentName: "p"