Back to Projects

Cleo

ReadyCLI Tool

Streamlined deployment automation - Git and Vercel in perfect harmony

๐Ÿš€What is Cleo?

Cleo is your deployment automation companion that makes the git-add-commit-push-deploy cycle as simple as typing cleo quick. Built for developers who value their time and sanity.

Whether you're deploying to Vercel, managing git repositories, or automating your deployment pipeline, Cleo handles the repetitive tasks so you can focus on building great software.

Key Features

Quick Deploy

The famous cleo quick command - prompts for commit message, then handles git add, commit, push, and deploy.

Git Integration

Seamless git operations with intelligent defaults. Handles staging, committing, and pushing with a single command.

Vercel Support

Built-in Vercel deployment support. Automatically triggers production deployments after successful git pushes.

CLI First

Designed for the command line with memorable, short commands. Works perfectly in your existing terminal workflow.

Safe Defaults

Smart defaults that prevent common mistakes. Always prompts for confirmation on destructive operations.

Extensible

Easy to extend with custom deployment targets and workflows. Add your own commands and shortcuts.

Common Commands

cleo quick

The one command to rule them all. Prompts for a commit message, then:

# What it does:

git add .

git commit -m "your message"

git push origin master

vercel --prod

cleo deploy

Deploy to production without git operations. Perfect for hotfixes or when you've already committed your changes.

cleo status

Check deployment status, git state, and recent deployments. Know exactly where your code is at all times.

cleo rollback

Quickly rollback to a previous deployment. Shows recent deployments and lets you pick which one to restore.

Installation

1. Download Cleo

Available as a standalone tool or part of the Developer Hub suite

2. Add to PATH

setx PATH "%PATH%;C:\path\to\cleo"

3. Configure Git (if needed)

cleo config git.name "Your Name"
cleo config git.email "your@email.com"

4. Link Vercel (optional)

cleo config vercel.token "your-token"

Perfect For

Solo Developers

Streamline your deployment workflow. Stop typing the same git commands over and over. Deploy with confidence.

  • Quick deployments
  • Consistent workflow
  • Less context switching

Small Teams

Standardize deployment across your team. Everyone uses the same commands, reducing deployment errors.

  • Consistent deployments
  • Reduced errors
  • Faster onboarding

How to Get Cleo

Standalone Download

Get Cleo as a standalone CLI tool. Perfect if you just need deployment automation without the full suite.

Includes:

  • Cleo CLI executable
  • Configuration templates
  • Documentation
  • Example workflows

With Orchestrator

Cleo is a core component of Orchestrator. When you get Orchestrator, Cleo is included and pre-integrated.

Benefits:

  • Pre-configured integration
  • Workflow templates
  • Automated deployment pipelines
  • Works with all other tools

Deploy Faster, Deploy Smarter

Stop wasting time on repetitive deployment tasks. Cleo turns complex deployment workflows into simple, memorable commands.