CLI Overview
The Ocsidian command-line interface.
The Ocsidian CLI lets you create projects, run generations, build, test, and package games from the terminal. It’s useful for CI/CD pipelines, scripting, and headless workflows.
Core commands
| Command | Description |
|---|---|
ocsidian init | Create a new project |
ocsidian generate | Run an AI generation from a prompt |
ocsidian build | Build the Unreal project |
ocsidian test | Run project tests |
ocsidian cook | Cook content for a target platform |
ocsidian package | Package for distribution |
ocsidian plugin | Manage plugins |
ocsidian auth | Authenticate with Ocsidian |
Getting help
ocsidian --help
ocsidian generate --help