@teambit/harmony.content.cli-reference 2.0.170 → 2.0.172

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.
@@ -1,5 +1,5 @@
1
1
  ---
2
- description: 'Bit command synopses. Bit version: 1.6.55'
2
+ description: 'Bit command synopses. Bit version: 1.6.57'
3
3
  labels: ['cli', 'mdx', 'docs']
4
4
  ---
5
5
 
@@ -824,6 +824,11 @@
824
824
  "r",
825
825
  "refactor",
826
826
  "update the import statements in all dependent components to the new package name (i.e. with the new scope name)"
827
+ ],
828
+ [
829
+ "",
830
+ "deprecate",
831
+ "for exported components, instead of deleting the original components, deprecating them"
827
832
  ]
828
833
  ],
829
834
  "description": "rename the scope name for all components with the specified 'current scope name', if exported, create new components and deprecate the original ones",
@@ -2628,7 +2633,7 @@
2628
2633
  ],
2629
2634
  [
2630
2635
  "i",
2631
- "ignore-issues [issues]",
2636
+ "ignore-issues <issues>",
2632
2637
  "ignore component issues (shown in \"bit status\" as \"issues found\"), issues to ignore:\n[MissingPackagesDependenciesOnFs, MissingManuallyConfiguredPackages, UntrackedDependencies, ResolveErrors, RelativeComponents, RelativeComponentsAuthored, ParseErrors, MissingDists, LegacyInsideHarmony, MissingDependenciesOnFs, ImportNonMainFiles, MultipleEnvs, MissingLinksFromNodeModulesToSrc, CircularDependencies, DuplicateComponentAndPackage, MergeConfigHasConflict, NonLoadedEnv, ExternalEnvWithoutVersion, RemovedDependencies, SelfReference]\nto ignore multiple issues, separate them by a comma and wrap with quotes. to ignore all issues, specify \"*\"."
2633
2638
  ],
2634
2639
  [
@@ -2645,26 +2650,6 @@
2645
2650
  "b",
2646
2651
  "build",
2647
2652
  "locally run the build pipeline (i.e. not via rippleCI) and complete the tag"
2648
- ],
2649
- [
2650
- "a",
2651
- "all [version]",
2652
- "DEPRECATED (not needed anymore, it is the default now). tag all new and modified components"
2653
- ],
2654
- [
2655
- "s",
2656
- "scope [version]",
2657
- "DEPRECATED (use \"--unmodified\" instead). tag all components of the local scope"
2658
- ],
2659
- [
2660
- "f",
2661
- "force",
2662
- "DEPRECATED (use \"--skip-tests\", \"--ignore-build-errors\" or \"--unmodified\" instead). force-tag even if tests are failing and even when component has not changed"
2663
- ],
2664
- [
2665
- "",
2666
- "disable-deploy-pipeline",
2667
- "DEPRECATED. use --disable-tag-pipeline instead"
2668
2653
  ]
2669
2654
  ],
2670
2655
  "description": "create an immutable and exportable component snapshot, tagged with a release version.",
@@ -2729,11 +2714,6 @@
2729
2714
  "disable-snap-pipeline",
2730
2715
  "skip the snap pipeline. this will for instance skip packing and publishing component version for install, and app deployment"
2731
2716
  ],
2732
- [
2733
- "",
2734
- "force-deploy",
2735
- "DEPRECATED. use --ignore-build-error instead"
2736
- ],
2737
2717
  [
2738
2718
  "",
2739
2719
  "ignore-build-errors",
@@ -2746,23 +2726,13 @@
2746
2726
  ],
2747
2727
  [
2748
2728
  "i",
2749
- "ignore-issues [issues]",
2729
+ "ignore-issues <issues>",
2750
2730
  "ignore component issues (shown in \"bit status\" as \"issues found\"), issues to ignore:\n[MissingPackagesDependenciesOnFs, MissingManuallyConfiguredPackages, UntrackedDependencies, ResolveErrors, RelativeComponents, RelativeComponentsAuthored, ParseErrors, MissingDists, LegacyInsideHarmony, MissingDependenciesOnFs, ImportNonMainFiles, MultipleEnvs, MissingLinksFromNodeModulesToSrc, CircularDependencies, DuplicateComponentAndPackage, MergeConfigHasConflict, NonLoadedEnv, ExternalEnvWithoutVersion, RemovedDependencies, SelfReference]\nto ignore multiple issues, separate them by a comma and wrap with quotes. to ignore all issues, specify \"*\"."
2751
2731
  ],
