@teambit/harmony.content.cli-reference 2.0.411 → 2.0.413

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.8.57'
2
+ description: 'Bit command synopses. Bit version: 1.8.59'
3
3
  labels: ['cli', 'mdx', 'docs']
4
4
  ---
5
5
 
@@ -702,7 +702,7 @@
702
702
  [
703
703
  "",
704
704
  "ast",
705
- "EXPERIMENTAL. use ast to transform files instead of regex"
705
+ "use ast to transform files instead of regex"
706
706
  ]
707
707
  ],
708
708
  "description": "Renames the owner part of the scope-name for all components with the specified 'current owner name'",
@@ -724,7 +724,7 @@
724
724
  [
725
725
  "",
726
726
  "ast",
727
- "EXPERIMENTAL. use ast to transform files instead of regex"
727
+ "use ast to transform files instead of regex"
728
728
  ],
729
729
  [
730
730
  "x",
@@ -1286,7 +1286,7 @@
1286
1286
  [
1287
1287
  "t",
1288
1288
  "check-types [string]",
1289
- "EXPERIMENTAL. show errors/warnings for types. options are [file, project] to investigate only changed file or entire project. defaults to project"
1289
+ "show errors/warnings for types. options are [file, project] to investigate only changed file or entire project. defaults to project"
1290
1290
  ],
1291
1291
  [
1292
1292
  "i",
@@ -1706,6 +1706,11 @@
1706
1706
  "skip-tests",
1707
1707
  "skip running component tests during build process"
1708
1708
  ],
1709
+ [
1710
+ "",
1711
+ "skip-tasks <string>",
1712
+ "skip the given tasks. for multiple tasks, separate by a comma and wrap with quotes.\n specify the task-name (e.g. \"TypescriptCompiler\") or the task-aspect-id (e.g. teambit.compilation/compiler)"
1713
+ ],
1709
1714
  [
1710
1715
  "",
1711
1716
  "fail-fast",
@@ -1714,12 +1719,12 @@
1714
1719
  [
1715
1720
  "",
1716
1721
  "include-snap",
1717
- "EXPERIMENTAL. include snap pipeline tasks. Warning: this may deploy/publish if you have such tasks"
1722
+ "include snap pipeline tasks. Warning: this may deploy/publish if you have such tasks"
1718
1723
  ],
1719
1724
  [
1720
1725
  "",
1721
1726
  "include-tag",
1722
- "EXPERIMENTAL. include tag pipeline tasks. Warning: this may deploy/publish if you have such tasks"
1727
+ "include tag pipeline tasks. Warning: this may deploy/publish if you have such tasks"
1723
1728
  ],
1724
1729
  [
1725
1730
  "i",
@@ -1903,7 +1908,7 @@
1903
1908
  [
1904
1909
  "t",
1905
1910
  "tree",
1906
- "EXPERIMENTAL. render dependencies as a tree, similar to \"npm ls\""
1911
+ "render dependencies as a tree, similar to \"npm ls\""
1907
1912
  ]
1908
1913
  ],
1909
1914
  "description": "show direct and indirect dependencies of the given component",
@@ -2061,7 +2066,7 @@
2061
2066
  "name": "blame <component-name> <dependency-name>",
2062
2067
  "alias": "",
2063
2068
  "options": [],
2064
- "description": "EXPERIMENTAL. find out which snap/tag changed a dependency version",
2069
+ "description": "find out which snap/tag changed a dependency version",
2065
2070
  "extendedDescription": "",
2066
2071
  "group": "info",
2067
2072
  "private": false,
@@ -2082,7 +2087,7 @@
2082
2087
  "max display depth of the dependency graph"
2083
2088
  ]
2084
2089
  ],
2085
- "description": "EXPERIMENTAL. find components that use the specified dependency",
2090
+ "description": "find components that use the specified dependency",
2086
2091
  "extendedDescription": "",
2087
2092
  "group": "info",
2088
2093
  "private": false,
@@ -2105,7 +2110,7 @@
2105
2110
  "max display depth of the dependency graph"
2106
2111
  ]
2107
2112
  ],
2108
- "description": "EXPERIMENTAL. find components that use the specified dependency",
2113
+ "description": "find components that use the specified dependency",
2109
2114
  "extendedDescription": "",
