# Packages

No description provided by the author

# Functions

DiscoverExternalPlugins discovers the external plugins in the plugins root directory and adds them to external.Plugin.
New creates a new CLI instance.
WithCommandName is an Option that sets the CLI's root command name.
WithCompletion is an Option that adds the completion subcommand.
WithDefaultPlugins is an Option that sets the CLI's default plugins.
WithDefaultProjectVersion is an Option that sets the CLI's default project version.
WithDescription is an Option that sets the CLI's root description.
WithExtraAlphaCommands is an Option that adds extra alpha subcommands to the CLI.
WithExtraCommands is an Option that adds extra subcommands to the CLI.
WithFilesystem is an Option that allows to set the filesystem used in the CLI.
WithPlugins is an Option that sets the CLI's plugins.
WithVersion is an Option that defines the version string of the CLI.

# Structs

CLI is the command line utility that is used to scaffold kubebuilder project files.

# Type aliases

Option is a function used as arguments to New in order to configure the resulting CLI.