Welcome to the Flagsmith plugin!
This plugins:
- Adds a 'Feature Flags' tab on component pages.
- Provides 2 Cards that can be added to component Overview pages.
Currently, it is only meant for local development, and the setup for it can be found inside the /dev directory.
Add the following annotations to a component to link it to a flagsmith project, replacing with your Project and Organization IDs:
annotations:
flagsmith.com/project-id: "00000"
flagsmith.com/org-id: "00000" # Optional, defaults to first org
Configure your credentials by adding the following to app-config.yaml (or your local override app-config.local.yaml):
# Backstage override configuration for your local development environment
flagsmith:
apiUrl: https://api.flagsmith.com
apiToken: yourApiToken