Install for Linux
If the cldkctl binary is downloaded manually and executed from the current directory, prefix the command with ./, for example ./cldkctl --version. This allows the system to recognize and execute the local binary, as Linux does not include the current directory (./) in the system PATH by default.
The cldkctl tool for Linux can be installed through the Snap package manager, the Homebrew package manager, or by using the Manual Binary Installation method. Choose one of the methods below based on the preferred installation approach.
Install via Snap
Open the terminal and run the following command to install cldkctl:
sudo snap install cldkctlAfter installation, verify the installation by running:
cldkctl --versionIf the version number appears, the installation process is complete.
Install via Homebrew
Open the Terminal.
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 running:
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:
Verify the installation by running:
Once the version number appears, the installation is complete.
Last updated
