docs/content/en/reference/mesheryctl/system/channel/_index.md
Switch between release channels
Subscribe to a release channel. Choose between either 'stable' or 'edge' channels.
<pre class='codeblock-pre'> <div class='codeblock'> mesheryctl system channel [flags] </div> </pre>Subscribe to release channel or version
<pre class='codeblock-pre'> <div class='codeblock'> mesheryctl system channel </div> </pre>To set the channel
<pre class='codeblock-pre'> <div class='codeblock'> mesheryctl system channel set [stable|stable-version|edge|edge-version] </div> </pre>To pin/set the channel to a specific version
<pre class='codeblock-pre'> <div class='codeblock'> mesheryctl system channel set stable-v0.6.0 </div> </pre>To view release channel and version
<pre class='codeblock-pre'> <div class='codeblock'> mesheryctl system channel view </div> </pre>To switch release channel and version
<pre class='codeblock-pre'> <div class='codeblock'> mesheryctl system channel switch [stable|stable-version|edge|edge-version] </div> </pre>Go back to command reference index, if you want to add content manually to the CLI documentation, please refer to the instruction for guidance.