Returns the value of a given config key

await repo.getConfig(configKey)

Examples

const email = await repo.getConfig('user.email');