toolbox

package
v1.0.39 Latest Latest
Warning

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

Go to latest
Published: Feb 14, 2023 License: BSD-3-Clause Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Toolbox

type Toolbox interface {
	// ExpandPath if `command` is the name of a tool that exists in the toolbox directory,
	// such as "kubectl", "helm", "argocd", return the fully-qualified path to that tool
	// within the toolbox directory.
	// (eg. "/Users/blah/.thelma/releases/v1.2.3/tools/bin/helm")
	// else, return the name unchanged (eg. "curl")
	ExpandPath(command string) string
}

func New

func New(dir string) (Toolbox, error)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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