Skip to content

Instantly share code, notes, and snippets.

@evanshortiss
Created April 12, 2016 03:29
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 evanshortiss/0e0724726c86d8badd34827e43b00185 to your computer and use it in GitHub Desktop.
Save evanshortiss/0e0724726c86d8badd34827e43b00185 to your computer and use it in GitHub Desktop.
for log in `fhc app logs list --app=irfeeciv4vf3uxwnlchbjwuj --env=tke-test --json\
| \grep -i "std" | sed 's/.*"\(.*\)"[^"]*$/\1/'`; do \
fhc app logs get --logname="$log" --app=irfeeciv4vf3uxwnlchbjwuj --env=tke-test --verbose; done > output.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment