faasmctl
is a command line script to deploy, manage, and interact with a
running Faasm cluster.
To install faasmctl
you need a working pip
(virtual-)environment. Then:
pip install faasmctl==0.47.1
faasmctl
aggregates tasks related to deploying, managing, and interacting
with running Faasm clusters. You can list all the available tasks with a
short description using:
faasmctl -l
For any further reading, check the docs
directory.