DocumentationRollout CLI Documentation

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 deploy

Your 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

CommandDescription
rolloutDeploy current directory (default action)
rollout deploy [folder]Deploy specific folder
rollout registerCreate new account
rollout loginLog in to account
rollout logoutLog out of account
rollout listList all projects
rollout statusShow project status
rollout historyView deployment history

Need Help?


Ready to deploy? Start with the Getting Started Guide!