Pivotal Cloud Foundry: Installing the Cloud Foundry Command Line Interface (CLI)

cli-installer

A very important and very practicable tool in Pivotal’s Cloud Foundry is the Command Line Interface (CLI). The setup zip-file can be downloaded on this page. After unpacking the zip-file to a folder of your choice we can start the setup procedure. Here we only have to choose the installation folder. After the installation we open a command bar and access the installation directory. There we might start with cf help for getting a glance on the available commands.

cli-cfhelp

When we want to have access to the different CLI commands however we have to log-in, this is done by typing
cf login –a api.run.pivotal.io:

cli-login

Now you can log-in via the CLI by typing in your email which you used for creating the account and typing in the password (remains invisible) afterwards. Now you finally have access to the various services of the Cloud Foundry via the command prompt. Congratulations!
In the next entry we will discuss Organizations, Spaces, Users and Roles. Stay tuned!

Kommentar absenden

Deine E-Mail-Adresse wird nicht veröffentlicht. Erforderliche Felder sind mit * markiert