Metadata-Version: 2.4
Name: myfaasmctl
Version: 0.1.18
Summary: Command line tool to deploy, manage, and interact with Faasm
Author-email: Faasm Team <foo@bar.com>
Project-URL: Homepage, https://github.com/faasm/faasmctl
Project-URL: Bug Tracker, https://github.com/faasm/faasmctl/issues
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE.md
Requires-Dist: invoke==2.1.3
Requires-Dist: requests==2.31.0
Requires-Dist: protobuf==4.23.4
Dynamic: license-file

# Faasm CTL [![Tests](https://github.com/faasm/faasmctl/actions/workflows/tests.yml/badge.svg?branch=main)](https://github.com/faasm/faasmctl/actions/workflows/tests.yml) ![PyPI](https://img.shields.io/pypi/v/faasmctl)

`faasmctl` is a command line script to deploy, manage, and interact with a
running [Faasm](https://github.com/faasm/faasm) cluster.

## Install

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

```bash
pip install faasmctl==0.43.0
```

## 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:

```bash
faasmctl -l
```

## Further Reading

For any further reading, check the [`docs`](./docs) directory.
