Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 1.83 KB

README.md

File metadata and controls

42 lines (30 loc) · 1.83 KB

circleci-webhook-manager

Validation Workflow Pre-Commit Checks Workflow Coverage Status PyPi

This project aims to provide a simple way to manage CircleCI webhooks. It aims to provide a way to manage webhooks for multiple projects (e.g., organization-wide).

This project is not affiliated with CircleCI and is not an official CircleCI project. But it is an open-source project that is free to use and modify.

Work in process, YMMV...

Usage

This project uses:

Ensure you have installed the relevant dependencies before continuing.

Install dependencies

poetry install

Run tests

poetry poe test
# or: poetry run poe test