dev env cd run commands #871
atomraymaker
started this conversation in
Ideas
Replies: 1 comment 4 replies
-
it could be done that way, but then you have to worry about random code running whatever on your computer. there's ways around it ( |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I really like that I can cd into a directory and have packages and env vars in scope.
In the case of a package like postgres it would be nice to be able to start and stop this when moving in and out of a directory also.
This could be done by parsing this from the config:
This would shell out to run these commands once the deps and env have been loaded. Then just print out any messages or errors from these commands.
Beta Was this translation helpful? Give feedback.
All reactions