Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( DockerImageParseErr = errors.New("parse error") IllegalAccessKeyOptionErr = errors.New("There was an illegal input in '-aws-access-key-id' or '-aws-secret-key-id '") )
Functions ¶
This section is empty.
Types ¶
type DeployCommand ¶ added in v1.2.0
type DeployCommand struct {
// contains filtered or unexported fields
}
func (*DeployCommand) Help ¶ added in v1.2.0
func (c *DeployCommand) Help() string
func (*DeployCommand) Run ¶ added in v1.2.0
func (d *DeployCommand) Run(args []string) int
func (*DeployCommand) Synopsis ¶ added in v1.2.0
func (c *DeployCommand) Synopsis() string
Click to show internal directories.
Click to hide internal directories.