TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: Comfygure – A small CLI to manage application configurations

75 点作者 Kmaschta将近 6 年前

7 条评论

founderling将近 6 年前
I have the feeling that most developers these days suffer from too much tooling in every area. And would be 2 to 10 times more productive without it.<p>Most friends that I watch doing their deployment would be way more productive by simply using rsync for file changes and raw database queries when the DB needs a change.
评论 #20030278 未加载
评论 #20037269 未加载
bruceboughton将近 6 年前
At my work, we use an internal config store developed by another team for app config management, versioning and audit history.<p>It’s a bit flaky so we’ve been looking to replace it but don’t want to spend the company’s money building it. We’ve been looking but have not really found anything OSS.<p>We’re looking for:<p>- store text&#x2F;binary documents<p>- full audit history of document versions<p>- get&#x2F;put like api to retrieve&#x2F;replace documents<p>- GUI to explore history&#x2F;documents<p>- easily deplorable on Windows (ideally without an app server)<p>Anyone got any (more) suggestions?
评论 #20032507 未加载
评论 #20033717 未加载
评论 #20032275 未加载
seiferteric将近 6 年前
I just wish there was more of a standard for for configuration files. Aren&#x27;t all config files at some level going to be tree like structures? I know it is impossible for everyone to agree on one format, like yaml vs json, vs xml etc. but maybe there could be a common library and standard that could allow each application to load it&#x27;s configuration from any of these types of files? That way if one organization or distro or whatever wanted to all use Yaml (for example) for all of their config, they could do that.
评论 #20037847 未加载
rawoke083600将近 6 年前
Hmm props to getting this out, but my way is has always been &quot;bash is good enough&quot; ja its not perfect a d feature rich but gets you 80% there and most linux based coders knows enough bash. I hate learning a new &quot;language&quot; just to deploy code or servers. Guess im just too old :)
评论 #20034217 未加载
zmmmmm将近 6 年前
Does it have any features to handle inheritance &#x2F; composition of configurations?<p>We usually have a slew of different environments that are mostly the same except for one or two parameters. I would like to find a solution that has the ability to control common parameters in one place without having to code the inheritance into every language &#x2F; setting where the config is accessed.<p>In general it seems like simply storing your config in JSON or YAML and putting it in git provides most of the features of many config solutions and the overhead of deploying something separate to handle it rarely justifies the marginal benefit from that.
评论 #20035131 未加载
评论 #20037708 未加载
mxuribe将近 6 年前
I love the really cute name!
评论 #20030311 未加载
harrylepotter将近 6 年前
see also: <a href="https:&#x2F;&#x2F;zookeeper.apache.org&#x2F;" rel="nofollow">https:&#x2F;&#x2F;zookeeper.apache.org&#x2F;</a>