CLIMission

How to

List work records

Find open, blocked, closed, or stale work records.

What changes

list gives a broader inventory than status. Use it to find open, blocked, closed, or stale records before deciding the next command.

When this helps

  • You do not know the exact work key.
  • A delivery lead is auditing work in the repo.
  • An AI assistant needs to avoid creating duplicate delivery state.

Run this command

terminal
sumr mission list# current reposumr mission list --all --json# cross-namespace JSON

Flags you can use

--all

Include all repo namespaces in the current storage root.

--json

Return a structured JSON envelope for scripts, CI jobs, and AI assistants.

--help, -h

Show the command syntax, supported flags, and examples without changing files.