Thanks to visit codestin.com
Credit goes to docs.wavedash.com

Skip to main content
The Wavedash CLI (wvdsh) 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/wvdsh
Verify your installation:
wvdsh --version

Updating

brew upgrade wvdsh

Commands

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

Global options

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

Quick reference