Skip to content

CLI Reference

The Wails CLI (wails3) provides commands for creating, developing, building, and managing Wails applications.

This section is under construction. For now, use wails3 --help or wails3 [command] --help for command documentation.

Common commands:

Terminal window
wails3 init # Create a new project
wails3 dev # Run in development mode
wails3 build # Build for production
wails3 generate # Generate bindings or runtime
wails3 doctor # Check development environment

Questions? Ask in Discord or check the examples.