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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: Vantage, run scripts inside easily swappable environments

2 点作者 WilliamMayor大约 7 年前

1 comment

WilliamMayor大约 7 年前
I made vantage years ago, to scratch an itch I had with using Docker for dev work. I have a bunch of bash scripts in my repo for; spinning up the dev server, running DB migrations, running tests then deploying, etc. etc.<p>vantage manages the environment for these scripts. Meaning that I can do:<p><pre><code> vantage db migrate </code></pre> For my local DB, then:<p><pre><code> vantage -e production db migrate </code></pre> For my production one.<p>Recently I added bash completion, so I thought I&#x27;d post here to see what other people thought.<p>Let me know :)