callepuzzle/Environment variables to Dotenv
Appends environment variables to a dotenv file
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| variableName | Name of environment variable to append to a dotenv file | no | — |
| variableNames | Comma separated names of environment variables to append to a dotenv file | no | — |
| variableNamesByFilter | Regex to filter environment variables, all matching variables will be append to dotenv file | no | — |
| envPath | File path to write variable to | no | .env |
Outputs
no outputs