cli

package
v5.5.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 13, 2026 License: BSD-2-Clause Imports: 18 Imported by: 0

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

func NewRootCommand(ctx context.Context) *cobra.Command

NewRootCommand creates the root cobra command with all persistent flags and subcommands registered.

func Run

func Run(ctx context.Context, args []string) error

Run builds the root command and executes it with the given arguments. It returns any error from command execution.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL