Welcome to Rollout CLI
Rollout is a CLI-first static site hosting platform that makes it easy to deploy your static websites with a single command.
Quick Start
Get up and running in minutes:
# Install the CLI
npm install -g @rollout-run/cli
# Register an account
rollout register
# Deploy your site
rollout deployYour site will be live at https://your-project.rollout.run in seconds!
Key Features
- 🚀 One-Command Deployment: Deploy with just
rollout - 📊 Built-in Analytics: Privacy-first analytics included
- 📈 Deployment History: Track all your deployments
- 🎨 Beautiful CLI: Color-coded output and progress indicators
- ⚡ Global CDN: Powered by Cloudflare for fast loading
Documentation Sections
Getting Started
- Installation and setup
- First deployment
- Basic configuration
Authentication
- Creating an account
- Logging in and out
- Managing credentials
Projects
- Deploying sites
- Listing projects
- Checking status
Deployments
- Viewing deployment history
- Understanding deployment status
- Managing versions
CLI Commands Overview
| Command | Description |
|---|---|
rollout | Deploy current directory (default action) |
rollout deploy [folder] | Deploy specific folder |
rollout register | Create new account |
rollout login | Log in to account |
rollout logout | Log out of account |
rollout list | List all projects |
rollout status | Show project status |
rollout history | View deployment history |
Need Help?
- 📧 Email: hello@rollout.run
- 🐛 Issues: GitHub Issues
- 💬 Community: Join our Discord server
Ready to deploy? Start with the Getting Started Guide!