envs

abstract fun envs(profileName: String): Set<String>(source)

Returns all specified environments for the given profileName and throws in case the profile name is not specified in this collection.

Throws

if the given profileName is not part of this collection.