nrepo move
Synopsis
Section titled “Synopsis”nrepo move <id> <status>nrepo move <status> --ids <ids>Description
Section titled “Description”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.
Options
Section titled “Options”| Flag | Type | Default | Description |
|---|---|---|---|
--ids <ids> | string | (none) | Comma-separated list of idea IDs for bulk move. |
--json | boolean | (see auth) | Output as JSON. |
--human | boolean | (see auth) | Output as human-readable text. |
Examples
Section titled “Examples”Move a single idea
Section titled “Move a single idea”nrepo move 42 buildingBulk move multiple ideas
Section titled “Bulk move multiple ideas”nrepo move shipped --ids 10,11,12Move to shelved with JSON output
Section titled “Move to shelved with JSON output”nrepo move 42 shelved --jsonOutput
Section titled “Output”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 shippedRelated commands
Section titled “Related commands”- nrepo status — view idea counts by status
- nrepo log — list ideas filtered by status
- nrepo edit — modify title or body
- nrepo show — view idea details