website logo
⌘K
Floodgate Documentation Portal
🚀GETTING STARTED
Quick Start Tutorial
Basic Concepts
🚩MANAGING FLAGS
Feature Flag Dashboard
Creating a Feature Flag
Environment Flag Dashboard
Environment Flag Settings
Feature Flag Kill Switch
Updating a Feature Flag
Deleting a Feature Flag
🖥️APPLICATIONS
About Applications
Creating New Applications
Switching Applications
⛅ENVIRONMENTS
About Environments
Creating New Environments
💗MANAGING YOUR TEAM
Team Members Dashboard
Managing Team Member Permissions
Inviting Team Members
⚙️ADMINISTRATION
Managing Subscriptions
Usage
🔌INTEGRATIONS
Microsoft Teams
Slack
🛠️DEVELOPMENT
The User Object
✔️SDKs
Floodgate SDK Overview
.NET SDK Documentation
Java SDK Documentation
PHP SDK Documentation
Node.js SDK Documentation
JavaScript SDK Documentation
Docs powered by archbee 
5min

Environment Flag Dashboard

The environment flag dashboard is at the centre of how you manage and control your feature flags for each of your environments. From the dashboard you can the current state of your feature flags and the value being delivered to your application. You can access the dashboard by clicking on the environment from the main navigation panel.

Document image


Overview

The dashboard allows you to see several pieces of information at once. You can see general information about the flag such as it's name, date and time it was updated and a short description. You can also see the unique flag key which you will use in your application code. You can copy the flag key by clicking on the copy icon to the right.

In front of each flag name there is a badge indicating if this flag is enabled or disabled.

Important

Disabled flags are not served to your application

The Variations column lets you know if the the flag is being served via any configured targets or rollouts (see Target and Rollout Quick View below).

The Default Value column shows the flag value being served to your application for all users who do not meet any configured rules. You can update the Default Value directly from the dashboard if needed.

Target and Rollout Quick View

To get a quick view of the target and rollout settings you can click on the label and you will be presented with a popup window showing you the current configuration.



Deliver a true value for the flag if the user has email ending in @floodgate.io
Deliver a true value for the flag if the user has email ending in @floodgate.io


Permissions

You can configure your team members to have either read or read/write access to the environment flag dashboard. This allows your team members to self-service accessing the dashboard to see the state of each flag if needed.

Updated 03 Mar 2023
Did this page help you?
Yes
No
UP NEXT
Environment Flag Settings
Docs powered by archbee 
TABLE OF CONTENTS
Overview
Important
Target and Rollout Quick View
Permissions