doghouse savewill save your dashboard and monitors to json files in ~/.doghouse.doghouse syncwill 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.dashboardandmonitorare both supported here.doghouse configurewill reconfigure the Datadog credentials. Optionally accepts--api-keyand--app-keyas options to forgo user input.
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.