@teambit/harmony.content.cli-reference 1.95.107 → 1.95.109

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>`
@@ -852,13 +856,11 @@ https://bit.dev/docs/reference/cli-reference#log
852
856
  ## merge
853
857
 
854
858
  **Workspace only**: yes
855
- **Description**: merge changes of different component versions
856
- merge changes of different component versions
857
- `bit merge <version> [ids...]` => merge changes of the given version into the checked out version
858
- `bit merge [ids...]` => EXPERIMENTAL. merge changes of the remote head into local, optionally use '--abort' or '--resolve'
859
- 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)
860
862
 
861
- `bit merge [values...]`
863
+ `bit merge [ids...]`
862
864
 
863
865
  | **Option** | **Option alias** | **Description** |
864
866
  | -------------------------------- | :--------------: | ------------------------------------------------------------------------------------------- |