Documentation
¶
Overview ¶
Package cli provides the command-line interface for the teamvault utility.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Execute ¶
func Execute()
Execute runs the CLI application. It sets up signal handling for SIGINT and SIGTERM, configures structured logging, and executes the root command. The sole context.Background() is created here and passed to Run.
func NewRootCommand ¶
NewRootCommand creates the root cobra command with all persistent flags and subcommands registered.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.