dante icon indicating copy to clipboard operation
dante copied to clipboard

Proposal: Flag for specifying an inventory.yml

Open bentruyman opened this issue 10 years ago • 1 comments

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.

bentruyman avatar Mar 09 '16 20:03 bentruyman

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:

retrohacker avatar Mar 09 '16 21:03 retrohacker