Step 1: Create a New Feature Flag

This article will show you how to create a new feature flag from the Hackle dashboard.

📘

Please note

  1. Feature flags can be created in both production and development environments.
    Feature flags generated in the production environment are simultaneously generated in the development environment, and vice versa.

  2. Copy and use existing feature flags.
    If the settings and configuration of your new feature flag are the same as or similar to the feature flag previously created, you can easily duplicate the existing feature flag.

2196

List of feature flags in use

The feature flag menu has the following characteristics.

  1. By default, you can see a list of feature flags currently in use.
  2. The list of the production environment and development environment is the same.
  3. If you click an individual function flag, it moves to the detailed screen of the corresponding function flag.

Details of the list of feature flags

2264
  1. Active flags: Click the drop-down menu at the top left of the list to view the list of feature flags in use and the list of archived feature flags.
  2. Status: The integration status of the corresponding feature flag, and there are three statuses. The event mentioned allows you to know whether "the feature flag is on or off for a specific user".
  3. Traffic Allocation: This refers to the percentage of all users that encounter a feature that corresponds to the feature flag during the "on" state.
  4. Created: The date when the feature flag was created.

Below you can see an example of a list of all the archived feature flags.
Since this is a list of feature flags no longer in use, the integration status and traffic status are not visible.

2224

List of archived feature flags

Create a new feature flag

You can create a feature flag by clicking the + Create a New Feature Flag button in the upper right corner.

2000

Enter information

Click the Create a New Feature Flag button and the following dialog will appear.

1276
  • The feature flag name must be entered. Please write in an easy-to-understand name that describes what the feature is.
  • The description for the feature flag is an optional entry. If there is information that is difficult to express by name alone, it is recommended to include a description.

After entering all information and clicking the Create button, the feature flag is immediately created and you will be redirected to the detail page of the feature flag you just created.