Skip to content

Cloud foundry

cf cli app

Issues:

Configure / login

Configure API endpoint:

cf api https://…

Login with either method:

cf login
cf login --sso

Usage

Target an org and space:

cf target -o "observability" -s "cost-exporter"

List apps:

cf apps

Get app summary:

cf app cost-exporter

Authentication