Skip to content

runbooks validation sync-checkΒΆ

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

Usage: runbooks validation sync-check [OPTIONS]

  Detect notebooks that break after CLI command changes.

  Parses data/cli-commands-params.csv (CLI SSOT) and scans all .ipynb files
  for subprocess/shell invocations of runbooks commands.  Reports any
  invocation whose (group, command) pair is absent from the CSV β€” those
  notebooks would silently fail after a CLI rename or removal.

  Exit codes: - 0  No broken references found - 1  One or more broken
  references detected

  Examples:     runbooks validation sync-check     runbooks validation sync-
  check --notebooks-dir notebooks/     runbooks validation sync-check --csv
  data/cli-commands-params.csv

Options:
  --csv FILE                 Path to cli-commands-params.csv (default: auto-
                             detected from package root)
  --notebooks-dir DIRECTORY  Root directory to scan for .ipynb files (default:
                             auto-detected from package root)
  --help                     Show this message and exit.

ExamplesΒΆ