@harkly/cli
v2026.9.6
Published
The Harkly command line: sign in with an API key, list posts, publish changelog entries, import and export, and check an install.
Maintainers
Readme
@harkly/cli
The Harkly command line. Sign in with an API key, list posts, publish changelog entries, import and export, and check an install.
npm i -g @harkly/cli # or: npx @harkly/cli …
harkly login # paste an API key from Settings → API keys
harkly doctor
harkly posts list --board ideas --status planned --limit 20
harkly changelog publish --title "September release" --file notes.md --categories new,improved
harkly import posts feedback.csv --check
harkly export users --out users.csvSelf-hosted: harkly login --api-url https://api.example.com. In CI, set
HARKLY_API_KEY (and HARKLY_API_URL) instead of logging in. Profiles live
in ~/.config/harkly/config.json, one per API host.
Same CalVer as @harkly/js and the API.
