Skip to main content Link Search Menu Expand Document (external link)

Installing the Kubiya CLI

The Kubiya CLI is a simple command line interface which allows you to interact with Kubiya from the command line. You can use the CLI to:

  • Add Integrations
  • Manage Workflows
  • Manage Access Policies

Installation

The Kubiya CLI is available for multiple platforms. You can download the CLI using the following links:

Mac OSX - Intel

Mac OSX - Apple

Linux (amd64)

Linux (arm64)

Copy the CLI to a location in your PATH and make it executable.

Do so by running the following commands:

sudo cp kubiya /usr/local/bin
sudo chmod +x /usr/local/bin/kubiya

Check that the newly installed Kubiya CLI is working by running the following command:

kubiya version

The CLI will output the following if the installation was successful:

Version 1.0.0 (git hash: ae8f8f)

(Note: the version number can change as well as the git hash based on the version of the CLI)

⏭️ Next: Authenticate using the CLI