@teambit/harmony.content.cli-reference 1.95.158 → 1.95.159
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 +20 -20
- package/cli-reference.mdx +4 -4
- package/dist/cli-reference.json +20 -20
- package/dist/cli-reference.mdx.js.map +1 -1
- package/dist/{preview-1687490573363.js → preview-1687663176769.js} +2 -2
- package/package-tar/teambit-harmony.content.cli-reference-1.95.159.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": "",
|
|
@@ -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
|
@@ -464,10 +464,10 @@ https://bit.dev/docs/config/bit-config
|
|
|
464
464
|
|
|
465
465
|
**Description**: show the diff between the components' source files and config
|
|
466
466
|
bit diff => compare all modified components to their model version
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
467
|
+
bit diff [ids...] => compare the specified components against their modified states
|
|
468
|
+
bit diff [id] [version] => compare the specified version to used or modified files
|
|
469
|
+
bit diff [id] [version] [to_version] => compare the specified version files to to_version files
|
|
470
|
+
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
471
|
|
|
472
472
|
`bit diff [values...]`
|
|
473
473
|
|
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": "",
|
|
@@ -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",
|