For the complete documentation index, see llms.txt. This page is also available as Markdown.

Step 8 - Run first sync

./hivel-agent --config config.yml --env-file .env sync --verbose

A TUI dashboard launches automatically in interactive terminals. To disable it:

./hivel-agent --config config.yml --env-file .env sync --no-progress

To sync only one provider from a multi-provider config:

./hivel-agent --config config.yml --env-file .env sync --provider github --verbose

Last updated