@teambit/harmony.content.cli-reference 2.0.1017 → 2.0.1018

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.
@@ -674,6 +674,11 @@
674
674
  "",
675
675
  "deprecate",
676
676
  "for exported components, instead of deleting the original components, deprecating them"
677
+ ],
678
+ [
679
+ "x",
680
+ "skip-dependency-installation",
681
+ "do not install dependencies after the rename"
677
682
  ]
678
683
  ],
679
684
  "description": "rename the scope name for all components with the specified 'current scope name'. if exported, create new components and delete the original ones",
package/cli-reference.mdx CHANGED
@@ -2365,11 +2365,12 @@ as a result of this change
2365
2365
  | `current-scope-name` | the scope name to be replaced by another scope name |
2366
2366
  | `new-scope-name` | a new scope name to replace the current scope name |
2367
2367
 
2368
- | **Option** | **Option alias** | **Description** |
2369
- | ------------- | :--------------: | --------------------------------------------------------------------------------------------------------------- |
2370
- | `--preserve` | | avoid renaming files and variables/classes according to the new scope name |
2371
- | `--refactor` | `-r` | update the import statements in all dependent components to the new package name (i.e. with the new scope name) |
2372
- | `--deprecate` | | for exported components, instead of deleting the original components, deprecating them |
2368
+ | **Option** | **Option alias** | **Description** |
2369
+ | -------------------------------- | :--------------: | --------------------------------------------------------------------------------------------------------------- |
2370
+ | `--preserve` | | avoid renaming files and variables/classes according to the new scope name |
2371
+ | `--refactor` | `-r` | update the import statements in all dependent components to the new package name (i.e. with the new scope name) |
2372
+ | `--deprecate` | | for exported components, instead of deleting the original components, deprecating them |
2373
+ | `--skip-dependency-installation` | `-x` | do not install dependencies after the rename |
2373
2374
 
2374
2375
  ### scope rename-owner
2375
2376
 
@@ -674,6 +674,11 @@
674
674
  "",
675
675
  "deprecate",
676
676
  "for exported components, instead of deleting the original components, deprecating them"
677
+ ],
678
+ [
679
+ "x",
680
+ "skip-dependency-installation",
681
+ "do not install dependencies after the rename"
677
682
  ]
678
683
  ],
679
684
  "description": "rename the scope name for all components with the specified 'current scope name'. if exported, create new components and delete the original ones",