Versions in this module Expand all Collapse all v0 v0.1.0 Oct 23, 2019 v0.0.1 Oct 23, 2019 Changes in this version + type CIConfig struct + Buildkite *ci.Buildkite + Gitlab *ci.Gitlab + Selected string + type Config struct + CI *CIConfig + CurrentCI ci.CI + CurrentVCS vcs.VCS + Organisation string + RegistryUrl string + VCS *VCSConfig + func InitEmptyConfig() *Config + func (c *Config) Configure() error + func (c *Config) Scaffold(dir, name string, stack stack.Stack, out io.Writer) int + func (c *Config) Validate(name string) error + func (c *Config) ValidateConfig() error + type VCSConfig struct + Github *vcs.Github + Gitlab *vcs.Gitlab + Selected string