@aixyz/cli
v0.11.0
Published
Payment-native SDK for AI Agent
Readme
@aixyz/cli
CLI for building and deploying aixyz agents.
Quick Start
Run without installing:
bunx aixyz-cli dev
npx aixyz-cli devNote: Requires Bun to be installed on your system.
Installation
bun add aixyz-cliCommands
aixyz-cli dev
Start a local development server with file watching and auto-restart.
aixyz-cli dev
aixyz-cli dev --port 8080aixyz-cli build
Build the agent for deployment.
Default behavior: Bundles into a single file for Bun Runtime at ./.aixyz/output/server.js
aixyz-cli buildWith --vercel flag or VERCEL=1: Build for Vercel deployment using the Build Output API v3 at .vercel/output/
aixyz-cli build --vercel
# or automatically detected on Vercel
VERCEL=1 aixyz-cli buildLicense
MIT
