The CLI tool for managing and operating flowdapt.
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
For documentation on how to use flowctl
, please see the CLI Reference.