rubygems / rfcs

RubyGems + Bundler RFCs
45 stars 40 forks source link

Add a `bundle groups` command #9

Closed indirect closed 2 years ago

indirect commented 7 years ago

This is a proposal to deprecate the with and without settings, replacing them with a bundle groups command to list groups and manage whether each group is enabled or disabled for future runs of bundle install.

Rendered

indirect commented 6 years ago

Final comment period starts here! Please give us your feedback by July 7.

hmistry commented 6 years ago

I'm for this RFC as it's a good UX change in the direction, just like the deploy RFC. I've made a few comments above. About backward compatibility, I say break it, people will complain because they have to change, but it will be over and better in the long run. 🙂

Anice17 commented 6 years ago

Google

fatkodima commented 4 years ago

@indirect So is this something you still would like to see in bundler? I would like to try to implement.

simi commented 2 years ago

Is there still any interest in this RFC?