ld-find-code-refs

Sends feature flag code references to LaunchDarkly

brewmacoslinux
Try with needOr install directly
Source

About

Build tool for sending feature flag code references to LaunchDarkly

Commands

ld-find-code-refs

Examples

Scan a repository and send code references to LaunchDarkly$ ld-find-code-refs --accessToken YOUR_TOKEN --projKey YOUR_PROJECT
Scan specific directory for feature flag references$ ld-find-code-refs --accessToken YOUR_TOKEN --projKey YOUR_PROJECT --dir ./src
Generate code references report without sending to LaunchDarkly$ ld-find-code-refs --accessToken YOUR_TOKEN --projKey YOUR_PROJECT --dryRun