Documentation
¶
Overview ¶
Package plugins provides commands for managing scafctl plugins.
Index ¶
- func CommandInstall(cliParams *settings.Run, ioStreams *terminal.IOStreams, _ string) *cobra.Command
- func CommandList(cliParams *settings.Run, ioStreams *terminal.IOStreams, _ string) *cobra.Command
- func CommandPlugins(cliParams *settings.Run, ioStreams *terminal.IOStreams, path string) *cobra.Command
- type InstallOptions
- type ListOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CommandInstall ¶
func CommandInstall(cliParams *settings.Run, ioStreams *terminal.IOStreams, _ string) *cobra.Command
CommandInstall creates the install subcommand.
func CommandList ¶
CommandList creates the list subcommand.
Types ¶
type InstallOptions ¶
type InstallOptions struct {
CliParams *settings.Run
IOStreams *terminal.IOStreams
File string
Platform string
CacheDir string
}
InstallOptions holds options for the install command.
type ListOptions ¶
type ListOptions struct {
CliParams *settings.Run
IOStreams *terminal.IOStreams
CacheDir string
flags.KvxOutputFlags
}
ListOptions holds options for the list command.
Click to show internal directories.
Click to hide internal directories.