Operate Fugue from source import to runtime diagnosis.
A compact COSS docs shell with CLI quick start, import modes, topology rules, billing boundaries, migration, failover, inspect, and diagnose.
Contents
Jump to the task you need.
CLI quick start
Install Fugue, authenticate, and import a service from a repository, image, or local upload.
fugue login
fugue import github owner/repo --port 3000
fugue app logs web --followImport modes
GitHub repository, Docker image, and local upload all create the same project/service graph.
fugue import image registry.example.com/team/web:latest --name web
fugue import upload ./dist --name static-sitefugue.yaml topology
Topology files describe services, routes, backing services, runtime targets, and persistent mounts.
services:
web:
port: 3000
route: public
db:
type: postgres
failover: managedInspect and diagnose
Use inspect and diagnose to compare configured intent against runtime state.
fugue app inspect web
fugue app diagnose web --runtime <runtime-id>Stateless migrate moves an app service between runtime targets. Managed failover protects backing services that support primary/standby behavior. Both states are visible from the project workbench.
On this page
Right-side outline for desktop reading.