Skip to content

dbsnapper dev

dbsnapper dev

Development utilities (requires feature flag)

Synopsis

Development utilities for DBSnapper.

These commands are intended for development and testing purposes only. They require the feature_flags.development_utilities configuration to be enabled.

Available subcommands: ts Add timestamp table to target database for end-to-end testing assert-ts Validate timestamp table exists with expected values schemas List database schemas for target validation validate-sanitize Validate that sanitization was applied to target database

Options

  -h, --help   help for dev

Options inherited from parent commands

      --config string   config file (default is ~/.config/dbsnapper/dbsnapper.yml)
      --nocloud         Disable cloud mode to speed up operations by skipping cloud API calls

SEE ALSO