Skip to content

Latest commit

 

History

History
64 lines (31 loc) · 2.38 KB

install-the-custom-domain-plugin-9f98dd0.md

File metadata and controls

64 lines (31 loc) · 2.38 KB

Install the Custom Domain Plugin

Use the Custom Domain CLI plugin to configure and manage your custom domains.

Prerequisites

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.

Procedure

  1. 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.

  2. Untar or unzip the downloaded archive.

  3. Open the command-line interface or terminal.

  4. 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
      

    Note:

    If you are reinstalling the plugin, first uninstall the previous version using: cf uninstall-plugin "Custom Domain"

  5. 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

Configuring Custom Domains ↗️