$ Command reference
Every command the EONYX agent takes.From activating a license to everyday runs, all of it stays in the terminal.
License
Buy a plan in the pricing section and the license key appears immediately.These commands bind it to a machine.
Activates the license key on this machine.
A key binds to one machine.To use it elsewhere, deactivate here first.
Shows the activation state of this machine and re-checks it against the server.
Releases this machine so the key can be used on another one.
Basic commands
Launches the interactive terminal UI.
Needs a real terminal.
Runs the agent headlessly, once.
Lists your saved sessions.
Deletes a saved session.
Flags for run
Only text goes to stdout.Tool activity and token counts go to stderr, so piping the output never breaks.
Picks the model to use.
Continues the session you name.
Continues the most recent session.
Replaces the system prompt.
Skips every permission prompt and allows all tools.
Not recommended outside automation.
Configuration and diagnostics
Configuration resolves by merging three layers, last one winning: global config, then global data, then project config.eonyx.json or .eonyx.json is looked up walking upwards from the working directory.
Prints the resolved configuration.
Prints where the config files and data directories live.
Removes eonyx's own configuration files, global and local.
This removes configuration only.Release a license with deactivate.
For the complete list of configuration keys, see eonyx.example.json shipped alongside the binary.On an unknown field eonyx refuses to start and reports the error.