mesheryctl exp relationship
View list of relationships and details of relationship
Synopsis
Meshery uses relationships to define how interconnected components interact. View list of relationships and detailed information of a specific relationship
mesheryctl exp relationship [flags]
Examples
To view list of relationships
mesheryctl exp relationships list
To view a specific relationship
mesheryctl exp relationships view [model-name]
//To search a specific relationship
mesheryctl exp relationships search --[flag] [query-text]
Options
-h, --help help for relationship
Options inherited from parent commands
--config string path to config file (default "/home/runner/.meshery/config.yaml") -v, --verbose verbose output
See Also
Go back to command reference index, if you want to add content manually to the CLI documentation, please refer to the instruction for guidance.