pub fn show(
out: &OutputConfig,
host_arg: Option<String>,
email_arg: Option<String>,
profile_arg: Option<String>,
) -> Result<(), ApiError>Expand description
Print the config file path and current resolved values (masking the token).