2110
2115
  "group": "info",
2111
2116
  "private": false,
@@ -2739,7 +2744,7 @@
2739
2744
  "do not write config files (such as eslint, tsconfig, prettier, etc...)"
2740
2745
  ]
2741
2746
  ],
2742
- "description": "EXPERIMENTAL. recover component(s) soft-deleted from the workspace, or a remote scope",
2747
+ "description": "recover component(s) soft-deleted from the workspace, or a remote scope",
2743
2748
  "extendedDescription": "",
2744
2749
  "group": "collaborate",
2745
2750
  "private": false
@@ -2776,7 +2781,7 @@
2776
2781
  [
2777
2782
  "",
2778
2783
  "origin-directly",
2779
- "EXPERIMENTAL. avoid export to the central hub, instead, export directly to the original scopes. not recommended!"
2784
+ "avoid export to the central hub, instead, export directly to the original scopes. not recommended!"
2780
2785
  ],
2781
2786
  [
2782
2787
  "",
@@ -2786,12 +2791,12 @@
2786
2791
  [
2787
2792
  "",
2788
2793
  "head-only",
2789
- "EXPERIMENTAL. in case previous export failed and locally it shows exported and only one snap/tag was created, try using this flag"
2794
+ "in case previous export failed and locally it shows exported and only one snap/tag was created, try using this flag"
2790
2795
  ],
2791
2796
  [
2792
2797
  "",
2793
2798
  "ignore-missing-artifacts",
2794
- "EXPERIMENTAL. don't throw an error when artifact files are missing. not recommended, unless you're sure the artifacts are in the remote"
2799
+ "don't throw an error when artifact files are missing. not recommended, unless you're sure the artifacts are in the remote"
2795
2800
  ],
2796
2801
  [
2797
2802
  "",
@@ -3288,7 +3293,7 @@
3288
3293
  [
3289
3294
  "",
3290
3295
  "update-dependents",
3291
- "EXPERIMENTAL. when snapped on a lane, mark it as update-dependents so it will be skipped from the workspace"
3296
+ "when snapped on a lane, mark it as update-dependents so it will be skipped from the workspace"
3292
3297
  ],
3293
3298
  [
3294
3299
  "j",
@@ -3420,7 +3425,7 @@
3420
3425
  "message to be attached to the stashed components"
3421
3426
  ]
3422
3427
  ],
3423
- "description": "EXPERIMENTAL. stash modified components",
3428
+ "description": "stash modified components",
3424
3429
  "extendedDescription": "",
3425
3430
  "group": "development",
3426
3431
  "private": false,
@@ -4006,7 +4011,7 @@
4006
4011
  "the name of the lane to rename. if not specified, the current lane is used"
4007
4012
  ]
4008
4013
  ],
4009
- "description": "EXPERIMENTAL. change the lane-name locally",
4014
+ "description": "change the lane-name locally",
4010
4015
  "extendedDescription": "the remote will be updated after the next \"bit export\" command",
4011
4016
  "group": "ungrouped",
4012
4017
  "private": false
@@ -4254,7 +4259,7 @@
4254
4259
  [
4255
4260
  "",
4256
4261
  "squash",
4257
- "EXPERIMENTAL. relevant for merging a lane into another non-main lane, which by default does not squash"
4262
+ "relevant for merging a lane into another non-main lane, which by default does not squash"
4258
4263
  ],
4259
4264
  [
4260
4265
  "",
@@ -4443,7 +4448,7 @@
4443
4448
  "compile components during the watch process"
4444
4449
  ]
4445
4450
  ],
4446
- "description": "EXPERIMENTAL. communicate with bit cli program via http requests",
4451
+ "description": "communicate with bit cli program via http requests",
4447
4452
  "extendedDescription": "",
4448
4453
  "group": "general",
4449
4454
  "private": false
@@ -4765,7 +4770,7 @@
4765
4770
  "json format"
4766
4771
  ]
4767
4772
  ],
4768
- "description": "EXPERIMENTAL. basic status for fast execution",
4773
+ "description": "basic status for fast execution",
4769
4774
  "extendedDescription": "shows only modified/new components with code changes. for the full status, use \"bit status\".\nthis command only checks source code changes, it doesn't check for config/aspect/dependency changes",
