Skip to content

Latest commit

 

History

History
66 lines (48 loc) · 2.09 KB

linux-mac.md

File metadata and controls

66 lines (48 loc) · 2.09 KB
layout title permalink type category redirect_from display-title language list image abstract
default
Install Meshery CLI on Linux or Mac
installation/linux-mac
installation
mesheryctl
installation/platforms/linux-mac
false
en
include
/assets/img/platforms/linux_mac.png
Install Meshery CLI on Linux or Mac

Overview

To set up and run Meshery on Linux or macOS, you will need to install mesheryctl. mesheryctl is the command line interface (CLI) for Meshery. It is used to install, manage, and operate one or more Meshery deployments. mesheryctl can be installed via bash is also available directly or through Homebrew or Scoop.

Brew

{% include mesheryctl/installation-brew.md %}

Bash

{% include mesheryctl/installation-bash.md %}

Related Reading

Meshery CLI Guides

Guides to using Meshery's various features and components.

{% assign sorted_guides = site.pages | sort: "name" %}

    {% for item in sorted_guides %} {% if item.type=="guides" and item.category=="mesheryctl" and item.list!="exclude" and item.language=="en" -%}
  • {{ item.title }}
  • {% endif %} {% endfor %}
  • Upgrading Meshery CLI

{% include related-discussions.html tag="mesheryctl" %}

{:toc}