Recued
Menu
← Back to recipes

LaunchDarkly release flag digest

by recued-core v1 8 views

Use “LaunchDarkly release flag digest” in Recued. It provides a scheduled, read-only digest for one LaunchDarkly project environment.

How it works 22 steps

Inspect the data fetches, transforms, gates, and output this recipe runs.

Process (22 steps)
project_key trim
Trim whitespace from setting project key
environment_key trim
Trim whitespace from setting environment key
project ?
environment ?
flags_raw ?
statuses_raw ?
audit_raw ?
defaults defaults
Apply defaults
flag_count count
Count items in flags
status_count count
Count items in statuses
audit_count count
Count items in audit entries
has_items any
Check if any of the conditions are true
notify_enabled compare
Check if setting notify when items equals true
should_notify all
Check if all conditions are true
notify ?
skip: step.should_notify not_equal true
flag_rows slice
Take a subset of
status_rows slice
Take a subset of
audit_rows slice
Take a subset of
flag_table to_table
Format results as a data table
status_table to_table
Format results as a data table
audit_table to_table
Format results as a data table
card to_summary
Format results as a summary card
Settings 12 configurable

Configurable at install. Defaults shown — change them anytime in Recued.

channels setting = in_app
end hour setting = 10
weekdays setting = 1,2,3,4,5
row limit setting = 20
start hour setting = 8
audit after setting = 0
audit query setting =
flag filter setting = state:live
project key setting =
launchdarkly setting =
environment key setting = production
notify when items setting = true

Trust & control

What installing this recipe would let it do. Recued grants these permissions at install — review them there before approving.

Permissions it requires

Send notificationsRead your Launchdarkly connection
Declared by the recipe — Recued grants these at install, where you review them before approving.

About

Tags

launchdarkly launchdarklyfeature-flagsrelease-managementaudit-logdigestdeveloper-workflowpack:launchdarkly

Details

22 steps 12 configurable settings recipe_id: release-flag-digest-launchdarkly