Authentication
Sign in, sign out, and understand how CLI credentials are stored.
Use this page when connecting the CLI to your Epismo account.
Sign in
epismo login --email you@example.com
epismo whoamiUse epismo login --browser for browser-based sign-in. epismo login stores OAuth credentials in ~/.epismo/credentials.
Sign out
epismo logoutepismo logout revokes and removes local credentials from ~/.epismo/credentials.
Automation
Do not script OTP login in automation. Use EPISMO_TOKEN from CI/CD tokens instead.