Skip to content

nrepo diff

Terminal window
nrepo diff <id> [id2] [options]

nrepo diff compares two ideas and displays the differences in their titles, bodies, tags, and statuses.

When two IDs are given, the command compares those two ideas directly. When only one ID is provided, the idea is compared against its parent or most closely related idea (if a relation exists).

FlagTypeDefaultDescription
--jsonboolean(see auth)Output diff as JSON.
--humanboolean(see auth)Output diff as human-readable text.
Terminal window
nrepo diff 42 43

Output:

--- #42 Add dark mode to dashboard
+++ #43 Add dark mode and theme picker
Status: exploring → building
Tags:
- ui, frontend
+ ui, frontend, themes
Body:
- Switch the dashboard to support both light and dark color schemes.
+ Full theming layer with dark mode, light mode, and custom palettes.
Terminal window
nrepo diff 43
# Compares #43 against its parent #42 automatically
Terminal window
nrepo diff 42 43 --json