Skip to content

Command line interface for Veribi platform

License

Notifications You must be signed in to change notification settings

vaclav-dvorak/veribi-cli

Repository files navigation

Veribi CLI

Command line interface for Veribi platform

License MIT Go Version

🚀 Quick start

Get the latest Veribi CLI release:

Automatic install for Linux/macOS with curl. This script downloads the CLI and puts it in your /usr/local/bin

curl -fsSL https://raw.githubusercontent.com/vaclav-dvorak/veribi-cli/main/scripts/install.sh | sh

🍺 Homebrew

You can use our private tap to install cli via homebrew.

brew tap vaclav-dvorak/tap
brew install veribi-cli

📖 Command overview

Command Alias Description
init i Saves initial config values.
login l Logs into Veribi platform and save token for further usage.
offers o Lists all currently available offers.
version v Outputs version of CLI and notify about possible update.

offers command

Lists all currently available offers.

veribi offers [flags]

Options

  • -t, --ths <bool>

    sort output table by THS/$ value

  • -a, --add-auctions <bool>

    add auctions to the list of offers

version command

Outputs version of CLI and notify about possible update.

veribi version [flags]

Options

  • -j, --json <bool>

    get output as JSON object