Skip to content

Instantly share code, notes, and snippets.

@foodforarabbit
Created May 5, 2018 15:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save foodforarabbit/48c477c279a69aa2755517ab60601a43 to your computer and use it in GitHub Desktop.
Save foodforarabbit/48c477c279a69aa2755517ab60601a43 to your computer and use it in GitHub Desktop.
heroku extract vars
$(".config-vars-list-table").find("tr").toArray().map((t) => { return {key: $(t).find('td').eq(0).find('input').val(), value: $(t).find('td').eq(1).find('textarea').val()}})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment