@teambit/harmony.content.cli-reference 2.0.631 → 2.0.633

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.10.4'
2
+ description: 'Bit command synopses. Bit version: 1.10.6'
3
3
  labels: ['cli', 'mdx', 'docs']
4
4
  ---
@@ -2442,6 +2442,11 @@
2442
2442
  "f",
2443
2443
  "force",
2444
2444
  "relevant for --hard. allow the deletion even if used as a dependency. WARNING: components that depend on this component will corrupt"
2445
+ ],
2446
+ [
2447
+ "",
2448
+ "snaps <string>",
2449
+ "comma-separated list of snap hashes to mark as deleted (e.g. --snaps \"hash1,hash2,hash3\")"
2445
2450
  ]
2446
2451
  ],
2447
2452
  "description": "mark components as deleted on the remote",
package/cli-reference.mdx CHANGED
@@ -502,6 +502,7 @@ unless the '--hard' flag is used (not recommended!), in which case, the componen
502
502
  | `--silent` | `-s` | skip confirmation |
503
503
  | `--hard` | | NOT-RECOMMENDED. delete a component completely from a remote scope. careful! this is a permanent change that could corrupt dependents. |
504
504
  | `--force` | `-f` | relevant for --hard. allow the deletion even if used as a dependency. WARNING: components that depend on this component will corrupt |
505
+ | `--snaps <string>` | | comma-separated list of snap hashes to mark as deleted (e.g. --snaps "hash1,hash2,hash3") |
505
506
 
506
507
  ---
507
508
 
@@ -1,4 +1,4 @@
1
1
  ---
2
- description: 'Bit command synopses. Bit version: 1.10.4'
2
+ description: 'Bit command synopses. Bit version: 1.10.6'
3
3
  labels: ['cli', 'mdx', 'docs']
4
4
  ---
@@ -2442,6 +2442,11 @@
2442
2442
  "f",
2443
2443
  "force",
2444
2444
  "relevant for --hard. allow the deletion even if used as a dependency. WARNING: components that depend on this component will corrupt"
2445
+ ],
2446
+ [
2447
+ "",
2448
+ "snaps <string>",
2449
+ "comma-separated list of snap hashes to mark as deleted (e.g. --snaps \"hash1,hash2,hash3\")"
2445
2450
  ]
2446
2451
  ],
2447
2452
  "description": "mark components as deleted on the remote",
@@ -2594,7 +2594,20 @@ function MDXContent(_ref) {
2594
2594
  }, "-f")), (0, _react2.mdx)("td", {
2595
2595
  parentName: "tr",
2596
2596
  "align": null
2597
- }, "relevant for --hard. allow the deletion even if used as a dependency. WARNING: components that depend on this component will corrupt")))), (0, _react2.mdx)("hr", null), (0, _react2.mdx)("h2", null, "dependents"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
2597
+ }, "relevant for --hard. allow the deletion even if used as a dependency. WARNING: components that depend on this component will corrupt")), (0, _react2.mdx)("tr", {
2598
+ parentName: "tbody"
2599
+ }, (0, _react2.mdx)("td", {
2600
+ parentName: "tr",
2601
+ "align": null
2602
+ }, (0, _react2.mdx)("inlineCode", {
2603
+ parentName: "td"
2604
+ }, "--snaps <string>")), (0, _react2.mdx)("td", {
2605
+ parentName: "tr",
2606
+ "align": "center"
2607
+ }), (0, _react2.mdx)("td", {
2608
+ parentName: "tr",
2609
+ "align": null
2610
+ }, "comma-separated list of snap hashes to mark as deleted (e.g. --snaps \"hash1,hash2,hash3\")")))), (0, _react2.mdx)("hr", null), (0, _react2.mdx)("h2", null, "dependents"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
2598
2611
  parentName: "p"
2599
2612
  }, "Description"), ": show dependents of the given component"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("inlineCode", {
2600
2613
  parentName: "p"