TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

CLI Tool for hierarchical environment variable management

4 pointsby sysidover 1 year ago

1 comment

sysidover 1 year ago
- Compile a resulting set of environment variables from a hierarchical list of `&lt;name&gt;.env` files. - Dependencies can form a tree or DAG (directed acyclic graph). - Smart environment selection via builtin FZF (fuzzy find). - Side-by-side edit of trees for easy comparison. - [direnv](<a href="https:&#x2F;&#x2F;direnv.net&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;direnv.net&#x2F;</a>) integration - [JetBrains](<a href="https:&#x2F;&#x2F;www.jetbrains.com&#x2F;" rel="nofollow noreferrer">https:&#x2F;&#x2F;www.jetbrains.com&#x2F;</a>) integration via [EnvFile](<a href="https:&#x2F;&#x2F;plugins.jetbrains.com&#x2F;plugin&#x2F;7861-envfile" rel="nofollow noreferrer">https:&#x2F;&#x2F;plugins.jetbrains.com&#x2F;plugin&#x2F;7861-envfile</a>) plugin.