4770
4775
  "group": "development",
4771
4776
  "private": false,
@@ -4814,7 +4819,7 @@
4814
4819
  [
4815
4820
  "",
4816
4821
  "ast",
4817
- "EXPERIMENTAL. use ast to transform files instead of regex"
4822
+ "use ast to transform files instead of regex"
4818
4823
  ],
4819
4824
  [
4820
4825
  "",
@@ -4896,7 +4901,7 @@
4896
4901
  [
4897
4902
  "",
4898
4903
  "ast",
4899
- "EXPERIMENTAL. use ast to transform files instead of regex"
4904
+ "use ast to transform files instead of regex"
4900
4905
  ]
4901
4906
  ],
4902
4907
  "description": "create a new component forked from an existing one (copies source files and configs)",
package/cli-reference.mdx CHANGED
@@ -197,9 +197,10 @@ because this process can take a while on a large workspace, some flags are avail
197
197
  | `--cache-packages-on-capsule-root` | | set the package-manager cache on the capsule root |
198
198
  | `--list-tasks <string>` | | list tasks of an env or a component-id for each one of the pipelines: build, tag and snap |
199
199
  | `--skip-tests` | | skip running component tests during build process |
200
+ | `--skip-tasks <string>` | | skip the given tasks. for multiple tasks, separate by a comma and wrap with quotes. specify the task-name (e.g. "TypescriptCompiler") or the task-aspect-id (e.g. teambit.compilation/compiler) |
200
201
  | `--fail-fast` | | stop pipeline execution on the first failed task (by default a task is skipped only when its dependency failed) |
