Install
@loguro/cli is a Node-based command-line tool for querying Loguro logs.
Requirements
- Node.js 18 or newer
- An npm-compatible package manager (
npm,bun,pnpm,yarn)
Global install
npm i -g @loguro/cli After install, the loguro binary is on your $PATH.
One-shot via npx
Skip the install when you only need a single command:
npx @loguro/cli logs --help
npx @loguro/cli logs -l error Verify
Run the health check — it confirms the binary is installed and reports auth, backend, env, configured apps, linked dirs, and version in one shot:
loguro doctor If anything is off, doctor tells you what to fix.
Next
Move on to loguro init — the interactive wizard that walks you through auth, project creation, ingestion key, and linking your current directory.