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:
Open your terminal application.
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
Once the installation is complete, you can verify that the MeshWave CLI is installed by running the following command:
meshwave --version
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