The Revolte CLI enables you to move from intent to code in seconds. Follow this guide to set up and trigger your first autonomous workflow.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.
Prerequisite: Ensure your current repository is associated with a Revolte application. You can manage your project associations in the Revolte Console.
Authenticate
Log in to connect your local environment with the Revolte AI. Running this command will open a browser window for you to complete the authentication securely.
Terminal
Initialize your Prompt
Open the Revolte CLI in your project directory. You can enter any natural language prompt to describe the task you want to execute.Once you hit Enter, Revolte AI begins analyzing your project context.
Terminal
Enter a task for Revolte AI to execute.
Describe a bug or technical issue for Revolte AI to fix.
Autonomous Execution
Revolte AI starts working directly in your local directory. It automatically identifies the necessary files, applies the changes, and ensures everything aligns with your existing architecture.
If the tool requests permission to modify specific files, simply review the plan and approve it to proceed.