Skip to content

actualmermaid/grafctl

 
 

Repository files navigation

grafctl

Travis CI

Command-line utility for managing Grafana

Installation

Linux

curl -L https://github.com/dimitrovvlado/grafctl/releases/download/$(curl -s https://github.com/raw/dimitrovvlado/grafctl/master/VERSION.txt)/grafctl-linux-amd64 -o /usr/local/bin/grafctl && chmod +x /usr/local/bin/grafctl

MacOS

curl -L https://github.com/dimitrovvlado/grafctl/releases/download/$(curl -s https://github.com/raw/dimitrovvlado/grafctl/master/VERSION.txt)/grafctl-darwin-amd64 -o /usr/local/bin/grafctl && chmod +x /usr/local/bin/grafctl

Features

  • Written in portable go, binary is free of dependencies
  • Import/export of dashboards
  • Create/read/delete datasources, folders, users, organizations, teams

Usage

Usage:
  grafctl [flags]
  grafctl [command]

Available Commands:
  config      Configure this command line tool
  create      Create a resource
  delete      Delete a resource by name or id
  get         Display one or many resources
  help        Help about any command
  version     Print the version number of grafctl

Flags:
  -h, --help      help for grafctl
  -v, --verbose   Verbose output

Use "grafctl [command] --help" for more information about a command.

About

Manage and automate Grafana

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 93.4%
  • Makefile 6.6%