https://github.com/dl1998/workflows-manager
Python CLI application that allows to run custom workflows.
https://github.com/dl1998/workflows-manager
action actions manager pipeline pipelines python python3 step steps workflow workflow-engine workflows workflows-manager
Last synced: 5 months ago
JSON representation
Python CLI application that allows to run custom workflows.
- Host: GitHub
- URL: https://github.com/dl1998/workflows-manager
- Owner: dl1998
- License: mit
- Created: 2024-10-31T22:33:08.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-19T08:03:18.000Z (12 months ago)
- Last Synced: 2025-04-15T12:11:57.570Z (9 months ago)
- Topics: action, actions, manager, pipeline, pipelines, python, python3, step, steps, workflow, workflow-engine, workflows, workflows-manager
- Language: Python
- Homepage:
- Size: 1.09 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Workflows Manager
[](https://github.com/dl1998/workflows-manager/blob/main/LICENSE.md)
[](https://www.python.org/)
[](https://github.com/dl1998/workflows-manager/pulls)
[](https://test.pypi.org/project/workflows-manager/)
[](https://pypi.org/project/workflows-manager/)
[](https://codecov.io/gh/dl1998/workflows-manager)
[](https://hub.docker.com/repository/docker/dl1998/workflows-manager)
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](https://dl1998.github.io/workflows-manager/).
## Installation
You can install workflows manager using pip. It is recommended to use pip together with virtual environment (venv).
```shell
python3 -m pip install workflows-manager
```
## Usage
To run the workflows manager, you can use the following command:
```shell
workflows-manager -c run -w
```
More options are available, you can check them using the following command:
```shell
workflows-manager --help
```
Or, you can check [the official documentation](https://dl1998.github.io/workflows-manager/latest/setup/cli/) for more
information.