Documentation
¶
Overview ¶
Package pluginscmd implements the `d8 plugins` command tree and the per-plugin wrapper command on top of the internal/plugins machinery.
Index ¶
Constants ¶
View Source
const ( SystemPluginName = "system" // PackagePluginName names the capability, not a wrapper command: `d8 package` // is always built in (cmd/d8/root.go). It is passed to SetBuiltinCommands so a // plugin depending on "package" is satisfied without a registry lookup. // TODO(Glitchy-Sheep): swap the built-in for NewPluginCommand during full plugin system implementation. PackagePluginName = "package" )
Variables ¶
This section is empty.
Functions ¶
func NewCommand ¶
NewCommand returns the `d8 plugins` command tree for managing plugins. builtinCommands are built-in command names that satisfy a plugin dependency of the same name (e.g. delivery-kit) until such capabilities ship as standalone plugins.
Types ¶
This section is empty.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.