plugins

package
v0.12.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 28, 2026 License: Apache-2.0 Imports: 22 Imported by: 0

Documentation

Overview

Package plugins provides commands for managing scafctl plugins.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CommandInstall

func CommandInstall(cliParams *settings.Run, ioStreams *terminal.IOStreams, path string) *cobra.Command

CommandInstall creates the install subcommand.

func CommandList

func CommandList(cliParams *settings.Run, ioStreams *terminal.IOStreams, path string) *cobra.Command

CommandList creates the list subcommand.

func CommandPlugins

func CommandPlugins(cliParams *settings.Run, ioStreams *terminal.IOStreams, path string) *cobra.Command

CommandPlugins creates the plugins command group.

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 {
	BinaryName string
	CliParams  *settings.Run
	IOStreams  *terminal.IOStreams
	CacheDir   string
	flags.KvxOutputFlags
}

ListOptions holds options for the list command.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL