Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCmdStepEnv ¶
func NewCmdStepEnv(commonOpts *opts.CommonOptions) *cobra.Command
NewCmdStepEnv Steps a command object for the "step" command
func NewCmdStepEnvApply ¶
func NewCmdStepEnvApply(commonOpts *opts.CommonOptions) *cobra.Command
NewCmdStepEnvApply registers the command
Types ¶
type StepEnvApplyOptions ¶
type StepEnvApplyOptions struct { StepEnvOptions Namespace string Dir string ReleaseName string Wait bool Force bool DisableHelmVersion bool ChangeNs bool Vault bool }
StepEnvApplyOptions contains the command line flags
func (*StepEnvApplyOptions) Run ¶
func (o *StepEnvApplyOptions) Run() error
Run performs the comamand
type StepEnvOptions ¶
type StepEnvOptions struct {
step.StepOptions
}
StepEnvOptions contains the command line flags
Click to show internal directories.
Click to hide internal directories.