2752
- [
2753
- "a",
2754
- "all",
2755
- "DEPRECATED (not needed anymore, now the default). snap all new and modified components"
2756
- ],
2757
2732
  [
2758
2733
  "",
2759
2734
  "fail-fast",
2760
2735
  "stop pipeline execution on the first failed task (by default a task is skipped only when its dependency failed)"
2761
- ],
2762
- [
2763
- "f",
2764
- "force",
2765
- "DEPRECATED (use \"--skip-tests\" or \"--unmodified\" instead). force-snap even if tests are failing and even when component has not changed"
2766
2736
  ]
2767
2737
  ],
2768
2738
  "description": "create an immutable and exportable component snapshot (non-release version)",
@@ -4203,6 +4173,34 @@
4203
4173
  "private": false,
4204
4174
  "skipWorkspace": true
4205
4175
  },
4176
+ {
4177
+ "name": "npmrc [sub-command]",
4178
+ "alias": "",
4179
+ "options": [],
4180
+ "description": "manage npmrc file with scope, registry, and token information from bit.cloud",
4181
+ "extendedDescription": "",
4182
+ "group": "cloud",
4183
+ "private": false,
4184
+ "skipWorkspace": true,
4185
+ "commands": [
4186
+ {
4187
+ "name": "generate",
4188
+ "alias": "",
4189
+ "options": [
4190
+ [
4191
+ "",
4192
+ "dry-run",
4193
+ "show the .npmrc file content that will be written"
4194
+ ]
4195
+ ],
4196
+ "description": "update npmrc file with scope, registry, and token information from bit.cloud",
4197
+ "extendedDescription": "",
4198
+ "group": "cloud",
4199
+ "private": false,
4200
+ "skipWorkspace": false
4201
+ }
4202
+ ]
4203
+ },
4206
4204
  {
4207
4205
  "name": "status",
4208
4206
  "alias": "s",
@@ -4292,7 +4290,12 @@
4292
4290
  [
4293
4291
  "",
4294
4292
  "new-id <string>",
4295
- "if replaced by another component, enter the new component id. alternatively use \"bit rename\" to do this automatically"
4293
+ "if replaced by another component, enter the new component id. alternatively use \"bit rename --deprecate\" to do this automatically"
4294
+ ],
4295
+ [
4296
+ "",
4297
+ "range <string>",
4298
+ "enter a Semver range to deprecate specific versions. see https://www.npmjs.com/package/semver#ranges for the range syntax"
4296
4299
  ]
4297
4300
  ],
4298
4301
  "description": "deprecate a component",
@@ -4346,7 +4349,12 @@
4346
4349
  [
4347
4350
  "",
4348
4351
  "delete",
4349
- "EXPERIMENTAL. instead of deprecating the original component, delete it"
4352
+ "DEPRECATED. this is now the default"
4353
+ ],
4354
+ [
4355
+ "",
4356
+ "deprecate",
4357
+ "instead of deleting the original component, deprecating it"
4350
4358
  ],
4351
4359
  [
4352
4360
  "p",
@@ -4354,7 +4362,7 @@
4354
4362
  "relative path in the workspace to place new component in. by default, the directory of the new component is from your workspace's \"defaultScope\" value"
4355
4363
  ]
4356
4364
  ],
4357
- "description": "rename component. if exported, create a new component and deprecate the original component. otherwise just renames current component",
4365
+ "description": "rename component. if exported, create a new component and delete the original component. otherwise just renames current component",
4358
4366
  "extendedDescription": "",
4359
4367
  "group": "collaborate",
4360
4368
  "private": false,
package/cli-reference.mdx CHANGED
@@ -467,9 +467,10 @@ this command marks the components as deleted, and after snap/tag and export they
467
467
  | ---------------- | :----------------------------: |
468
468
  | `component-name` | component name or component id |
469
469
 
470
- | **Option** | **Option alias** | **Description** |
471
- | ------------------- | :--------------: | --------------------------------------------------------------------------------------------------------------------- |
472
- | `--new-id <string>` | | if replaced by another component, enter the new component id. alternatively use "bit rename" to do this automatically |
470
+ | **Option** | **Option alias** | **Description** |
471
+ | ------------------- | :--------------: | --------------------------------------------------------------------------------------------------------------------------------- |
472
+ | `--new-id <string>` | | if replaced by another component, enter the new component id. alternatively use "bit rename --deprecate" to do this automatically |
473
+ | `--range <string>` | | enter a Semver range to deprecate specific versions. see https://www.npmjs.com/package/semver#ranges for the range syntax |
473
474
 
