gui/docs/ref/wails-v3/reference/cli.mdx
Snider 4bdbb68f46
Some checks failed
Security Scan / security (push) Failing after 9s
Test / test (push) Failing after 1m21s
refactor: update import path from go-config to core/config
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-14 10:26:36 +00:00

28 lines
802 B
Text

---
title: CLI Reference
description: Complete reference for the Wails CLI commands
sidebar:
order: 1
---
## Overview
The Wails CLI (`wails3`) provides commands for creating, developing, building, and managing Wails applications.
## Coming Soon
This section is under construction. For now, use `wails3 --help` or `wails3 [command] --help` for command documentation.
**Common commands:**
```bash
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](https://discord.gg/JDdSxwjhGf) or check the [examples](https://github.com/wailsapp/wails/tree/v3-alpha/v3/examples).