Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCmdStepBuildPack ¶
func NewCmdStepBuildPack(commonOpts *opts.CommonOptions) *cobra.Command
NewCmdStepBuildPack Steps a command object for the "step" command
func NewCmdStepBuildPackApply ¶
func NewCmdStepBuildPackApply(commonOpts *opts.CommonOptions) *cobra.Command
NewCmdStepBuildPackApply Creates a new Command object
Types ¶
type StepBuildPackApplyOptions ¶
type StepBuildPackApplyOptions struct { step.StepOptions Dir string Jenkinsfile string DraftPack string DisableJenkinsfileCheck bool }
StepBuildPackApplyOptions contains the command line flags
func (*StepBuildPackApplyOptions) Run ¶
func (o *StepBuildPackApplyOptions) Run() error
Run implements this command
type StepBuildPackOptions ¶
type StepBuildPackOptions struct {
step.StepOptions
}
StepBuildPackOptions contains the command line flags
func (*StepBuildPackOptions) Run ¶
func (o *StepBuildPackOptions) Run() error
Run implements this command
Click to show internal directories.
Click to hide internal directories.