docker-archive / dockercloud-cli

CLI for Docker Cloud
https://cloud.docker.com/
Apache License 2.0
74 stars 40 forks source link

tool does not support compose file inheritance / extends #54

Open jukefr opened 7 years ago

jukefr commented 7 years ago

Docker compose supports configuration file inheritance like so : https://docs.docker.com/compose/extends/#example-use-case

but when I try in with the tool to : docker-cloud stack create -f somefile.yml -f prodfile.yml only the second file is used and the first is ignored.

is this intended or bug or not yet implemented ?