https://github.com/harness/flag_cleanup
https://github.com/harness/flag_cleanup
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/harness/flag_cleanup
- Owner: harness
- License: apache-2.0
- Created: 2023-02-13T14:12:58.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-28T10:45:07.000Z (over 1 year ago)
- Last Synced: 2025-05-07T04:44:38.065Z (8 months ago)
- Language: Python
- Size: 542 KB
- Stars: 3
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Flag Cleanup
The Flag Cleanup plugin wraps the [uber/piranha](https://github.com/uber/piranha/blob/master/POLYGLOT_README.md#polyglot-piranha) feature flag cleanup tool.
## Getting Started Guide
To get started creating flag cleanup prs via pipelines and writing your own custom rules see our [getting started guide](docs/README.md).
## Build
Build the image with the following command:
```
make image
```
This will generate a local docker image named _harness/flag_cleanup:latest_ .