201
- | `--include-snap` | | EXPERIMENTAL. include snap pipeline tasks. Warning: this may deploy/publish if you have such tasks |
202
- | `--include-tag` | | EXPERIMENTAL. include tag pipeline tasks. Warning: this may deploy/publish if you have such tasks |
202
+ | `--include-snap` | | include snap pipeline tasks. Warning: this may deploy/publish if you have such tasks |
203
+ | `--include-tag` | | include tag pipeline tasks. Warning: this may deploy/publish if you have such tasks |
203
204
  | `--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, RemovedEnv, DeprecatedDependencies, SelfReference, ImportFromDirectory] to ignore multiple issues, separate them by a comma and wrap with quotes. to ignore all issues, specify "\*". |
204
205
 
205
206
  ---
@@ -503,10 +504,10 @@ this command marks the components as deleted, and after snap/tag and export they
503
504
  | ---------------- | :----------------------------: |
504
505
  | `component-name` | component name or component id |
505
506
 
506
- | **Option** | **Option alias** | **Description** |
507
- | ---------- | :--------------: | ---------------------------------------------------------------- |
508
- | `--scope` | | get the data from the scope instead of the workspace |
509
- | `--tree` | `-t` | EXPERIMENTAL. render dependencies as a tree, similar to "npm ls" |
507
+ | **Option** | **Option alias** | **Description** |
508
+ | ---------- | :--------------: | ---------------------------------------------------- |
509
+ | `--scope` | | get the data from the scope instead of the workspace |
510
+ | `--tree` | `-t` | render dependencies as a tree, similar to "npm ls" |
510
511
 
511
512
  ### deps remove
512
513
 
@@ -591,7 +592,7 @@ this command marks the components as deleted, and after snap/tag and export they
591
592
 
592
593
  **Usage**: `deps blame <component-name> <dependency-name>`
593
594
 
594
- **Description**: EXPERIMENTAL. find out which snap/tag changed a dependency version
595
+ **Description**: find out which snap/tag changed a dependency version
595
596
 
596
597
  | **Arg** | **Description** |
597
598
  | ----------------- | :---------------------------------------------------------------------------: |
@@ -601,7 +602,7 @@ this command marks the components as deleted, and after snap/tag and export they
601
602
 
602
603
  **Usage**: `deps usage <dependency-name>`
603
604
 
604
- **Description**: EXPERIMENTAL. find components that use the specified dependency
605
+ **Description**: find components that use the specified dependency
605
606
 
606
607
  | **Arg** | **Description** |
607
608
  | ----------------- | :------------------------------------------------------------------------------------------------------------------------------------------: |
@@ -785,18 +786,18 @@ bit export => export all staged snaps/tags of components to their remote scope.
785
786
  | ----------------------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |
786
787
  | `component-patterns...` | (not recommended) component name, component id, or component pattern. use component pattern to select multiple components. wrap the pattern with quotes. use comma to separate patterns and "!" to exclude. e.g. "ui/\*\*, !ui/button". use '$' prefix to filter by states/attributes, e.g. '$deprecated', '$modified' or '$env:teambit.react/react'. use `bit pattern --help` to understand patterns better and `bit pattern <pattern>` to validate the pattern. |
787
788
 
788
- | **Option** | **Option alias** | **Description** |
789
- | ---------------------------- | :--------------: | --------------------------------------------------------------------------------------------------------------------------------------- |
790
- | `--eject` | `-e` | after export, remove the components from the workspace and install them as packages |
791
- | `--all` | `-a` | export all components, including non-staged (useful when components in the remote scope are corrupted or missing) |
792
- | `--all-versions` | | export not only staged versions but all of them (useful when versions in the remote scope are corrupted or missing) |
793
- | `--origin-directly` | | EXPERIMENTAL. avoid export to the central hub, instead, export directly to the original scopes. not recommended! |
794
- | `--resume <string>` | | in case the previous export failed and suggested to resume with an export-id, enter the id |
795
- | `--head-only` | | EXPERIMENTAL. in case previous export failed and locally it shows exported and only one snap/tag was created, try using this flag |
796
- | `--ignore-missing-artifacts` | | EXPERIMENTAL. don't throw an error when artifact files are missing. not recommended, unless you're sure the artifacts are in the remote |
797
- | `--fork-lane-new-scope` | | allow exporting a forked lane into a different scope than the original scope |
798
- | `--open-browser` | | open a browser once the export is completed in the cloud job url |
799
- | `--json` | `-j` | show output in json format |
789
+ | **Option** | **Option alias** | **Description** |
790
+ | ---------------------------- | :--------------: | ------------------------------------------------------------------------------------------------------------------------- |
791
+ | `--eject` | `-e` | after export, remove the components from the workspace and install them as packages |
792
+ | `--all` | `-a` | export all components, including non-staged (useful when components in the remote scope are corrupted or missing) |
793
+ | `--all-versions` | | export not only staged versions but all of them (useful when versions in the remote scope are corrupted or missing) |
794
+ | `--origin-directly` | | avoid export to the central hub, instead, export directly to the original scopes. not recommended! |
795
+ | `--resume <string>` | | in case the previous export failed and suggested to resume with an export-id, enter the id |
796
+ | `--head-only` | | in case previous export failed and locally it shows exported and only one snap/tag was created, try using this flag |
797
+ | `--ignore-missing-artifacts` | | don't throw an error when artifact files are missing. not recommended, unless you're sure the artifacts are in the remote |
798
+ | `--fork-lane-new-scope` | | allow exporting a forked lane into a different scope than the original scope |
799
+ | `--open-browser` | | open a browser once the export is completed in the cloud job url |
800
+ | `--json` | `-j` | show output in json format |
800
801
 
801
802
  ---
802
803
 
@@ -821,7 +822,7 @@ bit export => export all staged snaps/tags of components to their remote scope.
821
822
  | `--skip-config` | | do not copy the config (aspects-config, env, etc) to the new component. helpful when it fails during aspect loading |
822
823
  | `--preserve` | | avoid refactoring file and variable/class names according to the new component name |
823
824
  | `--no-link` | | avoid saving a reference to the original component |
824
- | `--ast` | | EXPERIMENTAL. use ast to transform files instead of regex |
825
+ | `--ast` | | use ast to transform files instead of regex |
825
826
 
826
827
  ---
827
828
 
@@ -1113,7 +1114,7 @@ it is useful e.g. when having multiple lanes with the same name, but with differ
1113
1114
 
1114
1115
  **Usage**: `lane rename <new-name>`
1115
1116
 
1116
- **Description**: EXPERIMENTAL. change the lane-name locally
1117
+ **Description**: change the lane-name locally
1117
1118
  the remote will be updated after the next "bit export" command
1118
1119
 
1119
1120
  | **Option** | **Option alias** | **Description** |
@@ -1283,7 +1284,7 @@ this flag keeps the history of one end and saves a reference to the other end. t
1283
1284
  | `--message <message>` | `-m` | override the default message for the auto snap |
1284
1285
  | `--keep-readme` | | skip deleting the lane readme component after merging |
1285
1286
  | `--no-squash` | | relevant for merging lanes into main, which by default squashes all lane snaps |
1286
- | `--squash` | | EXPERIMENTAL. relevant for merging a lane into another non-main lane, which by default does not squash |
1287
+ | `--squash` | | relevant for merging a lane into another non-main lane, which by default does not squash |
1287
1288
  | `--ignore-config-changes` | | allow merging when components are modified due to config changes (such as dependencies) only and not files |
1288
1289
  | `--verbose` | | show details of components that were not merged successfully |
1289
1290
  | `--skip-dependency-installation` | `-x` | do not install dependencies of the imported components |
@@ -1522,7 +1523,7 @@ optionally use '--abort' to revert the last merge. to revert a lane merge, use "
1522
1523
  ## mini-status
1523
1524
 
1524
1525
  **Alias**: `ms`
1525
- **Description**: EXPERIMENTAL. basic status for fast execution
1526
+ **Description**: basic status for fast execution
1526
1527
  shows only modified/new components with code changes. for the full status, use "bit status".
1527
1528
  this command only checks source code changes, it doesn't check for config/aspect/dependency changes
1528
1529
 
@@ -1626,7 +1627,7 @@ to match a state and another criteria, use " AND " keyword. e.g. '$modified AND
1626
1627
 
1627
1628
  ## recover
1628
1629
 
1629
- **Description**: EXPERIMENTAL. recover component(s) soft-deleted from the workspace, or a remote scope
1630
+ **Description**: recover component(s) soft-deleted from the workspace, or a remote scope
1630
1631
 
1631
1632
  `bit recover <component-name>`
1632
1633
 
@@ -1723,7 +1724,7 @@ to mark components as deleted on the remote scope, use "bit delete".
1723
1724
  | `--scope <scope-name>` | `-s` | define the scope for the new component |
1724
1725
  | `--refactor` | `-r` | update the import/require statements in all dependent components (in the same workspace) |
1725
1726
  | `--preserve` | | avoid renaming files and variables/classes according to the new component name |
1726
- | `--ast` | | EXPERIMENTAL. use ast to transform files instead of regex |
1727
+ | `--ast` | | use ast to transform files instead of regex |
1727
1728
  | `--delete` | | DEPRECATED. this is now the default |
1728
1729
  | `--deprecate` | | instead of deleting the original component, deprecating it |
1729
1730
  | `--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 |
