What problem does it solve?
Deploy backend services by consuming aramb.toml: creates services, builds and deploys images, and returns a PUBLIC_URL for frontend integration. Frontend deployment is managed by the frontend-deployment skill.
Core Features & Use Cases
- TOML-driven deployment: Creates all services defined in aramb.toml in a single operation.
- Backend image build & deploy: For services linked to build steps, builds, pushes, and deploys using aramb build --service.
- PUBLIC_URL extraction: Retrieves the frontend URL for seamless integration with the frontend app.
- Use case: Bootstrap a multi-service backend (e.g., postgres-db and backend-api) and publish a PUBLIC_URL for the frontend.
Quick Start
From project root, ensure aramb.toml exists and is valid, then run:
aramb deploy --deploy-from-toml
If build services exist, ensure APPLICATION_ID is set and use aramb build --service to deploy backend components, then retrieve the PUBLIC_URL via aramb deploy status --service <backend-slug>.