Installing MeshWave CLI

Note, that the CLI module is still under development and may be inaccessible

MeshWave provides a Command-Line Interface (CLI) tool that allows you to interact with the platform from your terminal. Follow these instructions to install the MeshWave CLI:

  1. Open your terminal application.

  2. Depending on your operating system, use the appropriate command to install the MeshWave CLI:

    • For macOS/Linux: curl -sSL https://meshwave.com/install.sh | sh

    • For Windows (using PowerShell): iwr https://meshwave.com/install.ps1 -useb | iex

  3. Once the installation is complete, you can verify that the MeshWave CLI is installed by running the following command: meshwave --version

  4. If installed successfully, you should see the version number displayed.

Great! You've now installed the MeshWave CLI and are ready to access the platform.

Last updated