# velocirepo schema


Show table schemas


``` bash
velocirepo schema [OPTIONS]
```


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


    Show table schemas

    Usage:
      velocirepo schema [flags]

    Flags:
          --csv    output as CSV
      -h, --help   help for schema
          --json   output as JSON

    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 schema

`--json`  
output as JSON

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

`-q, --quiet`  
suppress progress output

`-v, --verbose`  
enable debug logging