@@ -1866,7 +1867,7 @@ as a result of this change
1866
1867
  | **Option** | **Option alias** | **Description** |
1867
1868
  | ------------ | :--------------: | ------------------------------------------------------------------------------------------------------------------- |
1868
1869
  | `--refactor` | `-r` | update the import statements in all dependent components to the new package name (that contains the new owner name) |
1869
- | `--ast` | | EXPERIMENTAL. use ast to transform files instead of regex |
1870
+ | `--ast` | | use ast to transform files instead of regex |
1870
1871
 
1871
1872
  ### scope fork
1872
1873
 
@@ -1881,16 +1882,16 @@ optionally, provide [pattern] to limit the fork to specific components
1881
1882
  | `new-scope` | the new scope to fork to, default to the default-scope of the workspace |
1882
1883
  | `pattern` | component name, component id, or component pattern. use component pattern to select multiple components. wrap the pattern with quotes. use comma to separate patterns and "!" to exclude. e.g. "ui/\*\*, !ui/button". use '$' prefix to filter by states/attributes, e.g. '$deprecated', '$modified' or '$env:teambit.react/react'. use `bit pattern --help` to understand patterns better and `bit pattern <pattern>` to validate the pattern. |
1883
1884
 
1884
- | **Option** | **Option alias** | **Description** |
1885
- | -------------------------------- | :--------------: | --------------------------------------------------------- |
1886
- | `--ast` | | EXPERIMENTAL. use ast to transform files instead of regex |
1887
- | `--skip-dependency-installation` | `-x` | do not install packages of the imported components |
1885
+ | **Option** | **Option alias** | **Description** |
1886
+ | -------------------------------- | :--------------: | -------------------------------------------------- |
1887
+ | `--ast` | | use ast to transform files instead of regex |
1888
+ | `--skip-dependency-installation` | `-x` | do not install packages of the imported components |
1888
1889
 
