mesheryctl exp relationship list

List registered relationships

Synopsis

List all relationships registered in Meshery Server

mesheryctl exp relationship list [flags]

Examples

View list of relationship
mesheryctl exp relationship list
View list of relationship with specified page number (25 relationships per page)
mesheryctl exp relationship list --page 2

Options

-h, --help help for list -p, --page int (optional) List next set of relationships with --page (default = 1) (default 1)

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.