@cybernetyx1/atlasflow-cli
v0.1.8
Published
Command-line tool for authoring, inspecting, building, and deploying AtlasFlow agents.
Downloads
1,087
Readme
@cybernetyx1/atlasflow-cli
The atlasflow command-line tool for scaffolding, running, building, testing, and deploying AtlasFlow agent folders.
Install
npm install @cybernetyx1/atlasflow-cliPart of the AtlasFlow monorepo. Proprietary.
Usage
Scaffold a workspace and run it locally:
npx atlasflow init # scaffold a new agent workspace
npm install
npx atlasflow dev --console # watch + serve locally with an operator consoleCommands:
init— scaffold a new agent workspace (--target node|cloudflare).dev— watch and serve locally;--consoleopens the operator console.build— bundle a deployable Node server.deploy— build and deploy a Worker (--dry-runto preview).info— inspect or verify the discovered agent graph (--json,--check).run— invoke an agent once, CI-style (--message,--payload).connect— open an interactive local session.eval— runagent/evals/*.eval.tschecks.logs— print or follow a run's event log.add— scaffold a persona, channel, schedule, mcp, or connection, or install a connector.export— export the visible agent folder.import— import an agent-folder bundle.docs— browse or search the bundled docs.
The package also exports defineConfig and the UserAtlasFlowConfig type for typed atlasflow.config.ts files.
License
Proprietary. © 2026 Cybernetyx. See LICENSE.
