Add all apps command to readme

Signed-off-by: Keaty Gross <kgross@pivotal.io>
This commit is contained in:
Dave Goddard 2016-09-28 12:13:09 -04:00 коммит произвёл Keaty Gross
Родитель f7c145fa52
Коммит 88c96a9ffe
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -32,4 +32,7 @@ wget misty-sisters.surge.sh/garden.zip
Install the https certificate on linux and windows since it is self signed
### Useful commands
* To find all of the apps on a CF instance (after logging in as admin):
`cf curl '/v2/apps?inline-relations-depth=2' | jq -r '.resources[].entity|{org:.space.entity.organization.entity.name, space:.space.entity.name, name:.name}'`