Function juju::config_get [] [src]

pub fn config_get(key: &str) -> Result<String, JujuError>

This will return a configuration item that corresponds to the key passed in

Failures

Will return a String of the stderr if the call fails