Created
March 16, 2018 12:14
-
-
Save zekizeki/7cc9acd0ddb839a4a77dac80529bcc7f to your computer and use it in GitHub Desktop.
Stop all CloudFoundry apps in a space
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cf apps | grep started | awk '{print $1}{system("cf stop " $1)}' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment