# velocirepo list-projects


List all configured projects


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


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


    List all configured projects

    Usage:
      velocirepo list-projects [flags]

    Aliases:
      list-projects, ls-projects

    Flags:
      -h, --help       help for list-projects
          --ids-only   output only project IDs
          --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


`-h, --help`  
help for list-projects

`--ids-only`  
output only project IDs

`--json`  
output as JSON

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

`-q, --quiet`  
suppress progress output

`-v, --verbose`  
enable debug logging
