đī¸ Feature Toggle Dashboard
Manage feature toggles across all environments
đ Global Toggles
đą App Toggles
â Create Toggle
đ Refresh
đ API Docs
Environment:
All Environments
Devops-Sandbox
Dev
Backend-Sandbox
Stage
Prod
Loading toggles...
â Set App Toggle
đ Refresh
App:
All Apps
Environment:
All Environments
Devops-Sandbox
Dev
Backend-Sandbox
Stage
Prod
Loading apps...
Create Feature Toggle
Toggle Key
âšī¸
Unique identifier for the toggle. Use lowercase letters, numbers, hyphens, and underscores only.
Only alphanumeric characters, hyphens, and underscores
Description
âšī¸
Describe what this feature toggle controls. This helps team members understand its purpose.
Initial Environment
âšī¸
Select the environment where you want to create this toggle initially. You can add it to other environments later.
Devops-Sandbox
Dev
Backend-Sandbox
Stage
Prod
Initial Value (JSON)
âšī¸
Enter any JSON value: boolean (true/false), string, number, object, or array. Examples: true, "hello", 42, {"key": "value"}, [1,2,3]
Examples:
true
,
false
,
"hello"
,
42
,
{"key": "value"}
Cancel
Save Toggle
Confirm Action
Are you sure you want to proceed?
Cancel
Confirm
Set App Toggle
App Name
âšī¸
Your application name (e.g., user-service, payment-service). Apps are auto-registered when you set their first toggle.
Only alphanumeric characters, hyphens, and underscores
Toggle Key
âšī¸
The toggle key to set for this app. Can be an existing global toggle or a new app-specific one. Use lowercase letters, numbers, hyphens, and underscores only.
Only alphanumeric characters, hyphens, and underscores
Environment
âšī¸
Select the environment for this app toggle. The toggle will be available for this app in the selected environment.
Devops-Sandbox
Dev
Backend-Sandbox
Stage
Prod
Version
âšī¸
App version (e.g., 1.0.0, 2.0.0). Use "*" or "latest" for all versions. Leave empty for app-specific (all versions).
Leave empty for app-specific (all versions), or specify version like "1.0.0"
Value (JSON)
âšī¸
Enter any JSON value: boolean (true/false), string, number, object, or array. Examples: true, "hello", 42, {"key": "value"}, [1,2,3]
Examples:
true
,
false
,
"hello"
,
42
,
{"key": "value"}
Cancel
Save App Toggle
Edit Toggle Value
Toggle Key
âšī¸
The toggle key being edited
Environment
âšī¸
The environment for this toggle value
Value (JSON)
âšī¸
Enter any JSON value: boolean (true/false), string, number, object, or array. Examples: true, "hello", 42, {"key": "value"}, [1,2,3]
Examples:
true
,
false
,
"hello"
,
42
,
{"key": "value"}
Cancel
Save