@teambit/harmony.content.cli-reference 2.0.982 → 2.0.983
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 +10 -0
- package/cli-reference.mdx +8 -0
- package/dist/cli-reference.docs.mdx +1 -1
- package/dist/cli-reference.json +10 -0
- package/dist/cli-reference.mdx.js +10 -0
- package/dist/cli-reference.mdx.js.map +1 -1
- package/dist/{preview-1775503515022.js → preview-1775570658295.js} +2 -2
- package/package.json +2 -2
package/cli-reference.docs.mdx
CHANGED
package/cli-reference.json
CHANGED
|
@@ -79,6 +79,16 @@
|
|
|
79
79
|
"group": "system",
|
|
80
80
|
"private": false
|
|
81
81
|
},
|
|
82
|
+
{
|
|
83
|
+
"name": "details",
|
|
84
|
+
"alias": "",
|
|
85
|
+
"options": [],
|
|
86
|
+
"description": "show expanded details from the last command that provided them (e.g. tag, snap)",
|
|
87
|
+
"extendedDescription": "",
|
|
88
|
+
"group": "general",
|
|
89
|
+
"private": false,
|
|
90
|
+
"skipWorkspace": true
|
|
91
|
+
},
|
|
82
92
|
{
|
|
83
93
|
"name": "show <component-name>",
|
|
84
94
|
"alias": "",
|
package/cli-reference.mdx
CHANGED
|
@@ -776,6 +776,14 @@ scans node_modules/.pnpm to report actual installed copies, identifies packages
|
|
|
776
776
|
|
|
777
777
|
---
|
|
778
778
|
|
|
779
|
+
## details
|
|
780
|
+
|
|
781
|
+
**Description**: show expanded details from the last command that provided them (e.g. tag, snap)
|
|
782
|
+
|
|
783
|
+
`bit details`
|
|
784
|
+
|
|
785
|
+
---
|
|
786
|
+
|
|
779
787
|
## diff
|
|
780
788
|
|
|
781
789
|
**Description**: compare component changes between versions or against the current workspace
|
package/dist/cli-reference.json
CHANGED
|
@@ -79,6 +79,16 @@
|
|
|
79
79
|
"group": "system",
|
|
80
80
|
"private": false
|
|
81
81
|
},
|
|
82
|
+
{
|
|
83
|
+
"name": "details",
|
|
84
|
+
"alias": "",
|
|
85
|
+
"options": [],
|
|
86
|
+
"description": "show expanded details from the last command that provided them (e.g. tag, snap)",
|
|
87
|
+
"extendedDescription": "",
|
|
88
|
+
"group": "general",
|
|
89
|
+
"private": false,
|
|
90
|
+
"skipWorkspace": true
|
|
91
|
+
},
|
|
82
92
|
{
|
|
83
93
|
"name": "show <component-name>",
|
|
84
94
|
"alias": "",
|
|
@@ -1654,6 +1654,16 @@ function _createMdxContent(props) {
|
|
|
1654
1654
|
}), " |\n| -------------------------- | :--------------: | --------------- | ---------------------------------------------------------------------------------------------- |\n| ", (0, _jsxRuntime.jsx)(_components.code, {
|
|
1655
1655
|
children: "--target <workspace.jsonc | package.json>"
|
|
1656
1656
|
}), " | | specify where the dependencies should be written. By default they are saved to workspace.jsonc |"]
|
|
1657
|
+
}), "\n", (0, _jsxRuntime.jsx)(_components.hr, {}), "\n", (0, _jsxRuntime.jsx)(_components.h2, {
|
|
1658
|
+
children: "details"
|
|
1659
|
+
}), "\n", (0, _jsxRuntime.jsxs)(_components.p, {
|
|
1660
|
+
children: [(0, _jsxRuntime.jsx)(_components.strong, {
|
|
1661
|
+
children: "Description"
|
|
1662
|
+
}), ": show expanded details from the last command that provided them (e.g. tag, snap)"]
|
|
1663
|
+
}), "\n", (0, _jsxRuntime.jsx)(_components.p, {
|
|
1664
|
+
children: (0, _jsxRuntime.jsx)(_components.code, {
|
|
1665
|
+
children: "bit details"
|
|
1666
|
+
})
|
|
1657
1667
|
}), "\n", (0, _jsxRuntime.jsx)(_components.hr, {}), "\n", (0, _jsxRuntime.jsx)(_components.h2, {
|
|
1658
1668
|
children: "diff"
|
|
1659
1669
|
}), "\n", (0, _jsxRuntime.jsxs)(_components.p, {
|