mesheryctl system channel

Switch between release channels

Synopsis

Subscribe to a release channel. Choose between either β€˜stable’ or β€˜edge’ channels.

mesheryctl system channel [flags]

Examples

Subscribe to release channel or version

mesheryctl system channel

To set the channel

mesheryctl system channel set [stable|stable-version|edge|edge-version]

To pin/set the channel to a specific version

mesheryctl system channel set stable-v0.6.0

To view release channel and version

mesheryctl system channel view

To switch release channel and version

mesheryctl system channel switch [stable|stable-version|edge|edge-version]

Options

-h, --help help for channel

Options inherited from parent commands

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

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.