Created
August 23, 2017 20:15
-
-
Save dmarmugi/f70231ec8b4f85d150d6a285533a702a to your computer and use it in GitHub Desktop.
Stop all Cloud Foundry apps in a space
This file contains hidden or 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 sp " $1)}' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, @harishbab, you can see my comment and replace the variables with the ones from point 2 so that you start the stopped apps.