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 [--kind ] [--type ] [--subtype ] [--model ] </div> </pre> 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](/reference/mesheryctl/exp/relationship/generate) * [mesheryctl exp relationship list](/reference/mesheryctl/exp/relationship/list) * [mesheryctl exp relationship search](/reference/mesheryctl/exp/relationship/search) * [mesheryctl exp relationship view](/reference/mesheryctl/exp/relationship/view) Go back to [command reference index](/reference/mesheryctl/), if you want to add content manually to the CLI documentation, please refer to the [instruction](/project/contributing/contributing-cli#preserving-manually-added-documentation) for guidance.