Skip to content

Instantly share code, notes, and snippets.

@afirth
Created December 22, 2018 17:44
Show Gist options
  • Save afirth/d7ad387d1455efb786ee675e01a2a56e to your computer and use it in GitHub Desktop.
Save afirth/d7ad387d1455efb786ee675e01a2a56e to your computer and use it in GitHub Desktop.
Tail logs of latest build from google cloud builder
gcloud beta builds list --limit=1 --format=value\(extract\(id\)\) | xargs gcloud beta builds log --stream
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment