docs/static/v0.8/reference/mesheryctl/connection/view/index.html
View a connection
View a connection by its ID or name.
mesheryctl connection view [flags]
View details of a specific connection in default format (yaml)
mesheryctl connection view [connection-name|connection-id]
View details of a specific connection in JSON format
mesheryctl connection view [connection-name|connection-id] --output-format json
View details of a specific connection in json format and save it to a file
mesheryctl connection view [connection-name|connection-id] --output-format json --save
-h, --help help for view -o, --output-format string (optional) format to display in [json|yaml] (default "yaml") -s, --save (optional) save output as a JSON/YAML file
--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.