cf: add login example (#8929)

pull/1/head
Saikat Sengupta 2022-10-11 15:40:59 +05:30 committed by GitHub
parent c42e33071c
commit 70bcc9ebf5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

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}}`