Skip to content

Flagsmith/flagsmith-backstage-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flagsmith

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.

Getting started

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

About

A plugin for Backstage that integrates with Flagsmith

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published