HomeAbout

Basics

Knowledge

Flag is unique per environment They need to be individually toggled per environment even on a same flag name For containers, the pods will have to be restarted after the toggle

  • this is to reload the app that is running with new state Depends on the feature, but controller usually has the LD logic for backend

Cli

Installation

brew tap launchdarkly/homebrew-tap brew install ldcli brew upgrade ldcli

Usage

ldcli login # start dev server ldcli dev-server start # launch UI ldcli dev-server ui
AboutContact