Custom configuration with the CLI
Read time: 1 minute
Last edited: Aug 17, 2020
Overview
This topic gives a high-level explanation of how to use the ld-find-code-refs
script to perform other functions.
Custom ld-find-code-refs configuration
If you need a trigger mechanism other than one of the supported ones (e.g. GitHub Actions), you can execute the ld-find-code-refs
utility directly from your own trigger (e.g. a cron
job, or webhook).
You can configure ld-find-code-refs
to detect and push code references to LaunchDarkly from a Git repository.
You can also use the CLI to test the flag finder before setting up an automated trigger. To learn more, read our GitHub documentation for ld-find-code-refs
.