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
| Flag | Type | Default | Description |
|---|---|---|---|
--json | bool | false | Output status data as JSON |
--minimal | bool | false | Show minimal one-line status |
Global Flags
These flags are inherited from parent commands.
| Flag | Type | Default | Description |
|---|---|---|---|
--daemon, -d | bool | false | Run in daemon mode (no TUI, for background processes) |
--no-color | bool | false | Disable color output |
--no-tui | bool | false | Disable interactive TUI mode |
--verbose, -v | bool | false | Enable verbose output |