1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-06 11:46:00 +02:00

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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