Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // FullMetadataError should be returned when past runs exist in metadata. ErrFullMetadata = errors.New("prior run metadata found, please run 'create diff' instead") // FullMetadataError should be returned when no past runs exist in metadata. ErrDiffMetadata = errors.New("no prior run metadata found, please run 'create full' instead") )
Functions ¶
This section is empty.
Types ¶
type Options ¶
type Options struct {
*cli.RootOptions
OutputDir string
ConfigPath string
SkipImagePin bool
}
func (*Options) ValidatePaths ¶
ValidatePaths validate the existence of paths from user flags
Click to show internal directories.
Click to hide internal directories.