@teambit/harmony.content.cli-reference 1.95.56 → 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
@@ -965,11 +965,9 @@ for example: "http://localhost:3000", "file:///tmp/local-scope"
965
965
 
966
966
  **Alias**: `rm`
967
967
  **Workspace only**: no
968
- **Description**: remove component(s) from the workspace, or a remote scope
969
- https://bit.dev/docs/components/removing-components
970
- 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
971
969
 
972
- `bit remove <component-ids...>`
970
+ `bit remove <component-pattern>`
973
971
 
974
972
  | **Option** | **Option alias** | **Description** |
975
973
  | ---------------- | :--------------: | ---------------------------------------------------------------------------------------------------------------------------------- |