@teambit/harmony.content.cli-reference 1.95.157 → 1.95.158

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.
@@ -3632,6 +3632,21 @@
3632
3632
  "group": "development",
3633
3633
  "private": false
3634
3634
  },
3635
+ {
3636
+ "name": "mini-status [component-pattern]",
3637
+ "alias": "ms",
3638
+ "options": [],
3639
+ "description": "basic status for fast execution",
3640
+ "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",
3641
+ "group": "development",
3642
+ "private": false,
3643
+ "arguments": [
3644
+ {
3645
+ "name": "component-pattern",
3646
+ "description": "component name, component id, or component pattern. use component pattern to select multiple components.\nuse comma to separate patterns and \"!\" to exclude. e.g. \"ui/**, !ui/button\"\nwrap the pattern with quotes"
3647
+ }
3648
+ ]
3649
+ },
3635
3650
  {
3636
3651
  "name": "ws-config <sub-command>",
3637
3652
  "alias": "workspace-config",
package/cli-reference.mdx CHANGED
@@ -1063,6 +1063,17 @@ you can use a pattern for multiple ids, such as bit merge "utils/\*". (wrap the
1063
1063
 
1064
1064
  ---
1065
1065
 
1066
+ ## mini-status
1067
+
1068
+ **Alias**: `ms`
1069
+ **Description**: basic status for fast execution
1070
+ shows only modified/new components. for the full status, use "bit status".
1071
+ the modified are components that their source code have changed, it doesn't check for config/aspect changes
1072
+
1073
+ `bit mini-status [component-pattern]`
1074
+
1075
+ ---
1076
+
1066
1077
  ## move
1067
1078
 
1068
1079
  **Alias**: `mv`
@@ -3632,6 +3632,21 @@
3632
3632
  "group": "development",
3633
3633
  "private": false
3634
3634
  },
3635
+ {
3636
+ "name": "mini-status [component-pattern]",
3637
+ "alias": "ms",
3638
+ "options": [],
3639
+ "description": "basic status for fast execution",
3640
+ "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",
3641
+ "group": "development",
3642
+ "private": false,
3643
+ "arguments": [
3644
+ {
3645
+ "name": "component-pattern",
3646
+ "description": "component name, component id, or component pattern. use component pattern to select multiple components.\nuse comma to separate patterns and \"!\" to exclude. e.g. \"ui/**, !ui/button\"\nwrap the pattern with quotes"
3647
+ }
3648
+ ]
3649
+ },
3635
3650
  {
3636
3651
  "name": "ws-config <sub-command>",
3637
3652
  "alias": "workspace-config",
@@ -5094,7 +5094,21 @@ function MDXContent(_ref) {
5094
5094
  }, "-m")), (0, _react2.mdx)("td", {
5095
5095
  parentName: "tr",
5096
5096
  "align": null
5097
- }, "EXPERIMENTAL. override the default message for the auto snap")))), (0, _react2.mdx)("hr", null), (0, _react2.mdx)("h2", null, "move"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
5097
+ }, "EXPERIMENTAL. override the default message for the auto snap")))), (0, _react2.mdx)("hr", null), (0, _react2.mdx)("h2", null, "mini-status"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
5098
+ parentName: "p"
5099
+ }, "Alias"), ": ", (0, _react2.mdx)("inlineCode", {
5100
+ parentName: "p"
5101
+ }, "ms"), (0, _react2.mdx)("br", {
5102
+ parentName: "p"
5103
+ }), "\n", (0, _react2.mdx)("strong", {
5104
+ parentName: "p"
5105
+ }, "Description"), ": basic status for fast execution", (0, _react2.mdx)("br", {
5106
+ parentName: "p"
5107
+ }), "\n", "shows only modified/new components. for the full status, use \"bit status\".", (0, _react2.mdx)("br", {
5108
+ parentName: "p"
5109
+ }), "\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", {
5110
+ parentName: "p"
5111
+ }, "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", {
5098
5112
  parentName: "p"
5099
5113
  }, "Alias"), ": ", (0, _react2.mdx)("inlineCode", {
5100
5114
  parentName: "p"