patch-cli
v0.1.1
Published
Patch — terminal AI coding agent. Install, sign in, and build from any project folder.
Maintainers
Readme
Patch CLI
Terminal AI coding agent — SaaS. No API keys or config files required for end users.
For users
Requirements: Bun 1.2+
npm install -g patch-cli
cd your-project
patch-cliSign in with /login in the app. Purchase credits through Patch billing when prompted.
Tools run in the folder where you started patch-cli.
For maintainers (publish)
- Deploy API to Railway (see
docs/deploy-railway.md). - In repo root
.env, setPATCH_PUBLISH_API_URL=https://your-api.up.railway.app. - Publish:
bun run generate-patch-config
bun run publish:shared # bump version first if republishing
bun run publish:cliPublic OAuth + API URL are baked into the bundle at build time. Secrets stay on the server only.
