Arcane CLI

Automate workflows in your terminal

The Arcane CLI is a command-line interface that allows you to interact with the Arcane Engine from your terminal. You can use the CLI to automate repetitive tasks, create custom tools, and integrate with other services.

Installation

Pip

pip install arcane-cli

Homebrew

brew tap arc-eng/homebrew-tap
brew install arcane-cli

Usage

Here is an example of how you can use the Arcane CLI to automate workflows in your terminal:


# Apply complex file changes in seconds
pilot edit main.py "Add docstrings for all classes, methods and arguments"

# Quickly analyze bugs and issues
pilot task "Look at issue #435, read the relevant code and give me an analysis"

# Process data from one system and post it to another
pilot task "Find all bug issues on Github and Linear opened yesterday and \
post them to #bugs-daily on Slack."
                                
                                
To learn more about the Arcane CLI and how to use it, visit the documentation and CLI Demo Repository.