Pivotal Cloud Foundry Developer Certification - Cloud Foundry Overview - How do you login to Cloud Foundry?
- How do you login to Cloud Foundry?
Download Cloud Foundry Command Line Interface i.e. CF CLI.
Default locale is en-US, which can be changed with "$ cf config --locale YOUR_LANGUAGE" command.
"cf help" for help content
To login use command
$ cf login [-a API_URL] [-u USERNAME] [-p PASSWORD] [-o ORG] [-s SPACE]
Or
$ cf api API_URL
$ cf login
Once you logged in you will inside your Org and space. If you have been associated with mutiple orgs and spaces then you will be promoted to select the org and spaces respectively.
Comments
Post a Comment