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.

Terminal
# Interactive login
phelix auth login

# Non-interactive login
phelix auth login --username <user> --apiKey <key>

Session management

Terminal
phelix auth status
phelix auth logout

The local session is stored at ~/.phelix/session.json and is validated regularly.

Automation