# velocirepo fetch-youtube


Fetch YouTube metrics (views, likes, comments, subscribers)


``` bash
velocirepo fetch-youtube [OPTIONS]
```


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


    Fetch YouTube metrics (views, likes, comments, subscribers)

    Usage:
      velocirepo fetch-youtube [flags]

    Flags:
          --end-date string     end date (YYYY-MM-DD, default: yesterday)
      -h, --help                help for fetch-youtube
          --no-concatenate      skip concatenation after fetch
          --project string      fetch only this project ID
          --start-date string   start date (YYYY-MM-DD)

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


## Options


`--end-date: string`  
end date (YYYY-MM-DD, default: yesterday)

`-h, --help`  
help for fetch-youtube

`--no-concatenate`  
skip concatenation after fetch

`--project: string`  
fetch only this project ID

`--start-date: string`  
start date (YYYY-MM-DD)

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

`-q, --quiet`  
suppress progress output

`-v, --verbose`  
enable debug logging
