Versions in this module Expand all Collapse all v0 v0.4.0 Jan 10, 2017 Changes in this version + func BeforeApp(c *cli.Context) error + func ProjectBuild(p project.APIProject, c *cli.Context) error + func ProjectConfig(p project.APIProject, c *cli.Context) error + func ProjectCreate(p project.APIProject, c *cli.Context) error + func ProjectDelete(p project.APIProject, c *cli.Context) error + func ProjectDown(p project.APIProject, c *cli.Context) error + func ProjectEvents(p project.APIProject, c *cli.Context) error + func ProjectKill(p project.APIProject, c *cli.Context) error + func ProjectLog(p project.APIProject, c *cli.Context) error + func ProjectPause(p project.APIProject, c *cli.Context) error + func ProjectPort(p project.APIProject, c *cli.Context) error + func ProjectPs(p project.APIProject, c *cli.Context) error + func ProjectPull(p project.APIProject, c *cli.Context) error + func ProjectRestart(p project.APIProject, c *cli.Context) error + func ProjectRun(p project.APIProject, c *cli.Context) error + func ProjectScale(p project.APIProject, c *cli.Context) error + func ProjectStart(p project.APIProject, c *cli.Context) error + func ProjectStop(p project.APIProject, c *cli.Context) error + func ProjectUnpause(p project.APIProject, c *cli.Context) error + func ProjectUp(p project.APIProject, c *cli.Context) error + func Version(c *cli.Context) error + func WithProject(factory ProjectFactory, action ProjectAction) func(context *cli.Context) error + type ProjectAction func(project project.APIProject, c *cli.Context) error + type ProjectFactory interface + Create func(c *cli.Context) (project.APIProject, error)