CLI
The nolixan command-line tool — authenticate, connect, execute, and manage triggers from the terminal.
The nolixan CLI wraps the Python SDK so you can drive Nolixan from the terminal. Every
action it runs is governed — policy, approvals, and audit apply exactly as through the
API.
Install
Authenticate
Credentials are stored at ~/.nolixan/config.json (mode 0600). The env vars
NOLIXAN_KEY and NOLIXAN_HOST override the stored config.
Connections
Actions
A denied or approval-required action surfaces just as it does via the API — see Executing actions.