Skip to content

Instantly share code, notes, and snippets.

@pblittle
Created May 12, 2017 20:53
Show Gist options
  • Save pblittle/6c7ec2f7869eadf063710e48a845679e to your computer and use it in GitHub Desktop.
Save pblittle/6c7ec2f7869eadf063710e48a845679e to your computer and use it in GitHub Desktop.
Returns a list of Cloud Foundry app names
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