Skip to main content

Documentation Index

Fetch the complete documentation index at: https://www.sunny-dev.info/llms.txt

Use this file to discover all available pages before exploring further.

The Revolte CLI is designed to be a lightweight but powerful interface for managing your AI-native development workflows. Use this reference to understand system requirements and the full command suite.

System Requirements

Ensure your local environment meets these minimum specifications before installing the Revolte CLI.
RequirementMinimumNotes
Node.js20Required for npm installation and many JavaScript builds.
Git2.40Required for repository-aware workflows.
Shellbash, zsh, or fishUsed by install scripts and command examples.
NetworkHTTPS accessRequired for Revolte API and provider integrations.

Installation

If you haven’t installed the CLI yet, run the following command globally:

Command Reference

CommandPurpose
revolte --startStart the Revolte AI workflow in your current directory.
revolte --loginAuthenticate the CLI with your Revolte account.
revolte --helpShow help for all commands.
revolte --versionShow the current version of the CLI.
Use revolte <command> --help to get more details about a specific command’s arguments and flags.