Command reference
Global Commands
au new
au new [project-name] [options]# Interactive project creation
au new my-app
# Create plugin project
au new my-plugin --plugin
# Create TypeScript app with Webpack
au new my-app --typescript --webpack
# Create project in current directory
au new --hereau help
au version / au -v
Project Commands
au run
au build
au test
au generate
Advanced Commands
au install
au clear-cache
Flag Reference
Environment Flags
Debug Flags
Compatibility Flags
Error Handling
Common Error Patterns
Troubleshooting Commands
Integration Commands
Git Integration
Docker Integration
CI/CD Integration
Performance Optimization
Build Performance
Development Performance
Best Practices
Command Usage
Project Organization
Last updated
Was this helpful?