mesheryctl relationship list
List registered relationships
Synopsis
List all relationships registered in Meshery Server
mesheryctl relationship list [flags]
Examples
List all relationships
mesheryctl relationship list
List relationships for a specified page
mesheryctl relationship list --page [page-number]
List relationships with a custom page size
mesheryctl relationship list --pagesize [page-size]
Display the total number of available relationships in Meshery
mesheryctl relationship list --count
Options
-c, --count (optional) Display the total count of relationships only -h, --help help for list -p, --page int (optional) List next set of relationships with --page (default = 1) (default 1) --pagesize int (optional) Number of results per page (default = 10) (default 10)
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.