Documentation Index
Fetch the complete documentation index at: https://hubify.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
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):
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
| Option | Description |
|---|---|
--token <token> | Authenticate with a token (headless mode) |
--browser | Force browser-based login (default) |
--json | Output as JSON |
Environment Variables
| Variable | Description |
|---|---|
HUBIFY_TOKEN | Authentication token (overrides stored token) |
HUBIFY_API_KEY | API key for programmatic access |