@owlmetry/cli
v0.3.7
Published
Owlmetry CLI — manage projects, apps, metrics, funnels, and events from the terminal.
Maintainers
Readme
@owlmetry/cli
CLI for Owlmetry — self-hosted metrics tracking for mobile and backend apps.
Manage projects, apps, metrics, funnels, and events from the terminal. Ships with AI skill files to teach your coding agent how to use Owlmetry.
Install
npm install -g @owlmetry/cliQuick Start
# Sign up or log in
owlmetry auth send-code --email [email protected]
owlmetry auth verify --email [email protected] --code 123456
# Save your credentials
owlmetry setup --endpoint https://api.owlmetry.com --api-key owl_agent_...
# Explore
owlmetry projects
owlmetry apps
owlmetry events --last 1h
owlmetry metrics
owlmetry funnelsAI Skills
Owlmetry's three Claude Code skills (owlmetry-cli, owlmetry-node, owlmetry-swift) live in the owlmetry-skills plugin marketplace. Run:
owlmetry skillsfor the install snippet (/plugin marketplace add + /plugin install).
Contributing
Relative imports use .js extensions (e.g. import { x } from "./shared/index.js") to satisfy ESM resolution under module: ESNext / moduleResolution: bundler. Preserve the extension when adding or editing files.
src/shared/ is vendored from the monorepo's packages/shared/ and every file is marked AUTO-GENERATED — don't edit by hand. Refresh against a sibling ../owlmetry/ checkout with:
npm run sync-shared