{"id":23112948,"url":"https://github.com/vbfox/buildkite-agent-node","last_synced_at":"2025-08-16T19:31:34.808Z","repository":{"id":36280354,"uuid":"222548553","full_name":"vbfox/buildkite-agent-node","owner":"vbfox","description":"Access BuildKite agent commands from NodeJS","archived":false,"fork":false,"pushed_at":"2023-07-18T22:05:28.000Z","size":1678,"stargazers_count":2,"open_issues_count":4,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-02T06:38:10.693Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/vbfox.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2019-11-18T21:31:24.000Z","updated_at":"2022-06-27T10:24:41.000Z","dependencies_parsed_at":"2024-06-20T19:14:56.206Z","dependency_job_id":null,"html_url":"https://github.com/vbfox/buildkite-agent-node","commit_stats":{"total_commits":105,"total_committers":3,"mean_commits":35.0,"dds":"0.19999999999999996","last_synced_commit":"b41776fcf5b7debf69583c376806a7db930df5de"},"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vbfox%2Fbuildkite-agent-node","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vbfox%2Fbuildkite-agent-node/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vbfox%2Fbuildkite-agent-node/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vbfox%2Fbuildkite-agent-node/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vbfox","download_url":"https://codeload.github.com/vbfox/buildkite-agent-node/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230051551,"owners_count":18165252,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2024-12-17T02:21:12.129Z","updated_at":"2024-12-17T02:21:12.850Z","avatar_url":"https://github.com/vbfox.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# `buildkite-agent` for Node.js\n\n[![CI](https://github.com/vbfox/buildkite-agent-node/workflows/CI/badge.svg)](https://github.com/vbfox/buildkite-agent-node/actions?query=workflow%3ACI) [![npm](https://img.shields.io/npm/v/buildkite-agent-node)](https://www.npmjs.com/package/buildkite-agent-node)\n\nAccess [Buildkite](https://buildkite.com/) agent commands from Node.js\n\nThe [`buildkite-agent`](https://github.com/buildkite/agent) binary has 2 roles: running builds and communicating additional information (Annotations, artifacts, ...) from a build to the agent running the build.\n\nThis project target is to provide access to the second set of commands from Node.js without needing the agent binary.\n\n## Supported features\n\nThe library is currently in development without any stable release and only a small subset of the agent commands is implemented.\n\n* [x] [`annotate`](https://buildkite.com/docs/agent/v3/cli-annotate)\n* [ ] [`artifact`](https://buildkite.com/docs/agent/v3/cli-artifact)\n* [x] [`meta-data`](https://buildkite.com/docs/agent/v3/cli-meta-data)\n* [x] [`pipeline`](https://buildkite.com/docs/agent/v3/cli-pipeline)\n  * [ ] Interpolation\n\n## Examples\n\nAdding an annotation:\n\n```typescript\nimport { annotate, AnnotationStyle } from 'buildkite-agent-node';\n\nannotate('Hello world 👋!', {\n    context: 'example',\n    style: AnnotationStyle.Success\n});\n```\n\n## Users\n\n* [jest-buildkite-reporter](https://github.com/vbfox/jest-buildkite-reporter) Report [Jest](https://jestjs.io/) test results to Buildkite as annotations.\n\n## License\n\nThis project is using the [MIT](LICENSE) license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvbfox%2Fbuildkite-agent-node","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvbfox%2Fbuildkite-agent-node","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvbfox%2Fbuildkite-agent-node/lists"}