Use the Custom Domain CLI plugin to configure and manage your custom domains.
Install the Cloud Foundry command-line interface (CLI) for the plugin to work. You can find the installation instructions here: Download and Install the Cloud Foundry Command Line Interface.
-
Download the latest version of the plugin that is compatible with your operating system. On the Web page, you'll find the plugin under the SAP BTP Cloud Foundry CLI plugins section with the name Custom Domain.
-
Untar or unzip the downloaded archive.
-
Open the command-line interface or terminal.
-
To install the plugin, enter the following command:
-
Mac and Linux:
cf install-plugin <path to the downloaded folder>/custom-domain-cli
-
Windows:
cf install-plugin <path to the downloaded folder>\custom-domain-cli.exe
If you are reinstalling the plugin, first uninstall the previous version using:
cf uninstall-plugin "Custom Domain"
-
-
Verify that the plugin has been installed successfully by entering:
cf plugins
You see a list of plugins that now includes Custom Domain. The output also displays commands that are specific to the Custom Domain plugin.
You have installed the Custom Domain plugin for the Cloud Foundry CLI and can now use the extended commands that are available from the Custom Domain service.
Related Information
Download and Install the Cloud Foundry Command Line Interface