Skip to content

Instantly share code, notes, and snippets.

@oieioi
Last active June 10, 2021 07:01
Show Gist options
  • Save oieioi/425fe928e51561858d175dcf5e0b3f2c to your computer and use it in GitHub Desktop.
Save oieioi/425fe928e51561858d175dcf5e0b3f2c to your computer and use it in GitHub Desktop.
Collecte ENV keys from Ruby project
git grep -h -o -E "ENV(\[|\.fetch).*"|
ruby -ane 'puts $_.match(%r|['\''"](.+?)["'\'']|)[1]' |
sort |
uniq
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment