Options
Status icons
Each row in the text output is prefixed with a status icon. The default mode (flowdeck apps) only lists running apps, so you’ll only see the running icon there. The other icons appear when you pass --all.
Registry lifecycle
FlowDeck records every app it launches and keeps the entry until the registry is pruned. Stopped, crashed, and exited entries persist so you can still reference them by ID (for example, to fetch logs withflowdeck logs <app-id>).
Run flowdeck apps --prune to remove non-running entries from the registry.
JSON Output
When--json is set, apps emits an NDJSON event with type app_list. The payload includes totals and the app list under data.apps.