crazyfactory / docker-project-cli

MIT License
4 stars 1 forks source link

`file`-argument should allow multiple occurrences #26

Closed wmathes closed 6 years ago

wmathes commented 6 years ago

docker-compose allows sending multiple -f arguments for locations of .yml-files which will then be merged into each other.

This is used in shop-api-satellite and is likely to be used in other projects as well.

I'd suggest we allow for this as well, both in command-line and in configuration. The latter will have to support arrays for this.