Your terminal. The whole release path.
Work in your preferred local editor and sync with your AI agent's remote Adios workspace. The Adios CLI lets you push source edits, tail build logs, manage secrets, and run deployments directly from your terminal.
IN PRACTICE
Take an existing repository live, then keep working locally.
Log in, run adios up, inspect build and runtime logs, open the attached source in a workspace, and use adios sync in either direction.
adios login
adios up
adios logs --build
adios logs --runtime
adios sync
adios sync --pullHOW IT WORKS
Work locally, inspect the result, move source in either direction.
- 01
Install and log in with the adios CLI.
- 02
Run adios up from a local app or sync with a workspace.
- 03
Manage logs, databases, workflows, domains, and secrets from commands.
WHY IT BELONGS HERE
A terminal-first workflow should not end at the cloud console.
Deploying, reading logs, managing resources, and moving changes between local and web environments often means abandoning the tools developers use for the rest of the day.
Deploy what is in front of you
adios up uploads the current source, reads its manifest, builds it, starts replicas, and promotes a healthy release.
Operate without console hopping
Read logs and manage apps, databases, secrets, domains, routes, and workflows with focused commands.
Move between local and web workflows
Push local changes into a linked workspace or pull workspace files back to your editor.
What’s included
- ✓ adios up for local deploys
- ✓ adios logs for build and runtime output
- ✓ workspace sync and pull commands
- ✓ database, workflow, domain, and secret commands
Take the current directory all the way to a healthy release.
Install the CLI, deploy from the project root, and keep logs, resources, and workspace sync in the terminal.
CONNECTED CAPABILITIES
Keep building.
Adios Deployments
Adios makes deployment simple, predictable, and agent-driven. By keeping your build, test, and startup settings in adios.yaml, your AI agent can configure and deploy healthy, production-ready releases automatically.
Explore →02 /AI Coding Workspaces
Generating the code was the easy part. Adios gives your agent a real workspace where it can inspect the repository, edit source, run the build, open the preview, and read the logs. You see the diff and decide when it ships.
Explore →03 /Observability & Logs
When a build fails, your agent needs direct feedback. Adios links build logs, runtime streams, and health checks directly to the workspace, allowing your AI agent to independently diagnose, fix, and verify its own code changes.
Explore →