A comprehensive reference for all command-line flags available in the Auggie CLI.
Command | Description |
---|---|
auggie | Start Auggie in interactive mode |
auggie --print | Output simple text for one instruction and exit |
auggie --quiet | Output only the final response for one instruction and exit |
auggie --compact | Output tool calls, results, and final response as one line each and exit |
Command | Description |
---|---|
auggie "Fix the typescript errors" | Provide an initial instruction in interactive mode |
auggie --print "Summarize the staged changes" | Provide an instruction and exit |
cat file | auggie --print "Summarize this data" | Pipe content through stdin |
auggie --print "Summarize this data" < file.txt | Provide input from a file |
auggie --instruction "Fix the errors" | Provide an initial instruction in interactive mode |
auggie --instruction-file /path/to/file.txt | Provide an instruction by file in interactive mode |
Command | Description |
---|---|
auggie --continue (-c) | Resumes the previous conversation |
auggie --dont-save-session | Do not save the conversation to the local history |
auggie --delete-saved-sessions | Delete all saved sessions from disk |
Command | Description |
---|---|
auggie --workspace-root /path/to/project | Specify the root of the workspace |
auggie --rules /path/to/rules.md | Additional rules to append to workspace guidelines |
Command | Description |
---|---|
auggie --mcp-config {key: value} | MCP configuration as a JSON string |
auggie --mcp-config /path/to/mcp.json | MCP configuration from a JSON file |
Command | Description |
---|---|
auggie --login | Login to Augment and store the token locally |
auggie --logout | Remove the locally stored token |
auggie --print-augment-token | Print the locally stored token |
Command | Description |
---|---|
auggie --help | Show help |
auggie --version | Show version |
Variable | Description |
---|---|
AUGMENT_SESSION_AUTH | Authentication JSON. |
AUGMENT_API_URL | Backend API endpoint |
AUGMENT_API_TOKEN | Authentication token |
GITHUB_API_TOKEN | GitHub API token |