This repository provides an alternative CLI utility for Fabric to what comes shipped by default. This project is written in GO to maximize performance, additionally this utility provides more features (aside from performance improvements), like, shell completions, stubs generation and interactive mode (WIP)
Note
Please note that this is a completely optional package. Fabric will operate normally without it.
Below is a list of dependencies needed to build and install the utility:
go
meson
ninja
those are compile-time only dependencies. produced binaries are completely standalone*
Additionally, You will need a Fabric environment already set. otherwise this utility is useless.
Note
For Arch users, a AUR package is proivded as fabric-cli-git
.
To build and install this utility, run the following command after cloning the repository:
meson setup --buildtype=release --prefix=/usr build && sudo meson install -C build