Kavi

kavi mission

Inspect a single mission's details, status, and acceptance state.

Beta Feature

This command is only available in beta releases and is not included in stable versions yet.

Synopsis

kavi mission [mission-id|latest] [options]

Description

Displays detailed information about a specific mission, including its title, mode, status, summary, plan, acceptance state, active tasks, and recent checkpoints (last 8). Use latest or omit the ID to see the most recently updated mission.

Options

FlagDescription
--jsonOutput as JSON

Examples

# Show the most recently updated mission
kavi mission

# Explicitly request the latest mission
kavi mission latest

# Show a specific mission as JSON
kavi mission <id> --json

On this page