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 
6min

Feature Flag Dashboard

There are two main views when it comes to feature flags in Floodgate. You can view and manage flags at an Application level and you can view and manage flags at an Environment level.

Flags at the application level are shared across all environments. Meaning if you make a change to a flag at the Application level, that change will be seen across all environments. For example, if you change the flag name, the name will change for all environments within the application.

Application Flag Overview

When you click on Manage Flags from the main navigation menu you will be taken to the the dashboard showing all the flags for the application. From here you can manage the flags such as creating a new flag, updating an existing flag and archiving a flag.

Document image

Updating a Flag

To update a feature flag simply click on it's name and you will be taken to the Update Feature Flag page.

Archiving a Flag

Once a feature flag has reached its end of life you can archive it from your application. To do this simply click the Archive button next to the flag you want to archive. Once a flag has been archived the follow will happen.

  • The flag will no longer be served from the Floodgate servers to the SDK.
  • The flag will no longer appear in the Environment Flag Dashboard.

Tip

You should archive your flags rather than deleting them to retain a history of flags which have been used. You are unable to create a new flag with the same key if there is an existing active or archived flag.



Updated 12 Feb 2021
Did this page help you?
Yes
No
UP NEXT
Creating a Feature Flag
Docs powered by archbee 
TABLE OF CONTENTS
Application Flag Overview
Updating a Flag
Archiving a Flag