@teambit/harmony.content.cli-reference 2.0.1016 → 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.
- package/cli-reference.docs.mdx +1 -1
- package/cli-reference.json +5 -0
- package/cli-reference.mdx +6 -5
- package/dist/cli-reference.docs.mdx +1 -1
- package/dist/cli-reference.json +5 -0
- package/dist/cli-reference.mdx.js +1 -5911
- package/dist/cli-reference.mdx.js.map +1 -1
- package/dist/{preview-1776880043260.js → preview-1777305358679.js} +2 -2
- package/package.json +2 -2
package/cli-reference.docs.mdx
CHANGED
package/cli-reference.json
CHANGED
|
@@ -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**
|
|
2369
|
-
|
|
|
2370
|
-
| `--preserve`
|
|
2371
|
-
| `--refactor`
|
|
2372
|
-
| `--deprecate`
|
|
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
|
|
package/dist/cli-reference.json
CHANGED
|
@@ -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",
|