@teambit/harmony.content.cli-reference 2.0.964 → 2.0.965

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.101'
2
+ description: 'Bit command synopses. Bit version: 1.13.102'
3
3
  labels: ['cli', 'mdx', 'docs']
4
4
  ---
@@ -3827,6 +3827,22 @@
3827
3827
  }
3828
3828
  ]
3829
3829
  },
3830
+ {
3831
+ "name": "current",
3832
+ "alias": "",
3833
+ "options": [
3834
+ [
3835
+ "j",
3836
+ "json",
3837
+ "output in json format"
3838
+ ]
3839
+ ],
3840
+ "description": "display the name of the current lane",
3841
+ "extendedDescription": "",
3842
+ "group": "ungrouped",
3843
+ "private": false,
3844
+ "skipWorkspace": false
3845
+ },
3830
3846
  {
3831
3847
  "name": "history [lane-name]",
3832
3848
  "alias": "",
package/cli-reference.mdx CHANGED
@@ -1407,6 +1407,16 @@ workspace, but also mark it as deleted from the lane, so it won't be merged late
1407
1407
  | ------------------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |
1408
1408
  | `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. |
1409
1409
 
1410
+ ### lane current
1411
+
1412
+ **Usage**: `lane current`
1413
+
1414
+ **Description**: display the name of the current lane
1415
+
1416
+ | **Option** | **Option alias** | **Description** |
1417
+ | ---------- | :--------------: | --------------------- |
1418
+ | `--json` | `-j` | output in json format |
1419
+
1410
1420
  ### lane history
1411
1421
 
1412
1422
  **Usage**: `lane history [lane-name]`
@@ -1,4 +1,4 @@
1
1
  ---
2
- description: 'Bit command synopses. Bit version: 1.13.101'
2
+ description: 'Bit command synopses. Bit version: 1.13.102'
3
3
  labels: ['cli', 'mdx', 'docs']
4
4
  ---
@@ -3827,6 +3827,22 @@
3827
3827
  }
3828
3828
  ]
3829
3829
  },
3830
+ {
3831
+ "name": "current",
3832
+ "alias": "",
3833
+ "options": [
3834
+ [
3835
+ "j",
3836
+ "json",
3837
+ "output in json format"
3838
+ ]
3839
+ ],
3840
+ "description": "display the name of the current lane",
3841
+ "extendedDescription": "",
3842
+ "group": "ungrouped",
3843
+ "private": false,
3844
+ "skipWorkspace": false
3845
+ },
3830
3846
  {
3831
3847
  "name": "history [lane-name]",
3832
3848
  "alias": "",
@@ -2950,6 +2950,30 @@ function _createMdxContent(props) {
2950
2950
  }), " to understand patterns better and ", (0, _jsxRuntime.jsx)(_components.code, {
2951
2951
  children: "bit pattern <pattern>"
2952
2952
  }), " to validate the pattern. |"]
2953
+ }), "\n", (0, _jsxRuntime.jsx)(_components.h3, {
2954
+ children: "lane current"
2955
+ }), "\n", (0, _jsxRuntime.jsxs)(_components.p, {
2956
+ children: [(0, _jsxRuntime.jsx)(_components.strong, {
2957
+ children: "Usage"
2958
+ }), ": ", (0, _jsxRuntime.jsx)(_components.code, {
2959
+ children: "lane current"
2960
+ })]
2961
+ }), "\n", (0, _jsxRuntime.jsxs)(_components.p, {
2962
+ children: [(0, _jsxRuntime.jsx)(_components.strong, {
2963
+ children: "Description"
2964
+ }), ": display the name of the current lane"]
2965
+ }), "\n", (0, _jsxRuntime.jsxs)(_components.p, {
2966
+ children: ["| ", (0, _jsxRuntime.jsx)(_components.strong, {
2967
+ children: "Option"
2968
+ }), " | ", (0, _jsxRuntime.jsx)(_components.strong, {
2969
+ children: "Option alias"
2970
+ }), " | ", (0, _jsxRuntime.jsx)(_components.strong, {
2971
+ children: "Description"
2972
+ }), " |\n| ---------- | :--------------: | --------------------- |\n| ", (0, _jsxRuntime.jsx)(_components.code, {
2973
+ children: "--json"
2974
+ }), " | ", (0, _jsxRuntime.jsx)(_components.code, {
2975
+ children: "-j"
2976
+ }), " | output in json format |"]
2953
2977
  }), "\n", (0, _jsxRuntime.jsx)(_components.h3, {
2954
2978
  children: "lane history"
2955
2979
  }), "\n", (0, _jsxRuntime.jsxs)(_components.p, {