Skip to content

runbooks validation validate-allΒΆ

Auto-generated from runbooks validation validate-all --help on 2026-05-21. Source of truth: runbooks PyPI package v1.3.22

Usage: runbooks validation validate-all [OPTIONS]

  Run comprehensive validation across all critical operations with universal
  profile support.

  Enterprise Validation Features: β€’ β‰₯99.5% accuracy target across all
  operations β€’ Performance benchmarking with <30s targets β€’ Multi-account
  validation with --all flag β€’ Comprehensive reporting with variance analysis
  β€’ Real-time progress monitoring with Rich UI

  Examples:     runbooks validation validate-all --tolerance 2.0     runbooks
  validation validate-all --performance-target 20     runbooks validation
  validate-all --all --save-report  # Multi-account validation

Options:
  --profile TEXT              AWS profile for single-account operations.

                              πŸ“‹ Profile Selection Guide:
                              ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

                              Single Account β†’ Use --profile YOUR_PROFILE
                              Example: --profile dev-account   When:
                              Developer/operator working in one AWS account

                              Multi-Account LZ β†’ Use --all-profiles (see
                              inventory commands)   Example: --all-profiles
                              When: Platform team discovering across
                              organization

                              πŸ” Enrichment Profiles (Automatic):   β€’
                              Organizations: MANAGEMENT_PROFILE   β€’ Costs:
                              BILLING_PROFILE   Note: Separate from discovery
                              profile

                              Decision: Single account = --profile | Multi-
                              account = --all-profiles
  --region TEXT               AWS region override (default: ap-southeast-2)
  --dry-run                   Safe analysis mode - no resource modifications
                              (enterprise default)
  --tolerance FLOAT           Tolerance percentage for variance detection
  --performance-target FLOAT  Performance target in seconds
  --save-report               Save detailed report to artifacts
  --all                       Use all available AWS profiles for multi-account
                              validation
  --help                      Show this message and exit.

ExamplesΒΆ