mesheryctl exp relationship
Manage relationships
Synopsis
Generate, list, search and view relationship(s) and detailed information Meshery uses relationships to define how interconnected components interact.
mesheryctl exp relationship [flags]
Examples
Display number of available relationships in Meshery
mesheryctl relationship --count
Generate a relationship documentation
mesheryctl exp relationship generate [flags]
List available relationship(s)
mesheryctl exp relationship list [flags]
Search for a specific relationship
mesheryctl exp relationship search [flags] [query-text]
View a specific relationship
mesheryctl exp relationship view [model-name]
Options
-c, --count (optional) Get the number of relationship(s) in total -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
- mesheryctl exp relationship generate
- mesheryctl exp relationship list
- mesheryctl exp relationship search
- mesheryctl exp relationship view
Go back to command reference index, if you want to add content manually to the CLI documentation, please refer to the instruction for guidance.