Documentation ¶
Index ¶
- Variables
- func NewCmdStepNexus(commonOpts *opts.CommonOptions) *cobra.Command
- func NewCmdStepNexusDrop(commonOpts *opts.CommonOptions) *cobra.Command
- func NewCmdStepNexusRelease(commonOpts *opts.CommonOptions) *cobra.Command
- type StepNexusDropOptions
- type StepNexusOptions
- type StepNexusReleaseOptions
Constants ¶
This section is empty.
Variables ¶
View Source
var ( StepNexusDropLong = templates.LongDesc(` This pipeline step command drops a Staging Nexus Repository `) StepNexusDropExample = templates.Examples(` jx step nexus drop `) )
View Source
var ( StepNexusReleaseLong = templates.LongDesc(` This pipeline step command releases a Nexus staging repository `) StepNexusReleaseExample = templates.Examples(` jx step nexus release `) )
Functions ¶
func NewCmdStepNexus ¶
func NewCmdStepNexus(commonOpts *opts.CommonOptions) *cobra.Command
NewCmdStepNexus Steps a command object for the "step" command
func NewCmdStepNexusDrop ¶
func NewCmdStepNexusDrop(commonOpts *opts.CommonOptions) *cobra.Command
func NewCmdStepNexusRelease ¶
func NewCmdStepNexusRelease(commonOpts *opts.CommonOptions) *cobra.Command
Types ¶
type StepNexusDropOptions ¶
type StepNexusDropOptions struct {
StepNexusOptions
}
StepNexusDropOptions contains the command line flags
func (*StepNexusDropOptions) Run ¶
func (o *StepNexusDropOptions) Run() error
type StepNexusOptions ¶
type StepNexusOptions struct {
step.StepOptions
}
StepNexusOptions contains the command line flags
type StepNexusReleaseOptions ¶
type StepNexusReleaseOptions struct { StepNexusOptions DropOnFailure bool }
StepNexusReleaseOptions contains the command line flags
func (*StepNexusReleaseOptions) Run ¶
func (o *StepNexusReleaseOptions) Run() error
Click to show internal directories.
Click to hide internal directories.