Logo
NeoArc Studio

Feature Flag Block

Document feature flags with environment-specific states, rollout percentages, and expiry dates.

Overview

The Feature Flag block documents feature toggles with environment-specific states and rollout configurations. It supports boolean toggles, percentage rollouts, and configuration values. Use this block to track feature flags and their deployment status across environments.

Boolean Feature Flag

A simple on/off feature flag.

Percentage Rollout

A feature flag with gradual percentage rollout.

Block Properties

Feature Flag block properties
PropertyRequiredDescription
keyYesUnique flag identifier (snake_case)
nameNoHuman-readable flag name
descriptionNoWhat the flag controls
typeNoFlag type (boolean, percentage, string, number, json)
defaultValueNoDefault value when flag is disabled
environmentsNoArray of environment state objects
ownerNoTeam responsible for the flag
createdDateNoWhen the flag was created
expiryDateNoWhen the flag should be removed
tagsNoArray of tags for categorisation