Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BuildCommand ¶
type BuildCommand struct {
Meta
}
BuildCommand runs the build to prepare the project for deployment.
func (*BuildCommand) Help ¶
func (c *BuildCommand) Help() string
Help displays help output for the command.
func (*BuildCommand) Name ¶
func (c *BuildCommand) Name() string
Name returns the name of the command.
func (*BuildCommand) Run ¶
func (c *BuildCommand) Run(args []string) int
Run starts the build procedure.
func (*BuildCommand) Synopsis ¶
func (c *BuildCommand) Synopsis() string
Synopsis displays the command synopsis.
type DeployCommand ¶
type DeployCommand struct {
Meta
}
DeployCommand runs the build to prepare the project for deployment.
func (*DeployCommand) Help ¶
func (c *DeployCommand) Help() string
Help displays help output for the command.
func (*DeployCommand) Name ¶
func (c *DeployCommand) Name() string
Name returns the name of the command.
func (*DeployCommand) Run ¶
func (c *DeployCommand) Run(args []string) int
Run starts the build procedure.
func (*DeployCommand) Synopsis ¶
func (c *DeployCommand) Synopsis() string
Synopsis displays the command synopsis.
type DestroyCommand ¶
type DestroyCommand struct {
Meta
}
DestroyCommand runs the build to prepare the project for deployment.
func (*DestroyCommand) Help ¶
func (c *DestroyCommand) Help() string
Help displays help output for the command.
func (*DestroyCommand) Name ¶
func (c *DestroyCommand) Name() string
Name returns the name of the command.
func (*DestroyCommand) Run ¶
func (c *DestroyCommand) Run(args []string) int
Run starts the build procedure.
func (*DestroyCommand) Synopsis ¶
func (c *DestroyCommand) Synopsis() string
Synopsis displays the command synopsis.