@teambit/harmony.content.cli-reference 2.0.342 → 2.0.344
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 +550 -540
- package/cli-reference.mdx +2 -0
- package/dist/cli-reference.docs.mdx +1 -1
- package/dist/cli-reference.json +550 -540
- package/dist/cli-reference.mdx.js +28 -0
- package/dist/cli-reference.mdx.js.map +1 -1
- package/dist/{preview-1721099996991.js → preview-1721223204715.js} +2 -2
- package/package.json +2 -2
package/cli-reference.mdx
CHANGED
|
@@ -1347,6 +1347,7 @@ this command does the following:
|
|
|
1347
1347
|
| `--ids` | `-i` | show only component ids, unformatted |
|
|
1348
1348
|
| `--scope` | `-s` | show only components stored in the local scope, including indirect dependencies |
|
|
1349
1349
|
| `--outdated` | `-o` | highlight outdated components, in comparison with their latest remote version (if one exists) |
|
|
1350
|
+
| `--include-deleted` | `-d` | EXPERIMENTAL. show also deleted components |
|
|
1350
1351
|
| `--json` | `-j` | show the output in JSON format |
|
|
1351
1352
|
| `--namespace <string>` | `-n` | show only components in the specified namespace/s e.g. '-n ui' or '\*/ui' |
|
|
1352
1353
|
|
|
@@ -2072,6 +2073,7 @@ list components templates when inside bit-workspace (for bit-create), otherwise,
|
|
|
2072
2073
|
| `--junit <filepath>` | | write tests results as JUnit XML format into the specified file path |
|
|
2073
2074
|
| `--coverage` | | show code coverage data |
|
|
2074
2075
|
| `--env <id>` | `-e` | test only components assigned the given env |
|
|
2076
|
+
| `--update-snapshot` | | if supported by the tester, re-record every snapshot that fails during the test run |
|
|
2075
2077
|
| `--scope <scope-name>` | `-s` | DEPRECATED. (use the pattern instead, e.g. "scopeName/\*\*"). name of the scope to test |
|
|
2076
2078
|
|
|
2077
2079
|
---
|