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

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
@@ -1010,6 +1010,25 @@ alternatively, exporting to any one of the failed scopes, throws server-is-busy
1010
1010
 
1011
1011
  ---
1012
1012
 
1013
+ ## scope
1014
+
1015
+ **Workspace only**: yes
1016
+ **Description**: EXPERIMENTAL. manage scope-name
1017
+
1018
+ `bit scope <sub-command>`
1019
+
1020
+ ### scope rename
1021
+
1022
+ **Usage**: `scope rename <old-name> <new-name>`
1023
+
1024
+ **Description**: rename a scope for components using the old-name, optionally change the dependencies source-code
1025
+
1026
+ | **Option** | **Option alias** | **Description** |
1027
+ | ------------ | :--------------: | ---------------------------------------------------------------------------------------------- |
1028
+ | `--refactor` | `-r` | change the source code of all components using the original scope-name with the new scope-name |
1029
+
1030
+ ---
1031
+
1013
1032
  ## scope-config
1014
1033
 
1015
1034
  **Workspace only**: yes