Installing Platform CLI

You can download the Platform CLI installer file from the Downloads & APIs page in TIBCO Control Plane.

You can install the Platform CLI on the following Operating Systems:

  • MacOS (ARM64 and AMD64)

  • Windows (AMD64)

  • Linux (AMD64)

Prerequisites

You must have libsecret installed for Linux based machines. If not, use below commands:

  • Debian or Ubuntu: sudo apt-get install libsecret-1-dev

  • Red Hat-based: sudo yum install libsecret-devel

  • Arch Linux: sudo pacman -S libsecret{}

    Note: You do not need above if you are not using profiles feature and just going to set the token as a environment variable or pass it by using flag.

For Linux and MacOS

  1. Sign in to TIBCO Control Plane.

  2. Download installer from the Downloads & APIs page in TIBCO Control Plane.

  3. Run the installer.

For Windows

  1. Sign in to TIBCO Control Plane.

  2. Download installer from the Downloads & APIs page in TIBCO Control Plane.

  3. Run the installer. If you get the below warning, click Run anyway.

Verify installation

Run the following command in your terminal.

tibcop --version

Proxy

In case your machine is behind proxy. Set proxy in environment variables.

export https_proxy="https://PROXY_SERVER:PORT"
export http_proxy="http://PROXY_SERVER:PORT"