Skip to main content
flowdeck activity reports recent FlowDeck CLI commands run on this machine, including completed records and any currently active command. Use it to inspect what ran, in what order, and whether it succeeded — useful for debugging automation, CI runs, or agent workflows.

Options

What is included

  • Completed records: the most recent finished commands, up to --limit. Each record includes the command, its status (success/failure), and timing.
  • Active command: if a FlowDeck CLI command is currently running, it is reported alongside the completed history.
--limit affects only the recent completed records. The currently active command (if any) is always included regardless of --limit.

JSON Output

flowdeck activity --json returns a single JSON object with the active command (if any) and the recent completed records, so it can be parsed by scripts and CI to detect the last command’s outcome.