Documentation
¶
Overview ¶
Package changesets provides CRE workflow changesets that can be applied to deployment environments.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CREWorkflowDeployChangeset ¶
type CREWorkflowDeployChangeset struct{}
CREWorkflowDeployChangeset resolves workflow artifacts and runs the CRE CLI workflow deploy command.
func (CREWorkflowDeployChangeset) Apply ¶
func (CREWorkflowDeployChangeset) Apply(e cldf.Environment, input creops.CREWorkflowDeployInput) (cldf.ChangesetOutput, error)
Apply loads CRE config and runs the CRE workflow deploy operation.
func (CREWorkflowDeployChangeset) VerifyPreconditions ¶
func (CREWorkflowDeployChangeset) VerifyPreconditions(e cldf.Environment, input creops.CREWorkflowDeployInput) error
VerifyPreconditions ensures the environment can run CRE and input is valid.
Click to show internal directories.
Click to hide internal directories.