TELEMETRY PIPELINE
Install

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:

MethodLinuxmacOSWindows
Homebrew
Curl
Direct download

If you deployed Chronosphere Telemetry Pipeline on a Linux server, Pipeline CLI was already installed locally on your behalf. You don't need to install it again.

Homebrew

To install Pipeline CLI using Homebrew, run the following commands:

brew tap calyptia/tap
brew install calyptia

These commands always fetch the latest version of Pipeline CLI.

Curl

To install Pipeline CLI using curl, run the following command, which is the same for both Zsh and Bash:

curl -sSfl https://raw.githubusercontent.com/calyptia/cli/main/install.sh | bash

This command always fetches the latest version of Pipeline CLI.

Direct download

To install Pipeline CLI by downloading its files directly:

  1. Go to the Pipeline CLI release page (opens in a new tab).
  2. Locate the latest release artifact and download the .tar.gz archive that corresponds to your operating system and architecture.
  3. Extract the Pipeline CLI binary from the archive that you downloaded.
  4. Run the executable file to install Pipeline CLI.

Alternatively, you can download the Pipeline CLI source code from its release page and compile it yourself.

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.

View command list

To view a full list of available commands and flags, run:

calyptia help

You can also prepend calyptia help to a specific command to view more information about that command.