@teambit/harmony.content.cli-reference 1.95.15 → 1.95.16

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
@@ -25,7 +25,6 @@ Commands that are marked as workspace only must be executed inside a workspace.
25
25
  | `--namespace <namespace>` | `-n` | organize component in a namespace |
26
26
  | `--exclude <file>/"<file>,<file>"` | `-e` | exclude file from being tracked. use quotation marks to list files or use a glob pattern |
27
27
  | `--override <boolean>` | `-o` | override existing component if exists (default = false) |
28
- | `--scope <string>` | `-s` | sets the component's scope-name. if not entered, the default-scope will be used |
29
28
 
30
29
  ---
31
30