# Structs
Cleanup represents application directory cleanup step.
CollectTemplateVarsFromUser represents interactive variables collecting step.
CopyAppTemplate represents template -> app directory copy step.
CreateAppSymlink step creates a symbolic link to the new application in instances enabled directory.
CreateTemporaryAppDirectory represents create temporary application directory step.
FillTemplateVarsFromCli represents a step for collecting variables from command line args.
LoadManifest represents manifest load step.
LoadVarsFile represents variables file load step.
MoveAppDirectory represents temporary application directory move step.
No description provided by the author
RenderTemplate represents template render step.
RunHook represents run hook step.
SetPredefinedVariables represents a step for setting pre-defined variables.
# Interfaces
Step is an interface for single step in create chain.