November 2017
Beginner to intermediate
306 pages
7h 43m
English
The Orgs can also be created using the cf CLI. To do this, we will login to the PCF Dev environment by executing the cf login -a https://api.local.pcfdev.io --skip-ssl-validation command.
Before we move further, let's take a look at the help text on how to create an Org. We will execute the cf create-org --help command:

Now, in order to create the Org, we need to execute the cf create-org ORG-NAME command, where the ORG-NAME would be the name of the Application Group, the Business Unit, or the Product Group.
For illustration purposes, ...
Read now
Unlock full access