dante
dante copied to clipboard
Proposal: Flag for specifying an inventory.yml
Something like:
$ dante -f base.yml test
$ dante -f base.yml push
This would be useful as it would allow one to create a much simpler build script without having to cd in and out of directories. It'd also allow one to have a directory of just inventory files if their project was that complex. This would be similar to docker-compose's -f flag where it defaults to docker-compose.yml, but can be overridden.
Hey @bentruyman,
Thanks for this! I agree, this would be super useful!
Like I said in the previous comment, I'm strapped for time at the moment. This would be relatively straight-forward to implement and would make a great first contribution! I would be happy to help you craft a PR :smile: