# velocirepo init


Create a new velocirepo.toml config file


``` bash
velocirepo init [OPTIONS]
```


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


    Create a new velocirepo.toml config file

    Usage:
      velocirepo init [flags]

    Flags:
          --data-dir string   data directory path (default "velocirepo/data")
          --dir string        directory to create config in (default: current directory)
      -h, --help              help for init

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


## Options


`--data-dir: string = velocirepo/data`  
data directory path

`--dir: string = current directory`  
directory to create config in

`-h, --help`  
help for init

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

`-q, --quiet`  
suppress progress output

`-v, --verbose`  
enable debug logging
