{"id":15732868,"url":"https://github.com/nsweeting/exenv_yaml","last_synced_at":"2026-05-01T09:32:16.424Z","repository":{"id":62429099,"uuid":"170204258","full_name":"nsweeting/exenv_yaml","owner":"nsweeting","description":"A yaml adapter for Exenv.","archived":false,"fork":false,"pushed_at":"2019-07-10T03:16:40.000Z","size":26,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-04-07T23:08:24.078Z","etag":null,"topics":["elixir","env","environment-variables","secrets","yaml","yml"],"latest_commit_sha":null,"homepage":null,"language":"Elixir","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/nsweeting.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}},"created_at":"2019-02-11T21:21:13.000Z","updated_at":"2025-07-07T17:27:46.000Z","dependencies_parsed_at":"2022-11-01T20:03:24.565Z","dependency_job_id":null,"html_url":"https://github.com/nsweeting/exenv_yaml","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/nsweeting/exenv_yaml","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nsweeting%2Fexenv_yaml","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nsweeting%2Fexenv_yaml/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nsweeting%2Fexenv_yaml/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nsweeting%2Fexenv_yaml/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nsweeting","download_url":"https://codeload.github.com/nsweeting/exenv_yaml/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nsweeting%2Fexenv_yaml/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32492165,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"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":["elixir","env","environment-variables","secrets","yaml","yml"],"created_at":"2024-10-04T00:23:28.179Z","updated_at":"2026-05-01T09:32:16.404Z","avatar_url":"https://github.com/nsweeting.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Exenv Yaml\n\n[![Build Status](https://travis-ci.org/nsweeting/exenv_yaml.svg?branch=master)](https://travis-ci.org/nsweeting/exenv_yaml)\n[![Exenv Yaml Version](https://img.shields.io/hexpm/v/exenv_yaml.svg)](https://hex.pm/packages/exenv_yaml)\n\nThis is a YAML adapter for [Exenv](https://github.com/nsweeting/exenv).\n\n## Installation\n\nThis package can be installed by adding `exenv_yaml` to your list of dependencies in `mix.exs`.\n\n```elixir\ndef deps do\n  [\n    {:exenv_yaml, \"~\u003e 0.3\"}\n  ]\nend\n```\n\n## Documentation\n\nFurther documentaion can be be found at [https://hexdocs.pm/exenv_yaml](https://hexdocs.pm/exenv_yaml).\n\n## Getting Started\n\nPlease consult the documentation for [Exenv](https://github.com/nsweeting/exenv) to\nunderstand its basic usage.\n\nThis package extends `Exenv` my adding the ability to load system env vars from a typical `\"secrets.yml\"` file that is laid out using the current environment. Below is an\nexample:\n\n```yml\nprod:\n  key: val\n\ndev:\n  key: val\n\ntest:\n  key: val\n```\n\nYou can then add this adapter to your configuration:\n\n```elixir\nconfig :exenv, [\n  adapters: [\n    {Exenv.Adapters.Yaml, [file: \"path/to/secrets.yml\"]}\n  ]\n]\n```\n\nBy default, the file will be a `secrets.yml` file in your projects root directory.\n\nThis adapter support secrets encryption. Please see the documentation for more details.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnsweeting%2Fexenv_yaml","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnsweeting%2Fexenv_yaml","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnsweeting%2Fexenv_yaml/lists"}