Pipeline CLI
Pipeline CLI is a Chronosphere-supplied app that lets you manage Chronosphere Telemetry Pipeline from the command line. For example, you can use Pipeline CLI to create and modify pipelines, create fleets, and install a Core Operator in your Kubernetes cluster.
Get started
To install Pipeline CLI, Install Pipeline CLI.
After you install Pipeline CLI, you'll need to set an API token to authenticate with Chronosphere.
Command autocompletion
You can add support for shell command autocompletion with Pipeline CLI for the Bash,
Zsh, Fish, and PowerShell by using the calyptia completion
command.
This section provides detailed steps for Bash and Zsh on macOS. For Linux-specific
details and instructions for Fish and PowerShell, see the output of
calyptia completion --help
.
-
Update or install
bash-completion
:brew install bash-completion
-
In a shell initialization script, such as
~/.bashrc
, add the following:source "$(brew --prefix bash-completion)/etc/bash_completion" eval "$(calyptia completion bash)"
-
Restart the shell.
You can now press Tab on the command line to automatically complete Pipeline CLI commands.