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 }
Click to show internal directories.
Click to hide internal directories.