Commands Overview
Quick reference for all Tracks CLI commands.
Available Commands
tracks new
Create a new Tracks application with production-ready structure and database support.
tracks db
Manage database migrations. Subcommands:
tracks db migrate- Apply pending migrationstracks db rollback- Roll back last migrationtracks db status- Show migration statustracks db reset- Reset database (rollback all, reapply)
tracks version
Display version, commit, and build information.
tracks help
Show help information for any command.
Global Flags
All commands support these flags:
--json- Output in JSON format--no-color- Disable colored output--verbose,-v- Verbose output--quiet,-q- Suppress non-error output--help- Show help for command
See Output Modes for details on JSON and formatting options.
See Also
- CLI Overview - Getting started with Tracks CLI
- Output Modes - JSON and console output formatting