Skip to content

Read public Jovie data from a terminal.

Fetch public artist profiles, OpenAPI, and llms.txt. No login, keys, or writes.

Install

After a versioned release is published to npm, install the CLI globally. The commands below are the verified first-run path.

npm install --global @jovie/cli
jovie --help
jovie --version

Publication is main-only, provenance-required, and does not happen from a feature branch. A local checkout can run the same commands with pnpm --filter @jovie/cli dev.

Commands

The CLI documents only these read-only commands. Angle-bracket values are placeholders for a real public artist username.

jovie artist get <username>
GET /api/v1/{username}
jovie artist llms <username>
GET /{username}/llms.txt
jovie api openapi
GET /api/v1/openapi.json
jovie docs llms
GET /llms.txt
jovie docs llms --full
GET /llms-full.txt

Every command accepts --base-url and --json. --json emits JSON for API responses and wraps text resources as {"content":"..."}.

Questions

Install the Jovie CLI.

Read-only public artist data from your terminal.