Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Support multiple groups for --without-group and --only-group options in ↵ | fatkodima | 2019-11-01 | 1 | -6/+6 |
| | | | | bundler list command | ||||
* | Change options to --without-group and --only-group | Agrim Mittal | 2018-06-17 | 1 | -6/+6 |
| | | | | Improves understanding of the options without need to look up the docs. | ||||
* | Add documentation for bundle list without and only options | Agrim Mittal | 2018-06-15 | 1 | -1/+17 |
| | |||||
* | add `--paths` option to `bundle list` command. | Colby Swandale | 2017-11-19 | 1 | -0/+2 |
| | | | | | | | | | | | | | This option mimics the `--paths` options in `bundle show` which is being removed in bundler 2. Example Usage: $ bundle list --paths /Users/c/Desktop/Projects/testapp/.bundle/ruby/2.4.0/gems/actioncable-5.1.4 /Users/c/Desktop/Projects/testapp/.bundle/ruby/2.4.0/gems/actionmailer-5.1.4 /Users/c/Desktop/Projects/testapp/.bundle/ruby/2.4.0/gems/actionpack-5.1.4 /Users/c/Desktop/Projects/testapp/.bundle/ruby/2.4.0/gems/actionview-5.1.4 | ||||
* | add --name-only option to print only the name of each gemcolby/bundler-list | Colby Swandale | 2017-08-10 | 1 | -2/+7 |
| | |||||
* | implement new list command taken from bundler show | Colby Swandale | 2017-08-04 | 1 | -0/+10 |