--- name: relight description: Deploy and manage Docker containers across providers with the Relight CLI. --- # Relight CLI Relight deploys Docker containers across Cloudflare, GCP, AWS, Azure, and self-hosted providers with scale-to-zero. It provides a unified interface for multi-provider deployment, databases, domains, and configuration. ## Installation ``` npm install -g relight-cli ``` ## Quick Start ```bash relight providers add # Add a provider (interactive) relight deploy myapp . # Deploy from Dockerfile relight open myapp # Open in browser ```