Skip to content

nrepo move

Terminal window
nrepo move <id> <status>
nrepo move <status> --ids <ids>

nrepo move changes the status of an idea. It supports two modes: single-idea mode where you specify an ID and a target status, and bulk mode where you move multiple ideas at once using --ids.

Valid statuses: captured, exploring, building, shipped, shelved.

FlagTypeDefaultDescription
--ids <ids>string(none)Comma-separated list of idea IDs for bulk move.
--jsonbooleanfalseOutput as JSON.
--humanbooleantrueOutput as human-readable text (default).
Terminal window
nrepo move 42 building
Terminal window
nrepo move shipped --ids 10,11,12
Terminal window
nrepo move 42 shelved --json

In single mode, the CLI prints the updated idea with its new status. In bulk mode, it prints a summary of how many ideas were moved.

Moved 3 ideas to shipped