Versions in this module Expand all Collapse all v0 v0.12.2 Feb 14, 2022 Changes in this version + var BootstrapCmd = cli.Command + var Command = cli.Command + var ConfigureCmd = cli.Command + var GenerateCmd = cli.Command + var LintCmd = cli.Command + var UpdateCmd = cli.Command + func CurrentVersion(repoURL string) string + func GenerateFromStackYaml(stackConfig StackConfig) (map[string]string, error) + func IsVersionLocked(stackConfig StackConfig) (bool, error) + func LatestVersion(repoURL string) (string, error) + func RepoUrlWithoutVersion(repoURL string) string + func StackDefinitionFromRepo(repoUrl string) (string, error) + func VersionsSince(repoURL string, sinceString string) ([]string, error) + type Component struct + Category string + Description string + Logo string + Name string + OnePager string + Schema string + UISchema string + Variable string + type StackConfig struct + Config map[string]interface{} + Stack StackRef + func Configure(stackDefinition StackDefinition, existingStackConfig StackConfig) (StackConfig, bool, error) + type StackDefinition struct + Categories []interface{} + ChangLog string + Components []*Component + Description string + Intro string + Message string + Name string + type StackRef struct + Repository string