commands

package
v0.4.0 Latest Latest
Warning

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

Go to latest
Published: Jun 26, 2026 License: MPL-2.0 Imports: 24 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func BuildURL

func BuildURL(baseURL, path string, params url.Values) (string, error)

BuildURL joins a base URL, path, and query parameters.

Types

type Runner

type Runner struct {
	Registry *apis.Registry
	Client   *client.Client
}

Runner owns command execution dependencies.

func NewDefaultRunner

func NewDefaultRunner() *Runner

NewDefaultRunner creates a runner for production use.

func (*Runner) NewRootCmd added in v0.1.10

func (r *Runner) NewRootCmd() *cobra.Command

NewRootCmd builds the Cobra command hierarchy for the CLI.

func (*Runner) Run

func (r *Runner) Run(ctx context.Context, args []string, stdout, stderr io.Writer) int

Run executes the CLI and returns a process exit code.

Jump to

Keyboard shortcuts

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