@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.
@@ -1,4 +1,4 @@
1
1
  ---
2
- description: 'Bit command synopses. Bit version: 1.13.119'
2
+ description: 'Bit command synopses. Bit version: 1.13.120'
3
3
  labels: ['cli', 'mdx', 'docs']
4
4
  ---
@@ -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
@@ -1,4 +1,4 @@
1
1
  ---
2
- description: 'Bit command synopses. Bit version: 1.13.119'
2
+ description: 'Bit command synopses. Bit version: 1.13.120'
3
3
  labels: ['cli', 'mdx', 'docs']
4
4
  ---
@@ -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, {