Skip to content
Niki v0.7.0 — plan mode, honest metering, headless CI contract.Read the release notes
niki
Esc
navigateopen⌘Jpreview
On this page

status, report, dashboard

Inspecting task status, reading reports, and opening review dashboards.

status, report, and dashboard

Inspect task executions, audit decisions, and view visual diffs.


niki status

Displays the live or most recent task status, current active stage, revision counts, and generated branch names.

niki status

niki report

Renders the complete report.md decision trail for a task. Accepts full task UUIDs or unique short prefixes.

# View report for latest task
niki report

# View report for specific task prefix
niki report 6d281d6d

niki dashboard

Generates or opens a standalone, static HTML visual diff and review dashboard in your default browser.

# Open interactive diff dashboard for latest task
niki dashboard

# Output path to HTML file without opening browser
niki dashboard --path-only

Was this page helpful?