{"id":50477250,"url":"https://github.com/tifandotme/hevy-cli","last_synced_at":"2026-06-01T14:02:41.549Z","repository":{"id":355372104,"uuid":"1227845554","full_name":"tifandotme/hevy-cli","owner":"tifandotme","description":"Command-line client for the Hevy API","archived":false,"fork":false,"pushed_at":"2026-05-13T15:15:55.000Z","size":104,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-05-13T17:18:32.834Z","etag":null,"topics":["bun","cli","hevy","workout-tracker"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/@tifan/hevy","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tifandotme.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-05-03T08:44:32.000Z","updated_at":"2026-05-13T15:28:21.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/tifandotme/hevy-cli","commit_stats":null,"previous_names":["tifandotme/hevy-cli"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tifandotme/hevy-cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tifandotme%2Fhevy-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tifandotme%2Fhevy-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tifandotme%2Fhevy-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tifandotme%2Fhevy-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tifandotme","download_url":"https://codeload.github.com/tifandotme/hevy-cli/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tifandotme%2Fhevy-cli/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33777971,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-01T02:00:06.963Z","response_time":115,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bun","cli","hevy","workout-tracker"],"created_at":"2026-06-01T14:02:40.309Z","updated_at":"2026-06-01T14:02:41.543Z","avatar_url":"https://github.com/tifandotme.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# hevy\n\nBun-native command-line client for the Hevy public API.\n\nUse `hevy` to inspect workouts, routines, exercise templates, body measurements, and other Hevy data from your terminal. It prints compact JSON by default, so it works well with `jq`, shell scripts, cron jobs, and small local dashboards.\n\n## Install\n\n`hevy` requires [Bun](https://bun.sh/) at runtime.\n\n```bash\nbun install --global hevy\nhevy --help\n```\n\nYou can also install it with npm if `bun` is on your `PATH`:\n\n```bash\nnpm install --global hevy\nhevy --help\n```\n\nInstall the agent skill for Hevy CLI workflows:\n\n```bash\nbunx skills add tifandotme/hevy-cli --skill hevy-cli -g\n```\n\nThe skill tells compatible coding agents how to use the published CLI safely.\n\n## Authentication\n\nSet your Hevy API key in the environment:\n\n```bash\nexport HEVY_API_KEY=...\n```\n\nOr save it locally:\n\n```bash\nhevy auth login\nhevy auth status\n```\n\n`HEVY_API_KEY` takes priority over local config.\n\n## Examples\n\nList recent workouts:\n\n```bash\nhevy workouts list --page 1 --page-size 5\n```\n\nGet the total workout count:\n\n```bash\nhevy workouts count\n```\n\nList routines:\n\n```bash\nhevy routines list\n```\n\nFetch every page and process the JSON with `jq`:\n\n```bash\nhevy workouts list --all | jq '.workouts[].title'\n```\n\nCreate or update resources from JSON:\n\n```bash\nhevy workouts create --body @workout.json\nhevy body-measurements update 2026-05-06 --body @measurement.json\n```\n\n## Status\n\nEarly release. `hevy` stays close to the Hevy public API shape, so commands map directly to API resources where possible.\n\n## Development\n\nInstall dependencies and run checks:\n\n```bash\nbun install\nbun run generate:openapi-types\nbun run format:check\nbun run lint\nbun run typecheck\nbun test\nbun run build\n```\n\nRun locally:\n\n```bash\nHEVY_API_KEY=... bun run src/cli.ts workouts list --page 1 --page-size 5\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftifandotme%2Fhevy-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftifandotme%2Fhevy-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftifandotme%2Fhevy-cli/lists"}