Manage LaunchDarkly feature flags from the command line.
The official command line interface for managing LaunchDarkly feature flags.
ldcli$ ldcli flags list --project-key my-project$ ldcli flags create --project-key my-project --flag-key new-flag --name 'My Flag'$ ldcli flags update --project-key my-project --flag-key my-flag --on$ ldcli flags get --project-key my-project --flag-key my-flag$ ldcli flags update --project-key my-project --flag-key my-flag --rollout-percentage 50