StackPanel

stack motd

Project status for Prelude probes and Studio

stack motd

Emit machine-readable project status used by Prelude MOTD probes and Studio.

The interactive shell banner is Prelude’s motd binary (on PATH in the devshell). This CLI does not render a full human MOTD — use motd for that.

See Prelude module for menu / x / docs.

CLI usage

stack motd --json       # Status as JSON (Studio, Prelude preflight)
stack motd --minimal    # One-line status
motd                         # Prelude welcome banner (separate binary)

Without --json or --minimal, the command exits with usage pointing at Prelude motd and these flags.

Flags

FlagTypeDefaultDescription
--jsonboolfalseOutput status data as JSON
--minimalboolfalseShow minimal one-line status

Global Flags

These flags are inherited from parent commands.

FlagTypeDefaultDescription
--daemon, -dboolfalseRun in daemon mode (no TUI, for background processes)
--no-colorboolfalseDisable color output
--no-tuiboolfalseDisable interactive TUI mode
--verbose, -vboolfalseEnable verbose output

On this page