@teambit/harmony.content.cli-reference 1.95.103 → 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
  },
@@ -3099,6 +3114,11 @@
3099
3114
  "verbose",
3100
3115
  "show extra data: full snap hashes for staged, divergence point for lanes and updates-from-main for forked lanes"
3101
3116
  ],
3117
+ [
3118
+ "l",
3119
+ "lanes",
3120
+ "when on a lane, show updates from main and updates from forked lanes"
3121
+ ],
3102
3122
  [
3103
3123
  "",
3104
3124
  "strict",
@@ -3520,6 +3540,11 @@
3520
3540
  "parents",
3521
3541
  "EXPERIMENTAL. show parents and lanes data"
3522
3542
  ],
3543
+ [
3544
+ "o",
3545
+ "one-line",
3546
+ "show each log entry in one line"
3547
+ ],
3523
3548
  [
3524
3549
  "j",
3525
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
 
@@ -1143,6 +1150,7 @@ use `bit pattern --help` to understand patterns better and `bit pattern <pattern
1143
1150
  | ----------- | :--------------: | --------------------------------------------------------------------------------------------------------------- |
1144
1151
  | `--json` | `-j` | return a json version of the component |
1145
1152
  | `--verbose` | | show extra data: full snap hashes for staged, divergence point for lanes and updates-from-main for forked lanes |
1153
+ | `--lanes` | `-l` | when on a lane, show updates from main and updates from forked lanes |
1146
1154
  | `--strict` | | in case issues found, exit with code 1 |
1147
1155
 
1148
1156
  ---
@@ -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
  },
@@ -3099,6 +3114,11 @@
3099
3114
  "verbose",
3100
3115
  "show extra data: full snap hashes for staged, divergence point for lanes and updates-from-main for forked lanes"
3101
3116
  ],
3117
+ [
3118
+ "l",
3119
+ "lanes",
3120
+ "when on a lane, show updates from main and updates from forked lanes"
3121
+ ],
3102
3122
  [
3103
3123
  "",
3104
3124
  "strict",
@@ -3520,6 +3540,11 @@
3520
3540
  "parents",
3521
3541
  "EXPERIMENTAL. show parents and lanes data"
3522
3542
  ],
3543
+ [
3544
+ "o",
3545
+ "one-line",
3546
+ "show each log entry in one line"
3547
+ ],
3523
3548
  [
3524
3549
  "j",
3525
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"
@@ -5126,6 +5147,21 @@ function MDXContent(_ref) {
5126
5147
  "align": null
5127
5148
  }, (0, _react2.mdx)("inlineCode", {
5128
5149
  parentName: "td"
5150
+ }, "--lanes")), (0, _react2.mdx)("td", {
5151
+ parentName: "tr",
5152
+ "align": "center"
5153
+ }, (0, _react2.mdx)("inlineCode", {
5154
+ parentName: "td"
5155
+ }, "-l")), (0, _react2.mdx)("td", {
5156
+ parentName: "tr",
5157
+ "align": null
5158
+ }, "when on a lane, show updates from main and updates from forked lanes")), (0, _react2.mdx)("tr", {
5159
+ parentName: "tbody"
5160
+ }, (0, _react2.mdx)("td", {
5161
+ parentName: "tr",
5162
+ "align": null
5163
+ }, (0, _react2.mdx)("inlineCode", {
5164
+ parentName: "td"
5129
5165
  }, "--strict")), (0, _react2.mdx)("td", {
5130
5166
  parentName: "tr",
5131
5167
  "align": "center"