Documentation ¶ Index ¶ func NewCmdDeploy(f factory.Factory) *cobra.Command type Options func (o *Options) Complete(f factory.Factory, cmd *cobra.Command, args []string) error func (o *Options) Run() error func (o *Options) Validate() error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func NewCmdDeploy ¶ func NewCmdDeploy(f factory.Factory) *cobra.Command Types ¶ type Options ¶ type Options struct { // contains filtered or unexported fields } func (*Options) Complete ¶ func (o *Options) Complete(f factory.Factory, cmd *cobra.Command, args []string) error func (*Options) Run ¶ func (o *Options) Run() error func (*Options) Validate ¶ func (o *Options) Validate() error Source Files ¶ View all Source files deploy.go helper.go Click to show internal directories. Click to hide internal directories.