FAQ
Q. Which feature flag SDKS does gitar support cleaning up?
Gitar currently supports the LaunchDarkly feature flag SDKs:
Availability | Client | Server |
---|---|---|
GA | Android - Java , Android - Kotlin , JavaScript , Node.js , React | Go , Java , Node.js |
Coming Soon | iOS - Swift | Ruby Python |
See examples.
Q. How can I tailor Gitar to my custom SDK wrappers?
Gitar is designed to be extensible and can be tailored to support custom SDK wrappers Please get in touch with us to discuss your use case.
Q. How does Gitar cleanup stale feature flags?
Gitar identifies stale flags by analyzing the codebase and comparing the flags in the code with those in the feature flag system. If the feature flag system identified a flag as stale, and it is present in the codebase, Gitar cleans it up.
Q. How can I try out the bot without installing it on my repo?
You can try out the bot on our sample demo repo.