scrlkx/dotenv Seeder
Seeds environment variables into a env file using JSON input.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| mode | How the target file is seeded. "copy-example" (default) copies the example file to the target before applying variables (the example file must exist). "only-create" writes/updates the target file directly without requiring or copying an example file. | no | copy-example |
| example | The example environment file to copy from (e.g., .env.example) | no | .env.example |
| target | The target environment file to update (e.g., .env) | no | .env |
| variables | JSON object of variables to replace in the environment file | yes | — |
Outputs
no outputs