Talaria
CLI + TUI tooling for Hermes
Talaria is the spec-driven CLI and TUI built on the Hermes OpenAPI contract. Use it to create listings, manage images, and verify Structure output without leaving the terminal.
Device login
Run talaria auth login to generate a device code, then paste it at /device to finish setup.
export HERMES_API_KEY=sk_... export HERMES_BASE_URL=https://api.hermes.run # connect your CLI talaria auth login # quick health check talaria health # create a listing # (omit policy flags if Marketplace configurations are saved) talaria listings create \ --images https://example.com/img1.jpg \ --merchant-location-key loc-1 \ --fulfillment-policy-id pol-fulfill \ --payment-policy-id pol-pay \ --return-policy-id pol-return
Why Talaria
- Stay aligned with the public Hermes API contract.
- Streamline listing creation and media capture.
- Validate Structure output before publishing.