Skip to main content
The Wavedash CLI (wavedash) is a cross-platform command-line tool for uploading game projects to Wavedash. Use it to authenticate, test locally, and publish builds.

GitHub

View source, report issues, and contribute.

Installation

brew install wvdsh/tap/wavedash
Verify your installation:
wavedash --version

Updating

brew upgrade wavedash

Commands

CommandDescription
wavedash auth loginAuthenticate with Wavedash
wavedash auth logoutClear stored credentials
wavedash auth statusCheck authentication status
wavedash devStart local development server
wavedash build pushUpload a build to Wavedash

Global options

OptionDescription
--versionPrint version information
--helpPrint help for any command
--verboseEnable verbose logging

Quick reference

Authentication

Log in, log out, and check your auth status.

Local Development

Test your game locally with the dev server.

Build & Push

Upload your game build to Wavedash.

Configuration

Configure your project with wavedash.toml.