@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.json +429 -423
- package/cli-reference.mdx +8 -6
- package/dist/cli-reference.json +429 -423
- package/dist/cli-reference.mdx.js +39 -13
- package/dist/cli-reference.mdx.js.map +1 -1
- package/dist/{preview-1673494106850.js → preview-1674531051110.js} +2 -2
- package/package-tar/teambit-harmony.content.cli-reference-1.95.109.tgz +0 -0
- package/package.json +2 -2
- package/package-tar/teambit-harmony.content.cli-reference-1.95.107.tgz +0 -0
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
|
|
856
|
-
merge changes of
|
|
857
|
-
|
|
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 [
|
|
863
|
+
`bit merge [ids...]`
|
|
862
864
|
|
|
863
865
|
| **Option** | **Option alias** | **Description** |
|
|
864
866
|
| -------------------------------- | :--------------: | ------------------------------------------------------------------------------------------- |
|