Page cover

Install for Mac OS

The cldkctl tool for macOS can be installed using either the Homebrew package manager or the Manual Binary Installation method. Choose one of the methods below based on the preferred installation approach.

Install via Homebrew

  1. Open the Terminal application.

  2. Run the following command to add the repository and install cldkctl:

brew tap Lintasarta/cldkctl https://github.com/Lintasarta/cldkctl.git
brew install cldkctl
  1. After the installation is complete, verify it by typing:

cldkctl --version
  1. If the version number appears, the installation was successful.

Manual Binary Installation

  1. Open the Manual Binary Installation section on the Service Portal AI.

  2. Download the latest cldkctl binary from the GitHub Releases page.

  3. Extract the downloaded file.

  4. Move the extracted cldkctl binary to /usr/local/bin/.

  5. Assign execution permission to the binary by running:

chmod +x /usr/local/bin/cldkctl
  1. Verify the installation by running:

  1. Once the version number appears, the installation is complete.

Last updated