# velocirepo query


Run a SQL query against the metrics data


``` bash
velocirepo query [OPTIONS]
```


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


    Run a SQL query against the metrics data

    Usage:
      velocirepo query <sql> [flags]

    Flags:
          --csv         output as CSV
      -h, --help        help for query
          --json        output as JSON
          --no-header   omit column headers (plain tab-separated output)
          --parquet     output as Parquet

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


## Options


`--csv`  
output as CSV

`-h, --help`  
help for query

`--json`  
output as JSON

`--no-header`  
omit column headers (plain tab-separated output)

`--parquet`  
output as Parquet

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

`-q, --quiet`  
suppress progress output

`-v, --verbose`  
enable debug logging
