 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
- func NewCmdExtensions(f *cmdutil.Factory) *cobra.Command
- type Extension
- type Manager
- 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() []extensions.Extension
- func (m *Manager) Remove(name string) error
- func (m *Manager) Upgrade(name string, stdout, stderr io.Writer) error
 
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Extension ¶ added in v1.12.0
type Extension struct {
	// contains filtered or unexported fields
}
     Click to show internal directories. 
   Click to hide internal directories.