mesheryctl exp connection list
List all the connections
Synopsis
List all available connections. Documentation for connection can be found at https://docs.meshery.io/reference/mesheryctl/exp/connection/list
mesheryctl exp connection list [flags]
Examples
List all the connections
mesheryctl exp connection list
List all the connections with page number
mesheryctl exp connection list --page [page-number]
Display total count of all available connections
mesheryctl exp connection list --count
Options
-c, --count Display the count of total available connections -h, --help help for list -p, --page int Page number (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.