@teambit/harmony.content.cli-reference 1.95.54 → 1.95.57

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.
package/cli-reference.mdx CHANGED
@@ -389,6 +389,12 @@ https://bit.dev/docs/config/bit-config
389
389
  | ---------- | :--------------: | ---------------------------------------------------------------- |
390
390
  | `--tree` | `-t` | EXPERIMENTAL. render dependencies as a tree, similar to "npm ls" |
391
391
 
392
+ ### dependencies remove
393
+
394
+ **Usage**: `dependencies remove <component-pattern> <package...>`
395
+
396
+ **Description**: remove a dependency to component(s)
397
+
392
398
  ### dependencies debug
393
399
 
394
400
  **Usage**: `dependencies debug <component-name>`
@@ -959,11 +965,9 @@ for example: "http://localhost:3000", "file:///tmp/local-scope"
959
965
 
960
966
  **Alias**: `rm`
961
967
  **Workspace only**: no
962
- **Description**: remove component(s) from the workspace, or a remote scope
963
- https://bit.dev/docs/components/removing-components
964
- you can use a pattern for multiple ids, such as bit remove "utils/\*". (wrap the pattern with quotes to avoid collision with shell commands)
968
+ **Description**: remove component(s) from the workspace, or a remote scope
965
969
 
966
- `bit remove <component-ids...>`
970
+ `bit remove <component-pattern>`
967
971
 
968
972
  | **Option** | **Option alias** | **Description** |
969
973
  | ---------------- | :--------------: | ---------------------------------------------------------------------------------------------------------------------------------- |