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

Step 5 - Validate connectivity

./hivel-agent --config config.yml --env-file .env validate

Exits without syncing any data. Fix any reported errors before continuing.

To validate a specific provider only:

./hivel-agent --config config.yml --env-file .env validate --provider jira
./hivel-agent --config config.yml --env-file .env validate --provider github
./hivel-agent --config config.yml --env-file .env validate --provider gitlab
./hivel-agent --config config.yml --env-file .env validate --provider bitbucket
./hivel-agent --config config.yml --env-file .env validate --provider azure
./hivel-agent --config config.yml --env-file .env validate --provider claudeotel

Last updated