Skip to content

Instantly share code, notes, and snippets.

@steverob
Created November 24, 2015 10:53
Show Gist options
  • Select an option

  • Save steverob/dfaed929ec38c02baff3 to your computer and use it in GitHub Desktop.

Select an option

Save steverob/dfaed929ec38c02baff3 to your computer and use it in GitHub Desktop.
Export ENV vars of an AWS Elastic Beanstalk environment from the web console :)
$(".properties-table tr").each(function() {
console.log($(this).find('td').text().trim() + ": " + $(this).find('input').val())
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment