Hyper PM
CLI reference

Epics & stories

Create, read, update, and soft-delete epics and stories.

Status values

For --status on create/update, allowed values are:

backlog · todo · in_progress · done · cancelled

Epics default to backlog on create when omitted; stories default to backlog; tickets default to todo (see Tickets).

How these entities relate and how deletes work is described under Data model.

epic

SubcommandPurposeNotable flags
createCreate an epic--title (required); --body, --id, --status
readOne epic or list--id omit for all
updatePatch fields--id (required); --title, --body, --status
deleteSoft-delete--id (required)

story

SubcommandPurposeNotable flags
createCreate under an epic--title, --epic (required); --body, --id, --status
readOne or list--id; when listing, optional --epic filter
updatePatch--id; --title, --body, --status
deleteSoft-delete--id

Status values align with the data model page.