Installing edbctl v1.3

Prerequisites

  1. Obtain your EDB subscription token:

    The pgai-platform repository requires a token to enable downloads. To obtain your token, log in to EDB Repos 2.0. If this is your first time visiting the EDB Repos 2.0 page, you must select Request Access to generate your token. Once a generated token is available, select the Copy icon to copy it to your clipboard or the eye icon to view it.

  2. Set the EDB_SUBSCRIPTION_TOKEN environment variable:

    Once you have the token, execute the following command, substituting your token for <your-token>:

    # For Linux or macOS
    export EDB_SUBSCRIPTION_TOKEN=<your-token>

Install the package

Run the appropriate commands for your operating system.