November 2017
Beginner to intermediate
306 pages
7h 43m
English
We've told the cf CLI which Cloud Foundry endpoint to talk to using the cf api command; now we will use the cf login command to authenticate against that API endpoint. To do so, just type the following into your Terminal:
$ cf login
At this point, it will tell you which Cloud Foundry instance's API endpoint you are targeting and will prompt you for your username, which is often in the form of an email address, and the password you set up when you signed up for your PWS user account. Once you've entered that information, you'll see the targets set for the org and the space that you configured on your Cloud Foundry instance at PWS, like so:
Read now
Unlock full access