cast login
Authenticate with Castari via browser-based OAuth.Usage
What Happens
- Opens your default browser to Castari login page
- You sign in (or create an account)
- Browser redirects back, CLI captures the token
- Credentials saved to
~/.castari/credentials.json
Output
Options
| Option | Description |
|---|---|
--no-browser | Print login URL instead of opening browser |
Headless Authentication
For CI/CD or headless environments:cast logout
Clear stored credentials.Usage
Output
~/.castari/credentials.json.
cast whoami
Show the currently authenticated user.Usage
Output
See Also
- Installation — Install the CLI
- Quick Start — Deploy your first agent