@pushpalsdev/cli
v1.0.86
Published
PushPals terminal CLI for LocalBuddy -> RemoteBuddy orchestration
Readme
@pushpalsdev/cli
Terminal-first PushPals client that routes chat through LocalBuddy -> RemoteBuddy.
Install
npm i -g @pushpalsdev/clior:
bun install -g @pushpalsdev/cliRun
From a git repository that is attached to your running PushPals stack:
pushpalsThe CLI hard-fails if:
- current directory is not a git repository
- LocalBuddy is attached to a different repo root
- Bun runtime is not installed (for npm-installed entrypoint execution)
Behavior:
- If LocalBuddy is unavailable, CLI auto-start bootstraps embedded
server + localbuddy + remotebuddy + source_control_manager. - Auto-start does not clone the PushPals repo; it downloads release-tagged runtime binaries
and prompt/config assets into
~/.pushpals/runtime. - Override runtime tag with
pushpals --runtime-tag vX.Y.Z. - Disable auto-start with
pushpals --no-auto-start.
No npm/Bun install
Download native binaries from GitHub Releases:
https://github.com/PushPalsDev/pushpals/releases
