@agentrail/cli
v0.2.7
Published
Official CLI for Agentrail — scaffold, diagnose, and validate your agent applications
Readme
@agentrail/cli
Official Agentrail CLI for scaffolding projects, validating config, and diagnosing local environments. It is a developer tool, not a runtime framework package.
Installation
pnpm add -D @agentrail/cliQuick example
pnpm agentrail create my-agentrail-app
pnpm agentrail doctor --check-sandbox
pnpm agentrail config validate --format jsonAPI
agentrail create [name]— scaffold a new Agentrail project.agentrail doctor— check config, env vars, worker path, and sandbox readiness.agentrail config validate— validate config in CI-friendly mode.runCreate(args)— programmatic entrypoint used by@agentrail/create-agentrail-app.
Reference:
https://agentrail.run/guides/quickstarthttps://agentrail.run/guides/deployment
Related packages
@agentrail/create-agentrail-app— thin package wrapper fornpm create/pnpm dlxflows.@agentrail/app— hosted server package used by scaffolded projects.
License
Apache-2.0
