@teambit/harmony.content.cli-reference 2.0.641 → 2.0.643
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.docs.mdx +1 -1
- package/cli-reference.json +142 -137
- package/cli-reference.mdx +1 -21
- package/dist/cli-reference.docs.mdx +1 -1
- package/dist/cli-reference.json +142 -137
- package/dist/cli-reference.mdx.js +17 -110
- package/dist/cli-reference.mdx.js.map +1 -1
- package/dist/{preview-1747970393352.js → preview-1748488802133.js} +2 -2
- package/package.json +2 -2
package/cli-reference.mdx
CHANGED
|
@@ -1631,27 +1631,6 @@ optionally use '--abort' to revert the last merge. to revert a lane merge, use "
|
|
|
1631
1631
|
|
|
1632
1632
|
---
|
|
1633
1633
|
|
|
1634
|
-
## mini-status
|
|
1635
|
-
|
|
1636
|
-
**Alias**: `ms`
|
|
1637
|
-
**Description**: basic status for fast execution
|
|
1638
|
-
shows only modified/new components with code changes. for the full status, use "bit status".
|
|
1639
|
-
this command only checks source code changes, it doesn't check for config/aspect/dependency changes
|
|
1640
|
-
|
|
1641
|
-
`bit mini-status [component-pattern]`
|
|
1642
|
-
|
|
1643
|
-
| **Arg** | **Description** |
|
|
1644
|
-
| ------------------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |
|
|
1645
|
-
| `component-pattern` | component name, component id, or component pattern. use component pattern to select multiple components. wrap the pattern with quotes. use comma to separate patterns and "!" to exclude. e.g. "ui/\*\*, !ui/button". use '$' prefix to filter by states/attributes, e.g. '$deprecated', '$modified' or '$env:teambit.react/react'. use `bit pattern --help` to understand patterns better and `bit pattern <pattern>` to validate the pattern. |
|
|
1646
|
-
|
|
1647
|
-
| **Option** | **Option alias** | **Description** |
|
|
1648
|
-
| -------------------------------- | :--------------: | ------------------------------------------------------------------------------------------------------------ |
|
|
1649
|
-
| `--show-issues` | | show component issues (slows down the command) |
|
|
1650
|
-
| `--ignore-circular-dependencies` | `-c` | do not check for circular dependencies to get the results quicker (relevant when --show-issues flag is used) |
|
|
1651
|
-
| `--json` | `-j` | json format |
|
|
1652
|
-
|
|
1653
|
-
---
|
|
1654
|
-
|
|
1655
1634
|
## move
|
|
1656
1635
|
|
|
1657
1636
|
**Alias**: `mv`
|
|
@@ -2242,6 +2221,7 @@ list components templates when inside bit-workspace (for bit-create), otherwise,
|
|
|
2242
2221
|
| ---------------------- | :--------------: | ---------------------------------------- |
|
|
2243
2222
|
| `--show-all` | `-s` | show hidden templates |
|
|
2244
2223
|
| `--aspect <aspect-id>` | `-a` | show templates provided by the aspect-id |
|
|
2224
|
+
| `--json` | `-j` | return templates in json format |
|
|
2245
2225
|
|
|
2246
2226
|
---
|
|
2247
2227
|
|