Install
One npm install (or brew) to get the rogeriq CLI on your machine.
Install the CLI
@rogeriq/cli is the official command-line tool for RogerIQ. Zero
dependencies, single-file ESM bundle (~90 KB). Runs on Node 18+.
bashnpm install -g @rogeriq/cli
bashbrew install rogeriq/tap/rogeriq
bashnpx @rogeriq/cli --help
Both rogeriq and the OpenAPI spec at
api.rogeriq.com/api/v1/openapi.json
target the same v1 endpoints. Anything the CLI does, your code can too.
Verify
bashrogeriq --version# rogeriq 0.3.0
What's next
Update
bashnpm update -g @rogeriq/cli# orbrew upgrade rogeriq
Uninstall
bashnpm uninstall -g @rogeriq/cli# orbrew uninstall rogeriq
rogeriq auth logout clears the saved API key at ~/.rogeriq/config.json.