Documentation
¶
Overview ¶
Package cmd contains the kvlt cobra command tree.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Execute ¶
func Execute()
Execute runs the root command; invoked by main. SilenceUsage drops the help-text dump on runtime failures (config not found, bind:port in use, …) where it's just noise.
Errors flow up from pkg/kvlt as wrapped sentinels, return through each verb's RunE verbatim, and land here. We render one themed line via cli.Failure and exit with the code exitCodeFor maps from the sentinel — the only place in the binary that translates a library error into shell-shaped output. The library never logs.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.