added support for multiple-compose files

This commit is contained in:
Abhishek
2017-01-03 17:18:34 +05:30
parent 9c3fdaa48d
commit a5a3805760
18 changed files with 739 additions and 34 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ type ConvertOptions struct {
GenerateYaml bool
EmptyVols bool
Replicas int
InputFile string
InputFiles []string
OutFile string
Provider string
}