Documentation ¶
Index ¶
- func NewCmdExtension(f *cmdutil.Factory) *cobra.Command
- type Extension
- type Manager
- func (m *Manager) Create(name string) error
- func (m *Manager) Dispatch(args []string, stdin io.Reader, stdout, stderr io.Writer) (bool, error)
- func (m *Manager) Install(cloneURL string, stdout, stderr io.Writer) error
- func (m *Manager) InstallLocal(dir string) error
- func (m *Manager) List(includeMetadata bool) []extensions.Extension
- func (m *Manager) Remove(name string) error
- func (m *Manager) Upgrade(name string, force bool, stdout, stderr io.Writer) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Extension ¶
type Extension struct {
// contains filtered or unexported fields
}
func (*Extension) UpdateAvailable ¶
Click to show internal directories.
Click to hide internal directories.