shelbi reload

Respawn the Shelbi-owned tmux panes in place so a freshly installed binary takes effect.

shelbi reload

shelbi reload [OPTIONS]

shelbi reload is the "I just rebuilt the binary, pick up the new code" command. It respawns the Shelbi-owned panes — the sidebar plus the hidden tasks / review / machines panes — in place. The orchestrator pane and the worker panes are left alone: those re-shell into shelbi on every call and pick up the new binary automatically on their next invocation, so there's nothing to restart.

Use it any time scripts/install.sh (or your own build) has produced a new binary and you want the long-lived TUI surfaces to start using it without tearing down your tmux session.

Flags

FlagTypeDefaultDescription
-p, --project <PROJECT>stringenv / marker fileProject to operate on.

Examples

Rebuild, install, and reload the TUI in one shot:

./scripts/install.sh && shelbi reload

Reload a specific project's panes from outside that project's directory:

shelbi reload --project shelbi

See also

  • Install — where scripts/install.sh is documented; reload is its TUI-side counterpart.