-
Notifications
You must be signed in to change notification settings - Fork 180
New issue
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
Add custom env file path #759
Conversation
@goce-cz can you please take a look at this? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good to me. Please just adapt the cli.md as well:
- add the option to the Configuration section
- you might also mention it near where it says:
If a .env file exists, it will be loaded using dotenv (if installed) when running the node-pg-migrate binary.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚢 it!
I am not authorized to merge, so if you can help me do it, that'd be great! 🙏 |
Loads the "env" file from a custom path if your file containing environment variables is located elsewhere.
envPathArg
.