@teambit/harmony.content.cli-reference 1.95.55 → 1.95.58

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
@@ -693,6 +693,7 @@ https://bit.dev/docs/workspace/creating-workspaces#initialize-a-workspace-on-an-
693
693
  | `--reset-hard` | | delete all Bit files and directories, including Bit configuration, tracking and model data. Useful for re-start using Bit from scratch |
694
694
  | `--reset-scope` | | removes local scope (.bit or .git/bit). snaps that were not exported will be lost. workspace left intact |
695
695
  | `--default-directory <default-directory>` | `-d` | set up default directory to import components into |
696
+ | `--default-scope <default-scope>` | | set up default scope for all components in the workspace |
696
697
  | `--package-manager <package-manager>` | `-p` | set up package manager (npm or yarn) |
697
698
  | `--force` | `-f` | force workspace initialization without clearing local objects |
698
699
  | `--harmony` | | DEPRECATED. no need for this flag. Harmony is the default now |
@@ -965,11 +966,9 @@ for example: "http://localhost:3000", "file:///tmp/local-scope"
965
966
 
966
967
  **Alias**: `rm`
967
968
  **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)
969
+ **Description**: remove component(s) from the workspace, or a remote scope
971
970
 
972
- `bit remove <component-ids...>`
971
+ `bit remove <component-pattern>`
973
972
 
974
973
  | **Option** | **Option alias** | **Description** |
975
974
  | ---------------- | :--------------: | ---------------------------------------------------------------------------------------------------------------------------------- |