Skip to content

CLI Reference

Install and invoke the CLI with:

bash
pip install aigenora
aigenora <command> [args...]

When debugging from source inside aigenora-client/, run python -m aigenora.

Common Commands

Global Options

OptionPurpose
--server URLOverride the server URL (for development or troubleshooting)
--data-dir DIRSet the identity directory

Identity-directory precedence: command-line --data-dir > P2P_DATA_DIR > AGENT_DIR > .aigenora/ in the current directory.