@teambit/harmony.content.cli-reference 2.0.173 → 2.0.174
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 +5 -0
- package/cli-reference.mdx +1 -0
- package/dist/cli-reference.docs.mdx +1 -1
- package/dist/cli-reference.json +5 -0
- package/dist/cli-reference.mdx.js +13 -0
- package/dist/cli-reference.mdx.js.map +1 -1
- package/dist/{preview-1707880563763.js → preview-1707967207539.js} +2 -2
- package/package.json +2 -2
package/cli-reference.docs.mdx
CHANGED
package/cli-reference.json
CHANGED
package/cli-reference.mdx
CHANGED
|
@@ -493,6 +493,7 @@ this command marks the components as deleted, and after snap/tag and export they
|
|
|
493
493
|
|
|
494
494
|
| **Option** | **Option alias** | **Description** |
|
|
495
495
|
| ---------- | :--------------: | ---------------------------------------------------------------- |
|
|
496
|
+
| `--scope` | | get the data from the scope instead of the workspace |
|
|
496
497
|
| `--tree` | `-t` | EXPERIMENTAL. render dependencies as a tree, similar to "npm ls" |
|
|
497
498
|
|
|
498
499
|
### deps remove
|
package/dist/cli-reference.json
CHANGED
|
@@ -2338,6 +2338,19 @@ function MDXContent(_ref) {
|
|
|
2338
2338
|
"align": null
|
|
2339
2339
|
}, (0, _react2.mdx)("inlineCode", {
|
|
2340
2340
|
parentName: "td"
|
|
2341
|
+
}, "--scope")), (0, _react2.mdx)("td", {
|
|
2342
|
+
parentName: "tr",
|
|
2343
|
+
"align": "center"
|
|
2344
|
+
}), (0, _react2.mdx)("td", {
|
|
2345
|
+
parentName: "tr",
|
|
2346
|
+
"align": null
|
|
2347
|
+
}, "get the data from the scope instead of the workspace")), (0, _react2.mdx)("tr", {
|
|
2348
|
+
parentName: "tbody"
|
|
2349
|
+
}, (0, _react2.mdx)("td", {
|
|
2350
|
+
parentName: "tr",
|
|
2351
|
+
"align": null
|
|
2352
|
+
}, (0, _react2.mdx)("inlineCode", {
|
|
2353
|
+
parentName: "td"
|
|
2341
2354
|
}, "--tree")), (0, _react2.mdx)("td", {
|
|
2342
2355
|
parentName: "tr",
|
|
2343
2356
|
"align": "center"
|