CLI
Installation
Install and configure the Jeremy CLI.
Install
Install the CLI globally via npm:
npm install -g @jeremy/cliThis provides the jeremy command.
Configure
Point the CLI at your Jeremy instance:
jeremy config set endpoint https://jeremy-app.ian-muench.workers.devSet your API key (generate one from the Dashboard):
jeremy config set api-key jrmy_your_api_key_hereConfiguration is stored in ~/.jeremy/config.json.
Verify
Check that the CLI can reach your instance:
jeremy listThis should return your existing libraries or an empty list if you haven't ingested anything yet.
Updating
To update to the latest version:
npm update -g @jeremy/cli