azure/Azure App Configuration Deploy Feature Flags

Deploy feature flags from a GitHub repository to Azure App Configuration

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
pathSource file(s) containing feature flags. Multiple files can be specified in list or glob format. Example: **/*.json or FeatureFlags/*.json. Use ! to exclude files.yes
app-configuration-endpointDestination endpoint for the Azure App Configuration store.no
labelAzure App Configuration label to apply to the feature flags. If not specficed, the default is no label.noNone
operationPossible values: validate or deploy - deploy by default. validate: only validates the configuration file. deploy: deploys the feature flags to Azure App Configuration.nodeploy
strictIf strict, the sync operation deletes feature flags not found in the config file. Choices: true, false.no

no outputs