@teambit/harmony.content.cli-reference 2.0.140 → 2.0.141
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
CHANGED
package/cli-reference.json
CHANGED
|
@@ -660,6 +660,21 @@
|
|
|
660
660
|
}
|
|
661
661
|
]
|
|
662
662
|
},
|
|
663
|
+
{
|
|
664
|
+
"name": "component-issues",
|
|
665
|
+
"alias": "",
|
|
666
|
+
"options": [
|
|
667
|
+
[
|
|
668
|
+
"j",
|
|
669
|
+
"json",
|
|
670
|
+
"output issues in json format"
|
|
671
|
+
]
|
|
672
|
+
],
|
|
673
|
+
"description": "list available component-issues",
|
|
674
|
+
"extendedDescription": "",
|
|
675
|
+
"group": "development",
|
|
676
|
+
"private": true
|
|
677
|
+
},
|
|
663
678
|
{
|
|
664
679
|
"name": "show <component-name>",
|
|
665
680
|
"alias": "",
|
|
@@ -696,21 +711,6 @@
|
|
|
696
711
|
}
|
|
697
712
|
]
|
|
698
713
|
},
|
|
699
|
-
{
|
|
700
|
-
"name": "component-issues",
|
|
701
|
-
"alias": "",
|
|
702
|
-
"options": [
|
|
703
|
-
[
|
|
704
|
-
"j",
|
|
705
|
-
"json",
|
|
706
|
-
"output issues in json format"
|
|
707
|
-
]
|
|
708
|
-
],
|
|
709
|
-
"description": "list available component-issues",
|
|
710
|
-
"extendedDescription": "",
|
|
711
|
-
"group": "development",
|
|
712
|
-
"private": true
|
|
713
|
-
},
|
|
714
714
|
{
|
|
715
715
|
"name": "envs",
|
|
716
716
|
"alias": "env",
|
|
@@ -847,42 +847,6 @@
|
|
|
847
847
|
}
|
|
848
848
|
]
|
|
849
849
|
},
|
|
850
|
-
{
|
|
851
|
-
"name": "graph [id]",
|
|
852
|
-
"alias": "",
|
|
853
|
-
"options": [
|
|
854
|
-
[
|
|
855
|
-
"i",
|
|
856
|
-
"image <image>",
|
|
857
|
-
"image path and format. use one of the following extensions: [gif, png, svg, pdf]"
|
|
858
|
-
],
|
|
859
|
-
[
|
|
860
|
-
"r",
|
|
861
|
-
"remote [remoteName]",
|
|
862
|
-
"remote name (name is optional, leave empty when id is specified)"
|
|
863
|
-
],
|
|
864
|
-
[
|
|
865
|
-
"",
|
|
866
|
-
"all-versions",
|
|
867
|
-
"enter all components versions into the graph, not only latest"
|
|
868
|
-
],
|
|
869
|
-
[
|
|
870
|
-
"",
|
|
871
|
-
"layout <name>",
|
|
872
|
-
"GraphVis layout. default to \"dot\". options are [circo, dot, fdp, neato, osage, patchwork, sfdp, twopi]"
|
|
873
|
-
],
|
|
874
|
-
[
|
|
875
|
-
"j",
|
|
876
|
-
"json",
|
|
877
|
-
"json format"
|
|
878
|
-
]
|
|
879
|
-
],
|
|
880
|
-
"description": "generate an image file with the workspace components' dependencies graph",
|
|
881
|
-
"extendedDescription": "",
|
|
882
|
-
"group": "discover",
|
|
883
|
-
"private": false,
|
|
884
|
-
"remoteOp": true
|
|
885
|
-
},
|
|
886
850
|
{
|
|
887
851
|
"name": "start [component-pattern]",
|
|
888
852
|
"alias": "c",
|
|
@@ -948,6 +912,42 @@
|
|
|
948
912
|
"group": "development",
|
|
949
913
|
"private": true
|
|
950
914
|
},
|
|
915
|
+
{
|
|
916
|
+
"name": "graph [id]",
|
|
917
|
+
"alias": "",
|
|
918
|
+
"options": [
|
|
919
|
+
[
|
|
920
|
+
"i",
|
|
921
|
+
"image <image>",
|
|
922
|
+
"image path and format. use one of the following extensions: [gif, png, svg, pdf]"
|
|
923
|
+
],
|
|
924
|
+
[
|
|
925
|
+
"r",
|
|
926
|
+
"remote [remoteName]",
|
|
927
|
+
"remote name (name is optional, leave empty when id is specified)"
|
|
928
|
+
],
|
|
929
|
+
[
|
|
930
|
+
"",
|
|
931
|
+
"all-versions",
|
|
932
|
+
"enter all components versions into the graph, not only latest"
|
|
933
|
+
],
|
|
934
|
+
[
|
|
935
|
+
"",
|
|
936
|
+
"layout <name>",
|
|
937
|
+
"GraphVis layout. default to \"dot\". options are [circo, dot, fdp, neato, osage, patchwork, sfdp, twopi]"
|
|
938
|
+
],
|
|
939
|
+
[
|
|
940
|
+
"j",
|
|
941
|
+
"json",
|
|
942
|
+
"json format"
|
|
943
|
+
]
|
|
944
|
+
],
|
|
945
|
+
"description": "generate an image file with the workspace components' dependencies graph",
|
|
946
|
+
"extendedDescription": "",
|
|
947
|
+
"group": "discover",
|
|
948
|
+
"private": false,
|
|
949
|
+
"remoteOp": true
|
|
950
|
+
},
|
|
951
951
|
{
|
|
952
952
|
"name": "scope <sub-command>",
|
|
953
953
|
"alias": "",
|
package/dist/cli-reference.json
CHANGED
|
@@ -660,6 +660,21 @@
|
|
|
660
660
|
}
|
|
661
661
|
]
|
|
662
662
|
},
|
|
663
|
+
{
|
|
664
|
+
"name": "component-issues",
|
|
665
|
+
"alias": "",
|
|
666
|
+
"options": [
|
|
667
|
+
[
|
|
668
|
+
"j",
|
|
669
|
+
"json",
|
|
670
|
+
"output issues in json format"
|
|
671
|
+
]
|
|
672
|
+
],
|
|
673
|
+
"description": "list available component-issues",
|
|
674
|
+
"extendedDescription": "",
|
|
675
|
+
"group": "development",
|
|
676
|
+
"private": true
|
|
677
|
+
},
|
|
663
678
|
{
|
|
664
679
|
"name": "show <component-name>",
|
|
665
680
|
"alias": "",
|
|
@@ -696,21 +711,6 @@
|
|
|
696
711
|
}
|
|
697
712
|
]
|
|
698
713
|
},
|
|
699
|
-
{
|
|
700
|
-
"name": "component-issues",
|
|
701
|
-
"alias": "",
|
|
702
|
-
"options": [
|
|
703
|
-
[
|
|
704
|
-
"j",
|
|
705
|
-
"json",
|
|
706
|
-
"output issues in json format"
|
|
707
|
-
]
|
|
708
|
-
],
|
|
709
|
-
"description": "list available component-issues",
|
|
710
|
-
"extendedDescription": "",
|
|
711
|
-
"group": "development",
|
|
712
|
-
"private": true
|
|
713
|
-
},
|
|
714
714
|
{
|
|
715
715
|
"name": "envs",
|
|
716
716
|
"alias": "env",
|
|
@@ -847,42 +847,6 @@
|
|
|
847
847
|
}
|
|
848
848
|
]
|
|
849
849
|
},
|
|
850
|
-
{
|
|
851
|
-
"name": "graph [id]",
|
|
852
|
-
"alias": "",
|
|
853
|
-
"options": [
|
|
854
|
-
[
|
|
855
|
-
"i",
|
|
856
|
-
"image <image>",
|
|
857
|
-
"image path and format. use one of the following extensions: [gif, png, svg, pdf]"
|
|
858
|
-
],
|
|
859
|
-
[
|
|
860
|
-
"r",
|
|
861
|
-
"remote [remoteName]",
|
|
862
|
-
"remote name (name is optional, leave empty when id is specified)"
|
|
863
|
-
],
|
|
864
|
-
[
|
|
865
|
-
"",
|
|
866
|
-
"all-versions",
|
|
867
|
-
"enter all components versions into the graph, not only latest"
|
|
868
|
-
],
|
|
869
|
-
[
|
|
870
|
-
"",
|
|
871
|
-
"layout <name>",
|
|
872
|
-
"GraphVis layout. default to \"dot\". options are [circo, dot, fdp, neato, osage, patchwork, sfdp, twopi]"
|
|
873
|
-
],
|
|
874
|
-
[
|
|
875
|
-
"j",
|
|
876
|
-
"json",
|
|
877
|
-
"json format"
|
|
878
|
-
]
|
|
879
|
-
],
|
|
880
|
-
"description": "generate an image file with the workspace components' dependencies graph",
|
|
881
|
-
"extendedDescription": "",
|
|
882
|
-
"group": "discover",
|
|
883
|
-
"private": false,
|
|
884
|
-
"remoteOp": true
|
|
885
|
-
},
|
|
886
850
|
{
|
|
887
851
|
"name": "start [component-pattern]",
|
|
888
852
|
"alias": "c",
|
|
@@ -948,6 +912,42 @@
|
|
|
948
912
|
"group": "development",
|
|
949
913
|
"private": true
|
|
950
914
|
},
|
|
915
|
+
{
|
|
916
|
+
"name": "graph [id]",
|
|
917
|
+
"alias": "",
|
|
918
|
+
"options": [
|
|
919
|
+
[
|
|
920
|
+
"i",
|
|
921
|
+
"image <image>",
|
|
922
|
+
"image path and format. use one of the following extensions: [gif, png, svg, pdf]"
|
|
923
|
+
],
|
|
924
|
+
[
|
|
925
|
+
"r",
|
|
926
|
+
"remote [remoteName]",
|
|
927
|
+
"remote name (name is optional, leave empty when id is specified)"
|
|
928
|
+
],
|
|
929
|
+
[
|
|
930
|
+
"",
|
|
931
|
+
"all-versions",
|
|
932
|
+
"enter all components versions into the graph, not only latest"
|
|
933
|
+
],
|
|
934
|
+
[
|
|
935
|
+
"",
|
|
936
|
+
"layout <name>",
|
|
937
|
+
"GraphVis layout. default to \"dot\". options are [circo, dot, fdp, neato, osage, patchwork, sfdp, twopi]"
|
|
938
|
+
],
|
|
939
|
+
[
|
|
940
|
+
"j",
|
|
941
|
+
"json",
|
|
942
|
+
"json format"
|
|
943
|
+
]
|
|
944
|
+
],
|
|
945
|
+
"description": "generate an image file with the workspace components' dependencies graph",
|
|
946
|
+
"extendedDescription": "",
|
|
947
|
+
"group": "discover",
|
|
948
|
+
"private": false,
|
|
949
|
+
"remoteOp": true
|
|
950
|
+
},
|
|
951
951
|
{
|
|
952
952
|
"name": "scope <sub-command>",
|
|
953
953
|
"alias": "",
|