gfaas-cli 0.2.0

gfaas build tool for use with the gfaas crate
gfaas-cli-0.2.0 is not a library.

gfaas build tool

gfaas build tool is a wrapper of cargo. It is required to build Cargo projects which aim at using the gfaas lib crate.

Since the tool is a thin wrapper around cargo, it can be used just like cargo would be. Currently supported subcommands are: build, run, and clean.

For example, in order to build the project in release mode

gfaas build --release

or running

gfaas run --release