{"id":16061134,"url":"https://github.com/amancevice/shenv","last_synced_at":"2025-07-21T07:03:44.382Z","repository":{"id":69745501,"uuid":"461501018","full_name":"amancevice/shenv","owner":"amancevice","description":"dotenv for your shell","archived":false,"fork":false,"pushed_at":"2022-11-25T13:56:04.000Z","size":19,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-13T09:47:31.608Z","etag":null,"topics":["cli","command-line-tool","dotenv","shell"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/amancevice.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}},"created_at":"2022-02-20T13:46:34.000Z","updated_at":"2022-02-20T20:34:43.000Z","dependencies_parsed_at":"2023-04-29T14:50:51.137Z","dependency_job_id":null,"html_url":"https://github.com/amancevice/shenv","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/amancevice/shenv","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amancevice%2Fshenv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amancevice%2Fshenv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amancevice%2Fshenv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amancevice%2Fshenv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/amancevice","download_url":"https://codeload.github.com/amancevice/shenv/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amancevice%2Fshenv/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266255244,"owners_count":23900098,"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":["cli","command-line-tool","dotenv","shell"],"created_at":"2024-10-09T04:07:58.042Z","updated_at":"2025-07-21T07:03:44.358Z","avatar_url":"https://github.com/amancevice.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# shenv\n\ndotenv for your shell\n\n## Install\n\nInstall with Homebrew:\n\n```bash\nbrew tap amancevice/tap\nbrew install amancevice/tap/shenv\n```\n\nAdd the following to your shell profile:\n\n```bash\neval \"$(shenv init -)\"\n```\n\n## Usage\n\nCreate a `.env` file\n\n```bash\ncat \u003c\u003c-EOS \u003e .env\nVAR_1=val_1\nVAR_2=val_2\nVAR_3=val_3\nEOS\n```\n\nSource the file with `shenv`:\n\n```bash\nshenv\n```\n\nBy default, `shenv` will look for a file called `.env`, but you can override this with arguments:\n\n```bash\nshenv .env.development\n```\n\nOr pass multiple files:\n\n```bash\nshenv .env.1 .env.2\n```\n\nFiles are sourced in the order you pass them.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famancevice%2Fshenv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Famancevice%2Fshenv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famancevice%2Fshenv/lists"}