envs

LaunchDarkly — feature flags

launchdarkly/flags · version 1

envs add launchdarkly/flags

This declares the keys below in your catalog and sets none of them. A template is a schema for keys; it never carries a value.

Key Needed Kind Notes
LAUNCHDARKLY_SDK_KEY required secret LaunchDarkly says to keep SDK keys secret and that an exposed one can be rotated. The name is convention: the SDKs take the key as an argument.. Shape ^sdk-[A-Za-z0-9-]{10,}$. where to get it
LAUNCHDARKLY_MOBILE_KEY optional config LaunchDarkly says mobile keys do not need to be kept secret.. Shape ^mob-[A-Za-z0-9-]{10,}$. where to get it
LAUNCHDARKLY_CLIENT_SIDE_ID optional config LaunchDarkly says client-side ids need not be secret, and that unlike the others they cannot be rotated.. where to get it

The JSON the CLI reads