Command Reference
Command Reference
Complete documentation for all JUDO CLI commands organized by category.
Quick Reference
Command | Description |
---|---|
judo doctor | Check system health and dependencies |
judo init | Initialize new JUDO project |
judo build | Build project components |
judo start | Start application and services |
judo stop | Stop all running services |
judo status | Check service status |
judo clean | Clean environment |
judo session | Interactive session mode |
Command Categories
System Commands
Essential commands for project setup and health checking.
Build Commands
Commands for building and packaging your JUDO application.
Application Lifecycle
Commands for starting, stopping, and monitoring your application.
Database Operations
Commands for database backup, restore, and schema management.
Maintenance Commands
Commands for cleaning, updating, and maintaining your development environment.
Global Flags
All commands support these global flags:
Flag | Description |
---|---|
-e, --env <environment> | Use alternate environment profile (default: judo) |
-h, --help | Show help for command |
Getting Help
For any command, use the --help
flag to get detailed usage information:
judo <command> --help
Or use the interactive session for contextual help:
judo session
help <command>