Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { GitConfig GitConfig `yaml:"git"` Environments []Environment `yaml:"environments"` }
func LoadConfig ¶
func (Config) HasNextEnvironment ¶
func (Config) IsEnvironmentAutomated ¶
func (Config) NextEnvironment ¶
func (c Config) NextEnvironment(envName string) (Environment, error)
func (Config) PrevEnvironment ¶
func (c Config) PrevEnvironment(envName string) (Environment, error)
type Environment ¶
Click to show internal directories.
Click to hide internal directories.