474
475
  ---
475
476
 
@@ -1438,6 +1439,24 @@ move files or directories of component(s)
1438
1439
 
1439
1440
  ---
1440
1441
 
1442
+ ## npmrc
1443
+
1444
+ **Description**: manage npmrc file with scope, registry, and token information from bit.cloud
1445
+
1446
+ `bit npmrc [sub-command]`
1447
+
1448
+ ### npmrc generate
1449
+
1450
+ **Usage**: `npmrc generate`
1451
+
1452
+ **Description**: update npmrc file with scope, registry, and token information from bit.cloud
1453
+
1454
+ | **Option** | **Option alias** | **Description** |
1455
+ | ----------- | :--------------: | ------------------------------------------------- |
1456
+ | `--dry-run` | | show the .npmrc file content that will be written |
1457
+
1458
+ ---
1459
+
1441
1460
  ## pattern
1442
1461
 
1443
1462
  **Description**: list the component ids matching the given pattern
@@ -1548,7 +1567,7 @@ to mark components as deleted on the remote scope, use "bit delete".
1548
1567
 
1549
1568
  ## rename
1550
1569
 
1551
- **Description**: rename component. if exported, create a new component and deprecate the original component. otherwise just renames current component
1570
+ **Description**: rename component. if exported, create a new component and delete the original component. otherwise just renames current component
1552
1571
 
1553
1572
  `bit rename <current-name> <new-name>`
1554
1573
 
@@ -1563,7 +1582,8 @@ to mark components as deleted on the remote scope, use "bit delete".
1563
1582
  | `--refactor` | `-r` | update the import/require statements in all dependent components (in the same workspace) |
1564
1583
  | `--preserve` | | avoid renaming files and variables/classes according to the new component name |
1565
1584
  | `--ast` | | EXPERIMENTAL. use ast to transform files instead of regex |
1566
- | `--delete` | | EXPERIMENTAL. instead of deprecating the original component, delete it |
1585
+ | `--delete` | | DEPRECATED. this is now the default |
1586
+ | `--deprecate` | | instead of deleting the original component, deprecating it |
1567
1587
  | `--path <relative-path>` | `-p` | relative path in the workspace to place new component in. by default, the directory of the new component is from your workspace's "defaultScope" value |
1568
1588
 
1569
1589
  ---
@@ -1682,9 +1702,10 @@ as a result of this change
1682
1702
  | `current-scope-name` | the scope name to be replaced by another scope name |
1683
1703
  | `new-scope-name` | a new scope name to replace the current scope name |
1684
1704
 
1685
- | **Option** | **Option alias** | **Description** |
1686
- | ------------ | :--------------: | --------------------------------------------------------------------------------------------------------------- |
1687
- | `--refactor` | `-r` | update the import statements in all dependent components to the new package name (i.e. with the new scope name) |
1705
+ | **Option** | **Option alias** | **Description** |
1706
+ | ------------- | :--------------: | --------------------------------------------------------------------------------------------------------------- |
1707
+ | `--refactor` | `-r` | update the import statements in all dependent components to the new package name (i.e. with the new scope name) |
1708
+ | `--deprecate` | | for exported components, instead of deleting the original components, deprecating them |
1688
1709
 
1689
1710
  ### scope rename-owner
1690
1711
 
@@ -1806,13 +1827,10 @@ optionally, provide [pattern] to limit the fork to specific components
1806
1827
  | `--skip-tests` | | skip running component tests during snap process |
1807
1828
  | `--skip-auto-snap` | | skip auto snapping dependents |
1808
1829
  | `--disable-snap-pipeline` | | skip the snap pipeline. this will for instance skip packing and publishing component version for install, and app deployment |
1809
- | `--force-deploy` | | DEPRECATED. use --ignore-build-error instead |
1810
1830
  | `--ignore-build-errors` | | proceed to snap pipeline even when build pipeline fails |
1811
1831
  | `--rebuild-deps-graph` | | do not reuse the saved dependencies graph, instead build it from scratch |
