docs · updated 2026-05-16
CLI reference
Commands, flags, and environment for the hatchery-pet CLI.
Commands
list — print the catalog. inspect <slug> — print one pet’s manifest. install <slug> — write the pet into the local Codex home.
bashterminal
npx hatchery-pet list
npx hatchery-pet inspect claw
npx hatchery-pet install clawEnvironment
CODEX_HOME — overrides the Codex home path. Set only when running multiple Codex homes intentionally. Default is ~/.codex.
bashterminal
CODEX_HOME="$HOME/.codex" npx hatchery-pet install claw