mesheryctl exp connection
Manage Meshery connection
Synopsis
View and manage your Meshery connection. Documentation for connection can be found at https://docs.meshery.io/reference/mesheryctl/exp/connection
mesheryctl exp connection [flags]
Examples
Display total count of all available connections
mesheryctl exp connection --count
List all the connection
mesheryctl exp connection list
Delete a connection
mesheryctl exp 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.