1812
- | `--ignore-issues [issues]` | `-i` | ignore component issues (shown in "bit status" as "issues found"), issues to ignore: [MissingPackagesDependenciesOnFs, MissingManuallyConfiguredPackages, UntrackedDependencies, ResolveErrors, RelativeComponents, RelativeComponentsAuthored, ParseErrors, MissingDists, LegacyInsideHarmony, MissingDependenciesOnFs, ImportNonMainFiles, MultipleEnvs, MissingLinksFromNodeModulesToSrc, CircularDependencies, DuplicateComponentAndPackage, MergeConfigHasConflict, NonLoadedEnv, ExternalEnvWithoutVersion, RemovedDependencies, SelfReference] to ignore multiple issues, separate them by a comma and wrap with quotes. to ignore all issues, specify "\*". |
1813
- | `--all` | `-a` | DEPRECATED (not needed anymore, now the default). snap all new and modified components |
1832
+ | `--ignore-issues <issues>` | `-i` | ignore component issues (shown in "bit status" as "issues found"), issues to ignore: [MissingPackagesDependenciesOnFs, MissingManuallyConfiguredPackages, UntrackedDependencies, ResolveErrors, RelativeComponents, RelativeComponentsAuthored, ParseErrors, MissingDists, LegacyInsideHarmony, MissingDependenciesOnFs, ImportNonMainFiles, MultipleEnvs, MissingLinksFromNodeModulesToSrc, CircularDependencies, DuplicateComponentAndPackage, MergeConfigHasConflict, NonLoadedEnv, ExternalEnvWithoutVersion, RemovedDependencies, SelfReference] to ignore multiple issues, separate them by a comma and wrap with quotes. to ignore all issues, specify "\*". |
1814
1833
  | `--fail-fast` | | stop pipeline execution on the first failed task (by default a task is skipped only when its dependency failed) |
1815
- | `--force` | `-f` | DEPRECATED (use "--skip-tests" or "--unmodified" instead). force-snap even if tests are failing and even when component has not changed |
1816
1834
 
1817
1835
  ---
1818
1836
 
@@ -1907,14 +1925,10 @@ if patterns are entered, you can specify a version per pattern using "@" sign, e
1907
1925
  | `--ignore-build-errors` | | proceed to tag pipeline even when build pipeline fails |
1908
1926
  | `--rebuild-deps-graph` | | do not reuse the saved dependencies graph, instead build it from scratch |
1909
1927
  | `--increment-by <number>` | | (default to 1) increment semver flag (patch/minor/major) by. e.g. incrementing patch by 2: 0.0.1 -> 0.0.3. |
1910
- | `--ignore-issues [issues]` | `-i` | ignore component issues (shown in "bit status" as "issues found"), issues to ignore: [MissingPackagesDependenciesOnFs, MissingManuallyConfiguredPackages, UntrackedDependencies, ResolveErrors, RelativeComponents, RelativeComponentsAuthored, ParseErrors, MissingDists, LegacyInsideHarmony, MissingDependenciesOnFs, ImportNonMainFiles, MultipleEnvs, MissingLinksFromNodeModulesToSrc, CircularDependencies, DuplicateComponentAndPackage, MergeConfigHasConflict, NonLoadedEnv, ExternalEnvWithoutVersion, RemovedDependencies, SelfReference] to ignore multiple issues, separate them by a comma and wrap with quotes. to ignore all issues, specify "\*". |
1928
+ | `--ignore-issues <issues>` | `-i` | ignore component issues (shown in "bit status" as "issues found"), issues to ignore: [MissingPackagesDependenciesOnFs, MissingManuallyConfiguredPackages, UntrackedDependencies, ResolveErrors, RelativeComponents, RelativeComponentsAuthored, ParseErrors, MissingDists, LegacyInsideHarmony, MissingDependenciesOnFs, ImportNonMainFiles, MultipleEnvs, MissingLinksFromNodeModulesToSrc, CircularDependencies, DuplicateComponentAndPackage, MergeConfigHasConflict, NonLoadedEnv, ExternalEnvWithoutVersion, RemovedDependencies, SelfReference] to ignore multiple issues, separate them by a comma and wrap with quotes. to ignore all issues, specify "\*". |
1911
1929
  | `--ignore-newest-version` | `-I` | allow tagging even when the component has newer versions e.g. for hotfixes (default = false) |
1912
1930
  | `--fail-fast` | | stop pipeline execution on the first failed task (by default a task is skipped only when its dependency failed) |
