LaunchDarkly release flag digest
Scheduled read-only digest for one LaunchDarkly project environment. It reads the project, environment, feature flags, flag statuses, and recent audit log entries through recued-core.launchdarkly, renders compact tables, and can send an in-app nudge when matching flags or changes are visible. It never creates flags, turns flags on or off, edits targeting, reviews approvals, changes segments, or calls arbitrary LaunchDarkly APIs.
How it works
Inspect the data fetches, transforms, gates, and output this recipe runs.
Process (24 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
?
flags
default
Apply default
statuses
default
Apply default
audit_entries
default
Apply default
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
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.