Skip to main content

Quickstart

Install

pip install -e .

(Published PyPI package coming soon.)

Run a scan

dusk scan --warehouse snowflake --connection "$SNOWFLAKE_DSN"

Or pass the connection via environment variable:

dusk scan --warehouse snowflake --connection-env SNOWFLAKE_DSN

Outputs

By default, Dusk writes to the current directory:

  • dusk-report.md
  • skills.md

Override with --output-dir:

dusk scan --warehouse snowflake --connection-env SNOWFLAKE_DSN --output-dir ./out

Next