Hyper PM
CLI reference

Global options

Flags that appear before the subcommand for every hyper-pm invocation.

These options apply before any subcommand, for example:

hyper-pm --format text --repo /path/to/repo epic read
OptionDescriptionDefault
--format <fmt>json or textjson
--temp-dir <dir>Parent for disposable worktreesTMPDIR / system temp
--keep-worktreeKeep worktree after commandoff
--repo <path>Git repository rootcurrent working directory
--data-branch <name>Data branch namefrom config / init
--remote <name>Remote for data branchorigin
--sync <mode>off (no --with-github) or outbound / full (both enable full GitHub mirror with --with-github)from config
--github-repo <owner/repo>GitHub slugenv / config
--actor <label>JSONL actor for mutationsgit user / HYPER_PM_ACTOR

Discover subcommands with hyper-pm --help and nested help, for example hyper-pm ticket read --help.