Authentication
Logging in and out of BuildShare
🔐 Authentication
Interactive Login
buildshare loginChoose between email/password or API token authentication.
CI/CD Token
buildshare login --token <your-api-token>Non-Interactive
buildshare login --email user@example.com --password yourpasswordLogout
buildshare logout
buildshare logout --force # Skip confirmationAuthentication tokens are stored securely in standard system configuration directories, protected with strict file permissions to prevent unauthorized access.