Skip to content

Instantly share code, notes, and snippets.

@paulmolluzzo
Created May 16, 2017 13:34
Show Gist options
  • Save paulmolluzzo/e998785e0ae0e1aba864fa220821911e to your computer and use it in GitHub Desktop.
Save paulmolluzzo/e998785e0ae0e1aba864fa220821911e to your computer and use it in GitHub Desktop.
rm all frozen now deployments
now ls | grep FROZEN | awk '{print $1}' | xargs now rm -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment