stackpanel motd
Display the message of the day
stackpanel motd
Display the stackpanel message of the day with status, commands, and hints.
The MOTD shows:
- Agent and service status
- AWS credentials status
- Generated files status
- Health check summary
- Available commands
- Quick start instructions
- Useful shortcuts (spx)
Examples: stackpanel motd # Show full MOTD stackpanel motd --minimal # Show one-line status stackpanel motd --json # Output status as JSON stackpanel motd --legacy # Use the legacy MOTD format stackpanel motd --force # Show MOTD even if disabled
Usage
stackpanel motdFlags
| Flag | Type | Default | Description |
|---|---|---|---|
--force | bool | false | Show MOTD even if disabled in config |
--json | bool | false | Output MOTD data as JSON |
--legacy | bool | false | Use legacy MOTD format |
--minimal | bool | false | Show minimal one-line MOTD |
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 |