{"id":37883214,"url":"https://github.com/nikgalushko/exec-env","last_synced_at":"2026-01-16T16:50:03.206Z","repository":{"id":68532082,"uuid":"315388223","full_name":"nikgalushko/exec-env","owner":"nikgalushko","description":"Execute a command using an environment form .env file","archived":false,"fork":false,"pushed_at":"2020-11-29T10:50:19.000Z","size":7,"stargazers_count":10,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-15T03:36:48.154Z","etag":null,"topics":["cli","cli-app","command-line","command-line-tool","console","console-application","env","environment","environment-variables","go","golang","utilities","utility","variables"],"latest_commit_sha":null,"homepage":"","language":"Go","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/nikgalushko.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":"2020-11-23T17:19:27.000Z","updated_at":"2025-03-03T16:43:25.000Z","dependencies_parsed_at":null,"dependency_job_id":"f64fa4fc-70b4-4f05-ba46-f61a7bc257bd","html_url":"https://github.com/nikgalushko/exec-env","commit_stats":null,"previous_names":["valenok-husky/exec-env"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/nikgalushko/exec-env","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nikgalushko%2Fexec-env","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nikgalushko%2Fexec-env/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nikgalushko%2Fexec-env/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nikgalushko%2Fexec-env/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nikgalushko","download_url":"https://codeload.github.com/nikgalushko/exec-env/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nikgalushko%2Fexec-env/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28480081,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-16T11:59:17.896Z","status":"ssl_error","status_checked_at":"2026-01-16T11:55:55.838Z","response_time":107,"last_error":"SSL_read: 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":["cli","cli-app","command-line","command-line-tool","console","console-application","env","environment","environment-variables","go","golang","utilities","utility","variables"],"created_at":"2026-01-16T16:50:02.743Z","updated_at":"2026-01-16T16:50:02.941Z","avatar_url":"https://github.com/nikgalushko.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"#  exec-env\n\nExecute a command using an environment from .env file. `exec-env` also proxies all os signals to child process.\n\n#  Installation\n###   Github Release\nVisit the [releases page](https://github.com/valenok-husky/exec-env/releases) to download one of the pre-built binaries.\n\n### Go\nAs secondary option you can use `go install`:\n```\ngo install github.com/valenok-husky/exec-env\n```\n\n# Basic Usage\n`exec-env -f \u003cpath to your env file\u003e \u003cyour command with possible launch flags\u003e`\n\n# Example\n### Create the environment file `dev.env`\n```\nPORT=8080\nLOG_LVL=debug\nPREFIX=\"app prefix\"\n```\n### Start `printenv` via `exec-env` with our dev.env file\n`exec-env -f dev.env printenv`\n\nPrintenv is not a part of `exec-env`. Printenv is a unix command. Check the [man page](https://man7.org/linux/man-pages/man1/printenv.1.html).\n\nThe output is\n```\n\u003cyour own environment variables\u003e\n...\nPORT=8080\nLOG_LVL=debug\nPREFIX=app prefix\n```\nIt's working 🎉\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnikgalushko%2Fexec-env","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnikgalushko%2Fexec-env","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnikgalushko%2Fexec-env/lists"}