Install Pipeline CLI
Pipeline CLI is compatible with Linux, macOS, and Windows for both arm64 and x86_64 architectures. Use one of the following methods to install Pipeline CLI:
Method | Linux | macOS | Windows |
---|---|---|---|
Homebrew | |||
Curl | |||
Direct download |
If you used the install-core.sh
script to
install a Core Operator on Linux,
the script installed Pipeline CLI for you. You don't need to install
it again.
Download and install Pipeline CLI
Select from the following methods to download and install the latest version of Pipeline CLI.
To install Pipeline CLI using Homebrew, run the following commands:
brew tap calyptia/tap
brew install calyptia
These commands fetch the latest version of Pipeline CLI.
Set an API token
After you've installed Pipeline CLI, you must generate an API token to authenticate with Chronosphere, and then set that token in Pipeline CLI.
-
Sign in to the Telemetry Pipeline web interface (opens in a new tab).
-
In the navigation menu, select Settings.
-
In the Generate API key section, enter a name for your new API key, and then click Generate.
-
Run the following command in Pipeline CLI:
calyptia config set_token KEY
Replace
KEY
with the value of the API key you generated in the previous step.
Update Pipeline CLI
To update Pipeline CLI, use any of the previous methods to run the Pipeline CLI installation process again. If you use the direct download method, be sure to download the release artifact for the latest version of Pipeline CLI.