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

CommandDescription
ocsidian initCreate a new project
ocsidian generateRun an AI generation from a prompt
ocsidian buildBuild the Unreal project
ocsidian testRun project tests
ocsidian cookCook content for a target platform
ocsidian packagePackage for distribution
ocsidian pluginManage plugins
ocsidian authAuthenticate with Ocsidian

Getting help

ocsidian --help
ocsidian generate --help