Auth & Doctor
Authentication and system diagnostics.
Commands
optimal login
Authenticate with Supabase (email + password)
| Flag | Description | Default | Required |
|---|---|---|---|
--email <email> | Email address (prompts if omitted) | ||
--password <password> | Password (prompts if omitted) |
bash
optimal loginoptimal signup
Create a new account (email + password)
| Flag | Description | Default | Required |
|---|---|---|---|
--email <email> | Email address (prompts if omitted) | ||
--password <password> | Password (prompts if omitted) | ||
--no-email-confirm | Skip email confirmation (requires SMTP configured) |
bash
optimal signupoptimal logout
Clear cached authentication
bash
optimal logoutoptimal doctor
Setup, diagnose, and maintain this optimal-cli instance
| Flag | Description | Default | Required |
|---|---|---|---|
--name <name> | Instance name (default: hostname) | ||
--fix | Auto-fix issues (install cron, register instance, etc.) |
bash
optimal doctor
optimal doctor --fix
optimal doctor --fix --name pop-os