Skip to content

Instantly share code, notes, and snippets.

@linki
Created February 13, 2015 10:32
Show Gist options
  • Save linki/71bff880b326f0281a7c to your computer and use it in GitHub Desktop.
Save linki/71bff880b326f0281a7c to your computer and use it in GitHub Desktop.
eb printenv | \
tail -n +2 | \
sed "s/ //" | \
sed "s/ = /\"=\"/" | \
sed "s/\(.*\)/\"\1\"/" | \
grep -v "AWS.*KEY" | \
grep -v "PARAM.*" | \
sort \
> environment.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment