volta-cli / rfcs

RFCs for changes to Volta
Other
17 stars 14 forks source link

RFC: introduce `volta list` and deprecate `volta current` #34

Closed chriskrycho closed 4 years ago

chriskrycho commented 5 years ago

Rendered RFC text. See earlier discussion at volta-cli/volta#349.

Add an informational command, volta list, replacing the volta current command and expanding on its capabilities. The list command will allow users to see their default and project-specific toolchains, and will support both human-friendly output and a tool-friendly output.

mikrostew commented 4 years ago

Now that https://github.com/volta-cli/volta/pull/461, https://github.com/volta-cli/volta/pull/701, and https://github.com/volta-cli/volta/pull/697 have landed, is this RFC ready to be merged? Should we wait for https://github.com/volta-cli/volta/pull/659?

chriskrycho commented 4 years ago

I think this is quite ready to merge. We may continue to add more output formats and to iterate on the design as we find pain points, but the RFC has served its purpose and is fully implemented given our existing constraints from where I stand!