launchdarkly/LaunchDarkly Flags
Evaluate LaunchDarkly flags in your GitHub Action workflow
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| sdk-key | Server-side SDK key for environment. | yes | "" |
| flags | Provide 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-key | The key of the context object used in a feature flag evaluation | no | ld-github-action-flags |
| send-events | Whether to send analytics events back to LaunchDarkly | no | true |
| offline | Whether to use the LaunchDarkly SDK in offline mode | no | false |
| base-uri | The base URI for the LaunchDarkly server. Most users should use the default value. | no | https://app.launchdarkly.com |
| stream-uri | The base URI for the LaunchDarkly streaming server. Most users should use the default value. | no | https://stream.launchdarkly.com |
| events-uri | The base URI for the LaunchDarkly events server. Most users should use the default value. | no | https://events.launchdarkly.com |
| proxy-auth | Allows you to specify basic authentication parameters for an optional HTTP proxy. Usually of the form username:password. | no | — |
| proxy-host | Allows you to specify a host for an optional HTTP proxy. Both the host and port must be specified to enable proxy support. | no | — |
| proxy-port | Allows you to specify a port for an optional HTTP proxy. Both the host and port must be specified to enable proxy support. | no | — |
| proxy-scheme | When using an HTTP proxy, specifies whether it is accessed via http or https | no | — |
Outputs
no outputs