Installation
Use the official installer script for all lifecycle operations.
Install
Section titled “Install”wget -O - https://unleash-stream-cli.s3.ap-southeast-2.amazonaws.com/install.sh | bash -s -- installThis 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:
export PATH="$PATH:$HOME/.local/bin/"Add the line above to your shell rc file (~/.bashrc, ~/.zshrc, etc.) for persistence.
Update
Section titled “Update”wget -O - https://unleash-stream-cli.s3.ap-southeast-2.amazonaws.com/install.sh | bash -s -- updateRun this command to install the latest CLI build for your platform and refresh the service installation.
Uninstall
Section titled “Uninstall”wget -O - https://unleash-stream-cli.s3.ap-southeast-2.amazonaws.com/install.sh | bash -s -- uninstallThis removes the CLI and service installation.