@teambit/harmony.content.cli-reference 1.95.158 → 1.95.160
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 +21 -21
- package/cli-reference.mdx +5 -4
- package/dist/cli-reference.json +21 -21
- package/dist/cli-reference.mdx.js +6 -0
- package/dist/cli-reference.mdx.js.map +1 -1
- package/dist/{preview-1687490573363.js → preview-1687750044063.js} +2 -2
- package/package-tar/teambit-harmony.content.cli-reference-1.95.160.tgz +0 -0
- package/package.json +2 -2
- package/package-tar/teambit-harmony.content.cli-reference-1.95.158.tgz +0 -0
package/cli-reference.json
CHANGED
|
@@ -475,26 +475,6 @@
|
|
|
475
475
|
"private": true,
|
|
476
476
|
"internal": true
|
|
477
477
|
},
|
|
478
|
-
{
|
|
479
|
-
"name": "diff [values...]",
|
|
480
|
-
"alias": "",
|
|
481
|
-
"options": [
|
|
482
|
-
[
|
|
483
|
-
"v",
|
|
484
|
-
"verbose",
|
|
485
|
-
"show a more verbose output when possible"
|
|
486
|
-
],
|
|
487
|
-
[
|
|
488
|
-
"t",
|
|
489
|
-
"table",
|
|
490
|
-
"show tables instead of plain text for dependencies diff"
|
|
491
|
-
]
|
|
492
|
-
],
|
|
493
|
-
"description": "show the diff between the components' source files and config",
|
|
494
|
-
"extendedDescription": "bit diff => compare all modified components to their model version\n bit diff [ids...] => compare the specified components against their modified states\n bit diff [id] [version] => compare the specified version to used or modified files\n bit diff [id] [version] [to_version] => compare the specified version files to to_version files\n you can use a pattern for multiple ids, such as bit diff \"utils/*\". (wrap the pattern with quotes to avoid collision with shell commands)",
|
|
495
|
-
"group": "development",
|
|
496
|
-
"private": false
|
|
497
|
-
},
|
|
498
478
|
{
|
|
499
479
|
"name": "login",
|
|
500
480
|
"alias": "",
|
|
@@ -1619,7 +1599,7 @@
|
|
|
1619
1599
|
},
|
|
1620
1600
|
{
|
|
1621
1601
|
"name": "app <sub-command>",
|
|
1622
|
-
"alias": "",
|
|
1602
|
+
"alias": "apps",
|
|
1623
1603
|
"options": [],
|
|
1624
1604
|
"description": "Manages apps",
|
|
1625
1605
|
"extendedDescription": "",
|
|
@@ -2763,6 +2743,26 @@
|
|
|
2763
2743
|
"group": "development",
|
|
2764
2744
|
"private": false
|
|
2765
2745
|
},
|
|
2746
|
+
{
|
|
2747
|
+
"name": "diff [values...]",
|
|
2748
|
+
"alias": "",
|
|
2749
|
+
"options": [
|
|
2750
|
+
[
|
|
2751
|
+
"v",
|
|
2752
|
+
"verbose",
|
|
2753
|
+
"show a more verbose output when possible"
|
|
2754
|
+
],
|
|
2755
|
+
[
|
|
2756
|
+
"t",
|
|
2757
|
+
"table",
|
|
2758
|
+
"show tables instead of plain text for dependencies diff"
|
|
2759
|
+
]
|
|
2760
|
+
],
|
|
2761
|
+
"description": "show the diff between the components' source files and config",
|
|
2762
|
+
"extendedDescription": "bit diff => compare all modified components to their model version\nbit diff [ids...] => compare the specified components against their modified states\nbit diff [id] [version] => compare the specified version to used or modified files\nbit diff [id] [version] [to_version] => compare the specified version files to to_version files\nyou can use a pattern for multiple ids, such as bit diff \"utils/*\". (wrap the pattern with quotes to avoid collision with shell commands)",
|
|
2763
|
+
"group": "development",
|
|
2764
|
+
"private": false
|
|
2765
|
+
},
|
|
2766
2766
|
{
|
|
2767
2767
|
"name": "lane [lane-name]",
|
|
2768
2768
|
"alias": "l",
|
package/cli-reference.mdx
CHANGED
|
@@ -39,6 +39,7 @@ Learn the recommended workflow for tracking directories as components, in the li
|
|
|
39
39
|
|
|
40
40
|
## app
|
|
41
41
|
|
|
42
|
+
**Alias**: `apps`
|
|
42
43
|
**Description**: Manages apps
|
|
43
44
|
|
|
44
45
|
`bit app <sub-command>`
|
|
@@ -464,10 +465,10 @@ https://bit.dev/docs/config/bit-config
|
|
|
464
465
|
|
|
465
466
|
**Description**: show the diff between the components' source files and config
|
|
466
467
|
bit diff => compare all modified components to their model version
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
468
|
+
bit diff [ids...] => compare the specified components against their modified states
|
|
469
|
+
bit diff [id] [version] => compare the specified version to used or modified files
|
|
470
|
+
bit diff [id] [version] [to_version] => compare the specified version files to to_version files
|
|
471
|
+
you can use a pattern for multiple ids, such as bit diff "utils/\*". (wrap the pattern with quotes to avoid collision with shell commands)
|
|
471
472
|
|
|
472
473
|
`bit diff [values...]`
|
|
473
474
|
|
package/dist/cli-reference.json
CHANGED
|
@@ -475,26 +475,6 @@
|
|
|
475
475
|
"private": true,
|
|
476
476
|
"internal": true
|
|
477
477
|
},
|
|
478
|
-
{
|
|
479
|
-
"name": "diff [values...]",
|
|
480
|
-
"alias": "",
|
|
481
|
-
"options": [
|
|
482
|
-
[
|
|
483
|
-
"v",
|
|
484
|
-
"verbose",
|
|
485
|
-
"show a more verbose output when possible"
|
|
486
|
-
],
|
|
487
|
-
[
|
|
488
|
-
"t",
|
|
489
|
-
"table",
|
|
490
|
-
"show tables instead of plain text for dependencies diff"
|
|
491
|
-
]
|
|
492
|
-
],
|
|
493
|
-
"description": "show the diff between the components' source files and config",
|
|
494
|
-
"extendedDescription": "bit diff => compare all modified components to their model version\n bit diff [ids...] => compare the specified components against their modified states\n bit diff [id] [version] => compare the specified version to used or modified files\n bit diff [id] [version] [to_version] => compare the specified version files to to_version files\n you can use a pattern for multiple ids, such as bit diff \"utils/*\". (wrap the pattern with quotes to avoid collision with shell commands)",
|
|
495
|
-
"group": "development",
|
|
496
|
-
"private": false
|
|
497
|
-
},
|
|
498
478
|
{
|
|
499
479
|
"name": "login",
|
|
500
480
|
"alias": "",
|
|
@@ -1619,7 +1599,7 @@
|
|
|
1619
1599
|
},
|
|
1620
1600
|
{
|
|
1621
1601
|
"name": "app <sub-command>",
|
|
1622
|
-
"alias": "",
|
|
1602
|
+
"alias": "apps",
|
|
1623
1603
|
"options": [],
|
|
1624
1604
|
"description": "Manages apps",
|
|
1625
1605
|
"extendedDescription": "",
|
|
@@ -2763,6 +2743,26 @@
|
|
|
2763
2743
|
"group": "development",
|
|
2764
2744
|
"private": false
|
|
2765
2745
|
},
|
|
2746
|
+
{
|
|
2747
|
+
"name": "diff [values...]",
|
|
2748
|
+
"alias": "",
|
|
2749
|
+
"options": [
|
|
2750
|
+
[
|
|
2751
|
+
"v",
|
|
2752
|
+
"verbose",
|
|
2753
|
+
"show a more verbose output when possible"
|
|
2754
|
+
],
|
|
2755
|
+
[
|
|
2756
|
+
"t",
|
|
2757
|
+
"table",
|
|
2758
|
+
"show tables instead of plain text for dependencies diff"
|
|
2759
|
+
]
|
|
2760
|
+
],
|
|
2761
|
+
"description": "show the diff between the components' source files and config",
|
|
2762
|
+
"extendedDescription": "bit diff => compare all modified components to their model version\nbit diff [ids...] => compare the specified components against their modified states\nbit diff [id] [version] => compare the specified version to used or modified files\nbit diff [id] [version] [to_version] => compare the specified version files to to_version files\nyou can use a pattern for multiple ids, such as bit diff \"utils/*\". (wrap the pattern with quotes to avoid collision with shell commands)",
|
|
2763
|
+
"group": "development",
|
|
2764
|
+
"private": false
|
|
2765
|
+
},
|
|
2766
2766
|
{
|
|
2767
2767
|
"name": "lane [lane-name]",
|
|
2768
2768
|
"alias": "l",
|
|
@@ -160,6 +160,12 @@ function MDXContent(_ref) {
|
|
|
160
160
|
"align": null
|
|
161
161
|
}, "set the component's environment. (overrides the env from variants if exists)")))), (0, _react2.mdx)("hr", null), (0, _react2.mdx)("h2", null, "app"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
|
|
162
162
|
parentName: "p"
|
|
163
|
+
}, "Alias"), ": ", (0, _react2.mdx)("inlineCode", {
|
|
164
|
+
parentName: "p"
|
|
165
|
+
}, "apps"), (0, _react2.mdx)("br", {
|
|
166
|
+
parentName: "p"
|
|
167
|
+
}), "\n", (0, _react2.mdx)("strong", {
|
|
168
|
+
parentName: "p"
|
|
163
169
|
}, "Description"), ": Manages apps"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("inlineCode", {
|
|
164
170
|
parentName: "p"
|
|
165
171
|
}, "bit app <sub-command>")), (0, _react2.mdx)("h3", null, "app list"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
|