Install for Mac OS
If the cldkctl binary is downloaded manually and executed from the current directory, prefix the command with ./, for example ./cldkctl --version. This ensures that the system executes the local binary, as macOS does not include the current directory (./) in the system PATH by default.
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
Open the Terminal application.
Run the following command to add the repository and install cldkctl:
brew tap Lintasarta/cldkctl https://github.com/Lintasarta/cldkctl.git
brew install cldkctlAfter the installation is complete, verify it by typing:
cldkctl --versionIf the version number appears, the installation was successful.
Manual Binary Installation
Open the Manual Binary Installation section on the Service Portal AI.
Download the latest cldkctl binary from the GitHub Releases page.
Extract the downloaded file.
Move the extracted cldkctl binary to
/usr/local/bin/.Assign execution permission to the binary by running:
chmod +x /usr/local/bin/cldkctlVerify the installation by running:
Once the version number appears, the installation is complete.
Last updated
