Skip to content

Instantly share code, notes, and snippets.

@subinamathew
Forked from dmarmugi/stopCFAppsInSpace.sh
Created July 3, 2019 09:15
Show Gist options
  • Save subinamathew/7581423268791918e72b57a72a73f664 to your computer and use it in GitHub Desktop.
Save subinamathew/7581423268791918e72b57a72a73f664 to your computer and use it in GitHub Desktop.
Stop all Cloud Foundry apps in a space
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