Skip to content

Installation

Use the official installer script for all lifecycle operations.

Terminal window
wget -O - https://unleash-stream-cli.s3.ap-southeast-2.amazonaws.com/install.sh | bash -s -- install

This downloads the binary for your platform to ~/.local/bin/unleash-stream-cli, creates a background service, and enables it on boot.

Make sure ~/.local/bin is on your PATH:

Terminal window
export PATH="$PATH:$HOME/.local/bin/"

Add the line above to your shell rc file (~/.bashrc, ~/.zshrc, etc.) for persistence.

Terminal window
wget -O - https://unleash-stream-cli.s3.ap-southeast-2.amazonaws.com/install.sh | bash -s -- update

Run this command to install the latest CLI build for your platform and refresh the service installation.

Terminal window
wget -O - https://unleash-stream-cli.s3.ap-southeast-2.amazonaws.com/install.sh | bash -s -- uninstall

This removes the CLI and service installation.