Crates.io | gfaas-cli |
lib.rs | gfaas-cli |
version | 0.2.0 |
source | src |
created_at | 2020-08-20 09:56:11.725501 |
updated_at | 2020-10-28 12:20:00.621684 |
description | gfaas build tool for use with the gfaas crate |
homepage | https://github.com/golemfactory/gfaas |
repository | https://github.com/golemfactory/gfaas |
max_upload_size | |
id | 278569 |
size | 52,484 |
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