faasm / faasmctl

CLI to deploy, manage and interact with a Faasm cluster
https://pypi.org/project/faasmctl/
Apache License 2.0
2 stars 1 forks source link

Faasm CTL Tests PyPI

faasmctl is a command line script to deploy, manage, and interact with a running Faasm cluster.

Install

To install faasmctl you need a working pip (virtual-)environment. Then:

pip install faasmctl==0.47.1

Usage

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

Further Reading

For any further reading, check the docs directory.