Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PreflightCmd ¶
type PreflightCmd struct {
Pipeline string `help:"The pipeline to build. This can be a {pipeline slug} or in the format {org slug}/{pipeline slug}." short:"p"`
Watch bool `help:"Watch the build until completion." default:"true" negatable:""`
Interval float64 `help:"Polling interval in seconds when watching." default:"2"`
NoCleanup bool `help:"Skip deleting the remote preflight branch after the build finishes."`
}
func (*PreflightCmd) Help ¶
func (c *PreflightCmd) Help() string
func (*PreflightCmd) Run ¶
func (c *PreflightCmd) Run(kongCtx *kong.Context, globals cli.GlobalFlags) error
Click to show internal directories.
Click to hide internal directories.