Skip to content

Gitlab.com Mirror - Please open issues and pull requests over there

License

Notifications You must be signed in to change notification settings

emergentmethods/flowctl

Repository files navigation

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.

About

Gitlab.com Mirror - Please open issues and pull requests over there

Resources

License

Stars

Watchers

Forks

Packages

No packages published