Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Single overarching tool #10

Open
beasteers opened this issue Feb 10, 2020 · 0 comments
Open

[Feature Request] Single overarching tool #10

beasteers opened this issue Feb 10, 2020 · 0 comments

Comments

@beasteers
Copy link

I just came across this package and it seems like an awesome tool!

A super useful feature would be a single command that sits atop the other addons and runs them as needed.

Then it would be as simple as:

dcao up -d

So for example, if you had:

# A.yml
include:
 - ../B.dev.yml
 - ../C.yml

# B.dev.yml
merge: B.yml

# B.yml
namespace: B

# C.yml
namespace: C

It would perform all addon actions required to make it valid docker-compose.

And it could work with any docker-compose command (down, build, etc) and just run the compilation step beforehand. I'm sure there are ways of caching that could provide speedup as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant