Documentation
Commands
Reference for every Omen CLI subcommand.
Run omen --help at any time to see this list in your terminal.
omen
omenLaunches the web UI on every platform. This is the default entry point — cd into your project folder and run it to start using Omen in your browser.
You'll see a line like:
Web UI: http://localhost:3100omen web
omen webAlias for omen. Explicitly launches the web UI.
omen tui
omen tuiLaunches the terminal UI instead of the web UI. Use this if you'd rather stay in your terminal.
omen login
omen loginAuthorizes this device via your web account. Opens a browser to complete the flow.
Paste flow
omen login --pasteCopy-paste authorization flow, for headless or no-loopback environments where the browser callback won't work (servers, remote SSH sessions, etc.).
omen logout
omen logoutForgets the stored token on this device. Run omen login again to sign back in.
omen whoami
omen whoamiPrints the email address currently signed in on this device.
omen update
omen updateRe-runs the CDN installer to pull the latest version of Omen.
omen uninstall
omen uninstallRemoves omen-cli from your system. By default it prompts for confirmation and leaves your user data in place.
Flags
--yes,-y— skip the confirmation prompt.--purge— also delete user data (config, cache, auth token).
omen uninstall --purge --yesomen --version
omen --versionPrints the installed CLI version. Aliases: omen -v, omen version.
omen --help
omen --helpPrints the help text shown above. Aliases: omen -h, omen help.