Skip to content

Commit 691cd92

Browse files
committed
formatting
Signed-off-by: Lee Calcote <lee.calcote@layer5.io>
1 parent 6074d46 commit 691cd92

1 file changed

Lines changed: 5 additions & 8 deletions

File tree

  • src/collections/blog/2023/05-22-changing-release-channels-in-meshery

src/collections/blog/2023/05-22-changing-release-channels-in-meshery/index.mdx

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -63,14 +63,11 @@ Example: <br/> <code class="language-bash">mesheryctl system context create new-
6363
<h3>Switching between Meshery release channels using mesheryctl.</h3>
6464
<p>mesheryctl is a command-line tool for managing Meshery. You can use it to switch between different release channels. Here's how:</p>
6565

66-
<ul><li>Run the following command to see the current configuration for Meshery:</li>
67-
<pre><code class="language-bash">mesheryctl system context view</code></pre>
68-
<img src={MesheryVersion} className="image-center" style="width:50%;"></img>
69-
<p>This will show you the currently channels ,<b>stable</b> or <b>edge</b>, along with the version number and other information.</p>
70-
<li>Run the following command to switch to a different release channel:</li>
71-
<pre><code class="language-bash">mesheryctl system channel switch</code></pre>
72-
This command will update your meshconfig file to switch release channel and version of context in focus. To switch the channel to a specific version, replace <b>Version</b> with the desired version number.
73-
<li> To confirm that the channel has been changed, run the following command again: <pre><code class="language-bash">mesheryctl system channel view</code></pre></li></ul>
66+
<ul>
67+
<li>Run the following command to see the current configuration for Meshery: <pre><code class="language-bash">mesheryctl system context view</code></pre><img src={MesheryVersion} className="image-center" style="width:50%;" /><p>This will show you the current release channel (<b>stable</b> or <b>edge</b>), along with the version number and other information.</p></li>
68+
<li>Run the following command to switch to a different release channel:<pre><code class="language-bash">mesheryctl system channel switch</code></pre>This command will update your meshconfig file to switch release channel and version of context in focus. To switch the channel to a specific version, replace <b>Version</b> with the desired version number.</li>
69+
<li>To confirm that the channel has been changed, run the following command again: <pre><code class="language-bash">mesheryctl system channel view</code></pre></li>
70+
</ul>
7471

7572
<h2>Conclusion </h2>
7673

0 commit comments

Comments
 (0)