streambed-cli
The streambed-cli
project provides a number of commands to aid in the development and deployment of Streambed applications. Refer to the documentation for each command below.
Installation
- Debian/Ubuntu
-
# Setup repository wget -qO - https://repositories.streambed.io/public.key | \ sudo apt-key add - && \ echo "deb [arch=amd64] https://repositories.streambed.io/apt/streambed stable main" | \ sudo tee /etc/apt/sources.list.d/streambed.list && \ sudo apt-get install apt-transport-https -y && \ sudo apt-get update # Install the streambed-cli sudo apt-get && sudo apt-get install streambed-cli
- RedHat/CentOS/Fedora
-
# Setup Repository sudo tee /etc/yum.repos.d/streambed.repo << EOT [streambed] name=streambed baseurl=https://repositories.streambed.io/yum gpgcheck=0 enabled=1 EOT # Install the streambed-cli sudo yum install streambed-cli
- macOS
-
# Setup repository brew tap streambed/repository https://github.com/streambed/homebrew-repository # Install the streambed-cli brew install streambed/repository/streambed-cli
- Windows
-
Download the latest win-<arch>.zip file and extract it to a directory on your PATH. You can find the files here: https://repositories.streambed.io/packages/streambed-cli/
Commands
For command specific help, use the --help
command option.