@teambit/harmony.content.cli-reference 2.0.449 → 2.0.451

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,5 +1,5 @@
1
1
  ---
2
- description: 'Bit command synopses. Bit version: 1.8.95'
2
+ description: 'Bit command synopses. Bit version: 1.8.97'
3
3
  labels: ['cli', 'mdx', 'docs']
4
4
  ---
5
5
 
@@ -3856,6 +3856,27 @@
3856
3856
  }
3857
3857
  ]
3858
3858
  },
3859
+ {
3860
+ "name": "blame <filepath>",
3861
+ "alias": "",
3862
+ "options": [
3863
+ [
3864
+ "m",
3865
+ "include-message",
3866
+ "show the commit message"
3867
+ ]
3868
+ ],
3869
+ "description": "EXPERIMENTAL. per line, show who and when was the last to modify it",
3870
+ "extendedDescription": "",
3871
+ "group": "info",
3872
+ "private": false,
3873
+ "arguments": [
3874
+ {
3875
+ "name": "filepath",
3876
+ "description": "file path relative to the workspace"
3877
+ }
3878
+ ]
3879
+ },
3859
3880
  {
3860
3881
  "name": "merge [component-pattern]",
3861
3882
  "alias": "",
package/cli-reference.mdx CHANGED
@@ -172,6 +172,22 @@ and a package.tgz file generated by pkg aspect.
172
172
 
173
173
  ---
174
174
 
175
+ ## blame
176
+
177
+ **Description**: EXPERIMENTAL. per line, show who and when was the last to modify it
178
+
179
+ `bit blame <filepath>`
180
+
181
+ | **Arg** | **Description** |
182
+ | ---------- | :---------------------------------: |
183
+ | `filepath` | file path relative to the workspace |
184
+
185
+ | **Option** | **Option alias** | **Description** |
186
+ | ------------------- | :--------------: | ----------------------- |
187
+ | `--include-message` | `-m` | show the commit message |
188
+
189
+ ---
190
+
175
191
  ## build
176
192
 
177
193
  **Description**: run set of tasks for build.
@@ -1,5 +1,5 @@
1
1
  ---
2
- description: 'Bit command synopses. Bit version: 1.8.95'
2
+ description: 'Bit command synopses. Bit version: 1.8.97'
3
3
  labels: ['cli', 'mdx', 'docs']
4
4
  ---
5
5
 
@@ -3856,6 +3856,27 @@
3856
3856
  }
3857
3857
  ]
3858
3858
  },
3859
+ {
3860
+ "name": "blame <filepath>",
3861
+ "alias": "",
3862
+ "options": [
3863
+ [
3864
+ "m",
3865
+ "include-message",
3866
+ "show the commit message"
3867
+ ]
3868
+ ],
3869
+ "description": "EXPERIMENTAL. per line, show who and when was the last to modify it",
3870
+ "extendedDescription": "",
3871
+ "group": "info",
3872
+ "private": false,
3873
+ "arguments": [
3874
+ {
3875
+ "name": "filepath",
3876
+ "description": "file path relative to the workspace"
3877
+ }
3878
+ ]
3879
+ },
3859
3880
  {
3860
3881
  "name": "merge [component-pattern]",
3861
3882
  "alias": "",
@@ -809,7 +809,73 @@ function MDXContent(_ref) {
809
809
  parentName: "td"
810
810
  }, "bit pattern --help"), " to understand patterns better and ", (0, _react2.mdx)("inlineCode", {
811
811
  parentName: "td"
812
- }, "bit pattern <pattern>"), " to validate the pattern.")))), (0, _react2.mdx)("hr", null), (0, _react2.mdx)("h2", null, "build"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
812
+ }, "bit pattern <pattern>"), " to validate the pattern.")))), (0, _react2.mdx)("hr", null), (0, _react2.mdx)("h2", null, "blame"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
813
+ parentName: "p"
814
+ }, "Description"), ": EXPERIMENTAL. per line, show who and when was the last to modify it"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("inlineCode", {
815
+ parentName: "p"
816
+ }, "bit blame <filepath>")), (0, _react2.mdx)("table", null, (0, _react2.mdx)("thead", {
817
+ parentName: "table"
818
+ }, (0, _react2.mdx)("tr", {
819
+ parentName: "thead"
820
+ }, (0, _react2.mdx)("th", {
821
+ parentName: "tr",
822
+ "align": null
823
+ }, (0, _react2.mdx)("strong", {
824
+ parentName: "th"
825
+ }, "Arg")), (0, _react2.mdx)("th", {
826
+ parentName: "tr",
827
+ "align": "center"
828
+ }, (0, _react2.mdx)("strong", {
829
+ parentName: "th"
830
+ }, "Description")))), (0, _react2.mdx)("tbody", {
831
+ parentName: "table"
832
+ }, (0, _react2.mdx)("tr", {
833
+ parentName: "tbody"
834
+ }, (0, _react2.mdx)("td", {
835
+ parentName: "tr",
836
+ "align": null
837
+ }, (0, _react2.mdx)("inlineCode", {
838
+ parentName: "td"
839
+ }, "filepath")), (0, _react2.mdx)("td", {
840
+ parentName: "tr",
841
+ "align": "center"
842
+ }, "file path relative to the workspace")))), (0, _react2.mdx)("table", null, (0, _react2.mdx)("thead", {
843
+ parentName: "table"
844
+ }, (0, _react2.mdx)("tr", {
845
+ parentName: "thead"
846
+ }, (0, _react2.mdx)("th", {
847
+ parentName: "tr",
848
+ "align": null
849
+ }, (0, _react2.mdx)("strong", {
850
+ parentName: "th"
851
+ }, "Option")), (0, _react2.mdx)("th", {
852
+ parentName: "tr",
853
+ "align": "center"
854
+ }, (0, _react2.mdx)("strong", {
855
+ parentName: "th"
856
+ }, "Option alias")), (0, _react2.mdx)("th", {
857
+ parentName: "tr",
858
+ "align": null
859
+ }, (0, _react2.mdx)("strong", {
860
+ parentName: "th"
861
+ }, "Description")))), (0, _react2.mdx)("tbody", {
862
+ parentName: "table"
863
+ }, (0, _react2.mdx)("tr", {
864
+ parentName: "tbody"
865
+ }, (0, _react2.mdx)("td", {
866
+ parentName: "tr",
867
+ "align": null
868
+ }, (0, _react2.mdx)("inlineCode", {
869
+ parentName: "td"
870
+ }, "--include-message")), (0, _react2.mdx)("td", {
871
+ parentName: "tr",
872
+ "align": "center"
873
+ }, (0, _react2.mdx)("inlineCode", {
874
+ parentName: "td"
875
+ }, "-m")), (0, _react2.mdx)("td", {
876
+ parentName: "tr",
877
+ "align": null
878
+ }, "show the commit message")))), (0, _react2.mdx)("hr", null), (0, _react2.mdx)("h2", null, "build"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
813
879
  parentName: "p"
814
880
  }, "Description"), ": run set of tasks for build.", (0, _react2.mdx)("br", {
815
881
  parentName: "p"