My App

Authentication

Logging in and out of BuildShare

🔐 Authentication

Interactive Login

buildshare login

Choose 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 yourpassword

Logout

buildshare logout
buildshare logout --force   # Skip confirmation

Authentication tokens are stored securely in standard system configuration directories, protected with strict file permissions to prevent unauthorized access.

On this page