mesheryctl connection list

List all the connections

Synopsis

List all available connections. Documentation for connection can be found at https://docs.meshery.io/reference/mesheryctl/connection/list

mesheryctl connection list [flags]

Examples

List all the connections

mesheryctl connection list

List all the connections with page number

mesheryctl connection list --page [page-number]

List all the connections matching a specific kind and status

mesheryctl connection list --kind [kind] --status [status]

List all the connections matching a set of kinds and statuses

mesheryctl connection list --kind [kind] --kind [kind] --status [status] --status [status]

Display total count of all available connections

mesheryctl connection list --count

Options

-c, --count Display the count of total available connections -h, --help help for list -k, --kind strings Filter connections by kind -p, --page int Page number (default 1) --pagesize int Number of connections per page (default 10) -s, --status strings Filter connections by status

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.