1889
1890
  ---
1890
1891
 
1891
1892
  ## server
1892
1893
 
1893
- **Description**: EXPERIMENTAL. communicate with bit cli program via http requests
1894
+ **Description**: communicate with bit cli program via http requests
1894
1895
 
1895
1896
  `bit server`
1896
1897
 
@@ -1988,7 +1989,7 @@ optionally, provide [pattern] to limit the fork to specific components
1988
1989
 
1989
1990
  ## stash
1990
1991
 
1991
- **Description**: EXPERIMENTAL. stash modified components
1992
+ **Description**: stash modified components
1992
1993
 
1993
1994
  `bit stash <sub-command>`
1994
1995
 
@@ -2294,13 +2295,13 @@ if this doesn't work well for you, run "bit config set watch_use_polling true" t
2294
2295
 
2295
2296
  `bit watch`
2296
2297
 
2297
- | **Option** | **Option alias** | **Description** |
2298
- | ------------------------ | :--------------: | ------------------------------------------------------------------------------------------------------------------------------------------------- |
2299
- | `--verbose` | `-v` | show all watch events and compiler verbose output |
2300
- | `--skip-pre-compilation` | | skip compilation step before starting to watch |
2301
- | `--check-types [string]` | `-t` | EXPERIMENTAL. show errors/warnings for types. options are [file, project] to investigate only changed file or entire project. defaults to project |
2302
- | `--import` | `-i` | DEPRECATED. it is now the default. helpful when using git. import component objects if .bitmap changed not by bit |
2303
- | `--skip-import` | | do not import component objects if .bitmap changed not by bit |
2298
+ | **Option** | **Option alias** | **Description** |
2299
+ | ------------------------ | :--------------: | ----------------------------------------------------------------------------------------------------------------------------------- |
2300
+ | `--verbose` | `-v` | show all watch events and compiler verbose output |
2301
+ | `--skip-pre-compilation` | | skip compilation step before starting to watch |
2302
+ | `--check-types [string]` | `-t` | show errors/warnings for types. options are [file, project] to investigate only changed file or entire project. defaults to project |
2303
+ | `--import` | `-i` | DEPRECATED. it is now the default. helpful when using git. import component objects if .bitmap changed not by bit |
2304
+ | `--skip-import` | | do not import component objects if .bitmap changed not by bit |
2304
2305
 
2305
2306
  ---
2306
2307
 
@@ -2314,7 +2315,7 @@ if this doesn't work well for you, run "bit config set watch_use_polling true" t
2314
2315
 
2315
2316
  ## why
2316
2317
 
2317
- **Description**: EXPERIMENTAL. find components that use the specified dependency
2318
+ **Description**: find components that use the specified dependency
2318
2319
 
2319
2320
  `bit why <dependency-name>`
2320
2321
 
@@ -1,5 +1,5 @@
1
1
  ---
2
- description: 'Bit command synopses. Bit version: 1.8.57'
2
+ description: 'Bit command synopses. Bit version: 1.8.59'
3
3
  labels: ['cli', 'mdx', 'docs']
4
4
  ---
5
5
 
@@ -702,7 +702,7 @@
702
702
  [
703
703
  "",
704
704
  "ast",
705
- "EXPERIMENTAL. use ast to transform files instead of regex"
705
+ "use ast to transform files instead of regex"
706
706
  ]
707
707
  ],
708
708
  "description": "Renames the owner part of the scope-name for all components with the specified 'current owner name'",
@@ -724,7 +724,7 @@
724
724
  [
725
725
  "",
726
726
  "ast",
727
- "EXPERIMENTAL. use ast to transform files instead of regex"
727
+ "use ast to transform files instead of regex"
728
728
  ],
