Skip to content

CLI Overview

The anote CLI brings AI assistance directly to your terminal.

Installation

bash npm install -g @anote-ai/anote

Core Commands

Command Description
anote ask <question> Ask about your code
anote fix [--loop] AI-assisted bug fixing
anote explain Explain a file or selection
anote review [--pr N] Code review or PR review
anote test Generate or run tests
anote refactor Refactor code
anote index Build semantic search index
anote search <query> Semantic code search
anote commit Generate commit message
anote changelog Generate changelog
anote docs Generate documentation
anote migrate AI-assisted migrations
anote security Security audit
anote perf Performance analysis
anote doctor Check environment health
anote init Set up Anote
anote config Manage configuration

See Commands for full usage.