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.
Use the Adios CLI to deploy the current directory, read build and runtime logs, manage platform resources, and sync source both ways with a workspace.
adios login --browser
adios up
adios logs --build
adios logs --runtime
adios sync
adios sync --pullExample outcome
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 up uploads the current source, reads its manifest, builds it, starts replicas, and promotes a healthy release.
Read logs and manage apps, databases, secrets, domains, routes, and workflows with focused commands.
Push local changes into a linked workspace or pull workspace files back to your editor.
Why this matters
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.
What changes with Adios
Use one CLI for login, source deploys, logs, workspace sync, databases, secrets, domains, and workflow operations.
How it works
Install and log in with the adios CLI.
Run adios up from a local app or sync with a workspace.
Manage logs, databases, workflows, domains, and secrets from commands.
A real use case
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 up for local deploys
adios logs for build and runtime output
workspace sync and pull commands
database, workflow, domain, and secret commands
Local source
Your editor and Git workflow
adios sync
Shared workspace files
Preview
Stable workspace runtime
adios up
Healthy production release
Start here
Install the CLI, deploy from the project root, and keep logs, resources, and workspace sync in the terminal.
Keep building
Adios Deployments
Keep the build, start, health, region, and resource contract in adios.yaml. Running adios up turns the current source into a version and promotes it when the deployment is healthy.
Explore →AI Coding Workspaces
Adios gives developers and AI agents a shared, source-backed workspace. Team members can edit and review code, run builds, open preview environments, inspect logs, and decide what moves to production. Git state, secrets, runtime configuration, and deployment controls stay connected to the project.
Explore →Observability & Logs
Build logs, runtime logs, source artifacts, versions, replica health, routes, and workflow runs stay connected in the same deployment path.
Explore →