Documentation ¶ Rendered for linux/amd64 windows/amd64 darwin/amd64 js/wasm Index ¶ func NewCmdUpgrade(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(args []string) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func NewCmdUpgrade ¶ func NewCmdUpgrade(f factory.Factory) *cobra.Command Types ¶ type Options ¶ added in v0.2.6 type Options struct { // contains filtered or unexported fields } func (*Options) Complete ¶ added in v0.2.6 func (o *Options) Complete(f factory.Factory, cmd *cobra.Command, args []string) error func (*Options) Run ¶ added in v0.2.6 func (o *Options) Run() error func (*Options) Validate ¶ added in v0.2.6 func (o *Options) Validate(args []string) error Source Files ¶ View all Source files upgrade.go utils_linux.go Click to show internal directories. Click to hide internal directories.