Documentation
¶
Overview ¶
Package types contains types used globally throughout Zarf
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RemoteOptions ¶ added in v0.71.0
RemoteOptions are common options when calling a remote service
type ZarfCommonOptions ¶
type ZarfCommonOptions struct {
// Path to use to cache images and git repos on package create
CachePath string
// Location Zarf should use as a staging ground when managing files and images for package creation and deployment
TempDirectory string
// Whether to prefer using the structured logger over printing to stdout/stderr (i.e. in actions or git repo pulls)
PreferLogger bool
}
ZarfCommonOptions tracks the user-defined preferences used across commands.
Click to show internal directories.
Click to hide internal directories.