Options

Global flags and configuration options for the InverseUI CLI.

Global Flags

--help, -h

Show help message for any command

inverseui --help inverseui run --help
--version

Display the CLI version

inverseui --version
--verbose, -v

Enable verbose output for debugging

inverseui run <track_id> --verbose

Run/Fix Options

--headless

Run without a visible browser window

--timeout <seconds>

Set timeout for individual actions (default: 30)

--production

Enable production mode with longer timeouts

--max-retries <n>

Maximum fix attempts for the fix command (default: 3)

Configuration Directory

The CLI stores all configuration and data in:

~/.inverseui/
credentials.jsonAPI authentication token
chrome-data/Chrome profile directory for session persistence