# velocirepo update-project


Update a project's configuration


``` bash
velocirepo update-project [OPTIONS]
```


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


    Update a project's configuration

    Usage:
      velocirepo update-project <id> [flags]

    Flags:
          --cran string             CRAN package name
          --github string           GitHub owner/repo
          --github-traffic string   GitHub owner/repo for traffic data
      -h, --help                    help for update-project
          --homebrew string         Homebrew formula
          --linkedin string         LinkedIn URN
          --name string             display name
          --openvsx string          OpenVSX extension (publisher/extension)
          --plausible string        Plausible site ID
          --pypi string             PyPI package name
          --rss string              RSS or Atom feed URL
          --unset strings           fields to remove (can be repeated)
          --youtube string          YouTube channel (@handle), playlist (PLxxx), or video ID

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


## Options


`--cran: string`  
CRAN package name

`--github: string`  
GitHub owner/repo

`--github-traffic: string`  
GitHub owner/repo for traffic data

`-h, --help`  
help for update-project

`--homebrew: string`  
Homebrew formula

`--linkedin: string`  
LinkedIn URN

`--name: string`  
display name

`--openvsx: string`  
OpenVSX extension (publisher/extension)

`--plausible: string`  
Plausible site ID

`--pypi: string`  
PyPI package name

`--rss: string`  
RSS or Atom feed URL

`--unset`  
strings fields to remove (can be repeated)

`--youtube: string`  
YouTube channel (<span class="citation" data-cites="handle">@handle</span>), playlist (PLxxx), or video ID

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

`-q, --quiet`  
suppress progress output

`-v, --verbose`  
enable debug logging
