Check if environment exists
bool hasEnvironment(String envName) { return environments.containsKey(envName.toLowerCase()); }