Created
May 12, 2017 20:53
-
-
Save pblittle/6c7ec2f7869eadf063710e48a845679e to your computer and use it in GitHub Desktop.
Returns a list of Cloud Foundry app names
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 curl /v2/apps | jq -r ".resources[].entity.name" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment