Skip to content

Instantly share code, notes, and snippets.

@zekizeki
Created March 16, 2018 12:14
Show Gist options
  • Save zekizeki/64527ea68ed97a8510e095647eb774e5 to your computer and use it in GitHub Desktop.
Save zekizeki/64527ea68ed97a8510e095647eb774e5 to your computer and use it in GitHub Desktop.
start all Cloud Foundry apps in a space
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