Skip to content

Commit

Permalink
add a little more help usage
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamie Van Dyke committed Feb 29, 2024
1 parent 1bc4019 commit 768cdf8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions scripts/get-decommission-details.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@
#
# The ready_for_decommission column will be "yes" if there are no running or non-running apps, and no services.
# The suspended column will be "true" if the org is suspended, and "false" if it is not.
#
# I run it like this:
#
# cf login -a api.london.cloud.service.gov.uk --sso
# ./scripts/get-decommission-details.sh > ~/Desktop/status.csv
# cf login -a api.cloud.service.gov.uk --sso
# ./scripts/get-decommission-details.sh >> ~/Desktop/status.csv

set -e

Expand Down

0 comments on commit 768cdf8

Please sign in to comment.