The Wavedash CLI ships as a single binary. Install it once per machine.
Install
To install the Wavedash CLI, use one of the following methods:
macOS, Linux, WSL
curl -fsSL https://wavedash.com/cli/install.sh | sh
Windows PowerShell
Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass; irm https://wavedash.com/cli/install.ps1 | iex
Windows CMD
powershell -ExecutionPolicy Bypass -c "irm https://wavedash.com/cli/install.ps1 | iex"
If you see The token '&&' is not a valid statement separator, you're in PowerShell, not CMD. If you see 'irm' is not recognized as an internal or external command, you're in CMD, not PowerShell. Your prompt shows PS C:\ when you're in PowerShell and C:\ without the PS when you're in CMD.
Confirm the binary is on your PATH:
wavedash --version
Update
Keep the CLI up to date to pick up new commands, build-pipeline improvements, and sandbox fixes.
wavedash update
Next steps
Now sign in so the CLI can reach your Wavedash account.