Skip to main content
March 2026

0.29.0

Updated commands

avocado connect auth — browser-based login

Authentication now opens a browser window for OAuth login instead of requiring manual token entry:

avocado connect auth login

For headless environments or CI, pass a token directly:

avocado connect auth login --token <API_TOKEN>

Bug fixes

  • Fixed API path construction to use org IDs instead of org slugs, resolving issues with organizations whose slugs contained special characters.