step-security/LaunchDarkly Flags

Evaluate LaunchDarkly flags in your GitHub Action workflow

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
sdk-keyServer-side SDK key for environment.yes""
flagsProvide a list flag keys and default value in a comma separated format with a newline between each flag you want evaluated. `example-flag,true`yes""
context-keyThe key of the context object used in a feature flag evaluationnold-github-action-flags
send-eventsWhether to send analytics events back to LaunchDarklynotrue
offlineWhether to use the LaunchDarkly SDK in offline modenofalse
base-uriThe base URI for the LaunchDarkly server. Most users should use the default value.nohttps://app.launchdarkly.com
stream-uriThe base URI for the LaunchDarkly streaming server. Most users should use the default value.nohttps://stream.launchdarkly.com
events-uriThe base URI for the LaunchDarkly events server. Most users should use the default value.nohttps://events.launchdarkly.com
proxy-authAllows you to specify basic authentication parameters for an optional HTTP proxy. Usually of the form username:password.no
proxy-hostAllows you to specify a host for an optional HTTP proxy. Both the host and port must be specified to enable proxy support.no
proxy-portAllows you to specify a port for an optional HTTP proxy. Both the host and port must be specified to enable proxy support.no
proxy-schemeWhen using an HTTP proxy, specifies whether it is accessed via http or httpsno

no outputs