Documentation ¶
Overview ¶
Package command provides commands for scaffolding new CLI plugins.
Index ¶
Constants ¶
View Source
const AllTargets cli.Arch = "all"
AllTargets are all the known targets.
Variables ¶
View Source
var CLICmd = &cobra.Command{
Use: "cli",
Short: "Build CLIs",
}
CLICmd holds CLI builder commands.
View Source
var CompileCmd = &cobra.Command{
Use: "compile",
Short: "Compile a repository",
RunE: compile,
}
CompileCmd compiles CLI plugins
Functions ¶
func NewAddPluginCmd ¶
NewAddPluginCmd adds a cli plugin to the repository.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.