@teambit/harmony.content.cli-reference 1.95.151 → 1.95.153
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.json +24 -19
- package/cli-reference.mdx +45 -44
- package/dist/cli-reference.json +24 -19
- package/dist/cli-reference.mdx.js +15 -2
- package/dist/cli-reference.mdx.js.map +1 -1
- package/dist/{preview-1685072133537.js → preview-1685418569798.js} +2 -2
- package/package-tar/teambit-harmony.content.cli-reference-1.95.153.tgz +0 -0
- package/package.json +2 -2
- package/package-tar/teambit-harmony.content.cli-reference-1.95.151.tgz +0 -0
package/cli-reference.json
CHANGED
|
@@ -670,6 +670,21 @@
|
|
|
670
670
|
"group": "general",
|
|
671
671
|
"private": false
|
|
672
672
|
},
|
|
673
|
+
{
|
|
674
|
+
"name": "component-issues",
|
|
675
|
+
"alias": "",
|
|
676
|
+
"options": [
|
|
677
|
+
[
|
|
678
|
+
"j",
|
|
679
|
+
"json",
|
|
680
|
+
"json format"
|
|
681
|
+
]
|
|
682
|
+
],
|
|
683
|
+
"description": "list available component-issues",
|
|
684
|
+
"extendedDescription": "",
|
|
685
|
+
"group": "development",
|
|
686
|
+
"private": true
|
|
687
|
+
},
|
|
673
688
|
{
|
|
674
689
|
"name": "show <component-name>",
|
|
675
690
|
"alias": "",
|
|
@@ -1649,21 +1664,6 @@
|
|
|
1649
1664
|
}
|
|
1650
1665
|
]
|
|
1651
1666
|
},
|
|
1652
|
-
{
|
|
1653
|
-
"name": "component-issues",
|
|
1654
|
-
"alias": "",
|
|
1655
|
-
"options": [
|
|
1656
|
-
[
|
|
1657
|
-
"j",
|
|
1658
|
-
"json",
|
|
1659
|
-
"json format"
|
|
1660
|
-
]
|
|
1661
|
-
],
|
|
1662
|
-
"description": "list available component-issues",
|
|
1663
|
-
"extendedDescription": "",
|
|
1664
|
-
"group": "development",
|
|
1665
|
-
"private": true
|
|
1666
|
-
},
|
|
1667
1667
|
{
|
|
1668
1668
|
"name": "compile [component-names...]",
|
|
1669
1669
|
"alias": "",
|
|
@@ -1754,6 +1754,11 @@
|
|
|
1754
1754
|
"add-missing-peers [addMissingPeers]",
|
|
1755
1755
|
"install all missing peer dependencies"
|
|
1756
1756
|
],
|
|
1757
|
+
[
|
|
1758
|
+
"",
|
|
1759
|
+
"recurring-install",
|
|
1760
|
+
"automatically run install again if there are non loaded old envs in your workspace"
|
|
1761
|
+
],
|
|
1757
1762
|
[
|
|
1758
1763
|
"",
|
|
1759
1764
|
"no-optional [noOptional]",
|
|
@@ -2244,7 +2249,7 @@
|
|
|
2244
2249
|
[
|
|
2245
2250
|
"i",
|
|
2246
2251
|
"ignore-issues [issues]",
|
|
2247
|
-
"ignore component issues (shown in \"bit status\" as \"issues found\"), issues to ignore:\n[MissingPackagesDependenciesOnFs, MissingManuallyConfiguredPackages, MissingComponents, UntrackedDependencies, ResolveErrors, RelativeComponents, RelativeComponentsAuthored, ParseErrors, MissingDists, LegacyInsideHarmony, MissingDependenciesOnFs, ImportNonMainFiles,
|
|
2252
|
+
"ignore component issues (shown in \"bit status\" as \"issues found\"), issues to ignore:\n[MissingPackagesDependenciesOnFs, MissingManuallyConfiguredPackages, MissingComponents, UntrackedDependencies, ResolveErrors, RelativeComponents, RelativeComponentsAuthored, ParseErrors, MissingDists, LegacyInsideHarmony, MissingDependenciesOnFs, ImportNonMainFiles, MultipleEnvs, MissingLinksFromNodeModulesToSrc, CircularDependencies, DuplicateComponentAndPackage, MergeConfigHasConflict, NonLoadedEnv, ExternalEnvWithoutVersion]\nto ignore multiple issues, separate them by a comma and wrap with quotes. to ignore all issues, specify \"*\"."
|
|
2248
2253
|
],
|
|
2249
2254
|
[
|
|
2250
2255
|
"I",
|
|
@@ -2352,7 +2357,7 @@
|
|
|
2352
2357
|
[
|
|
2353
2358
|
"i",
|
|
2354
2359
|
"ignore-issues [issues]",
|
|
2355
|
-
"ignore component issues (shown in \"bit status\" as \"issues found\"), issues to ignore:\n[MissingPackagesDependenciesOnFs, MissingManuallyConfiguredPackages, MissingComponents, UntrackedDependencies, ResolveErrors, RelativeComponents, RelativeComponentsAuthored, ParseErrors, MissingDists, LegacyInsideHarmony, MissingDependenciesOnFs, ImportNonMainFiles,
|
|
2360
|
+
"ignore component issues (shown in \"bit status\" as \"issues found\"), issues to ignore:\n[MissingPackagesDependenciesOnFs, MissingManuallyConfiguredPackages, MissingComponents, UntrackedDependencies, ResolveErrors, RelativeComponents, RelativeComponentsAuthored, ParseErrors, MissingDists, LegacyInsideHarmony, MissingDependenciesOnFs, ImportNonMainFiles, MultipleEnvs, MissingLinksFromNodeModulesToSrc, CircularDependencies, DuplicateComponentAndPackage, MergeConfigHasConflict, NonLoadedEnv, ExternalEnvWithoutVersion]\nto ignore multiple issues, separate them by a comma and wrap with quotes. to ignore all issues, specify \"*\"."
|
|
2356
2361
|
],
|
|
2357
2362
|
[
|
|
2358
2363
|
"a",
|
|
@@ -2493,7 +2498,7 @@
|
|
|
2493
2498
|
[
|
|
2494
2499
|
"i",
|
|
2495
2500
|
"ignore-issues [issues]",
|
|
2496
|
-
"ignore component issues (shown in \"bit status\" as \"issues found\"), issues to ignore:\n[MissingPackagesDependenciesOnFs, MissingManuallyConfiguredPackages, MissingComponents, UntrackedDependencies, ResolveErrors, RelativeComponents, RelativeComponentsAuthored, ParseErrors, MissingDists, LegacyInsideHarmony, MissingDependenciesOnFs, ImportNonMainFiles,
|
|
2501
|
+
"ignore component issues (shown in \"bit status\" as \"issues found\"), issues to ignore:\n[MissingPackagesDependenciesOnFs, MissingManuallyConfiguredPackages, MissingComponents, UntrackedDependencies, ResolveErrors, RelativeComponents, RelativeComponentsAuthored, ParseErrors, MissingDists, LegacyInsideHarmony, MissingDependenciesOnFs, ImportNonMainFiles, MultipleEnvs, MissingLinksFromNodeModulesToSrc, CircularDependencies, DuplicateComponentAndPackage, MergeConfigHasConflict, NonLoadedEnv, ExternalEnvWithoutVersion]\nto ignore multiple issues, separate them by a comma and wrap with quotes. to ignore all issues, specify \"*\"."
|
|
2497
2502
|
],
|
|
2498
2503
|
[
|
|
2499
2504
|
"I",
|
|
@@ -2549,7 +2554,7 @@
|
|
|
2549
2554
|
[
|
|
2550
2555
|
"i",
|
|
2551
2556
|
"ignore-issues [issues]",
|
|
2552
|
-
"ignore component issues (shown in \"bit status\" as \"issues found\"), issues to ignore:\n[MissingPackagesDependenciesOnFs, MissingManuallyConfiguredPackages, MissingComponents, UntrackedDependencies, ResolveErrors, RelativeComponents, RelativeComponentsAuthored, ParseErrors, MissingDists, LegacyInsideHarmony, MissingDependenciesOnFs, ImportNonMainFiles,
|
|
2557
|
+
"ignore component issues (shown in \"bit status\" as \"issues found\"), issues to ignore:\n[MissingPackagesDependenciesOnFs, MissingManuallyConfiguredPackages, MissingComponents, UntrackedDependencies, ResolveErrors, RelativeComponents, RelativeComponentsAuthored, ParseErrors, MissingDists, LegacyInsideHarmony, MissingDependenciesOnFs, ImportNonMainFiles, MultipleEnvs, MissingLinksFromNodeModulesToSrc, CircularDependencies, DuplicateComponentAndPackage, MergeConfigHasConflict, NonLoadedEnv, ExternalEnvWithoutVersion]\nto ignore multiple issues, separate them by a comma and wrap with quotes. to ignore all issues, specify \"*\"."
|
|
2553
2558
|
],
|
|
2554
2559
|
[
|
|
2555
2560
|
"j",
|
package/cli-reference.mdx
CHANGED
|
@@ -745,6 +745,7 @@ when no package is specified, all workspace dependencies are installed and all w
|
|
|
745
745
|
| `--skip-compile [skipCompile]` | | do not compile components |
|
|
746
746
|
| `--add-missing-deps [addMissingDeps]` | | install all missing dependencies |
|
|
747
747
|
| `--add-missing-peers [addMissingPeers]` | | install all missing peer dependencies |
|
|
748
|
+
| `--recurring-install` | | automatically run install again if there are non loaded old envs in your workspace |
|
|
748
749
|
| `--no-optional [noOptional]` | | do not install optional dependencies (works with pnpm only) |
|
|
749
750
|
|
|
750
751
|
---
|
|
@@ -1354,21 +1355,21 @@ use `bit pattern --help` to understand patterns better and `bit pattern <pattern
|
|
|
1354
1355
|
|
|
1355
1356
|
`bit snap [component-pattern]`
|
|
1356
1357
|
|
|
1357
|
-
| **Option** | **Option alias** | **Description**
|
|
1358
|
-
| -------------------------- | :--------------: |
|
|
1359
|
-
| `--message <message>` | `-m` | log message describing the latest changes
|
|
1360
|
-
| `--unmodified` | | include unmodified components (by default, only new and modified components are snapped)
|
|
1361
|
-
| `--unmerged` | | EXPERIMENTAL. complete a merge process by snapping the unmerged components
|
|
1362
|
-
| `--build` | `-b` | EXPERIMENTAL. not needed for now. run the build pipeline in case the feature-flag build-on-ci is enabled
|
|
1363
|
-
| `--editor [editor]` | | EXPERIMENTAL. open an editor to write a tag message for each component. optionally, specify the editor-name (defaults to vim).
|
|
1364
|
-
| `--skip-tests` | | skip running component tests during snap process
|
|
1365
|
-
| `--skip-auto-snap` | | skip auto snapping dependents
|
|
1366
|
-
| `--disable-snap-pipeline` | | skip the snap pipeline
|
|
1367
|
-
| `--force-deploy` | | run the deploy pipeline although the build failed
|
|
1368
|
-
| `--ignore-issues [issues]` | `-i` | ignore component issues (shown in "bit status" as "issues found"), issues to ignore: [MissingPackagesDependenciesOnFs, MissingManuallyConfiguredPackages, MissingComponents, UntrackedDependencies, ResolveErrors, RelativeComponents, RelativeComponentsAuthored, ParseErrors, MissingDists, LegacyInsideHarmony, MissingDependenciesOnFs, ImportNonMainFiles,
|
|
1369
|
-
| `--all` | `-a` | DEPRECATED (not needed anymore, it is the default now). snap all new and modified components
|
|
1370
|
-
| `--fail-fast` | | stop pipeline execution on the first failed task (by default a task is skipped only when its dependent failed)
|
|
1371
|
-
| `--force` | `-f` | DEPRECATED (use "--skip-tests" or "--unmodified" instead). force-snap even if tests are failing and even when component has not changed
|
|
1358
|
+
| **Option** | **Option alias** | **Description** |
|
|
1359
|
+
| -------------------------- | :--------------: | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
|
1360
|
+
| `--message <message>` | `-m` | log message describing the latest changes |
|
|
1361
|
+
| `--unmodified` | | include unmodified components (by default, only new and modified components are snapped) |
|
|
1362
|
+
| `--unmerged` | | EXPERIMENTAL. complete a merge process by snapping the unmerged components |
|
|
1363
|
+
| `--build` | `-b` | EXPERIMENTAL. not needed for now. run the build pipeline in case the feature-flag build-on-ci is enabled |
|
|
1364
|
+
| `--editor [editor]` | | EXPERIMENTAL. open an editor to write a tag message for each component. optionally, specify the editor-name (defaults to vim). |
|
|
1365
|
+
| `--skip-tests` | | skip running component tests during snap process |
|
|
1366
|
+
| `--skip-auto-snap` | | skip auto snapping dependents |
|
|
1367
|
+
| `--disable-snap-pipeline` | | skip the snap pipeline |
|
|
1368
|
+
| `--force-deploy` | | run the deploy pipeline although the build failed |
|
|
1369
|
+
| `--ignore-issues [issues]` | `-i` | ignore component issues (shown in "bit status" as "issues found"), issues to ignore: [MissingPackagesDependenciesOnFs, MissingManuallyConfiguredPackages, MissingComponents, UntrackedDependencies, ResolveErrors, RelativeComponents, RelativeComponentsAuthored, ParseErrors, MissingDists, LegacyInsideHarmony, MissingDependenciesOnFs, ImportNonMainFiles, MultipleEnvs, MissingLinksFromNodeModulesToSrc, CircularDependencies, DuplicateComponentAndPackage, MergeConfigHasConflict, NonLoadedEnv, ExternalEnvWithoutVersion] to ignore multiple issues, separate them by a comma and wrap with quotes. to ignore all issues, specify "\*". |
|
|
1370
|
+
| `--all` | `-a` | DEPRECATED (not needed anymore, it is the default now). snap all new and modified components |
|
|
1371
|
+
| `--fail-fast` | | stop pipeline execution on the first failed task (by default a task is skipped only when its dependent failed) |
|
|
1372
|
+
| `--force` | `-f` | DEPRECATED (use "--skip-tests" or "--unmodified" instead). force-snap even if tests are failing and even when component has not changed |
|
|
1372
1373
|
|
|
1373
1374
|
---
|
|
1374
1375
|
|
|
@@ -1431,35 +1432,35 @@ if patterns are entered, you can specify a version per pattern using "@" sign, e
|
|
|
1431
1432
|
|
|
1432
1433
|
`bit tag [component-patterns...]`
|
|
1433
1434
|
|
|
1434
|
-
| **Option** | **Option alias** | **Description**
|
|
1435
|
-
| ---------------------------- | :--------------: |
|
|
1436
|
-
| `--message <message>` | `-m` | a log message describing latest changes
|
|
1437
|
-
| `--unmodified` | `-u` | include unmodified components (by default, only new and modified components are tagged)
|
|
1438
|
-
| `--editor [editor]` | | EXPERIMENTAL. open an editor to write a tag message for each component. optionally, specify the editor-name (defaults to vim).
|
|
1439
|
-
| `--ver <version>` | `-v` | tag with the given version
|
|
1440
|
-
| `--increment <level>` | `-l` | options are: [major, premajor, minor, preminor, patch, prepatch, prerelease], default to patch
|
|
1441
|
-
| `--prerelease-id <id>` | | prerelease identifier (e.g. "dev" to get "1.0.0-dev.1")
|
|
1442
|
-
| `--patch` | `-p` | syntactic sugar for "--increment patch"
|
|
1443
|
-
| `--minor` | | syntactic sugar for "--increment minor"
|
|
1444
|
-
| `--major` | | syntactic sugar for "--increment major"
|
|
1445
|
-
| `--pre-release [identifier]` | | syntactic sugar for "--increment prerelease" and `--prerelease-id <identifier>`
|
|
1446
|
-
| `--snapped` | | EXPERIMENTAL. tag components that their head is a snap (not a tag)
|
|
1447
|
-
| `--unmerged` | | EXPERIMENTAL. complete a merge process by tagging the unmerged components
|
|
1448
|
-
| `--skip-tests` | | skip running component tests during tag process
|
|
1449
|
-
| `--skip-auto-tag` | | skip auto tagging dependents
|
|
1450
|
-
| `--soft` | | do not persist. only keep note of the changes to be made
|
|
1451
|
-
| `--persist` | | persist the changes generated by --soft tag
|
|
1452
|
-
| `--disable-tag-pipeline` | | skip the tag pipeline to avoid publishing the components
|
|
1453
|
-
| `--force-deploy` | | run the tag pipeline although the build failed
|
|
1454
|
-
| `--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.
|
|
1455
|
-
| `--ignore-issues [issues]` | `-i` | ignore component issues (shown in "bit status" as "issues found"), issues to ignore: [MissingPackagesDependenciesOnFs, MissingManuallyConfiguredPackages, MissingComponents, UntrackedDependencies, ResolveErrors, RelativeComponents, RelativeComponentsAuthored, ParseErrors, MissingDists, LegacyInsideHarmony, MissingDependenciesOnFs, ImportNonMainFiles,
|
|
1456
|
-
| `--ignore-newest-version` | `-I` | ignore existing of newer versions (default = false)
|
|
1457
|
-
| `--fail-fast` | | stop pipeline execution on the first failed task (by default a task is skipped only when its dependent failed)
|
|
1458
|
-
| `--build` | `-b` | EXPERIMENTAL. not needed for now. run the pipeline build and complete the tag
|
|
1459
|
-
| `--all [version]` | `-a` | DEPRECATED (not needed anymore, it is the default now). tag all new and modified components
|
|
1460
|
-
| `--scope [version]` | `-s` | DEPRECATED (use "--unmodified" instead). tag all components of the current scope
|
|
1461
|
-
| `--force` | `-f` | DEPRECATED (use "--skip-tests" or "--unmodified" instead). force-tag even if tests are failing and even when component has not changed
|
|
1462
|
-
| `--disable-deploy-pipeline` | | DEPRECATED. use --disable-tag-pipeline instead
|
|
1435
|
+
| **Option** | **Option alias** | **Description** |
|
|
1436
|
+
| ---------------------------- | :--------------: | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
|
1437
|
+
| `--message <message>` | `-m` | a log message describing latest changes |
|
|
1438
|
+
| `--unmodified` | `-u` | include unmodified components (by default, only new and modified components are tagged) |
|
|
1439
|
+
| `--editor [editor]` | | EXPERIMENTAL. open an editor to write a tag message for each component. optionally, specify the editor-name (defaults to vim). |
|
|
1440
|
+
| `--ver <version>` | `-v` | tag with the given version |
|
|
1441
|
+
| `--increment <level>` | `-l` | options are: [major, premajor, minor, preminor, patch, prepatch, prerelease], default to patch |
|
|
1442
|
+
| `--prerelease-id <id>` | | prerelease identifier (e.g. "dev" to get "1.0.0-dev.1") |
|
|
1443
|
+
| `--patch` | `-p` | syntactic sugar for "--increment patch" |
|
|
1444
|
+
| `--minor` | | syntactic sugar for "--increment minor" |
|
|
1445
|
+
| `--major` | | syntactic sugar for "--increment major" |
|
|
1446
|
+
| `--pre-release [identifier]` | | syntactic sugar for "--increment prerelease" and `--prerelease-id <identifier>` |
|
|
1447
|
+
| `--snapped` | | EXPERIMENTAL. tag components that their head is a snap (not a tag) |
|
|
1448
|
+
| `--unmerged` | | EXPERIMENTAL. complete a merge process by tagging the unmerged components |
|
|
1449
|
+
| `--skip-tests` | | skip running component tests during tag process |
|
|
1450
|
+
| `--skip-auto-tag` | | skip auto tagging dependents |
|
|
1451
|
+
| `--soft` | | do not persist. only keep note of the changes to be made |
|
|
1452
|
+
| `--persist` | | persist the changes generated by --soft tag |
|
|
1453
|
+
| `--disable-tag-pipeline` | | skip the tag pipeline to avoid publishing the components |
|
|
1454
|
+
| `--force-deploy` | | run the tag pipeline although the build failed |
|
|
1455
|
+
| `--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. |
|
|
1456
|
+
| `--ignore-issues [issues]` | `-i` | ignore component issues (shown in "bit status" as "issues found"), issues to ignore: [MissingPackagesDependenciesOnFs, MissingManuallyConfiguredPackages, MissingComponents, UntrackedDependencies, ResolveErrors, RelativeComponents, RelativeComponentsAuthored, ParseErrors, MissingDists, LegacyInsideHarmony, MissingDependenciesOnFs, ImportNonMainFiles, MultipleEnvs, MissingLinksFromNodeModulesToSrc, CircularDependencies, DuplicateComponentAndPackage, MergeConfigHasConflict, NonLoadedEnv, ExternalEnvWithoutVersion] to ignore multiple issues, separate them by a comma and wrap with quotes. to ignore all issues, specify "\*". |
|
|
1457
|
+
| `--ignore-newest-version` | `-I` | ignore existing of newer versions (default = false) |
|
|
1458
|
+
| `--fail-fast` | | stop pipeline execution on the first failed task (by default a task is skipped only when its dependent failed) |
|
|
1459
|
+
| `--build` | `-b` | EXPERIMENTAL. not needed for now. run the pipeline build and complete the tag |
|
|
1460
|
+
| `--all [version]` | `-a` | DEPRECATED (not needed anymore, it is the default now). tag all new and modified components |
|
|
1461
|
+
| `--scope [version]` | `-s` | DEPRECATED (use "--unmodified" instead). tag all components of the current scope |
|
|
1462
|
+
| `--force` | `-f` | DEPRECATED (use "--skip-tests" or "--unmodified" instead). force-tag even if tests are failing and even when component has not changed |
|
|
1463
|
+
| `--disable-deploy-pipeline` | | DEPRECATED. use --disable-tag-pipeline instead |
|
|
1463
1464
|
|
|
1464
1465
|
---
|
|
1465
1466
|
|
package/dist/cli-reference.json
CHANGED
|
@@ -670,6 +670,21 @@
|
|
|
670
670
|
"group": "general",
|
|
671
671
|
"private": false
|
|
672
672
|
},
|
|
673
|
+
{
|
|
674
|
+
"name": "component-issues",
|
|
675
|
+
"alias": "",
|
|
676
|
+
"options": [
|
|
677
|
+
[
|
|
678
|
+
"j",
|
|
679
|
+
"json",
|
|
680
|
+
"json format"
|
|
681
|
+
]
|
|
682
|
+
],
|
|
683
|
+
"description": "list available component-issues",
|
|
684
|
+
"extendedDescription": "",
|
|
685
|
+
"group": "development",
|
|
686
|
+
"private": true
|
|
687
|
+
},
|
|
673
688
|
{
|
|
674
689
|
"name": "show <component-name>",
|
|
675
690
|
"alias": "",
|
|
@@ -1649,21 +1664,6 @@
|
|
|
1649
1664
|
}
|
|
1650
1665
|
]
|
|
1651
1666
|
},
|
|
1652
|
-
{
|
|
1653
|
-
"name": "component-issues",
|
|
1654
|
-
"alias": "",
|
|
1655
|
-
"options": [
|
|
1656
|
-
[
|
|
1657
|
-
"j",
|
|
1658
|
-
"json",
|
|
1659
|
-
"json format"
|
|
1660
|
-
]
|
|
1661
|
-
],
|
|
1662
|
-
"description": "list available component-issues",
|
|
1663
|
-
"extendedDescription": "",
|
|
1664
|
-
"group": "development",
|
|
1665
|
-
"private": true
|
|
1666
|
-
},
|
|
1667
1667
|
{
|
|
1668
1668
|
"name": "compile [component-names...]",
|
|
1669
1669
|
"alias": "",
|
|
@@ -1754,6 +1754,11 @@
|
|
|
1754
1754
|
"add-missing-peers [addMissingPeers]",
|
|
1755
1755
|
"install all missing peer dependencies"
|
|
1756
1756
|
],
|
|
1757
|
+
[
|
|
1758
|
+
"",
|
|
1759
|
+
"recurring-install",
|
|
1760
|
+
"automatically run install again if there are non loaded old envs in your workspace"
|
|
1761
|
+
],
|
|
1757
1762
|
[
|
|
1758
1763
|
"",
|
|
1759
1764
|
"no-optional [noOptional]",
|
|
@@ -2244,7 +2249,7 @@
|
|
|
2244
2249
|
[
|
|
2245
2250
|
"i",
|
|
2246
2251
|
"ignore-issues [issues]",
|
|
2247
|
-
"ignore component issues (shown in \"bit status\" as \"issues found\"), issues to ignore:\n[MissingPackagesDependenciesOnFs, MissingManuallyConfiguredPackages, MissingComponents, UntrackedDependencies, ResolveErrors, RelativeComponents, RelativeComponentsAuthored, ParseErrors, MissingDists, LegacyInsideHarmony, MissingDependenciesOnFs, ImportNonMainFiles,
|
|
2252
|
+
"ignore component issues (shown in \"bit status\" as \"issues found\"), issues to ignore:\n[MissingPackagesDependenciesOnFs, MissingManuallyConfiguredPackages, MissingComponents, UntrackedDependencies, ResolveErrors, RelativeComponents, RelativeComponentsAuthored, ParseErrors, MissingDists, LegacyInsideHarmony, MissingDependenciesOnFs, ImportNonMainFiles, MultipleEnvs, MissingLinksFromNodeModulesToSrc, CircularDependencies, DuplicateComponentAndPackage, MergeConfigHasConflict, NonLoadedEnv, ExternalEnvWithoutVersion]\nto ignore multiple issues, separate them by a comma and wrap with quotes. to ignore all issues, specify \"*\"."
|
|
2248
2253
|
],
|
|
2249
2254
|
[
|
|
2250
2255
|
"I",
|
|
@@ -2352,7 +2357,7 @@
|
|
|
2352
2357
|
[
|
|
2353
2358
|
"i",
|
|
2354
2359
|
"ignore-issues [issues]",
|
|
2355
|
-
"ignore component issues (shown in \"bit status\" as \"issues found\"), issues to ignore:\n[MissingPackagesDependenciesOnFs, MissingManuallyConfiguredPackages, MissingComponents, UntrackedDependencies, ResolveErrors, RelativeComponents, RelativeComponentsAuthored, ParseErrors, MissingDists, LegacyInsideHarmony, MissingDependenciesOnFs, ImportNonMainFiles,
|
|
2360
|
+
"ignore component issues (shown in \"bit status\" as \"issues found\"), issues to ignore:\n[MissingPackagesDependenciesOnFs, MissingManuallyConfiguredPackages, MissingComponents, UntrackedDependencies, ResolveErrors, RelativeComponents, RelativeComponentsAuthored, ParseErrors, MissingDists, LegacyInsideHarmony, MissingDependenciesOnFs, ImportNonMainFiles, MultipleEnvs, MissingLinksFromNodeModulesToSrc, CircularDependencies, DuplicateComponentAndPackage, MergeConfigHasConflict, NonLoadedEnv, ExternalEnvWithoutVersion]\nto ignore multiple issues, separate them by a comma and wrap with quotes. to ignore all issues, specify \"*\"."
|
|
2356
2361
|
],
|
|
2357
2362
|
[
|
|
2358
2363
|
"a",
|
|
@@ -2493,7 +2498,7 @@
|
|
|
2493
2498
|
[
|
|
2494
2499
|
"i",
|
|
2495
2500
|
"ignore-issues [issues]",
|
|
2496
|
-
"ignore component issues (shown in \"bit status\" as \"issues found\"), issues to ignore:\n[MissingPackagesDependenciesOnFs, MissingManuallyConfiguredPackages, MissingComponents, UntrackedDependencies, ResolveErrors, RelativeComponents, RelativeComponentsAuthored, ParseErrors, MissingDists, LegacyInsideHarmony, MissingDependenciesOnFs, ImportNonMainFiles,
|
|
2501
|
+
"ignore component issues (shown in \"bit status\" as \"issues found\"), issues to ignore:\n[MissingPackagesDependenciesOnFs, MissingManuallyConfiguredPackages, MissingComponents, UntrackedDependencies, ResolveErrors, RelativeComponents, RelativeComponentsAuthored, ParseErrors, MissingDists, LegacyInsideHarmony, MissingDependenciesOnFs, ImportNonMainFiles, MultipleEnvs, MissingLinksFromNodeModulesToSrc, CircularDependencies, DuplicateComponentAndPackage, MergeConfigHasConflict, NonLoadedEnv, ExternalEnvWithoutVersion]\nto ignore multiple issues, separate them by a comma and wrap with quotes. to ignore all issues, specify \"*\"."
|
|
2497
2502
|
],
|
|
2498
2503
|
[
|
|
2499
2504
|
"I",
|
|
@@ -2549,7 +2554,7 @@
|
|
|
2549
2554
|
[
|
|
2550
2555
|
"i",
|
|
2551
2556
|
"ignore-issues [issues]",
|
|
2552
|
-
"ignore component issues (shown in \"bit status\" as \"issues found\"), issues to ignore:\n[MissingPackagesDependenciesOnFs, MissingManuallyConfiguredPackages, MissingComponents, UntrackedDependencies, ResolveErrors, RelativeComponents, RelativeComponentsAuthored, ParseErrors, MissingDists, LegacyInsideHarmony, MissingDependenciesOnFs, ImportNonMainFiles,
|
|
2557
|
+
"ignore component issues (shown in \"bit status\" as \"issues found\"), issues to ignore:\n[MissingPackagesDependenciesOnFs, MissingManuallyConfiguredPackages, MissingComponents, UntrackedDependencies, ResolveErrors, RelativeComponents, RelativeComponentsAuthored, ParseErrors, MissingDists, LegacyInsideHarmony, MissingDependenciesOnFs, ImportNonMainFiles, MultipleEnvs, MissingLinksFromNodeModulesToSrc, CircularDependencies, DuplicateComponentAndPackage, MergeConfigHasConflict, NonLoadedEnv, ExternalEnvWithoutVersion]\nto ignore multiple issues, separate them by a comma and wrap with quotes. to ignore all issues, specify \"*\"."
|
|
2553
2558
|
],
|
|
2554
2559
|
[
|
|
2555
2560
|
"j",
|
|
@@ -3381,6 +3381,19 @@ function MDXContent(_ref) {
|
|
|
3381
3381
|
"align": null
|
|
3382
3382
|
}, (0, _react2.mdx)("inlineCode", {
|
|
3383
3383
|
parentName: "td"
|
|
3384
|
+
}, "--recurring-install")), (0, _react2.mdx)("td", {
|
|
3385
|
+
parentName: "tr",
|
|
3386
|
+
"align": "center"
|
|
3387
|
+
}), (0, _react2.mdx)("td", {
|
|
3388
|
+
parentName: "tr",
|
|
3389
|
+
"align": null
|
|
3390
|
+
}, "automatically run install again if there are non loaded old envs in your workspace")), (0, _react2.mdx)("tr", {
|
|
3391
|
+
parentName: "tbody"
|
|
3392
|
+
}, (0, _react2.mdx)("td", {
|
|
3393
|
+
parentName: "tr",
|
|
3394
|
+
"align": null
|
|
3395
|
+
}, (0, _react2.mdx)("inlineCode", {
|
|
3396
|
+
parentName: "td"
|
|
3384
3397
|
}, "--no-optional [noOptional]")), (0, _react2.mdx)("td", {
|
|
3385
3398
|
parentName: "tr",
|
|
3386
3399
|
"align": "center"
|
|
@@ -6283,7 +6296,7 @@ function MDXContent(_ref) {
|
|
|
6283
6296
|
}, "-i")), (0, _react2.mdx)("td", {
|
|
6284
6297
|
parentName: "tr",
|
|
6285
6298
|
"align": null
|
|
6286
|
-
}, "ignore component issues (shown in \"bit status\" as \"issues found\"), issues to ignore: ", "[MissingPackagesDependenciesOnFs, MissingManuallyConfiguredPackages, MissingComponents, UntrackedDependencies, ResolveErrors, RelativeComponents, RelativeComponentsAuthored, ParseErrors, MissingDists, LegacyInsideHarmony, MissingDependenciesOnFs, ImportNonMainFiles,
|
|
6299
|
+
}, "ignore component issues (shown in \"bit status\" as \"issues found\"), issues to ignore: ", "[MissingPackagesDependenciesOnFs, MissingManuallyConfiguredPackages, MissingComponents, UntrackedDependencies, ResolveErrors, RelativeComponents, RelativeComponentsAuthored, ParseErrors, MissingDists, LegacyInsideHarmony, MissingDependenciesOnFs, ImportNonMainFiles, MultipleEnvs, MissingLinksFromNodeModulesToSrc, CircularDependencies, DuplicateComponentAndPackage, MergeConfigHasConflict, NonLoadedEnv, ExternalEnvWithoutVersion]", " to ignore multiple issues, separate them by a comma and wrap with quotes. to ignore all issues, specify \"", "*", "\".")), (0, _react2.mdx)("tr", {
|
|
6287
6300
|
parentName: "tbody"
|
|
6288
6301
|
}, (0, _react2.mdx)("td", {
|
|
6289
6302
|
parentName: "tr",
|
|
@@ -6882,7 +6895,7 @@ function MDXContent(_ref) {
|
|
|
6882
6895
|
}, "-i")), (0, _react2.mdx)("td", {
|
|
6883
6896
|
parentName: "tr",
|
|
6884
6897
|
"align": null
|
|
6885
|
-
}, "ignore component issues (shown in \"bit status\" as \"issues found\"), issues to ignore: ", "[MissingPackagesDependenciesOnFs, MissingManuallyConfiguredPackages, MissingComponents, UntrackedDependencies, ResolveErrors, RelativeComponents, RelativeComponentsAuthored, ParseErrors, MissingDists, LegacyInsideHarmony, MissingDependenciesOnFs, ImportNonMainFiles,
|
|
6898
|
+
}, "ignore component issues (shown in \"bit status\" as \"issues found\"), issues to ignore: ", "[MissingPackagesDependenciesOnFs, MissingManuallyConfiguredPackages, MissingComponents, UntrackedDependencies, ResolveErrors, RelativeComponents, RelativeComponentsAuthored, ParseErrors, MissingDists, LegacyInsideHarmony, MissingDependenciesOnFs, ImportNonMainFiles, MultipleEnvs, MissingLinksFromNodeModulesToSrc, CircularDependencies, DuplicateComponentAndPackage, MergeConfigHasConflict, NonLoadedEnv, ExternalEnvWithoutVersion]", " to ignore multiple issues, separate them by a comma and wrap with quotes. to ignore all issues, specify \"", "*", "\".")), (0, _react2.mdx)("tr", {
|
|
6886
6899
|
parentName: "tbody"
|
|
6887
6900
|
}, (0, _react2.mdx)("td", {
|
|
6888
6901
|
parentName: "tr",
|