Menu

Grafana Repository Install

module.exports = header: 'Grafana repo Install', handler: ({options}) ->

  @tools.repo
    if: options.source?
    header: 'Repository'
    source: options.source
    target: options.target
    replace: options.replace
    update: true