# velocirepo validate-projects


Verify that configured sources are reachable


``` bash
velocirepo validate-projects [OPTIONS]
```


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


    Verify that configured sources are reachable

    Usage:
      velocirepo validate-projects [flags]

    Flags:
      -h, --help               help for validate-projects
          --project string     validate only this project
          --timeout duration   per-source HTTP timeout (default 10s)

    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 validate-projects

`--project: string`  
validate only this project

`--timeout: duration = 10s`  
per-source HTTP timeout

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

`-q, --quiet`  
suppress progress output

`-v, --verbose`  
enable debug logging
