@teambit/harmony.content.cli-reference 2.0.972 → 2.0.973

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,4 +1,4 @@
1
1
  ---
2
- description: 'Bit command synopses. Bit version: 1.13.109'
2
+ description: 'Bit command synopses. Bit version: 1.13.110'
3
3
  labels: ['cli', 'mdx', 'docs']
4
4
  ---
@@ -4576,6 +4576,11 @@
4576
4576
  "",
4577
4577
  "quick",
4578
4578
  "show only new and modified components based on file changes. much faster, but does not detect dependency or config changes"
4579
+ ],
4580
+ [
4581
+ "",
4582
+ "expand",
4583
+ "expand all collapsed sections (e.g. auto-tag pending components)"
4579
4584
  ]
4580
4585
  ],
4581
4586
  "description": "show workspace component status and issues",
package/cli-reference.mdx CHANGED
@@ -2541,6 +2541,7 @@ for maximum speed (skips aspect loading entirely), use "bit mini-status".
2541
2541
  | `--fail-on-error` | | exit with code 1 only when tag/snap blocker issues are found (not warnings) |
2542
2542
  | `--ignore-circular-dependencies` | `-c` | do not check for circular dependencies to get the results quicker |
2543
2543
  | `--quick` | | show only new and modified components based on file changes. much faster, but does not detect dependency or config changes |
2544
+ | `--expand` | | expand all collapsed sections (e.g. auto-tag pending components) |
2544
2545
 
2545
2546
  ---
2546
2547
 
@@ -1,4 +1,4 @@
1
1
  ---
2
- description: 'Bit command synopses. Bit version: 1.13.109'
2
+ description: 'Bit command synopses. Bit version: 1.13.110'
3
3
  labels: ['cli', 'mdx', 'docs']
4
4
  ---
@@ -4576,6 +4576,11 @@
4576
4576
  "",
4577
4577
  "quick",
4578
4578
  "show only new and modified components based on file changes. much faster, but does not detect dependency or config changes"
4579
+ ],
4580
+ [
4581
+ "",
4582
+ "expand",
4583
+ "expand all collapsed sections (e.g. auto-tag pending components)"
4579
4584
  ]
4580
4585
  ],
4581
4586
  "description": "show workspace component status and issues",
@@ -5159,7 +5159,9 @@ function _createMdxContent(props) {
5159
5159
  children: "-c"
5160
5160
  }), " | do not check for circular dependencies to get the results quicker |\n| ", (0, _jsxRuntime.jsx)(_components.code, {
5161
5161
  children: "--quick"
5162
- }), " | | show only new and modified components based on file changes. much faster, but does not detect dependency or config changes |"]
5162
+ }), " | | show only new and modified components based on file changes. much faster, but does not detect dependency or config changes |\n| ", (0, _jsxRuntime.jsx)(_components.code, {
5163
+ children: "--expand"
5164
+ }), " | | expand all collapsed sections (e.g. auto-tag pending components) |"]
5163
5165
  }), "\n", (0, _jsxRuntime.jsx)(_components.hr, {}), "\n", (0, _jsxRuntime.jsx)(_components.h2, {
5164
5166
  children: "system"
5165
5167
  }), "\n", (0, _jsxRuntime.jsxs)(_components.p, {