{"id":41138543,"url":"https://github.com/benthosdev/benthos-asdf","last_synced_at":"2026-01-22T18:42:24.823Z","repository":{"id":63269030,"uuid":"566588752","full_name":"benthosdev/benthos-asdf","owner":"benthosdev","description":"Benthos asdf plugin","archived":false,"fork":false,"pushed_at":"2024-08-26T15:36:02.000Z","size":38,"stargazers_count":2,"open_issues_count":1,"forks_count":4,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-10-15T02:59:30.735Z","etag":null,"topics":["asdf","asdf-plugin","benthos","version-manager"],"latest_commit_sha":null,"homepage":"https://github.com/asdf-vm/asdf","language":"Shell","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/benthosdev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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,"zenodo":null}},"created_at":"2022-11-16T01:40:29.000Z","updated_at":"2024-08-26T15:36:06.000Z","dependencies_parsed_at":"2025-04-19T20:24:26.472Z","dependency_job_id":"15869c41-4a36-4093-96f1-0925db0ab050","html_url":"https://github.com/benthosdev/benthos-asdf","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":"asdf-vm/asdf-plugin-template","purl":"pkg:github/benthosdev/benthos-asdf","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benthosdev%2Fbenthos-asdf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benthosdev%2Fbenthos-asdf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benthosdev%2Fbenthos-asdf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benthosdev%2Fbenthos-asdf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/benthosdev","download_url":"https://codeload.github.com/benthosdev/benthos-asdf/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benthosdev%2Fbenthos-asdf/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28668256,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-22T17:07:18.858Z","status":"ssl_error","status_checked_at":"2026-01-22T17:05:02.040Z","response_time":144,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["asdf","asdf-plugin","benthos","version-manager"],"created_at":"2026-01-22T18:42:23.195Z","updated_at":"2026-01-22T18:42:24.818Z","avatar_url":"https://github.com/benthosdev.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# `asdf` plugin for benthos \n\n[![Lint][lint-badge]][lint]\n\n## Install the plugin\n\n```shell\nasdf plugin add benthos https://github.com/benthosdev/benthos-asdf.git\n```\n\n## Install benthos\n\n```shell\n# Update the plugin\nasdf plugin update benthos\n\n# Show all installable versions\nasdf list-all benthos\n\n# Install specific version\nasdf install benthos latest\n\n# Set a version globally (on your ~/.tool-versions file)\nasdf global benthos latest\n\n# Now benthos commands are available\nbenthos --version\n```\n\nCheck the [asdf][asdf-gh-repo] README for more instructions on how to\ninstall \u0026 manage versions.\n\n## Example\n\n```\n~/Development/Home/benthos-asdf (main ✔) ᐅ asdf list-all benthos | tail -5\n4.7.0\n4.8.0\n4.9.0\n4.9.1\n4.10.0\n~/Development/Home/benthos-asdf (main ✔) ᐅ asdf install benthos 4.9.1\nBenthos Installer\n\nWebsite: https://www.benthos.dev\nDocs: https://www.benthos.dev/docs/about\nRepo: https://github.com/benthosdev/benthos\n\nDownloading Benthos for linux/amd64...\nExtracting...\nPutting benthos in /home/roland/.asdf/installs/benthos/4.9.1/bin (may require password)\nVersion: 4.9.1\nDate: 2022-10-06T14:20:52Z\nDo not forget to add /home/roland/.asdf/installs/benthos/4.9.1/bin to your PATH!\nSuccessfully installed\n~/Development/Home/benthos-asdf (main ✔) ᐅ asdf global benthos 4.9.1\n~/Development/Home/benthos-asdf (main ✔) ᐅ benthos --version\nVersion: 4.9.1\nDate: 2022-10-06T14:20:52Z\n~/Development/Home/benthos-asdf (main ✔) ᐅ asdf install benthos 4.10.0\nBenthos Installer\n\nWebsite: https://www.benthos.dev\nDocs: https://www.benthos.dev/docs/about\nRepo: https://github.com/benthosdev/benthos\n\nDownloading Benthos for linux/amd64...\nExtracting...\nPutting benthos in /home/roland/.asdf/installs/benthos/4.10.0/bin (may require password)\nVersion: 4.10.0\nDate: 2022-10-26T12:14:04Z\nSuccessfully installed\n~/Development/Home/benthos-asdf (main ✔) ᐅ asdf global benthos 4.10.0\n~/Development/Home/benthos-asdf (main ✔) ᐅ benthos --version\nVersion: 4.10.0\nDate: 2022-10-26T12:14:04Z\n~/Development/Home/benthos-asdf (main ✔) ᐅ asdf list benthos\n  4.10.0\n  4.9.1\n~/Development/Home/benthos-asdf (main ✔) ᐅ asdf uninstall benthos 4.9.1\n~/Development/Home/benthos-asdf (main ✔) ᐅ asdf list benthos\n  4.10.0\n~/Development/Home/benthos-asdf (main ✔) ᐅ asdf current\nbenthos         4.10.0          /home/roland/.tool-versions\n```\n\n# Contributing\n\nContributions of any kind welcome! See the [contributing][] guide.\n\nThanks goes to these [contributors][]!\n\n# License\n\nSee [LICENSE](LICENSE) © [Ashley Jeffs](https://github.com/benthosdev/)\n\n[asdf-gh-repo]: https://github.com/asdf-vm/asdf\n[asdf]: https://asdf-vm.com\n[benthos]: https://benthos.dev\n[contributing]: CONTRIBUTING.md\n[contributors]: https://github.com/benthosdev/benthos-asdf/graphs/contributors\n[lint-badge]: https://github.com/benthosdev/benthos-asdf/actions/workflows/lint.yml/badge.svg\n[lint]: https://github.com/benthosdev/benthos-asdf/actions/workflows/lint.yml\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenthosdev%2Fbenthos-asdf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbenthosdev%2Fbenthos-asdf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenthosdev%2Fbenthos-asdf/lists"}