@teambit/harmony.content.cli-reference 1.95.104 → 1.95.105

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.
@@ -2959,6 +2959,21 @@
2959
2959
  "description": "package name with or without a version, e.g. \"lodash@1.0.0\" or just \"lodash\" which will be resolved to the latest"
2960
2960
  }
2961
2961
  ]
2962
+ },
2963
+ {
2964
+ "name": "blame <component-name> <dependency-name>",
2965
+ "alias": "",
2966
+ "options": [],
2967
+ "description": "find out which snap/tag changed a dependency version",
2968
+ "extendedDescription": "",
2969
+ "group": "info",
2970
+ "private": false,
2971
+ "arguments": [
2972
+ {
2973
+ "name": "dependency-name",
2974
+ "description": "package-name. for components, you can use either component-id or package-name"
2975
+ }
2976
+ ]
2962
2977
  }
2963
2978
  ]
2964
2979
  },
@@ -3525,6 +3540,11 @@
3525
3540
  "parents",
3526
3541
  "EXPERIMENTAL. show parents and lanes data"
3527
3542
  ],
3543
+ [
3544
+ "o",
3545
+ "one-line",
3546
+ "show each log entry in one line"
3547
+ ],
3528
3548
  [
3529
3549
  "j",
3530
3550
  "json",
package/cli-reference.mdx CHANGED
@@ -424,6 +424,12 @@ https://bit.dev/docs/config/bit-config
424
424
  | `--dev` | `-d` | add to the devDependencies |
425
425
  | `--peer` | `-p` | add to the peerDependencies |
426
426
 
427
+ ### deps blame
428
+
429
+ **Usage**: `deps blame <component-name> <dependency-name>`
430
+
431
+ **Description**: find out which snap/tag changed a dependency version
432
+
427
433
  ---
428
434
 
429
435
  ## diff
@@ -776,11 +782,12 @@ https://bit.dev/docs/reference/cli-reference#log
776
782
 
777
783
  `bit log <id>`
778
784
 
779
- | **Option** | **Option alias** | **Description** |
780
- | ----------- | :--------------: | ----------------------------------------- |
781
- | `--remote` | `-r` | show log of a remote component |
782
- | `--parents` | | EXPERIMENTAL. show parents and lanes data |
783
- | `--json` | `-j` | json format |
785
+ | **Option** | **Option alias** | **Description** |
786
+ | ------------ | :--------------: | ----------------------------------------- |
787
+ | `--remote` | `-r` | show log of a remote component |
788
+ | `--parents` | | EXPERIMENTAL. show parents and lanes data |
789
+ | `--one-line` | `-o` | show each log entry in one line |
790
+ | `--json` | `-j` | json format |
784
791
 
785
792
  ---
786
793
 
@@ -2959,6 +2959,21 @@
2959
2959
  "description": "package name with or without a version, e.g. \"lodash@1.0.0\" or just \"lodash\" which will be resolved to the latest"
2960
2960
  }
2961
2961
  ]
2962
+ },
2963
+ {
2964
+ "name": "blame <component-name> <dependency-name>",
2965
+ "alias": "",
2966
+ "options": [],
2967
+ "description": "find out which snap/tag changed a dependency version",
2968
+ "extendedDescription": "",
2969
+ "group": "info",
2970
+ "private": false,
2971
+ "arguments": [
2972
+ {
2973
+ "name": "dependency-name",
2974
+ "description": "package-name. for components, you can use either component-id or package-name"
2975
+ }
2976
+ ]
2962
2977
  }
2963
2978
  ]
2964
2979
  },
@@ -3525,6 +3540,11 @@
3525
3540
  "parents",
3526
3541
  "EXPERIMENTAL. show parents and lanes data"
3527
3542
  ],
3543
+ [
3544
+ "o",
3545
+ "one-line",
3546
+ "show each log entry in one line"
3547
+ ],
3528
3548
  [
3529
3549
  "j",
3530
3550
  "json",
@@ -1787,7 +1787,13 @@ function MDXContent(_ref) {
1787
1787
  }, "-p")), (0, _react2.mdx)("td", {
1788
1788
  parentName: "tr",
1789
1789
  "align": null
1790
- }, "add to the peerDependencies")))), (0, _react2.mdx)("hr", null), (0, _react2.mdx)("h2", null, "diff"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
1790
+ }, "add to the peerDependencies")))), (0, _react2.mdx)("h3", null, "deps blame"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
1791
+ parentName: "p"
1792
+ }, "Usage"), ": ", (0, _react2.mdx)("inlineCode", {
1793
+ parentName: "p"
1794
+ }, "deps blame <component-name> <dependency-name>")), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
1795
+ parentName: "p"
1796
+ }, "Description"), ": find out which snap/tag changed a dependency version"), (0, _react2.mdx)("hr", null), (0, _react2.mdx)("h2", null, "diff"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
1791
1797
  parentName: "p"
1792
1798
  }, "Workspace only"), ": yes", (0, _react2.mdx)("br", {
1793
1799
  parentName: "p"
@@ -3614,6 +3620,21 @@ function MDXContent(_ref) {
3614
3620
  "align": null
3615
3621
  }, (0, _react2.mdx)("inlineCode", {
3616
3622
  parentName: "td"
3623
+ }, "--one-line")), (0, _react2.mdx)("td", {
3624
+ parentName: "tr",
3625
+ "align": "center"
3626
+ }, (0, _react2.mdx)("inlineCode", {
3627
+ parentName: "td"
3628
+ }, "-o")), (0, _react2.mdx)("td", {
3629
+ parentName: "tr",
3630
+ "align": null
3631
+ }, "show each log entry in one line")), (0, _react2.mdx)("tr", {
3632
+ parentName: "tbody"
3633
+ }, (0, _react2.mdx)("td", {
3634
+ parentName: "tr",
3635
+ "align": null
3636
+ }, (0, _react2.mdx)("inlineCode", {
3637
+ parentName: "td"
3617
3638
  }, "--json")), (0, _react2.mdx)("td", {
3618
3639
  parentName: "tr",
3619
3640
  "align": "center"