show hidden Grafana auth/bearer config

This commit is contained in:
soulgalore 2019-01-12 22:15:40 +01:00
parent 593f2daa28
commit 2ee7d15342
1 changed files with 5 additions and 0 deletions

View File

@ -450,6 +450,11 @@ module.exports.parseCommandLine = function parseCommandLine() {
describe: 'The Grafana port used when sending annotations to Grafana.',
group: 'Grafana'
})
.option('grafana.auth', {
describe:
'The Grafana auth/bearer value used when sending annotations to Grafana. See http://docs.grafana.org/http_api/auth/#authentication-api',
group: 'Grafana'
})
/**
Graphite cli option
*/