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:
parent
c42e33071c
commit
70bcc9ebf5
1 changed files with 4 additions and 0 deletions
|
@ -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}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue