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.mdskills.md
Override with --output-dir:
dusk scan --warehouse snowflake --connection-env SNOWFLAKE_DSN --output-dir ./out
Next
- See CLI reference for all flags
- See Warehouses for adapter setup
- See Outputs for what the generated files contain