729
729
  [
730
730
  "x",
@@ -1286,7 +1286,7 @@
1286
1286
  [
1287
1287
  "t",
1288
1288
  "check-types [string]",
1289
- "EXPERIMENTAL. show errors/warnings for types. options are [file, project] to investigate only changed file or entire project. defaults to project"
1289
+ "show errors/warnings for types. options are [file, project] to investigate only changed file or entire project. defaults to project"
1290
1290
  ],
1291
1291
  [
1292
1292
  "i",
@@ -1706,6 +1706,11 @@
1706
1706
  "skip-tests",
1707
1707
  "skip running component tests during build process"
1708
1708
  ],
1709
+ [
1710
+ "",
1711
+ "skip-tasks <string>",
1712
+ "skip the given tasks. for multiple tasks, separate by a comma and wrap with quotes.\n specify the task-name (e.g. \"TypescriptCompiler\") or the task-aspect-id (e.g. teambit.compilation/compiler)"
1713
+ ],
1709
1714
  [
1710
1715
  "",
1711
1716
  "fail-fast",
@@ -1714,12 +1719,12 @@
1714
1719
  [
1715
1720
  "",
1716
1721
  "include-snap",
1717
- "EXPERIMENTAL. include snap pipeline tasks. Warning: this may deploy/publish if you have such tasks"
1722
+ "include snap pipeline tasks. Warning: this may deploy/publish if you have such tasks"
1718
1723
  ],
1719
1724
  [
1720
1725
  "",
1721
1726
  "include-tag",
1722
- "EXPERIMENTAL. include tag pipeline tasks. Warning: this may deploy/publish if you have such tasks"
1727
+ "include tag pipeline tasks. Warning: this may deploy/publish if you have such tasks"
1723
1728
  ],
1724
1729
  [
1725
1730
  "i",
@@ -1903,7 +1908,7 @@
1903
1908
  [
1904
1909
  "t",
1905
1910
  "tree",
1906
- "EXPERIMENTAL. render dependencies as a tree, similar to \"npm ls\""
1911
+ "render dependencies as a tree, similar to \"npm ls\""
1907
1912
  ]
1908
1913
  ],
1909
1914
  "description": "show direct and indirect dependencies of the given component",
@@ -2061,7 +2066,7 @@
2061
2066
  "name": "blame <component-name> <dependency-name>",
2062
2067
  "alias": "",
2063
2068
  "options": [],
2064
- "description": "EXPERIMENTAL. find out which snap/tag changed a dependency version",
2069
+ "description": "find out which snap/tag changed a dependency version",
2065
2070
  "extendedDescription": "",
2066
2071
  "group": "info",
2067
2072
  "private": false,
@@ -2082,7 +2087,7 @@
2082
2087
  "max display depth of the dependency graph"
2083
2088
  ]
2084
2089
  ],
2085
- "description": "EXPERIMENTAL. find components that use the specified dependency",
2090
+ "description": "find components that use the specified dependency",
2086
2091
  "extendedDescription": "",
2087
2092
  "group": "info",
2088
2093
  "private": false,
@@ -2105,7 +2110,7 @@
2105
2110
  "max display depth of the dependency graph"
2106
2111
  ]
2107
2112
  ],
2108
- "description": "EXPERIMENTAL. find components that use the specified dependency",
2113
+ "description": "find components that use the specified dependency",
2109
2114
  "extendedDescription": "",
2110
2115
  "group": "info",
2111
2116
  "private": false,
@@ -2739,7 +2744,7 @@
2739
2744
  "do not write config files (such as eslint, tsconfig, prettier, etc...)"
2740
2745
  ]
2741
2746
  ],
2742
- "description": "EXPERIMENTAL. recover component(s) soft-deleted from the workspace, or a remote scope",
2747
+ "description": "recover component(s) soft-deleted from the workspace, or a remote scope",
2743
2748
  "extendedDescription": "",
2744
2749
  "group": "collaborate",
2745
2750
  "private": false
@@ -2776,7 +2781,7 @@
2776
2781
  [
2777
2782
  "",
2778
2783
  "origin-directly",
2779
- "EXPERIMENTAL. avoid export to the central hub, instead, export directly to the original scopes. not recommended!"
2784
+ "avoid export to the central hub, instead, export directly to the original scopes. not recommended!"
2780
2785
  ],
