Skip to content

CLI#

This page provides documentation for the dbt-bouncer CLI.

dbt-bouncer#

Entrypoint for dbt-bouncer.

Raises: RuntimeError: If output file has an invalid extension.

Usage:

dbt-bouncer [OPTIONS]

Options:

  --config-file PUREPATH  Location of the YML config file.
  --output-file PATH      Location of the json file where check metadata will
                          be saved.
  -v, --verbosity         Verbosity.
  --version               Show the version and exit.
  --help                  Show this message and exit.

Exit codes#

dbt-bouncer returns the following exit codes:

  • 0: All checks have succeeded.

  • 1:

    • At least one check has failed. Check the logs for more information.
    • A fatal error occurred during check setup or check execution. Check the logs for more information.