@teambit/harmony.content.cli-reference 2.0.875 → 2.0.877
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.docs.mdx +1 -1
- package/cli-reference.json +2 -2
- package/cli-reference.mdx +2 -2
- package/dist/cli-reference.docs.mdx +1 -1
- package/dist/cli-reference.json +2 -2
- package/dist/cli-reference.mdx.js +5462 -14225
- package/dist/cli-reference.mdx.js.map +1 -1
- package/dist/{preview-1765819114106.js → preview-1766011172425.js} +2 -2
- package/package.json +2 -2
package/cli-reference.docs.mdx
CHANGED
package/cli-reference.json
CHANGED
|
@@ -2403,7 +2403,7 @@
|
|
|
2403
2403
|
"arguments": [
|
|
2404
2404
|
{
|
|
2405
2405
|
"name": "to",
|
|
2406
|
-
"description": "permitted values: [head, latest, reset, {specific-version}, {head~x}]
|
|
2406
|
+
"description": "permitted values: `[head, latest, reset, {specific-version}, {head~x}]`. 'head' - last snap/tag. 'latest' - semver latest tag. 'reset' - removes local changes"
|
|
2407
2407
|
},
|
|
2408
2408
|
{
|
|
2409
2409
|
"name": "component-pattern",
|
|
@@ -5433,7 +5433,7 @@
|
|
|
5433
5433
|
},
|
|
5434
5434
|
{
|
|
5435
5435
|
"name": "config",
|
|
5436
|
-
"description": "the aspect config. enter the config as a stringified JSON (e.g.
|
|
5436
|
+
"description": "the aspect config. enter the config as a stringified JSON (e.g. `{\"foo\":\"bar\"}` ). when no config is provided, an aspect is set with an empty config ({})."
|
|
5437
5437
|
}
|
|
5438
5438
|
]
|
|
5439
5439
|
},
|
package/cli-reference.mdx
CHANGED
|
@@ -166,7 +166,7 @@ rarely used for manual aspect management as most aspects are configured automati
|
|
|
166
166
|
| ----------- | :-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |
|
|
167
167
|
| `pattern` | the components to extend. 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. |
|
|
168
168
|
| `aspect-id` | the aspect's component id |
|
|
169
|
-
| `config` | the aspect config. enter the config as a stringified JSON (e.g.
|
|
169
|
+
| `config` | the aspect config. enter the config as a stringified JSON (e.g. `{"foo":"bar"}` ). when no config is provided, an aspect is set with an empty config ({}). |
|
|
170
170
|
|
|
171
171
|
| **Option** | **Option alias** | **Description** |
|
|
172
172
|
| ---------- | :--------------: | ---------------------------------------------------------------------------------------------- |
|
|
@@ -345,7 +345,7 @@ the `<to>` argument accepts these values:
|
|
|
345
345
|
|
|
346
346
|
| **Arg** | **Description** |
|
|
347
347
|
| ------------------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: |
|
|
348
|
-
| `to` |
|
|
348
|
+
| `to` | permitted values: `[head, latest, reset, {specific-version}, {head~x}]`. 'head' - last snap/tag. 'latest' - semver latest tag. 'reset' - removes local changes |
|
|
349
349
|
| `component-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. |
|
|
350
350
|
|
|
351
351
|
| **Option** | **Option alias** | **Description** |
|
package/dist/cli-reference.json
CHANGED
|
@@ -2403,7 +2403,7 @@
|
|
|
2403
2403
|
"arguments": [
|
|
2404
2404
|
{
|
|
2405
2405
|
"name": "to",
|
|
2406
|
-
"description": "permitted values: [head, latest, reset, {specific-version}, {head~x}]
|
|
2406
|
+
"description": "permitted values: `[head, latest, reset, {specific-version}, {head~x}]`. 'head' - last snap/tag. 'latest' - semver latest tag. 'reset' - removes local changes"
|
|
2407
2407
|
},
|
|
2408
2408
|
{
|
|
2409
2409
|
"name": "component-pattern",
|
|
@@ -5433,7 +5433,7 @@
|
|
|
5433
5433
|
},
|
|
5434
5434
|
{
|
|
5435
5435
|
"name": "config",
|
|
5436
|
-
"description": "the aspect config. enter the config as a stringified JSON (e.g.
|
|
5436
|
+
"description": "the aspect config. enter the config as a stringified JSON (e.g. `{\"foo\":\"bar\"}` ). when no config is provided, an aspect is set with an empty config ({})."
|
|
5437
5437
|
}
|
|
5438
5438
|
]
|
|
5439
5439
|
},
|