CLI Reference
Complete reference for all ODIN command-line interface commands.
Creates a new ODIN project with the recommended structure, configuration files, and default prompts. Use --template to start from a pre-built template.
Adds a new context file or prompt template to your project. Supports various formats including markdown, JSON, and YAML.
Compiles and optimizes all context files, generating the final artifacts ready for deployment. Includes validation and token counting.
Checks your context files for errors, validates token limits, and ensures all references are resolved correctly.
Launches a local server for testing your prompts and contexts in real-time with hot reloading support.
Deploys your built context files to your configured production environment. Supports multiple deployment targets.