Versions in this module Expand all Collapse all v0 v0.2.0 Jul 8, 2021 Changes in this version + type AppConfiguration struct + EnvGraph []environment.Environment + Info Info + YamlKeys []string + func (a *AppConfiguration) UpdateAppConfiguration() + type AppConfigurationFile struct + ByteContent []byte + EnvironmentGraph []environment.Environment + Info Info + Name string + Path string + StringContent string + YamlKeys []string + func NewAppConfigurationFile(path string) (*AppConfigurationFile, error) + func (a *AppConfigurationFile) GetByteContent() []byte + func (a *AppConfigurationFile) GetEnvironment(environment string) (*environment.Environment, error) + func (a *AppConfigurationFile) GetStringContent() string + func (a *AppConfigurationFile) Output() error + func (a *AppConfigurationFile) Print() + type Info struct + Description string + Name string + RepoUrl string + StatePath string + Target string + Type string