-
Notifications
You must be signed in to change notification settings - Fork 12
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
Improvements for usage with .envrc files #6
base: master
Are you sure you want to change the base?
Conversation
feat: Write-Output when no file was found feat: don't skip if current file was already applied, could've been changed
Heyy @rajivharris - if you're cool with these changes, I would extend the script with the ability to search for the other filetypes as well. It might be very usefull to let it look for |
feat: print out all env variables that were set
Disregard my last comment, I've added it anyways - it now behaves a bit like |
Thanks @kjellski for submitting the feature request. Appreciate your effort for also submitting a PR for that. Will go through your changes over my free time and will get back to you. |
It would be great allowing different file formats. The file format of .env and .envrc files are different. Set-PsEnv
This is already supported but you have run the module in verbose mode. This is to avoid unnecessary cluttering of the terminal as it is preferred by some users.
This would be a good feature to have. But I believe it should be a conditional reload ( PowerShell calls
I think 2nd option is simple and straight forward. Please let me know you thoughts. |
feat: allow reading of bash .envrc files
feat: Write-Output when no file was found
feat: don't skip if current file was already applied, could've been changed