# velocirepo export


Export metrics, events, and projects to separate files in the given directory.


``` bash
velocirepo export [OPTIONS]
```


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


    Export metrics, events, and projects to separate files in the given directory.

    Usage:
      velocirepo export <directory> [flags]

    Flags:
          --format string    output format: parquet, csv (default "parquet")
      -h, --help             help for export
          --project string   export only this project
          --source string    export only this source

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


## Options


`--format: string = parquet`  
output format: parquet, csv

`-h, --help`  
help for export

`--project: string`  
export only this project

`--source: string`  
export only this source

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

`-q, --quiet`  
suppress progress output

`-v, --verbose`  
enable debug logging
