Merge pull request #368 from procrypt/yaml_and_yml

added support for docker-compose.yaml besides docker-compose.yml
This commit is contained in:
Charlie Drage
2017-01-30 09:21:33 -05:00
committed by GitHub
12 changed files with 810 additions and 4 deletions
+1
View File
@@ -78,6 +78,7 @@ var convertCmd = &cobra.Command{
// Validate before doing anything else. Use "bundle" if passed in.
app.ValidateFlags(GlobalBundle, args, cmd, &ConvertOpt)
app.ValidateComposeFile(cmd, &ConvertOpt)
},
Run: func(cmd *cobra.Command, args []string) {