cf: add login example (#8929)

This commit is contained in:
Saikat Sengupta
2022-10-11 15:40:59 +05:30
committed by GitHub
parent c42e33071c
commit 70bcc9ebf5

View File

@@ -3,6 +3,10 @@
> Command-line tool to manage apps and services on Cloud Foundry.
> More information: <https://docs.cloudfoundry.org>.
- Log in to the Cloud Foundry API:
`cf login -a {{api_url}}`
- Push an app using the default settings:
`cf push {{app_name}}`