package
Version:
v1.1.11
Opens a new window with list of versions in this module.
Published: Jul 10, 2021
License: MIT
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func CreateConfig(config *Config)
CreateConfig adds a configuration file to the project.
type Config struct {
Profile string `json:"profile"`
Region string `json:"region"`
Environments map[string]string `json:"environments"`
DefaultEnvironment string `json:"defaultEnv"`
}
Config for the project.
GetConfig reads configuration of the project.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.