sebeard/Flagsmith - Create/Update Feature Flag
Provides the ability to create or update a feature flag and value in Flagsmith
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| flagsmithEnvKey | Which Environment under the Project Flagsmith should update the value of the feature flag | yes | — |
| flagsmithProjectId | The Flagsmith Project ID - used for initial definition of features | yes | — |
| flagsmithApiToken | The Flagsmith Service API Token | yes | — |
| flagsmithApiUrl | API base url for the Flagsmith Service if being hosted elsewhere | — | https://api.flagsmith.com/api/v1 |
| scanPath | Specifies the directory to recursively search for feature flag files | — | . |
| fileName | Specifies the file(s) to search for that contain the flag value | — | flagValue.json |
| flagNamePrefix | Adds this value as a prefix to a feature flag name | — | "" |
| flagNameSuffix | Adds this value as a suffix to a feature flag name | — | "" |
Outputs
no outputs