app

package
v0.0.0-...-835d6bd Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 6, 2015 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func BeforeApp

func BeforeApp(c *cli.Context) error

func ProjectBuild

func ProjectBuild(p *project.Project, c *cli.Context)

func ProjectCreate

func ProjectCreate(p *project.Project, c *cli.Context)

func ProjectDelete

func ProjectDelete(p *project.Project, c *cli.Context)

func ProjectDown

func ProjectDown(p *project.Project, c *cli.Context)

func ProjectKill

func ProjectKill(p *project.Project, c *cli.Context)

func ProjectLog

func ProjectLog(p *project.Project, c *cli.Context)

func ProjectPort

func ProjectPort(p *project.Project, c *cli.Context)

func ProjectPs

func ProjectPs(p *project.Project, c *cli.Context)

func ProjectPull

func ProjectPull(p *project.Project, c *cli.Context)

func ProjectRestart

func ProjectRestart(p *project.Project, c *cli.Context)

func ProjectScale

func ProjectScale(p *project.Project, c *cli.Context)

func ProjectStart

func ProjectStart(p *project.Project, c *cli.Context)

func ProjectUp

func ProjectUp(p *project.Project, c *cli.Context)

func WithProject

func WithProject(factory ProjectFactory, action ProjectAction) func(context *cli.Context)

Types

type ProjectAction

type ProjectAction func(project *project.Project, c *cli.Context)

type ProjectFactory

type ProjectFactory interface {
	Create(c *cli.Context) (*project.Project, error)
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL