# CLI Reference

[velocirepo](../../reference/cli/velocirepo.md)  
velocirepo tracks your open-source project's pulse across package registries, GitHub, and the web -- collecting daily metrics from GitHub, PyPI, CRAN,…


## Commands

[fetch](../../reference/cli/fetch.md)  
Fetch from all configured sources

[fetch-cran](../../reference/cli/fetch_cran.md)  
Fetch CRAN download statistics

[fetch-github](../../reference/cli/fetch_github.md)  
Fetch GitHub events (stars, forks, issues, PRs)

[fetch-homebrew](../../reference/cli/fetch_homebrew.md)  
Fetch Homebrew install counts

[fetch-linkedin](../../reference/cli/fetch_linkedin.md)  
Fetch LinkedIn post metrics and content

[fetch-openvsx](../../reference/cli/fetch_openvsx.md)  
Fetch Open VSX extension metrics

[fetch-plausible](../../reference/cli/fetch_plausible.md)  
Fetch Plausible analytics (pageviews, visitors, visits)

[fetch-pypi](../../reference/cli/fetch_pypi.md)  
Fetch PyPI download statistics

[fetch-rss](../../reference/cli/fetch_rss.md)  
Fetch items from RSS or Atom feeds as content entries

[fetch-traffic](../../reference/cli/fetch_traffic.md)  
Fetch GitHub traffic data (views and clones)

[fetch-youtube](../../reference/cli/fetch_youtube.md)  
Fetch YouTube metrics (views, likes, comments, subscribers)

[export](../../reference/cli/export.md)  
Export metrics, events, and projects to separate files in the given directory

[query](../../reference/cli/query.md)  
Run a SQL query against the metrics data

[schema](../../reference/cli/schema.md)  
Show table schemas

[show-indicators](../../reference/cli/show_indicators.md)  
Print indicator definitions as TOML

[badge](../../reference/cli/badge.md)  
Generate shields.io-style SVG badges

[add-view](../../reference/cli/add_view.md)  
Create a new view directory with render.sh and template files

[list-views](../../reference/cli/list_views.md)  
List all views

[remove-view](../../reference/cli/remove_view.md)  
Remove a view directory

[render-view](../../reference/cli/render_view.md)  
Render a view or all views in a directory

[render-views](../../reference/cli/render_views.md)  
Render all or filtered views

[serve-view](../../reference/cli/serve_view.md)  
Start the view's serve.sh script for live development

[setup-views](../../reference/cli/setup_views.md)  
Run uv sync for Python views

[show-view](../../reference/cli/show_view.md)  
Show details about a view

[add-project](../../reference/cli/add_project.md)  
Add a new project to the config

[import-projects](../../reference/cli/import_projects.md)  
Bulk-add projects from an external source

[init](../../reference/cli/init.md)  
Create a new velocirepo.toml config file

[list-projects](../../reference/cli/list_projects.md)  
List all configured projects

[remove-project](../../reference/cli/remove_project.md)  
Remove a project from the config

[rename-project](../../reference/cli/rename_project.md)  
Rename a project's ID

[show-project](../../reference/cli/show_project.md)  
Show detailed information about a project

[status](../../reference/cli/status.md)  
Report the last date each source/target was successfully fetched, using watermarks so unchanged total\_\* gauges are not misreported as stale

[update-project](../../reference/cli/update_project.md)  
Update a project's configuration

[validate-projects](../../reference/cli/validate_projects.md)  
Verify that configured sources are reachable

[install-ci](../../reference/cli/install_ci.md)  
Generate GitHub Actions workflow for nightly metric fetching

[sync-secrets](../../reference/cli/sync_secrets.md)  
Reads secrets from the .env file and sets them as GitHub Actions secrets using the GitHub API

[build-db](../../reference/cli/build_db.md)  
Build the DuckDB database file for external tools

[migrate](../../reference/cli/migrate.md)  
Migrate data to the latest schema version

[validate-data](../../reference/cli/validate_data.md)  
Check data files for integrity issues

[mcp](../../reference/cli/mcp.md)  
Start an MCP server that exposes velocirepo's functionality to AI assistants

[update](../../reference/cli/update.md)  
Update velocirepo to the latest release

[version](../../reference/cli/version.md)  
Print the version


## auth


Authenticate with an OAuth provider


[auth](../../reference/cli/auth.md)  
Authenticate with an OAuth provider

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