initially support compose v2 format, and close #8 as well

This commit is contained in:
ngtuna
2016-07-20 16:28:09 +07:00
parent a9184491b7
commit a8add081ab
3 changed files with 69 additions and 0 deletions
+4
View File
@@ -75,6 +75,10 @@ func ConvertCommand() cli.Command {
Name: "from-bundles",
Usage: "Getting input from docker DAB file",
},
cli.BoolFlag{
Name: "from-compose-v2",
Usage: "Getting input from docker compose file version 2",
},
},
}
}