# velocirepo build-db


Build the DuckDB database file for external tools


``` bash
velocirepo build-db [OPTIONS]
```


<span class="gd-details-chevron" aria-hidden="true"></span>Full --help output


    Build the DuckDB database file for external tools

    Usage:
      velocirepo build-db [flags]

    Flags:
      -h, --help   help for build-db

    Global Flags:
          --config string   config file (default: walk up for velocirepo.toml)
      -q, --quiet           suppress progress output
      -v, --verbose         enable debug logging


## Options


`-h, --help`  
help for build-db

`--config: string = walk up for velocirepo.toml`  
config file

`-q, --quiet`  
suppress progress output

`-v, --verbose`  
enable debug logging
