StackPanel

CLI Reference

Stackpanel CLI Reference

CLI Reference

The stack command-line interface provides tools for managing development environments, services, and infrastructure.

Quick Start

# Enter interactive TUI mode
stack

# Show status of all services
stack status

# Start development services
stack services start

# Show help for any command
stack \<command\> --help

Commands

CommandDescription
agentRun the local Stackpanel agent
caddyManage Caddy reverse proxy
commandsList or run devshell commands
configInspect the stackpanel configuration
debugRun stackpanel from source via 'go run'
envManage and inspect environment variables
flakeManage flake.nix configuration
gendocsGenerate MDX documentation from Nix options JSON and CLI commands
healthcheckRun project healthchecks
doctorReport drift, failing checks and pending offers without changing anything
logsView stackpanel logs
motdDisplay the message of the day
nixifyConvert a file into a Nix file entry expression
portDeterministic stable port assignment for services
preflightRun shell-entry reconciliation (codegen, file ops) and env imports
setupReconcile the project: report, confirm, apply (replaces init)
projectManage Stackpanel projects
servicesManage development services
statusShow status of all services and resources
usersManage project users
usersManage project users
varsManage workspace variables

Global Flags

These flags are available on all 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