docs/static/v0.8/reference/mesheryctl/connection/index.html
Manage Meshery connections
View and manage your Meshery connection.
mesheryctl connection [flags]
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]
-c, --count Display the count of total available connections -h, --help help for connection
--config string path to config file (default "/home/runner/.meshery/config.yaml") -v, --verbose verbose output
Go back to command reference index, if you want to add content manually to the CLI documentation, please refer to the instruction for guidance.