Back to Meshery

mesheryctl system context view

docs/static/v0.7/reference/mesheryctl/system/context/view/index.html

1.0.181.3 KB
Original Source

mesheryctl system context view

view current context

Synopsis

Display active Meshery context

mesheryctl system context view [context-name | --context context-name| --all] --flags [flags]

Examples

View default context

mesheryctl system context view

View specified context

mesheryctl system context view context-name

View specified context with context flag

mesheryctl system context view --context context-name

View config of all contexts

mesheryctl system context view --all

Options

--all Show configs for all of the context -c, --context string Show config for the context -h, --help help for view

Options inherited from parent commands

--config string path to config file (default "/home/runner/.meshery/config.yaml") -v, --verbose verbose output -y, --yes (optional) assume yes for user interactive prompts.

Screenshots

Usage of mesheryctl context view

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.