Skip to main content

hubify auth

Manage authentication for the Hubify CLI. The CLI uses Clerk for user authentication and supports both browser-based login and API key authentication.

Commands

hubify auth login

Authenticate via browser (opens a login page):
For headless environments (SSH, CI), use a token:

hubify auth logout

Sign out and clear stored credentials:

hubify auth status

Check current authentication status:

hubify auth token

Manage authentication tokens:

hubify auth api-key

Manage API keys for programmatic access:

Options

Environment Variables

Examples