support kompose down

This commit is contained in:
Tuna
2016-09-02 10:10:48 +07:00
parent 166fe4cd00
commit e08ab06f2c
4 changed files with 173 additions and 67 deletions
+1 -1
View File
@@ -38,9 +38,9 @@ func main() {
app.Commands = []cli.Command{
command.ConvertCommand(),
command.UpCommand(),
command.DownCommand(),
// TODO: enable these commands and update docs once we fix them
//command.PsCommand(),
//command.DeleteCommand(),
//command.ScaleCommand(),
}