{"id":23033793,"url":"https://github.com/p-chan/dotenv-ctrl","last_synced_at":"2025-08-14T15:33:04.253Z","repository":{"id":39195711,"uuid":"336826254","full_name":"p-chan/dotenv-ctrl","owner":"p-chan","description":"A CLI tool to control dotenv file","archived":false,"fork":false,"pushed_at":"2024-11-06T20:42:59.000Z","size":566,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-12-12T19:53:34.845Z","etag":null,"topics":["dotenv"],"latest_commit_sha":null,"homepage":"http://npm.im/dotenv-ctrl","language":"TypeScript","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/p-chan.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2021-02-07T15:55:56.000Z","updated_at":"2024-11-06T20:43:02.000Z","dependencies_parsed_at":"2023-02-18T00:45:18.208Z","dependency_job_id":"3103d32b-aed3-4133-888e-395e2a6f2b49","html_url":"https://github.com/p-chan/dotenv-ctrl","commit_stats":{"total_commits":130,"total_committers":3,"mean_commits":"43.333333333333336","dds":0.4,"last_synced_commit":"082ab838d6f3b0164f5f86da5a500ee36caa7296"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/p-chan%2Fdotenv-ctrl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/p-chan%2Fdotenv-ctrl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/p-chan%2Fdotenv-ctrl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/p-chan%2Fdotenv-ctrl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/p-chan","download_url":"https://codeload.github.com/p-chan/dotenv-ctrl/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":229841511,"owners_count":18132569,"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":["dotenv"],"created_at":"2024-12-15T16:18:55.407Z","updated_at":"2024-12-15T16:18:56.078Z","avatar_url":"https://github.com/p-chan.png","language":"TypeScript","readme":"# dotenv-ctrl\n\n\u003e A CLI tool to control [dotenv](https://github.com/motdotla/dotenv) file\n\n## Install\n\n```bash\n$ npm install dotenv-ctrl --save-dev\n```\n\n## Usage\n\n### `add \u003ckey\u003e \u003cvalue\u003e`\n\n```bash\n$ npx dotenv-ctrl add NODE_ENV production\n$ cat .env\nNODE_ENV=production\n```\n\n### `remove \u003ckey\u003e`\n\n```bash\n$ cat .env\nNODE_ENV=production\nNODE_DELETE_KEY=true\n$ npx dotenv-ctrl remove NODE_DELETE_KEY\n$ cat .env\nNODE_ENV=production\n```\n\n## Options\n\n### `-e`, `--env`\n\n```bash\n$ npx dotenv-ctrl add NODE_ENV development -e .env.development\n$ cat .env.development\nNODE_ENV=development\n```\n\n## Author\n\n[@p-chan](https://github.com/p-chan)\n\n## License\n\nMIT\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fp-chan%2Fdotenv-ctrl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fp-chan%2Fdotenv-ctrl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fp-chan%2Fdotenv-ctrl/lists"}