Step 5 - Validate connectivity
./hivel-agent --config config.yml --env-file .env validateExits 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 claudeotelLast updated