Documentation ¶
Index ¶
- Variables
- func Execute()
- func NewCmdCompletion(ctx *cli.Context) *cobra.Command
- func NewCmdDeploy(ctx *cli.Context) *cobra.Command
- func NewCmdRoot(in io.Reader, out, err io.Writer) *cobra.Command
- func NewCmdVersion(ctx *cli.Context) *cobra.Command
- func RunDeploy(ctx *cli.Context, opts *DeployOptions) error
- type DeployOptions
- type VersionOptions
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrBuildCanceled = errors.New("Build canceled")
)
Functions ¶
Types ¶
type DeployOptions ¶ added in v0.2.1
type VersionOptions ¶ added in v0.2.1
type VersionOptions struct{}
Click to show internal directories.
Click to hide internal directories.