Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Validation & Testing

Validate Configuration

# Check configuration syntax
./radar-agent --validate

# Test specific deployment
./radar-agent validate --deployment redis-prod

Test Collection

# Dry run - collect without submitting
./radar-agent test --deployment redis-prod --dry-run

# Single collection with submission
./radar-agent test --deployment redis-prod

# Debug output
RUST_LOG=debug ./radar-agent test --deployment redis-prod
  1. Validate configuration

    ./radar-agent --validate
    
  2. Test single deployment

    ./radar-agent test --deployment redis-prod --dry-run
    
  3. Run agent

    ./radar-agent