This page gives you the most common Azul commands at a glance. For full flag documentation and detailed descriptions, see the commands reference.Documentation Index
Fetch the complete documentation index at: https://vercel.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Start sync
Runazul from your project root to start the live sync daemon. Studio will connect automatically once you click Connect in the Azul plugin.
Build local files into Studio
Useazul build for a one-time push from your local filesystem into Studio. Pass --from-sourcemap to build from a saved sourcemap, or use --rojo for Rojo-compatible projects.
Push a specific folder
Useazul push to sync a single local folder to a Studio destination path. Specify source and destination with -s and -d.
Generate sourcemap
Useazul pack to serialize your Studio instance properties into a sourcemap.json file. This file is used by tools like Luau LSP for type awareness.
Open config
Useazul config to open your configuration file in your default editor, or print its path.
Global options
These flags work withazul and any subcommand.
| Flag | Description |
|---|---|
--debug | Enable verbose logs |
--no-warn | Skip confirmation prompts |
--sync-dir [PATH] | Override the sync directory |
--port [NUMBER] | Override the daemon port |
--help, -h | Show help for the current command |
--version | Print the installed Azul version |
For the full flag reference with descriptions and examples, see Azul CLI commands reference.