func ProjectDown(p *project.Project, c *cli.Context) { err := p.Down(c.Args()...) if err != nil { logrus.Fatal(err) } }