Installing Platform CLI

You can download the Platform CLI installer file from the Downloads 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

  • See Platform CLI Compatibility Matrix.

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

Procedure

  1. Sign in to TIBCO Control Plane.

  2. On the Downloads page, click Get for the Platform CLI.

  3. Click Go to Download.

  4. Select version.

  5. Select the operating system.

  6. Agree to the terms and conditions.

  7. Click Individual file Download.

  8. Select the file to download, for example: tibco-platform-cli_1.1.0-mac-amd64.zip.

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"

Known Issue

If you see the following warning, click Run anyway.