DataDog / datadogpy

The Datadog Python library
https://datadoghq.com/
Other
612 stars 304 forks source link

dogshell dashboard help file needs better description/examples #635

Open tehlers320 opened 3 years ago

tehlers320 commented 3 years ago

something i thought i'd be able to do is:

dog dashboard show xyz-123 |jsonpp  > .datadog/dashboard.json

Then later restore

cat .datadog/dashboard.json | dog dashboard post mycooldashboard ordered 
ERROR: 'widgets' should be array

The -h is not clear how you are expected to post a dashboard.

pip list |grep datadog
datadog                       0.40.0              
datadog-api-client            1.0.0b6        
github-actions[bot] commented 3 years ago

Thanks for your contribution!

This issue has been automatically marked as stale because it has not had activity in the last 30 days. Note that the issue will not be automatically closed, but this notification will remind us to investigate why there's been inactivity. Thank you for participating in the Datadog open source community.

If you would like this issue to remain open:

  1. Verify that you can still reproduce the issue in the latest version of this project.

  2. Comment that the issue is still reproducible and include updated details requested in the issue template.