We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently the package only parses the variables and puts them into an object based on the variable name. Add support for renaming the variable.
Use case: existing env variables over which you have little control. For example AWS_REGION. With this you could turn it into awsRegion.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently the package only parses the variables and puts them into an object based on the variable name. Add support for renaming the variable.
Use case: existing env variables over which you have little control. For example AWS_REGION. With this you could turn it into awsRegion.
The text was updated successfully, but these errors were encountered: