Actobase CLI

Install the CLI for Watch and QA.

Use one command-line client to request hosted Watch, request hosted QA, and check the same account on later calls.

Fast Start

Linux x86_64 install

curl -fsSLO https://actobase.com/downloads/actobase-0.1.0-linux-x86_64.tar.gz
curl -fsSLO https://actobase.com/downloads/actobase-0.1.0-linux-x86_64.tar.gz.sha256
sha256sum -c actobase-0.1.0-linux-x86_64.tar.gz.sha256
tar -xzf actobase-0.1.0-linux-x86_64.tar.gz
sudo install actobase-0.1.0-linux-x86_64/actobase /usr/local/bin/actobase

Install from source

cargo install --git https://github.com/actobase/actobase-cli --bin actobase

First request

actobase watch request --url https://example.com --mode http --every 60
actobase account status
actobase qa request --site https://example.com --focus copy --cadence one-time

Current Release

Current Linux build

Start with the download above, then run the first request commands on this page.

Need source instead? Use cargo install or inspect the GitHub repo.

Need the machine-readable release record? Open release.json.