Documentation ¶
Index ¶
- type Config
- func (c *Config) GetConfig(path string) (*UserConfig, error)
- func (c *Config) GetProject(path string) (*Project, error)
- func (c *Config) GetSecrets(path, environment string) (map[string]string, error)
- func (c *Config) RemoveSecret(path, environment, key string) error
- func (c *Config) SetSecret(path, environment, key, value string) error
- type EnvironmentSecret
- type Options
- type Project
- type UserConfig
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
// contains filtered or unexported fields
}
func (*Config) GetSecrets ¶
func (*Config) RemoveSecret ¶
type EnvironmentSecret ¶
type Project ¶
type Project struct {
Secrets EnvironmentSecret `yaml:"secrets"`
}
type UserConfig ¶
Click to show internal directories.
Click to hide internal directories.