-
Notifications
You must be signed in to change notification settings - Fork 258
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
Portable Configuration #574
Comments
Thanks for creating separate issue :) Probably a stupid bash/sh/zsh question - but how can we store output of |
Hi @collegeimprovements, you found another bug! It looks like We’ll get that updated, but in the interim you should be able to do: $ volta list --format plain 2> volta_list.txt To write the output to a file. |
Opened #581 To fix the stderr -> stdout issue. |
Oh! Thanks a lot @charlespierce .
|
Hi @collegeimprovements, I just traced this down and the issue wasn't actually about stderr vs stdout, it was related to our detection of the default log level. We'll have a release today (0.6.5), which will include the fix from #581, at which point it will work with In the interim, it should work if you do: $ VOLTA_LOGLEVEL=info volta list --format plain > volta_list.txt |
Update: I created a file
and it gives the following error:
Am I missing setting PATHs properly ? This is not causing any problem. I'm just curious. Edit: This works now. Thanks a lot @charlespierce. For now I rely on good old zsh-tricks :) |
Excellent! Yes, as of Volta 0.7.0 the |
Another vote for this / use-case brought up in #931 (comment) |
Suggested in #569: A way to export / import your volta configuration (default versions, installed packages + versions, hooks, etc.) so that they can be easily moved between machines and bootstrapped. See, e.g.
brew bundle
The text was updated successfully, but these errors were encountered: