cirron auth
Authenticate with Cirron, manage your API token, and check authentication status.Usage
Subcommands
login
Authenticate with your Cirron API token. Provide the token as an option or interactively.| Option | Description | Default |
|---|---|---|
--token | API token for authentication | Prompted |
--url, -u | API URL | https://app.cirron.com |
logout
Log out and remove your API token from the local configuration.status
Check current authentication status, user info, and token expiry. Warns if your token is expiring soon.refresh
Refresh your authentication token without re-entering credentials.Troubleshooting
- Invalid Token: If your token is invalid or expired, you’ll be prompted to re-authenticate.
- Not Authenticated: Most project commands will fail until you authenticate. Run
cirron auth login. - Switching accounts: Use
cirron auth logoutthencirron auth loginwith the new token.