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 --versionPublication 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":"..."}.