Versions in this module Expand all Collapse all v0 v0.9.1 Mar 8, 2018 Changes in this version type App + func (_m *App) RenameEnvironment(from string, to string) error v0.9.0 Mar 5, 2018 Changes in this version + type App struct + func (_m *App) AddEnvironment(name string, k8sSpecFlag string, spec *app.EnvironmentSpec) error + func (_m *App) Environment(name string) (*app.EnvironmentSpec, error) + func (_m *App) Environments() (app.EnvironmentSpecs, error) + func (_m *App) Init() error + func (_m *App) LibPath(envName string) (string, error) + func (_m *App) Libraries() app.LibraryRefSpecs + func (_m *App) Registries() app.RegistryRefSpecs + func (_m *App) RemoveEnvironment(name string) error + func (_m *App) Upgrade(dryRun bool) error