show hidden Grafana auth/bearer config
This commit is contained in:
parent
593f2daa28
commit
2ee7d15342
|
|
@ -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
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue