0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-28 09:46:51 -05:00

📚 Add developer docs about how to test feature flags by team (#5949)

This commit is contained in:
Elena Torró 2025-02-25 12:51:00 +01:00 committed by GitHub
parent 17e9e836f6
commit 3e89b73ca0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -157,3 +157,11 @@ similar to a webmail client. Simply navigate to:
[http://localhost:1080](http://localhost:1080)
## Team Feature Flags
To test a Feature Flag, you can enable or disable them by team through the `dbg` page:
1. Create a new team or navigate to an existing team in Penpot.
2. Copy the `team-id` from the URL (e.g., `?team-id=1234bd95-69dd-805c-8005-c015415436ae`). If no team is selected, the default profile team will be used.
3. Go to [http://localhost:3449/dbg](http://localhost:3449/dbg).
4. Open the Feature Flag panel, enter the `team-id` and the `feature` name in either the enable or disable section, and click `Submit`.