Discover Packages
github.com/klothoplatform/klotho
pkg
cli_config
package
Version:
v0.6.4
Opens a new window with list of versions in this module.
Published: Mar 3, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
func CreateKlothoConfigPath() error
KlothoConfigPath returns a path to a file in ~/.klotho/<filename>
EnvVar represents an environment variable, specified by its key name.
wrapper around os.Getenv. This string's value is the env var key. Use GetOr to get its value, or a
default if the value isn't set.
GetOr uses os.Getenv to get the env var specified by the target EnvVar. If that env var's value is unset or empty,
it returns the defaultValue.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.