ldcli

CLI tool for managing LaunchDarkly feature flags and configurations

brewmacoslinux
Try with needOr install directly
Source

About

CLI for managing LaunchDarkly feature flags

Commands

ldcli

Examples

List all feature flags in a LaunchDarkly project$ ldcli flags list --project-key my-project
Get details about a specific feature flag$ ldcli flags get --project-key my-project --flag-key my-flag
Update a feature flag's targeting rules$ ldcli flags update --project-key my-project --flag-key my-flag --on