@bounded-sh/cli
v0.0.128
Published
The bounded CLI (bounded.sh): a full-stack app builder and policy-enforced runtime for coding agents. Installs the native binary for this platform as an optional dependency.
Downloads
374
Readme
@bounded-sh/cli
The bounded CLI for Bounded, the full-stack app builder
and policy-enforced runtime for coding agents.
npm install -D @bounded-sh/cli
npx bounded initThis package is a small launcher. npm installs the native binary for your
platform through one of the optional dependencies (@bounded-sh/cli-darwin-arm64,
cli-darwin-x64, cli-linux-arm64, cli-linux-x64, cli-win32-x64), so keep
optional dependencies enabled. Node 20 or later.
Run every command through npx: npx bounded verify, npx bounded deploy, and
so on. Update with npm install -D @bounded-sh/cli@latest; bounded update
prints that command instead of replacing a file npm owns.
Without Node, the shell installer installs a global bounded on macOS and
Linux: curl -fsSL https://get.bounded.sh/install.sh | sh.
Docs: https://bounded.sh/docs/cli
