CLI reference
dusk scan
Run a scan against a warehouse and emit reports.
Flags
| Flag | Description |
|---|---|
--warehouse | Adapter to use: snowflake, databricks, bigquery |
--connection | Connection string (DSN) |
--connection-env | Name of env var holding the connection string |
--output-dir | Where to write outputs (default: current directory) |
Examples
dusk scan --warehouse snowflake --connection "$SNOWFLAKE_DSN"
dusk scan --warehouse snowflake --connection-env SNOWFLAKE_DSN --output-dir ./out
This page is a placeholder. Flag coverage will expand as the CLI stabilizes.