package
0.0.0-20241009004650-84ea22048b9a
Repository: https://github.com/azure/azure-dev.git
Documentation: pkg.go.dev

# Functions

GetUserConfigDir returns the config directory for storing user wide configuration data.
Gets the local file system path to the Azd configuration file.
NewConfig creates a configuration object, populated with an initial set of keys and values.
NewEmptyConfig creates a empty configuration object.
NewFileConfigManager creates a new FileConfigManager instance.
Creates a new Configuration Manager.
No description provided by the author
Parses azd configuration JSON and returns a Config instance.

# Interfaces

Azd configuration for the current user Configuration data is stored in user's home directory @ ~/.azd/config.json.
FileConfigManager provides the ability to load, parse and save azd configuration files.
No description provided by the author
No description provided by the author