Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ConfigYAML ¶
type ConfigYAML struct { AwsConfigPaths []string `yaml:"awsConfig"` TemplateValues []map[string][]map[string]string `yaml:"templateValues"` }
func (ConfigYAML) PromptRequiredKeys ¶
func (c ConfigYAML) PromptRequiredKeys(passedKeys []string, interactive bool, registryName string) error
granted.yml config might contain user specific variables in such case we would prompt users to add them before registry is added.
Click to show internal directories.
Click to hide internal directories.