Documentation
¶
Overview ¶
Package commands assembles the cobra command tree. CLI commands and server commands are registered from build-tagged files (ADR-0002): this file and Execute always compile.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Register ¶
Register adds a top-level command (called from build-tagged registration files' init()).
The CLI and daemon trees both contribute a `cluster` group (host setup vs cluster-wide operations). Cobra would keep both and resolve the name to whichever was added first, silently hiding the other's subcommands — so a group whose name is already taken is merged into the existing one instead.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.