@teambit/harmony.content.cli-reference 1.95.106 → 1.95.108

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.mdx CHANGED
@@ -532,6 +532,10 @@ use `bit pattern --help` to understand patterns better and `bit pattern <pattern
532
532
 
533
533
  **Description**: show information about a component's env
534
534
 
535
+ | **Option** | **Option alias** | **Description** |
536
+ | --------------------- | :--------------: | ------------------------------------------------------------------------------------------------------------------ |
537
+ | `--services <string>` | | show information about the specific services only. for multiple services, separate by a comma and wrap with quotes |
538
+
535
539
  ### envs set
536
540
 
537
541
  **Usage**: `envs set <component-pattern> <env>`
@@ -557,6 +561,12 @@ use `bit pattern --help` to understand patterns better and `bit pattern <pattern
557
561
 
558
562
  **Description**: replace an existing env with another env for all components using the old env
559
563
 
564
+ ### envs update
565
+
566
+ **Usage**: `envs update [env-id] [pattern]`
567
+
568
+ **Description**: update a version of an env for all components using that env
569
+
560
570
  ---
561
571
 
562
572
  ## export
@@ -595,6 +605,7 @@ bit export => export all staged components to their current scope, if checked ou
595
605
  | `--path <string>` | `-p` | relative path in the workspace for the new component. by default the path is `<scope>/<namespace>/<name>` |
596
606
  | `--refactor` | `-r` | update the import/require statements in all dependent components (in the same workspace) |
597
607
  | `--skip-dependency-installation` | | do not install packages of the imported components |
608
+ | `--skip-config` | | do not copy the config (aspects-config) to the new component. helpful when it fails during aspect loading |
598
609
 
599
610
  ---
600
611
 
@@ -845,13 +856,11 @@ https://bit.dev/docs/reference/cli-reference#log
845
856
  ## merge
846
857
 
847
858
  **Workspace only**: yes
848
- **Description**: merge changes of different component versions
849
- merge changes of different component versions
850
- `bit merge <version> [ids...]` => merge changes of the given version into the checked out version
851
- `bit merge [ids...]` => EXPERIMENTAL. merge changes of the remote head into local, optionally use '--abort' or '--resolve'
852
- you can use a pattern for multiple ids, such as bit merge 0.0.1 "utils/\*". (wrap the pattern with quotes to avoid collision with shell commands)
859
+ **Description**: merge changes of the remote head into local
860
+ merge changes of the remote head into local, optionally use '--abort' or '--resolve
861
+ you can use a pattern for multiple ids, such as bit merge "utils/\*". (wrap the pattern with quotes to avoid collision with shell commands)
853
862
 
854
- `bit merge [values...]`
863
+ `bit merge [ids...]`
855
864
 
856
865
  | **Option** | **Option alias** | **Description** |
857
866
  | -------------------------------- | :--------------: | ------------------------------------------------------------------------------------------- |
@@ -1171,12 +1180,12 @@ use `bit pattern --help` to understand patterns better and `bit pattern <pattern
1171
1180
 
1172
1181
  `bit status`
1173
1182
 
1174
- | **Option** | **Option alias** | **Description** |
1175
- | ----------- | :--------------: | --------------------------------------------------------------------------------------------------------------- |
1176
- | `--json` | `-j` | return a json version of the component |
1177
- | `--verbose` | | show extra data: full snap hashes for staged, divergence point for lanes and updates-from-main for forked lanes |
1178
- | `--lanes` | `-l` | when on a lane, show updates from main and updates from forked lanes |
1179
- | `--strict` | | in case issues found, exit with code 1 |
1183
+ | **Option** | **Option alias** | **Description** |
1184
+ | ----------- | :--------------: | --------------------------------------------------------------------------- |
1185
+ | `--json` | `-j` | return a json version of the component |
1186
+ | `--verbose` | | show extra data: full snap hashes for staged and divergence point for lanes |
1187
+ | `--lanes` | `-l` | when on a lane, show updates from main and updates from forked lanes |
1188
+ | `--strict` | | in case issues found, exit with code 1 |
1180
1189
 
1181
1190
  ---
1182
1191