mx51/Prop to Env
Find a property in a file and expose it as an environment variable
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| file | Path to properties file | yes | — |
| prop_name | Property name to look for in the file | yes | — |
| env_name | Environment variable name to create | yes | — |
Outputs
| name | description |
|---|---|
| env_name | A property named after `env_name` with the value from the file. |