Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AreAllPathsEmpty ¶
AreAllPathsEmpty checks if the provided paths are all nonexistent files or empty directories
func Compress ¶
func Compress(archivePath string, includePaths []string, logger log.Logger, envRepo env.Repository) error
Compress creates a compressed archive from the provided files and folders using absolute paths.
func Decompress ¶
func Decompress(archivePath string, logger log.Logger, envRepo env.Repository, additionalArgs ...string) error
Decompress takes an archive path and extracts files. This assumes an archive created with absolute file paths.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.