Pipeline CLI
Pipeline CLI is a command-line tool that offers many of the same features as the Telemetry Pipeline web interface. 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
- Install Pipeline CLI
- Set up Pipeline CLI
- Use Pipeline CLI to create and update pipelines
- Use Pipeline CLI to install and configure Core Instance
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.