onpod
v0.7.129
Published
onpod CLI — one-line deploy of apps, managed Postgres, and code sandboxes on onpod.ai
Maintainers
Readme
onpod
The onpod CLI — one-line deploy of apps, managed Postgres, and code sandboxes on onpod.ai.
npm i -g onpod # install globally
onpod --help
# or run without installing
npx onpod --helpOn install, this package downloads the native onpod binary for your platform
(macOS/Linux/Windows, x64/arm64) from https://onpod.ai/cli and verifies its SHA-256.
Other install options: brew install onpod/onpod/onpod (macOS/Linux),
irm https://onpod.ai/install.ps1 | iex (Windows PowerShell), or download
directly from https://onpod.ai/cli.
A few things it does
onpod app deploy --name myapp --image my/app:latest --port 8080 --free-tier
onpod db create --name mydb --plan dev
onpod db pool mydb --mode transaction # high-concurrency connection poolingSee onpod <command> --help or the agent manual: curl https://api.onpod.ai/v1/manual.
