# velocirepo auth


Authenticate with an OAuth provider


``` bash
velocirepo auth [OPTIONS] COMMAND [ARGS]...
```


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


    Authenticate with an OAuth provider

    Usage:
      velocirepo auth [command]

    Available Commands:
      linkedin    Authenticate with LinkedIn (OAuth 2.0)

    Flags:
      -h, --help   help for auth

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

    Use "velocirepo auth [command] --help" for more information about a command.


## Options


`-h, --help`  
help for auth

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

`-q, --quiet`  
suppress progress output

`-v, --verbose`  
enable debug logging


## Commands


`linkedin`  
[Authenticate with LinkedIn (OAuth 2.0)](../../reference/cli/auth/linkedin.md)
