Command Line Reference
Command Syntax
gonzo [flags] [command]
# Basic usage
gonzo -f application.log
gonzo -f logs/*.log --follow
# With multiple options
gonzo -f app.log --follow --log-buffer=5000 --ai-model="gpt-4"
# Using configuration file
gonzo --config ~/.config/gonzo/config.yml
# Piping input
cat logs.log | gonzo
kubectl logs -f pod/my-app | gonzoCore Flags
File Input
Flag
Short
Type
Description
Example
Configuration
Flag
Short
Type
Description
Example
Performance Flags
Buffer and Memory
Flag
Short
Type
Default
Description
AI Configuration Flags
AI Model Selection
Flag
Type
Default
Description
OTLP Flags
OpenTelemetry Protocol
Flag
Type
Default
Description
Display and Output Flags
Interface Customization
Flag
Short
Type
Default
Description
Development and Testing Flags
Testing and Debugging
Flag
Short
Type
Default
Description
Complete Flag Reference Table
All Flags Alphabetically
Flag
Short
Type
Default
Description
Common Command Patterns
Development Workflows
Production Monitoring
Analysis and Investigation
CI/CD Integration
Flag Combination Examples
Performance Optimization
AI Configuration
Multi-Source Analysis
Environment Variables
Configuration via Environment
Shell Completion
Enable Autocomplete
Troubleshooting CLI Issues
Common Problems
Quick Reference Card
Most Common Commands
Essential Flags
What's Next?
Last updated