Skip to content

tombasche/doghouse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Doghouse

Usage

  • doghouse save will save your dashboard and monitors to json files in ~/.doghouse.
  • doghouse sync will take your dashboards and monitors stored in ~/.doghouse and push them back to Datadog. This merely augments config in Datadog and is not destructive.
  • doghouse list <object_type> will display a list of resources of a specified type. dashboard and monitor are both supported here.
  • doghouse configure will reconfigure the Datadog credentials. Optionally accepts --api-key and --app-key as options to forgo user input.

Credentials

Credentials are read from config.yml located in ~/.doghouse. This is in the form:

api_key: <api_key>
app_key: <app_key>

First usage of the CLI will ask for credentials if they don't already exist anyway.

About

🐶 Save and sync your Datadog config

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages