OwlMetry
CLI

Projects

Create, list, and manage projects from the CLI.

Projects group related apps across platforms. For example, a "My App" project might contain an iOS app, an Android app, and a backend service. Metrics and funnels are scoped to projects.

List projects

owlmetry projects

Lists all projects accessible to the authenticated team.

View a project

owlmetry projects view <id>

Shows project details including its apps.

ArgumentDescription
<id>Project UUID

Create a project

owlmetry projects create --name <name> --slug <slug> [--team-id <id>]
FlagRequiredDescription
--name <name>YesDisplay name for the project
--slug <slug>YesURL-friendly identifier (must be unique within the team)
--team-id <id>NoTeam UUID. Defaults to the active team from config.

Slugs must be lowercase alphanumeric with hyphens (e.g., my-app).

owlmetry projects create --name "My App" --slug my-app

Update a project

owlmetry projects update <id> --name <name>
Argument / FlagRequiredDescription
<id>YesProject UUID
--name <name>YesNew project name
owlmetry projects update 550e8400-... --name "My Renamed App"

JSON output

All project commands support --format json for machine-readable output:

owlmetry projects --format json
owlmetry projects view <id> --format json

Ready to get started?

Install the CLI and let your agent handle the rest.