Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SaveProjectConfig ¶
SaveProjectConfig saves a project configuration file.
Types ¶
type Config ¶
type Config struct { Meta config.Metadata DefaultRegistry string Dependencies []dependency.Dependency // contains filtered or unexported fields }
Config describes structure of klio.yaml files.
func CreateDefaultProjectConfig ¶
CreateDefaultProjectConfig creates default Config and save it to give path if it's not already there.
func LoadProjectConfig ¶
LoadProjectConfig reads a project configuration file.
func NewDefaultConfig ¶
func NewDefaultConfig() *Config
func (*Config) MarshalYAML ¶
func (*Config) UnmarshalYAML ¶
Click to show internal directories.
Click to hide internal directories.