Created
March 16, 2018 12:14
-
-
Save zekizeki/64527ea68ed97a8510e095647eb774e5 to your computer and use it in GitHub Desktop.
start 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 stopped | awk '{print $1}{system("cf start " $1)}' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment