package
0.11.1
Repository: https://github.com/terramate-io/terramate.git
Documentation: pkg.go.dev

# Packages

Package trigger provides functionality that help manipulate stacks triggers.

# Functions

Clone will clone the stack at srcdir into destdir.
Create creates the provided stack on the filesystem.
List loads from the config all terramate stacks.
NewEvalCtx creates a new stack evaluation context.
NewGitAwareManager returns a stack manager that supports change detection.
NewManager creates a new stack manager.
UpdateStackID updates the stack.id of the given stack directory.

# Constants

DefaultFilename is the default file name for created stacks.
ErrCloneDestDirExists indicates that the dest dir on a clone operation already exists.
ErrInvalidStackDir indicates that the given stack dir is invalid.
ErrStackAlreadyExists indicates that the stack already exists and cant be created.
ErrStackDefaultCfgFound indicates that the dir already has a default stack configuration.

# Structs

No description provided by the author
Entry
No description provided by the author
EvalCtx represents the evaluation context of a stack.
No description provided by the author
No description provided by the author
No description provided by the author

# Type aliases

EntrySlice implements the Sort interface.