1913
1931
  | `--build` | `-b` | locally run the build pipeline (i.e. not via rippleCI) and complete the tag |
1914
- | `--all [version]` | `-a` | DEPRECATED (not needed anymore, it is the default now). tag all new and modified components |
1915
- | `--scope [version]` | `-s` | DEPRECATED (use "--unmodified" instead). tag all components of the local scope |
1916
- | `--force` | `-f` | DEPRECATED (use "--skip-tests", "--ignore-build-errors" or "--unmodified" instead). force-tag even if tests are failing and even when component has not changed |
1917
- | `--disable-deploy-pipeline` | | DEPRECATED. use --disable-tag-pipeline instead |
1918
1932
 
1919
1933
  ---
1920
1934
 
@@ -1,5 +1,5 @@
1
1
  ---
2
- description: 'Bit command synopses. Bit version: 1.6.55'
2
+ description: 'Bit command synopses. Bit version: 1.6.57'
3
3
  labels: ['cli', 'mdx', 'docs']
4
4
  ---
5
5
 
@@ -824,6 +824,11 @@
824
824
  "r",
825
825
  "refactor",
826
826
  "update the import statements in all dependent components to the new package name (i.e. with the new scope name)"
827
+ ],
828
+ [
829
+ "",
830
+ "deprecate",
831
+ "for exported components, instead of deleting the original components, deprecating them"
827
832
  ]
828
833
  ],
829
834
  "description": "rename the scope name for all components with the specified 'current scope name', if exported, create new components and deprecate the original ones",
@@ -2628,7 +2633,7 @@
2628
2633
  ],
2629
2634
  [
2630
2635
  "i",
2631
- "ignore-issues [issues]",
2636
+ "ignore-issues <issues>",
2632
2637
  "ignore component issues (shown in \"bit status\" as \"issues found\"), issues to ignore:\n[MissingPackagesDependenciesOnFs, MissingManuallyConfiguredPackages, UntrackedDependencies, ResolveErrors, RelativeComponents, RelativeComponentsAuthored, ParseErrors, MissingDists, LegacyInsideHarmony, MissingDependenciesOnFs, ImportNonMainFiles, MultipleEnvs, MissingLinksFromNodeModulesToSrc, CircularDependencies, DuplicateComponentAndPackage, MergeConfigHasConflict, NonLoadedEnv, ExternalEnvWithoutVersion, RemovedDependencies, SelfReference]\nto ignore multiple issues, separate them by a comma and wrap with quotes. to ignore all issues, specify \"*\"."
2633
2638
  ],
2634
2639
  [
@@ -2645,26 +2650,6 @@
2645
2650
  "b",
2646
2651
  "build",
2647
2652
  "locally run the build pipeline (i.e. not via rippleCI) and complete the tag"
2648
- ],
2649
- [
2650
- "a",
2651
- "all [version]",
2652
- "DEPRECATED (not needed anymore, it is the default now). tag all new and modified components"
2653
- ],
2654
- [
2655
- "s",
2656
- "scope [version]",
2657
- "DEPRECATED (use \"--unmodified\" instead). tag all components of the local scope"
2658
- ],
2659
- [
2660
- "f",
2661
- "force",
2662
- "DEPRECATED (use \"--skip-tests\", \"--ignore-build-errors\" or \"--unmodified\" instead). force-tag even if tests are failing and even when component has not changed"
2663
- ],
2664
- [
2665
- "",
2666
- "disable-deploy-pipeline",
2667
- "DEPRECATED. use --disable-tag-pipeline instead"
2668
2653
  ]
2669
2654
  ],
2670
2655
  "description": "create an immutable and exportable component snapshot, tagged with a release version.",
@@ -2729,11 +2714,6 @@
2729
2714
  "disable-snap-pipeline",
2730
2715
  "skip the snap pipeline. this will for instance skip packing and publishing component version for install, and app deployment"
2731
2716
  ],
2732
- [
2733
- "",
2734
- "force-deploy",
2735
- "DEPRECATED. use --ignore-build-error instead"
2736
- ],
2737
2717
  [
2738
2718
  "",
2739
2719
  "ignore-build-errors",
@@ -2746,23 +2726,13 @@
2746
2726
  ],
