demgroup/Configure the dotnet appsettings.tmpl.json
Uses secrets, env, and vars to shim a dotnet settings tmpl and output a appsettings.json file
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| secrets | Secrets (toJson(secrets)) | no | — |
| vars | Vars (toJson(vars)) | no | — |
| env | Env (toJson(env)) | no | — |
| pathToTemplate | This is the path to the tmpl file to configure (default - ./repo-name/appsettings.tmpl.json) | no | — |
| renameTo | What env we should rename this appsettings to (e.g. appsettings.tmpl.json -> appsettings.Production.json) | no | — |
| removeOtherSettingsFiles | Should we remove other appsettings files? | no | — |
Outputs
no outputs