Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 253 Bytes

NOTES.md

File metadata and controls

6 lines (6 loc) · 253 Bytes

Getting download counts per release per Kibana version

curl -s https://api.github.com/repos/nyurik/kibana-vega-vis/releases | \
  grep -E '("download_count"|        "name")' | \
  sed '$!N;s/\n/ /;s/.*vega_vis-\+//;s/\.zip.*: /\t\t/;s/,$//'
``'