Getting started
Authentication
Authenticate the CLI interactively or with credentials for automated environments.
Log in
Most commands require a session with phelix.anophel.com. Only version and help commands work anonymously.
# Interactive login
phelix auth login
# Non-interactive login
phelix auth login --username <user> --apiKey <key>Session management
phelix auth status
phelix auth logoutThe local session is stored at ~/.phelix/session.json and is validated regularly.