Skip to content

Python CLI application that allows to run custom workflows.

License

Notifications You must be signed in to change notification settings

dl1998/workflows-manager

Repository files navigation

Workflows Manager

MIT License Language PRs Welcome TestPyPi 0.1.1 PyPi 0.1.1 Coverage 99%

Workflows manager is a tool that allows you to manage your workflows in a more efficient way. It provides a simple and intuitive way to create a new workflow from the defined steps. You can create a new workflow by reusing the existing steps or workflows.

Official Documentation

The official documentation is available on GitHub Pages.

Installation

You can install workflows manager using pip. It is recommended to use pip together with virtual environment (venv).

python3 -m pip install workflows-manager

Usage

To run the workflows manager, you can use the following command:

workflows-manager -c <path_to_workflows_configuration> run <workflow_name>

More options are available, you can check them using the following command:

workflows-manager --help

Or, you can check the official documentation for more information.