Hyper PM
CLI reference

Command overview

All hyper-pm CLI commands at a glance with links to detailed reference.

Every invocation follows:

hyper-pm [global options] <command> [subcommand] [options]

Global options must appear before <command>. Details: Global options.

Top-level commands

CommandPurposeDetails
initCreate/adopt data branch and .hyper-pm/config.jsoninit & doctor
doctorValidate event log replayinit & doctor
epicEpics CRUDEpics & stories
storyStories CRUDEpics & stories
ticketTickets CRUD, work, comment, GitHub importTickets
repoRead-only helpers on the checked-out reporepo, sync & audit
syncGitHub Issues syncrepo, sync & audit
auditQuery durable eventsrepo, sync & audit

epic subcommands

create · read · update · delete — see Epics & stories.

story subcommands

create · read · update · delete — see Epics & stories.

ticket subcommands

SubcommandSummary
createNew ticket; optional --story, planning fields, --ai-draft
readOne ticket (--id) or filtered list (omit --id)
updatePatch fields; branch/label add/remove/clear; --ai-improve
workCreate/checkout branch, set in_progress, link branch
commentAppend local comment event
deleteSoft-delete
import-githubImport GitHub issues as tickets

Full flags: Tickets.

repo subcommands

SubcommandSummary
commit-authorsAuthors by email (optional login guess)
suggest-assignee-loginGuess GitHub login from --email

Help in the terminal

hyper-pm --help
hyper-pm ticket --help
hyper-pm ticket read --help