2747
2727
  [
2748
2728
  "i",
2749
- "ignore-issues [issues]",
2729
+ "ignore-issues <issues>",
2750
2730
  "ignore component issues (shown in \"bit status\" as \"issues found\"), issues to ignore:\n[MissingPackagesDependenciesOnFs, MissingManuallyConfiguredPackages, UntrackedDependencies, ResolveErrors, RelativeComponents, RelativeComponentsAuthored, ParseErrors, MissingDists, LegacyInsideHarmony, MissingDependenciesOnFs, ImportNonMainFiles, MultipleEnvs, MissingLinksFromNodeModulesToSrc, CircularDependencies, DuplicateComponentAndPackage, MergeConfigHasConflict, NonLoadedEnv, ExternalEnvWithoutVersion, RemovedDependencies, SelfReference]\nto ignore multiple issues, separate them by a comma and wrap with quotes. to ignore all issues, specify \"*\"."
2751
2731
  ],
2752
- [
2753
- "a",
2754
- "all",
2755
- "DEPRECATED (not needed anymore, now the default). snap all new and modified components"
2756
- ],
2757
2732
  [
2758
2733
  "",
2759
2734
  "fail-fast",
2760
2735
  "stop pipeline execution on the first failed task (by default a task is skipped only when its dependency failed)"
2761
- ],
2762
- [
2763
- "f",
2764
- "force",
2765
- "DEPRECATED (use \"--skip-tests\" or \"--unmodified\" instead). force-snap even if tests are failing and even when component has not changed"
2766
2736
  ]
2767
2737
  ],
2768
2738
  "description": "create an immutable and exportable component snapshot (non-release version)",
@@ -4203,6 +4173,34 @@
4203
4173
  "private": false,
4204
4174
  "skipWorkspace": true
4205
4175
  },
4176
+ {
4177
+ "name": "npmrc [sub-command]",
4178
+ "alias": "",
4179
+ "options": [],
4180
+ "description": "manage npmrc file with scope, registry, and token information from bit.cloud",
4181
+ "extendedDescription": "",
4182
+ "group": "cloud",
4183
+ "private": false,
4184
+ "skipWorkspace": true,
4185
+ "commands": [
4186
+ {
4187
+ "name": "generate",
4188
+ "alias": "",
4189
+ "options": [
4190
+ [
4191
+ "",
4192
+ "dry-run",
4193
+ "show the .npmrc file content that will be written"
4194
+ ]
4195
+ ],
4196
+ "description": "update npmrc file with scope, registry, and token information from bit.cloud",
4197
+ "extendedDescription": "",
4198
+ "group": "cloud",
4199
+ "private": false,
4200
+ "skipWorkspace": false
4201
+ }
4202
+ ]
4203
+ },
4206
4204
  {
4207
4205
  "name": "status",
4208
4206
  "alias": "s",
@@ -4292,7 +4290,12 @@
4292
4290
  [
4293
4291
  "",
4294
4292
  "new-id <string>",
4295
- "if replaced by another component, enter the new component id. alternatively use \"bit rename\" to do this automatically"
4293
+ "if replaced by another component, enter the new component id. alternatively use \"bit rename --deprecate\" to do this automatically"
4294
+ ],
4295
+ [
4296
+ "",
4297
+ "range <string>",
4298
+ "enter a Semver range to deprecate specific versions. see https://www.npmjs.com/package/semver#ranges for the range syntax"
4296
4299
  ]
4297
4300
  ],
4298
4301
  "description": "deprecate a component",
@@ -4346,7 +4349,12 @@
4346
4349
  [
4347
4350
  "",
4348
4351
  "delete",
4349
- "EXPERIMENTAL. instead of deprecating the original component, delete it"
4352
+ "DEPRECATED. this is now the default"
4353
+ ],
4354
+ [
4355
+ "",
4356
+ "deprecate",
4357
+ "instead of deleting the original component, deprecating it"
4350
4358
  ],
4351
4359
  [
4352
4360
  "p",
@@ -4354,7 +4362,7 @@
4354
4362
  "relative path in the workspace to place new component in. by default, the directory of the new component is from your workspace's \"defaultScope\" value"
4355
4363
  ]
4356
4364
  ],
4357
- "description": "rename component. if exported, create a new component and deprecate the original component. otherwise just renames current component",
4365
+ "description": "rename component. if exported, create a new component and delete the original component. otherwise just renames current component",
4358
4366
  "extendedDescription": "",
4359
4367
  "group": "collaborate",
4360
4368
  "private": false,