Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var GrafanaCmd = &cobra.Command{
Use: "grafana",
Short: "Interact with Grafana",
Long: `Interact with Grafana`,
}
Functions ¶
func RunDownloadConfig ¶
func RunDownloadConfig(args DownloadConfigArgs) error
Types ¶
type DownloadConfigArgs ¶
type DownloadConfigArgs struct { *GrafanaArgs NoAlert bool NoDashboards bool NoDataSources bool StorageDir string }
Click to show internal directories.
Click to hide internal directories.