{"id":31879502,"url":"https://github.com/178inaba/y2e","last_synced_at":"2026-04-20T19:31:59.677Z","repository":{"id":88638185,"uuid":"216765593","full_name":"178inaba/y2e","owner":"178inaba","description":"y2e sets environment variables from a YAML file.","archived":false,"fork":false,"pushed_at":"2020-02-02T18:04:49.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-10-20T10:41:36.607Z","etag":null,"topics":["environment-variables","golang","yaml"],"latest_commit_sha":null,"homepage":"","language":"Makefile","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/178inaba.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-10-22T08:44:50.000Z","updated_at":"2020-02-02T18:04:51.000Z","dependencies_parsed_at":"2023-06-18T05:15:43.252Z","dependency_job_id":null,"html_url":"https://github.com/178inaba/y2e","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/178inaba/y2e","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/178inaba%2Fy2e","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/178inaba%2Fy2e/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/178inaba%2Fy2e/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/178inaba%2Fy2e/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/178inaba","download_url":"https://codeload.github.com/178inaba/y2e/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/178inaba%2Fy2e/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32062317,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T11:35:06.609Z","status":"ssl_error","status_checked_at":"2026-04-20T11:34:48.899Z","response_time":94,"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":["environment-variables","golang","yaml"],"created_at":"2025-10-13T00:30:39.581Z","updated_at":"2026-04-20T19:31:59.653Z","avatar_url":"https://github.com/178inaba.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# y2e\n\n[![CircleCI](https://circleci.com/gh/178inaba/y2e.svg?style=svg)](https://circleci.com/gh/178inaba/y2e)\n[![Go Report Card](https://goreportcard.com/badge/github.com/178inaba/y2e)](https://goreportcard.com/report/github.com/178inaba/y2e)\n\ny2e sets environment variables from a YAML file.\n\n## Usage\n\nCreate a YAML file with the environment variable name as the key.\n\n```yaml\nFOO: foo\nBAR: 123\nBAZ: true\n```\n\nPass YAML file to `y2e` and execute it as a subcommand of `eval` command.  \nAfter execution, the value of the YAML file is set as an environment variable.\n\n```console\n$ eval \"$(y2e your_env_var.yaml)\"\n$ env | grep -e FOO -e BAR -e BAZ\nFOO=foo\nBAR=123\nBAZ=true\n```\n\n### Options\n\n- `-verbose`\n  - Output detail log to the stderr.\n\n## Install\n\n```console\n$ go get -u github.com/178inaba/y2e\n```\n\n## License\n\n[MIT](LICENSE)\n\n## Author\n\n[178inaba](https://github.com/178inaba)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F178inaba%2Fy2e","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F178inaba%2Fy2e","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F178inaba%2Fy2e/lists"}