@teambit/harmony.content.cli-reference 1.95.177 → 1.95.179
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 +63 -52
- package/cli-reference.mdx +5 -0
- package/dist/cli-reference.docs.mdx +1 -1
- package/dist/cli-reference.json +63 -52
- package/dist/cli-reference.mdx.js +50 -1
- package/dist/cli-reference.mdx.js.map +1 -1
- package/dist/{preview-1689585411475.js → preview-1689823719636.js} +2 -2
- package/package-tar/teambit-harmony.content.cli-reference-1.95.179.tgz +0 -0
- package/package.json +2 -2
- package/package-tar/teambit-harmony.content.cli-reference-1.95.177.tgz +0 -0
package/cli-reference.docs.mdx
CHANGED
package/cli-reference.json
CHANGED
|
@@ -690,21 +690,6 @@
|
|
|
690
690
|
}
|
|
691
691
|
]
|
|
692
692
|
},
|
|
693
|
-
{
|
|
694
|
-
"name": "component-issues",
|
|
695
|
-
"alias": "",
|
|
696
|
-
"options": [
|
|
697
|
-
[
|
|
698
|
-
"j",
|
|
699
|
-
"json",
|
|
700
|
-
"json format"
|
|
701
|
-
]
|
|
702
|
-
],
|
|
703
|
-
"description": "list available component-issues",
|
|
704
|
-
"extendedDescription": "",
|
|
705
|
-
"group": "development",
|
|
706
|
-
"private": true
|
|
707
|
-
},
|
|
708
693
|
{
|
|
709
694
|
"name": "show <component-name>",
|
|
710
695
|
"alias": "",
|
|
@@ -741,6 +726,21 @@
|
|
|
741
726
|
}
|
|
742
727
|
]
|
|
743
728
|
},
|
|
729
|
+
{
|
|
730
|
+
"name": "component-issues",
|
|
731
|
+
"alias": "",
|
|
732
|
+
"options": [
|
|
733
|
+
[
|
|
734
|
+
"j",
|
|
735
|
+
"json",
|
|
736
|
+
"json format"
|
|
737
|
+
]
|
|
738
|
+
],
|
|
739
|
+
"description": "list available component-issues",
|
|
740
|
+
"extendedDescription": "",
|
|
741
|
+
"group": "development",
|
|
742
|
+
"private": true
|
|
743
|
+
},
|
|
744
744
|
{
|
|
745
745
|
"name": "envs",
|
|
746
746
|
"alias": "env",
|
|
@@ -877,6 +877,42 @@
|
|
|
877
877
|
}
|
|
878
878
|
]
|
|
879
879
|
},
|
|
880
|
+
{
|
|
881
|
+
"name": "graph [id]",
|
|
882
|
+
"alias": "",
|
|
883
|
+
"options": [
|
|
884
|
+
[
|
|
885
|
+
"i",
|
|
886
|
+
"image <image>",
|
|
887
|
+
"image path. use one of the following extensions: [gif, png, svg, pdf]"
|
|
888
|
+
],
|
|
889
|
+
[
|
|
890
|
+
"r",
|
|
891
|
+
"remote [remoteName]",
|
|
892
|
+
"remote name (name is optional, leave empty when id is specified)"
|
|
893
|
+
],
|
|
894
|
+
[
|
|
895
|
+
"",
|
|
896
|
+
"all-versions",
|
|
897
|
+
"enter all components versions into the graph, not only latest"
|
|
898
|
+
],
|
|
899
|
+
[
|
|
900
|
+
"",
|
|
901
|
+
"layout <name>",
|
|
902
|
+
"GraphVis layout. default to \"dot\". options are [circo, dot, fdp, neato, osage, patchwork, sfdp, twopi]"
|
|
903
|
+
],
|
|
904
|
+
[
|
|
905
|
+
"j",
|
|
906
|
+
"json",
|
|
907
|
+
"json format"
|
|
908
|
+
]
|
|
909
|
+
],
|
|
910
|
+
"description": "generate an image file with the dependencies graph",
|
|
911
|
+
"extendedDescription": "",
|
|
912
|
+
"group": "discover",
|
|
913
|
+
"private": false,
|
|
914
|
+
"remoteOp": true
|
|
915
|
+
},
|
|
880
916
|
{
|
|
881
917
|
"name": "start [component-pattern]",
|
|
882
918
|
"alias": "c",
|
|
@@ -942,42 +978,6 @@
|
|
|
942
978
|
"group": "development",
|
|
943
979
|
"private": true
|
|
944
980
|
},
|
|
945
|
-
{
|
|
946
|
-
"name": "graph [id]",
|
|
947
|
-
"alias": "",
|
|
948
|
-
"options": [
|
|
949
|
-
[
|
|
950
|
-
"i",
|
|
951
|
-
"image <image>",
|
|
952
|
-
"image path. use one of the following extensions: [gif, png, svg, pdf]"
|
|
953
|
-
],
|
|
954
|
-
[
|
|
955
|
-
"r",
|
|
956
|
-
"remote [remoteName]",
|
|
957
|
-
"remote name (name is optional, leave empty when id is specified)"
|
|
958
|
-
],
|
|
959
|
-
[
|
|
960
|
-
"",
|
|
961
|
-
"all-versions",
|
|
962
|
-
"enter all components versions into the graph, not only latest"
|
|
963
|
-
],
|
|
964
|
-
[
|
|
965
|
-
"",
|
|
966
|
-
"layout <name>",
|
|
967
|
-
"GraphVis layout. default to \"dot\". options are [circo, dot, fdp, neato, osage, patchwork, sfdp, twopi]"
|
|
968
|
-
],
|
|
969
|
-
[
|
|
970
|
-
"j",
|
|
971
|
-
"json",
|
|
972
|
-
"json format"
|
|
973
|
-
]
|
|
974
|
-
],
|
|
975
|
-
"description": "generate an image file with the dependencies graph",
|
|
976
|
-
"extendedDescription": "",
|
|
977
|
-
"group": "discover",
|
|
978
|
-
"private": false,
|
|
979
|
-
"remoteOp": true
|
|
980
|
-
},
|
|
981
981
|
{
|
|
982
982
|
"name": "scope <sub-command>",
|
|
983
983
|
"alias": "",
|
|
@@ -3740,7 +3740,18 @@
|
|
|
3740
3740
|
{
|
|
3741
3741
|
"name": "mini-status [component-pattern]",
|
|
3742
3742
|
"alias": "ms",
|
|
3743
|
-
"options": [
|
|
3743
|
+
"options": [
|
|
3744
|
+
[
|
|
3745
|
+
"",
|
|
3746
|
+
"show-issues",
|
|
3747
|
+
"show component issues (slows down the command)"
|
|
3748
|
+
],
|
|
3749
|
+
[
|
|
3750
|
+
"j",
|
|
3751
|
+
"json",
|
|
3752
|
+
"json format"
|
|
3753
|
+
]
|
|
3754
|
+
],
|
|
3744
3755
|
"description": "EXPERIMENTAL. basic status for fast execution",
|
|
3745
3756
|
"extendedDescription": "shows only modified/new components. for the full status, use \"bit status\".\nthe modified are components that their source code have changed, it doesn't check for config/aspect changes",
|
|
3746
3757
|
"group": "development",
|
package/cli-reference.mdx
CHANGED
|
@@ -1102,6 +1102,11 @@ the modified are components that their source code have changed, it doesn't chec
|
|
|
1102
1102
|
|
|
1103
1103
|
`bit mini-status [component-pattern]`
|
|
1104
1104
|
|
|
1105
|
+
| **Option** | **Option alias** | **Description** |
|
|
1106
|
+
| --------------- | :--------------: | ---------------------------------------------- |
|
|
1107
|
+
| `--show-issues` | | show component issues (slows down the command) |
|
|
1108
|
+
| `--json` | `-j` | json format |
|
|
1109
|
+
|
|
1105
1110
|
---
|
|
1106
1111
|
|
|
1107
1112
|
## move
|
package/dist/cli-reference.json
CHANGED
|
@@ -690,21 +690,6 @@
|
|
|
690
690
|
}
|
|
691
691
|
]
|
|
692
692
|
},
|
|
693
|
-
{
|
|
694
|
-
"name": "component-issues",
|
|
695
|
-
"alias": "",
|
|
696
|
-
"options": [
|
|
697
|
-
[
|
|
698
|
-
"j",
|
|
699
|
-
"json",
|
|
700
|
-
"json format"
|
|
701
|
-
]
|
|
702
|
-
],
|
|
703
|
-
"description": "list available component-issues",
|
|
704
|
-
"extendedDescription": "",
|
|
705
|
-
"group": "development",
|
|
706
|
-
"private": true
|
|
707
|
-
},
|
|
708
693
|
{
|
|
709
694
|
"name": "show <component-name>",
|
|
710
695
|
"alias": "",
|
|
@@ -741,6 +726,21 @@
|
|
|
741
726
|
}
|
|
742
727
|
]
|
|
743
728
|
},
|
|
729
|
+
{
|
|
730
|
+
"name": "component-issues",
|
|
731
|
+
"alias": "",
|
|
732
|
+
"options": [
|
|
733
|
+
[
|
|
734
|
+
"j",
|
|
735
|
+
"json",
|
|
736
|
+
"json format"
|
|
737
|
+
]
|
|
738
|
+
],
|
|
739
|
+
"description": "list available component-issues",
|
|
740
|
+
"extendedDescription": "",
|
|
741
|
+
"group": "development",
|
|
742
|
+
"private": true
|
|
743
|
+
},
|
|
744
744
|
{
|
|
745
745
|
"name": "envs",
|
|
746
746
|
"alias": "env",
|
|
@@ -877,6 +877,42 @@
|
|
|
877
877
|
}
|
|
878
878
|
]
|
|
879
879
|
},
|
|
880
|
+
{
|
|
881
|
+
"name": "graph [id]",
|
|
882
|
+
"alias": "",
|
|
883
|
+
"options": [
|
|
884
|
+
[
|
|
885
|
+
"i",
|
|
886
|
+
"image <image>",
|
|
887
|
+
"image path. use one of the following extensions: [gif, png, svg, pdf]"
|
|
888
|
+
],
|
|
889
|
+
[
|
|
890
|
+
"r",
|
|
891
|
+
"remote [remoteName]",
|
|
892
|
+
"remote name (name is optional, leave empty when id is specified)"
|
|
893
|
+
],
|
|
894
|
+
[
|
|
895
|
+
"",
|
|
896
|
+
"all-versions",
|
|
897
|
+
"enter all components versions into the graph, not only latest"
|
|
898
|
+
],
|
|
899
|
+
[
|
|
900
|
+
"",
|
|
901
|
+
"layout <name>",
|
|
902
|
+
"GraphVis layout. default to \"dot\". options are [circo, dot, fdp, neato, osage, patchwork, sfdp, twopi]"
|
|
903
|
+
],
|
|
904
|
+
[
|
|
905
|
+
"j",
|
|
906
|
+
"json",
|
|
907
|
+
"json format"
|
|
908
|
+
]
|
|
909
|
+
],
|
|
910
|
+
"description": "generate an image file with the dependencies graph",
|
|
911
|
+
"extendedDescription": "",
|
|
912
|
+
"group": "discover",
|
|
913
|
+
"private": false,
|
|
914
|
+
"remoteOp": true
|
|
915
|
+
},
|
|
880
916
|
{
|
|
881
917
|
"name": "start [component-pattern]",
|
|
882
918
|
"alias": "c",
|
|
@@ -942,42 +978,6 @@
|
|
|
942
978
|
"group": "development",
|
|
943
979
|
"private": true
|
|
944
980
|
},
|
|
945
|
-
{
|
|
946
|
-
"name": "graph [id]",
|
|
947
|
-
"alias": "",
|
|
948
|
-
"options": [
|
|
949
|
-
[
|
|
950
|
-
"i",
|
|
951
|
-
"image <image>",
|
|
952
|
-
"image path. use one of the following extensions: [gif, png, svg, pdf]"
|
|
953
|
-
],
|
|
954
|
-
[
|
|
955
|
-
"r",
|
|
956
|
-
"remote [remoteName]",
|
|
957
|
-
"remote name (name is optional, leave empty when id is specified)"
|
|
958
|
-
],
|
|
959
|
-
[
|
|
960
|
-
"",
|
|
961
|
-
"all-versions",
|
|
962
|
-
"enter all components versions into the graph, not only latest"
|
|
963
|
-
],
|
|
964
|
-
[
|
|
965
|
-
"",
|
|
966
|
-
"layout <name>",
|
|
967
|
-
"GraphVis layout. default to \"dot\". options are [circo, dot, fdp, neato, osage, patchwork, sfdp, twopi]"
|
|
968
|
-
],
|
|
969
|
-
[
|
|
970
|
-
"j",
|
|
971
|
-
"json",
|
|
972
|
-
"json format"
|
|
973
|
-
]
|
|
974
|
-
],
|
|
975
|
-
"description": "generate an image file with the dependencies graph",
|
|
976
|
-
"extendedDescription": "",
|
|
977
|
-
"group": "discover",
|
|
978
|
-
"private": false,
|
|
979
|
-
"remoteOp": true
|
|
980
|
-
},
|
|
981
981
|
{
|
|
982
982
|
"name": "scope <sub-command>",
|
|
983
983
|
"alias": "",
|
|
@@ -3740,7 +3740,18 @@
|
|
|
3740
3740
|
{
|
|
3741
3741
|
"name": "mini-status [component-pattern]",
|
|
3742
3742
|
"alias": "ms",
|
|
3743
|
-
"options": [
|
|
3743
|
+
"options": [
|
|
3744
|
+
[
|
|
3745
|
+
"",
|
|
3746
|
+
"show-issues",
|
|
3747
|
+
"show component issues (slows down the command)"
|
|
3748
|
+
],
|
|
3749
|
+
[
|
|
3750
|
+
"j",
|
|
3751
|
+
"json",
|
|
3752
|
+
"json format"
|
|
3753
|
+
]
|
|
3754
|
+
],
|
|
3744
3755
|
"description": "EXPERIMENTAL. basic status for fast execution",
|
|
3745
3756
|
"extendedDescription": "shows only modified/new components. for the full status, use \"bit status\".\nthe modified are components that their source code have changed, it doesn't check for config/aspect changes",
|
|
3746
3757
|
"group": "development",
|
|
@@ -5233,7 +5233,56 @@ function MDXContent(_ref) {
|
|
|
5233
5233
|
parentName: "p"
|
|
5234
5234
|
}), "\n", "the modified are components that their source code have changed, it doesn't check for config/aspect changes"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("inlineCode", {
|
|
5235
5235
|
parentName: "p"
|
|
5236
|
-
}, "bit mini-status [component-pattern]")), (0, _react2.mdx)("
|
|
5236
|
+
}, "bit mini-status [component-pattern]")), (0, _react2.mdx)("table", null, (0, _react2.mdx)("thead", {
|
|
5237
|
+
parentName: "table"
|
|
5238
|
+
}, (0, _react2.mdx)("tr", {
|
|
5239
|
+
parentName: "thead"
|
|
5240
|
+
}, (0, _react2.mdx)("th", {
|
|
5241
|
+
parentName: "tr",
|
|
5242
|
+
"align": null
|
|
5243
|
+
}, (0, _react2.mdx)("strong", {
|
|
5244
|
+
parentName: "th"
|
|
5245
|
+
}, "Option")), (0, _react2.mdx)("th", {
|
|
5246
|
+
parentName: "tr",
|
|
5247
|
+
"align": "center"
|
|
5248
|
+
}, (0, _react2.mdx)("strong", {
|
|
5249
|
+
parentName: "th"
|
|
5250
|
+
}, "Option alias")), (0, _react2.mdx)("th", {
|
|
5251
|
+
parentName: "tr",
|
|
5252
|
+
"align": null
|
|
5253
|
+
}, (0, _react2.mdx)("strong", {
|
|
5254
|
+
parentName: "th"
|
|
5255
|
+
}, "Description")))), (0, _react2.mdx)("tbody", {
|
|
5256
|
+
parentName: "table"
|
|
5257
|
+
}, (0, _react2.mdx)("tr", {
|
|
5258
|
+
parentName: "tbody"
|
|
5259
|
+
}, (0, _react2.mdx)("td", {
|
|
5260
|
+
parentName: "tr",
|
|
5261
|
+
"align": null
|
|
5262
|
+
}, (0, _react2.mdx)("inlineCode", {
|
|
5263
|
+
parentName: "td"
|
|
5264
|
+
}, "--show-issues")), (0, _react2.mdx)("td", {
|
|
5265
|
+
parentName: "tr",
|
|
5266
|
+
"align": "center"
|
|
5267
|
+
}), (0, _react2.mdx)("td", {
|
|
5268
|
+
parentName: "tr",
|
|
5269
|
+
"align": null
|
|
5270
|
+
}, "show component issues (slows down the command)")), (0, _react2.mdx)("tr", {
|
|
5271
|
+
parentName: "tbody"
|
|
5272
|
+
}, (0, _react2.mdx)("td", {
|
|
5273
|
+
parentName: "tr",
|
|
5274
|
+
"align": null
|
|
5275
|
+
}, (0, _react2.mdx)("inlineCode", {
|
|
5276
|
+
parentName: "td"
|
|
5277
|
+
}, "--json")), (0, _react2.mdx)("td", {
|
|
5278
|
+
parentName: "tr",
|
|
5279
|
+
"align": "center"
|
|
5280
|
+
}, (0, _react2.mdx)("inlineCode", {
|
|
5281
|
+
parentName: "td"
|
|
5282
|
+
}, "-j")), (0, _react2.mdx)("td", {
|
|
5283
|
+
parentName: "tr",
|
|
5284
|
+
"align": null
|
|
5285
|
+
}, "json format")))), (0, _react2.mdx)("hr", null), (0, _react2.mdx)("h2", null, "move"), (0, _react2.mdx)("p", null, (0, _react2.mdx)("strong", {
|
|
5237
5286
|
parentName: "p"
|
|
5238
5287
|
}, "Alias"), ": ", (0, _react2.mdx)("inlineCode", {
|
|
5239
5288
|
parentName: "p"
|