The CLI tool for operation of Flowdapt.
Project description
flowctl
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.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
flowctl-0.1.3-py3-none-any.whl
(29.4 kB
view hashes)