Command Reference

Command Reference

Complete documentation for all JUDO CLI commands organized by category.

Quick Reference

CommandDescription
judo doctorCheck system health and dependencies
judo initInitialize new JUDO project
judo buildBuild project components
judo startStart application and services
judo stopStop all running services
judo statusCheck service status
judo cleanClean environment
judo sessionInteractive 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:

FlagDescription
-e, --env <environment>Use alternate environment profile (default: judo)
-h, --helpShow 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>