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
| Flag | Type | Default | Description |
|---|---|---|---|
-p, --project <PROJECT> | string | env / marker file | Project to operate on. |
Examples
Rebuild, install, and reload the TUI in one shot:
./scripts/install.sh && shelbi reloadReload a specific project's panes from outside that project's directory:
shelbi reload --project shelbiSee also
- Install — where
scripts/install.shis documented;reloadis its TUI-side counterpart.