Created
November 24, 2015 10:53
-
-
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 :)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $(".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