Skip to main content

Commands

A reference for every command Odyn ships with.

All commands Odyn provides, one page each.

CommandDescription
odyn initNew Odin project with src/, odyn_deps/, ols.json, and an empty Odyn.lock
odyn getClone a dependency and pin its commit
odyn updatePull the latest commit for a dependency and re-pin it
odyn removeDelete the folder and remove the entry from Odyn.lock
odyn syncMake odyn_deps/ match Odyn.lock
odyn statusReport every dependency as ok, missing, or modified
odyn update-selfUpdate Odyn itself to the latest release

All commands that touch dependencies require git to be on your PATH.