@teambit/harmony.content.cli-reference 2.0.171 → 2.0.173
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 +55 -42
- package/cli-reference.mdx +33 -18
- package/dist/cli-reference.docs.mdx +1 -1
- package/dist/cli-reference.json +55 -42
- package/dist/cli-reference.mdx.js +112 -112
- package/dist/cli-reference.mdx.js.map +1 -1
- package/dist/{preview-1707707812660.js → preview-1707880563763.js} +2 -2
- package/package.json +2 -2
package/cli-reference.docs.mdx
CHANGED
package/cli-reference.json
CHANGED
|
@@ -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",
|
|
@@ -2051,8 +2056,8 @@
|
|
|
2051
2056
|
],
|
|
2052
2057
|
[
|
|
2053
2058
|
"",
|
|
2054
|
-
"
|
|
2055
|
-
"update to the
|
|
2059
|
+
"semver",
|
|
2060
|
+
"update to the newest version respecting semver"
|
|
2056
2061
|
]
|
|
2057
2062
|
],
|
|
2058
2063
|
"description": "update dependencies. By default, dependencies are updated to the highest semver compatible versions.",
|
|
@@ -2628,7 +2633,7 @@
|
|
|
2628
2633
|
],
|
|
2629
2634
|
[
|
|
2630
2635
|
"i",
|
|
2631
|
-
"ignore-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
|
|
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,39 @@
|
|
|
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
|
+
"f",
|
|
4197
|
+
"force",
|
|
4198
|
+
"force update the .npmrc file even if there are conflicts"
|
|
4199
|
+
]
|
|
4200
|
+
],
|
|
4201
|
+
"description": "update npmrc file with scope, registry, and token information from bit.cloud",
|
|
4202
|
+
"extendedDescription": "",
|
|
4203
|
+
"group": "cloud",
|
|
4204
|
+
"private": false,
|
|
4205
|
+
"skipWorkspace": false
|
|
4206
|
+
}
|
|
4207
|
+
]
|
|
4208
|
+
},
|
|
4206
4209
|
{
|
|
4207
4210
|
"name": "status",
|
|
4208
4211
|
"alias": "s",
|
|
@@ -4292,7 +4295,12 @@
|
|
|
4292
4295
|
[
|
|
4293
4296
|
"",
|
|
4294
4297
|
"new-id <string>",
|
|
4295
|
-
"if replaced by another component, enter the new component id. alternatively use \"bit rename\" to do this automatically"
|
|
4298
|
+
"if replaced by another component, enter the new component id. alternatively use \"bit rename --deprecate\" to do this automatically"
|
|
4299
|
+
],
|
|
4300
|
+
[
|
|
4301
|
+
"",
|
|
4302
|
+
"range <string>",
|
|
4303
|
+
"enter a Semver range to deprecate specific versions. see https://www.npmjs.com/package/semver#ranges for the range syntax"
|
|
4296
4304
|
]
|
|
4297
4305
|
],
|
|
4298
4306
|
"description": "deprecate a component",
|
|
@@ -4346,7 +4354,12 @@
|
|
|
4346
4354
|
[
|
|
4347
4355
|
"",
|
|
4348
4356
|
"delete",
|
|
4349
|
-
"
|
|
4357
|
+
"DEPRECATED. this is now the default"
|
|
4358
|
+
],
|
|
4359
|
+
[
|
|
4360
|
+
"",
|
|
4361
|
+
"deprecate",
|
|
4362
|
+
"instead of deleting the original component, deprecating it"
|
|
4350
4363
|
],
|
|
4351
4364
|
[
|
|
4352
4365
|
"p",
|
|
@@ -4354,7 +4367,7 @@
|
|
|
4354
4367
|
"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
4368
|
]
|
|
4356
4369
|
],
|
|
4357
|
-
"description": "rename component. if exported, create a new component and
|
|
4370
|
+
"description": "rename component. if exported, create a new component and delete the original component. otherwise just renames current component",
|
|
4358
4371
|
"extendedDescription": "",
|
|
4359
4372
|
"group": "collaborate",
|
|
4360
4373
|
"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,25 @@ 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
|
+
| `--force` | `-f` | force update the .npmrc file even if there are conflicts |
|
|
1458
|
+
|
|
1459
|
+
---
|
|
1460
|
+
|
|
1441
1461
|
## pattern
|
|
1442
1462
|
|
|
1443
1463
|
**Description**: list the component ids matching the given pattern
|
|
@@ -1548,7 +1568,7 @@ to mark components as deleted on the remote scope, use "bit delete".
|
|
|
1548
1568
|
|
|
1549
1569
|
## rename
|
|
1550
1570
|
|
|
1551
|
-
**Description**: rename component. if exported, create a new component and
|
|
1571
|
+
**Description**: rename component. if exported, create a new component and delete the original component. otherwise just renames current component
|
|
1552
1572
|
|
|
1553
1573
|
`bit rename <current-name> <new-name>`
|
|
1554
1574
|
|
|
@@ -1563,7 +1583,8 @@ to mark components as deleted on the remote scope, use "bit delete".
|
|
|
1563
1583
|
| `--refactor` | `-r` | update the import/require statements in all dependent components (in the same workspace) |
|
|
1564
1584
|
| `--preserve` | | avoid renaming files and variables/classes according to the new component name |
|
|
1565
1585
|
| `--ast` | | EXPERIMENTAL. use ast to transform files instead of regex |
|
|
1566
|
-
| `--delete` | |
|
|
1586
|
+
| `--delete` | | DEPRECATED. this is now the default |
|
|
1587
|
+
| `--deprecate` | | instead of deleting the original component, deprecating it |
|
|
1567
1588
|
| `--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
1589
|
|
|
1569
1590
|
---
|
|
@@ -1682,9 +1703,10 @@ as a result of this change
|
|
|
1682
1703
|
| `current-scope-name` | the scope name to be replaced by another scope name |
|
|
1683
1704
|
| `new-scope-name` | a new scope name to replace the current scope name |
|
|
1684
1705
|
|
|
1685
|
-
| **Option**
|
|
1686
|
-
|
|
|
1687
|
-
| `--refactor`
|
|
1706
|
+
| **Option** | **Option alias** | **Description** |
|
|
1707
|
+
| ------------- | :--------------: | --------------------------------------------------------------------------------------------------------------- |
|
|
1708
|
+
| `--refactor` | `-r` | update the import statements in all dependent components to the new package name (i.e. with the new scope name) |
|
|
1709
|
+
| `--deprecate` | | for exported components, instead of deleting the original components, deprecating them |
|
|
1688
1710
|
|
|
1689
1711
|
### scope rename-owner
|
|
1690
1712
|
|
|
@@ -1806,13 +1828,10 @@ optionally, provide [pattern] to limit the fork to specific components
|
|
|
1806
1828
|
| `--skip-tests` | | skip running component tests during snap process |
|
|
1807
1829
|
| `--skip-auto-snap` | | skip auto snapping dependents |
|
|
1808
1830
|
| `--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
1831
|
| `--ignore-build-errors` | | proceed to snap pipeline even when build pipeline fails |
|
|
1811
1832
|
| `--rebuild-deps-graph` | | do not reuse the saved dependencies graph, instead build it from scratch |
|
|
1812
|
-
| `--ignore-issues
|
|
1813
|
-
| `--all` | `-a` | DEPRECATED (not needed anymore, now the default). snap all new and modified components |
|
|
1833
|
+
| `--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
1834
|
| `--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
1835
|
|
|
1817
1836
|
---
|
|
1818
1837
|
|
|
@@ -1907,14 +1926,10 @@ if patterns are entered, you can specify a version per pattern using "@" sign, e
|
|
|
1907
1926
|
| `--ignore-build-errors` | | proceed to tag pipeline even when build pipeline fails |
|
|
1908
1927
|
| `--rebuild-deps-graph` | | do not reuse the saved dependencies graph, instead build it from scratch |
|
|
1909
1928
|
| `--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
|
|
1929
|
+
| `--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
1930
|
| `--ignore-newest-version` | `-I` | allow tagging even when the component has newer versions e.g. for hotfixes (default = false) |
|
|
1912
1931
|
| `--fail-fast` | | stop pipeline execution on the first failed task (by default a task is skipped only when its dependency failed) |
|
|
1913
1932
|
| `--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
1933
|
|
|
1919
1934
|
---
|
|
1920
1935
|
|
|
@@ -1990,7 +2005,7 @@ list components templates when inside bit-workspace (for bit-create), otherwise,
|
|
|
1990
2005
|
| `--patch` | | update to the latest patch version. Semver rules are ignored |
|
|
1991
2006
|
| `--minor` | | update to the latest minor version. Semver rules are ignored |
|
|
1992
2007
|
| `--major` | | update to the latest major version. Semver rules are ignored |
|
|
1993
|
-
| `--
|
|
2008
|
+
| `--semver` | | update to the newest version respecting semver |
|
|
1994
2009
|
|
|
1995
2010
|
---
|
|
1996
2011
|
|
package/dist/cli-reference.json
CHANGED
|
@@ -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",
|
|
@@ -2051,8 +2056,8 @@
|
|
|
2051
2056
|
],
|
|
2052
2057
|
[
|
|
2053
2058
|
"",
|
|
2054
|
-
"
|
|
2055
|
-
"update to the
|
|
2059
|
+
"semver",
|
|
2060
|
+
"update to the newest version respecting semver"
|
|
2056
2061
|
]
|
|
2057
2062
|
],
|
|
2058
2063
|
"description": "update dependencies. By default, dependencies are updated to the highest semver compatible versions.",
|
|
@@ -2628,7 +2633,7 @@
|
|
|
2628
2633
|
],
|
|
2629
2634
|
[
|
|
2630
2635
|
"i",
|
|
2631
|
-
"ignore-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
|
|
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,39 @@
|
|
|
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
|
+
"f",
|
|
4197
|
+
"force",
|
|
4198
|
+
"force update the .npmrc file even if there are conflicts"
|
|
4199
|
+
]
|
|
4200
|
+
],
|
|
4201
|
+
"description": "update npmrc file with scope, registry, and token information from bit.cloud",
|
|
4202
|
+
"extendedDescription": "",
|
|
4203
|
+
"group": "cloud",
|
|
4204
|
+
"private": false,
|
|
4205
|
+
"skipWorkspace": false
|
|
4206
|
+
}
|
|
4207
|
+
]
|
|
4208
|
+
},
|
|
4206
4209
|
{
|
|
4207
4210
|
"name": "status",
|
|
4208
4211
|
"alias": "s",
|
|
@@ -4292,7 +4295,12 @@
|
|
|
4292
4295
|
[
|
|
4293
4296
|
"",
|
|
4294
4297
|
"new-id <string>",
|
|
4295
|
-
"if replaced by another component, enter the new component id. alternatively use \"bit rename\" to do this automatically"
|
|
4298
|
+
"if replaced by another component, enter the new component id. alternatively use \"bit rename --deprecate\" to do this automatically"
|
|
4299
|
+
],
|
|
4300
|
+
[
|
|
4301
|
+
"",
|
|
4302
|
+
"range <string>",
|
|
4303
|
+
"enter a Semver range to deprecate specific versions. see https://www.npmjs.com/package/semver#ranges for the range syntax"
|
|
4296
4304
|
]
|
|
4297
4305
|
],
|
|
4298
4306
|
"description": "deprecate a component",
|
|
@@ -4346,7 +4354,12 @@
|
|
|
4346
4354
|
[
|
|
4347
4355
|
"",
|
|
4348
4356
|
"delete",
|
|
4349
|
-
"
|
|
4357
|
+
"DEPRECATED. this is now the default"
|
|
4358
|
+
],
|
|
4359
|
+
[
|
|
4360
|
+
"",
|
|
4361
|
+
"deprecate",
|
|
4362
|
+
"instead of deleting the original component, deprecating it"
|
|
4350
4363
|
],
|
|
4351
4364
|
[
|
|
4352
4365
|
"p",
|
|
@@ -4354,7 +4367,7 @@
|
|
|
4354
4367
|
"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
4368
|
]
|
|
4356
4369
|
],
|
|
4357
|
-
"description": "rename component. if exported, create a new component and
|
|
4370
|
+
"description": "rename component. if exported, create a new component and delete the original component. otherwise just renames current component",
|
|
4358
4371
|
"extendedDescription": "",
|
|
4359
4372
|
"group": "collaborate",
|
|
4360
4373
|
"private": false,
|