Documentation ¶
Overview ¶
Package utils contains miscellaneous utility code
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExpandAndVerifyExists ¶
ExpandAndVerifyExists Expand relative path to absolute, and make sure it exists. This is necessary for many arguments because Helmfile assumes paths are relative to helmfile.yaml and we want them to be relative to CWD.
func FileExists ¶ added in v0.0.29
FileExists returns true if the file exists, false otherwise, and an error if an error occurs
func Interactive ¶ added in v0.0.29
func Interactive() bool
Interactive returns true if Thelma is running in an interactive shell, false otherwise. Useful for detecting if Thelma is running in CI pipelines or on a dev laptop
func IsIPV4Address ¶ added in v0.0.24
IsIPV4Address returns true if addr is a valid ipv4 address
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.