CLI Tool
Command-line interface for Brainz Lab. Deploy, configure, and manage your entire infrastructure from the terminal.
Before
You
Deploy my app to staging and run migrations.
I can't execute deployment commands—no access to your CI/CD pipelines or servers.
Here are the manual commands you'd need to run...
After
You
Deploy my app to staging and run migrations.
Using axon.deploy
axon.deploy(env: "staging", migrate: true)
Deployment Progress
✓ Building image... (23s)
✓ Pushing to registry...
✓ Running migrations (3 pending)...
✓ Deploying to staging...
✓ Deployed successfully
Deployed to staging. 3 migrations ran successfully. App is live at staging.yourapp.com
Available via MCP (Model Context Protocol)
axon.deploy(env, options)
"Deploy to staging"
axon.rollback(env)
"Rollback production"
axon.logs(env, service)
"Show production logs"
axon.scale(service, count)
"Scale web to 5 instances"
We're building Axon as part of Phase 2. Follow along to get early access.