Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1.09 KB

README.md

File metadata and controls

35 lines (24 loc) · 1.09 KB

flowctl

GitLab Release (latest by SemVer) GitLab PyPI - Python Version

The CLI tool for managing and operating flowdapt.

Installation

For normal use users can install flowctl via pip:

pip install flowctl

Or you can use the docker images provided:

docker run -ti --rm -v "$(pwd)":/data --network host ghcr.io/emergentmethods/flowctl:latest --help

If you'd like, you can set an alias for the docker command to make it easier to use. For example, in bash you can add the following to your .bashrc or .bash_profile file:

alias flowctl='docker run -ti --rm -v "$(pwd)":/data --network host ghcr.io/emergentmethods/flowctl:latest'

Then you can use flowctl as if it were installed on your system.

flowctl --help

Documentation

For documentation on how to use flowctl, please see the CLI Reference.