# Functions
Delete uses the helm client to delete an app with the given name
Returns an error if the command failed.
ReadConfig reads in global configuration from $DRAFT_HOME/config.toml.
SaveConfig saves global configuration to $DRAFT_HOME/config.toml.
# Variables
ErrNoLanguageDetected is raised when `draft create` does not detect source code for linguist to classify, or if there are no packs available for the detected languages.
# Type aliases
DraftConfig is the configuration stored in $DRAFT_HOME/config.toml.