Install the CLI
The Watasu CLI is a single binary called watasu. It handles app management, deploys (via Git), config vars, add-ons, domains, and database operations.
Homebrew (macOS, Linux)
Section titled “Homebrew (macOS, Linux)”brew tap watasuio/watasubrew install watasuInstall script (Linux, macOS)
Section titled “Install script (Linux, macOS)”curl -fsSL https://watasu.io/install.sh | shPowerShell (Windows)
Section titled “PowerShell (Windows)”iwr -useb https://watasu.io/install.ps1 | iexVerify
Section titled “Verify”watasu --helpYou should see the top-level command list.
Update
Section titled “Update”Homebrew:
brew upgrade watasuInstall script: re-run the install command — it always fetches the latest manifest.
- Authenticate — log in so the CLI can talk to the platform
- Quickstart — deploy your first app
- Command Reference — every command, in one place