2781
2786
  [
2782
2787
  "",
@@ -2786,12 +2791,12 @@
2786
2791
  [
2787
2792
  "",
2788
2793
  "head-only",
2789
- "EXPERIMENTAL. in case previous export failed and locally it shows exported and only one snap/tag was created, try using this flag"
2794
+ "in case previous export failed and locally it shows exported and only one snap/tag was created, try using this flag"
2790
2795
  ],
2791
2796
  [
2792
2797
  "",
2793
2798
  "ignore-missing-artifacts",
2794
- "EXPERIMENTAL. don't throw an error when artifact files are missing. not recommended, unless you're sure the artifacts are in the remote"
2799
+ "don't throw an error when artifact files are missing. not recommended, unless you're sure the artifacts are in the remote"
2795
2800
  ],
2796
2801
  [
2797
2802
  "",
@@ -3288,7 +3293,7 @@
3288
3293
  [
3289
3294
  "",
3290
3295
  "update-dependents",
3291
- "EXPERIMENTAL. when snapped on a lane, mark it as update-dependents so it will be skipped from the workspace"
3296
+ "when snapped on a lane, mark it as update-dependents so it will be skipped from the workspace"
3292
3297
  ],
3293
3298
  [
3294
3299
  "j",
@@ -3420,7 +3425,7 @@
3420
3425
  "message to be attached to the stashed components"
3421
3426
  ]
3422
3427
  ],
3423
- "description": "EXPERIMENTAL. stash modified components",
3428
+ "description": "stash modified components",
3424
3429
  "extendedDescription": "",
3425
3430
  "group": "development",
3426
3431
  "private": false,
@@ -4006,7 +4011,7 @@
4006
4011
  "the name of the lane to rename. if not specified, the current lane is used"
4007
4012
  ]
4008
4013
  ],
4009
- "description": "EXPERIMENTAL. change the lane-name locally",
4014
+ "description": "change the lane-name locally",
4010
4015
  "extendedDescription": "the remote will be updated after the next \"bit export\" command",
4011
4016
  "group": "ungrouped",
4012
4017
  "private": false
@@ -4254,7 +4259,7 @@
4254
4259
  [
4255
4260
  "",
4256
4261
  "squash",
4257
- "EXPERIMENTAL. relevant for merging a lane into another non-main lane, which by default does not squash"
4262
+ "relevant for merging a lane into another non-main lane, which by default does not squash"
4258
4263
  ],
4259
4264
  [
4260
4265
  "",
@@ -4443,7 +4448,7 @@
4443
4448
  "compile components during the watch process"
4444
4449
  ]
4445
4450
  ],
4446
- "description": "EXPERIMENTAL. communicate with bit cli program via http requests",
4451
+ "description": "communicate with bit cli program via http requests",
4447
4452
  "extendedDescription": "",
4448
4453
  "group": "general",
4449
4454
  "private": false
@@ -4765,7 +4770,7 @@
4765
4770
  "json format"
4766
4771
  ]
4767
4772
  ],
4768
- "description": "EXPERIMENTAL. basic status for fast execution",
4773
+ "description": "basic status for fast execution",
4769
4774
  "extendedDescription": "shows only modified/new components with code changes. for the full status, use \"bit status\".\nthis command only checks source code changes, it doesn't check for config/aspect/dependency changes",
4770
4775
  "group": "development",
4771
4776
  "private": false,
@@ -4814,7 +4819,7 @@
4814
4819
  [
4815
4820
  "",
4816
4821
  "ast",
4817
- "EXPERIMENTAL. use ast to transform files instead of regex"
4822
+ "use ast to transform files instead of regex"
4818
4823
  ],
4819
4824
  [
4820
4825
  "",
@@ -4896,7 +4901,7 @@
4896
4901
  [
4897
4902
  "",
4898
4903
  "ast",
4899
- "EXPERIMENTAL. use ast to transform files instead of regex"
4904
+ "use ast to transform files instead of regex"
4900
4905
  ]
4901
4906
  ],
4902
4907
  "description": "create a new component forked from an existing one (copies source files and configs)",