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
- macOS
- Linux
- Windows
Updating
- macOS (Homebrew)
- Linux / Windows
Commands
| Command | Description |
|---|---|
wavedash auth login | Authenticate with Wavedash |
wavedash auth logout | Clear stored credentials |
wavedash auth status | Check authentication status |
wavedash dev | Start local development server |
wavedash build push | Upload a build to Wavedash |
Global options
| Option | Description |
|---|---|
--version | Print version information |
--help | Print help for any command |
--verbose | Enable 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.