Skip to main content

Setup

Supported Platforms

  • Debian buster and above
  • Ubuntu 18.04 bionic and above
  • RHEL 8 and above
  • WSL2

Installation

Debian

wget https://bazc.io/downloads/bazcli-0_0.1.4_amd64.deb
sudo apt install ./bazcli-0_0.1.4_amd64.deb

RHEL

wget https://bazc.io/downloads/bazcli-0.1.4-1.x86_64.rpm
sudo yum install ./bazcli-0.1.4-1.x86_64.rpm

Configuration

sudo systemctl enable baz-plugins

Administration

Start

sudo systemctl start baz-plugins

Stop

sudo systemctl stop baz-plugins

Status

sudo systemctl status baz-plugins

Removal

Debian

sudo apt remove bazcli

RHEL

sudo yum remove bazcli