Skip to content
This repository has been archived by the owner on Apr 2, 2020. It is now read-only.

Latest commit

 

History

History
15 lines (13 loc) · 634 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 634 Bytes

boosterctl

GoDoc

CLI client for booster, powered by cobra, its usage should be pretty self explanatory with a simple

bin/boosterctl

but in general this program allows to communicate with a booster server with the CLI it provides.

Installation

First install go, then type this commands into your command line:

git clone https://github.com/booster-proj/boosterctl.git && cd boosterctl # Clone
make # Build