Monitoring
Logs, container status, cost tracking, and diagnostics.
Container status
relight ps myapp
relight ps myapp --json
Shows running containers, their status, region, and resource usage.
Logs
relight logs myapp
Streams live logs from the app. Press Ctrl+C to stop. Logs come from the provider’s native logging (Cloud Logging, CloudWatch, Workers Observability).
Cost
relight cost myapp # current month
relight cost myapp --since 7d # last 7 days
relight cost myapp --since 2026-01-01 # since a date
relight cost --json # all apps, JSON
Shows estimated costs based on provider billing data.
Open in browser
relight open myapp
Opens the app’s URL in your default browser.
Doctor
relight doctor
Checks:
- CLI version and updates
- Docker availability
- Provider connectivity for all configured providers