mesheryctl connection

Manage Meshery connections

Synopsis

View and manage your Meshery connection. Documentation for connection can be found at https://docs.meshery.io/reference/mesheryctl/connection

mesheryctl connection [flags]

Examples

Display total count of all available connections

mesheryctl connection --count

Create a new Kubernetes connection using a specific type

mesheryctl connection create --type aks
mesheryctl connection create --type eks
mesheryctl connection create --type gke
mesheryctl connection create --type minikube

List all the connection

mesheryctl connection list
mesheryctl connection list --count

Delete a connection

mesheryctl connection delete [connection_id]

Options

-c, --count Display the count of total available connections -h, --help help for connection

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.