summaryrefslogtreecommitdiff
path: root/lib/bundler/cli.rb
Commit message (Expand)AuthorAgeFilesLines
* [Binstubs] Add --all optionssegiddins/bundle-binstubs-allSamuel Giddins2018-04-181-0/+2
* Fix some rescue calls that do not specifiy error type.utilum2018-03-171-1/+1
* Auto merge of #6273 - joelvh:feature/bundle_update_gemfile_option, r=colby-sw...The Bundler Bot2018-01-311-0/+2
|\
| * Added `--gemfile` option to `bundle update`Joel Van Horn2018-01-241-0/+2
* | Auto merge of #6238 - bundler:seg-outdated-fips, r=olleolleolleThe Bundler Bot2018-01-131-0/+2
|\ \
| * | [CLI] Skip the outdated bundler check when MD5 is not availableseg-outdated-fipsSamuel Giddins2017-12-301-0/+2
* | | add `--paths` option to `bundle list` command.Colby Swandale2017-11-191-0/+1
|/ /
* | [CLI] Switch around the --strict option for bundle outdatedseg-outdated-filter-optionsSamuel Giddins2017-09-131-2/+3
* | deprecate the viz command in bundler 2colby/deprecate-viz-commandColby Swandale2017-09-061-14/+17
* | [CLI] Implement config subcommandsSamuel Giddins2017-08-301-8/+2
* | [CLI] Use options for configSamuel Giddins2017-08-301-3/+6
|/
* Add a spec for no-args bundle on 2.0Samuel Giddins2017-08-291-2/+4
* Fix outdated bundler suggestion logicSamuel Giddins2017-08-291-2/+2
* [CLI] Prettify the output in cli_helpSamuel Giddins2017-08-291-14/+36
* Auto merge of #5961 - bundler:seg-auto-clean, r=indirectThe Bundler Bot2017-08-291-0/+2
|\
| * Automatically bundle clean without a path set on 2.0Samuel Giddins2017-08-281-0/+2
* | Convert pristine command desc to long_descNick LaMuro2017-08-291-1/+6
|/
* Completely remove the package --all option on 2.0 and force its behaviorseg-bundler-2-defaultsSamuel Giddins2017-08-281-4/+8
* Default to packaging all on 2.0Samuel Giddins2017-08-281-2/+4
* Ensure deprecations become a hard error in Bundler 2Samuel Giddins2017-08-201-2/+2
* Remove hack for help accepting --no-colorSamuel Giddins2017-08-161-3/+0
* Auto merge of #5910 - bundler:seg-outdated-warning-tweak, r=indirectThe Bundler Bot2017-08-151-1/+10
|\
| * [CLI] Suggest bundle update --bundler when a newer version is installedseg-outdated-warning-tweakSamuel Giddins2017-08-011-1/+10
* | Auto merge of #5920 - bundler:colby/bundler-list, r=segiddinsThe Bundler Bot2017-08-111-1/+13
|\ \
| * | add --name-only option to print only the name of each gemcolby/bundler-listColby Swandale2017-08-101-2/+3
| * | implement new list command taken from bundler showColby Swandale2017-08-041-1/+12
* | | Auto merge of #5909 - koic:print_only_version_number, r=segiddinsThe Bundler Bot2017-08-011-1/+6
|\ \ \ | |_|/ |/| |
| * | [2.0] Print only version number from `bundler --version`Koichi ITO2017-08-011-1/+6
| |/
* | Delete redundant aliases from bundle outdated commandPatricia Arbona2017-07-271-2/+2
|/
* [CLI] Dont print an outdated version warning when running a parseable commandseg-no-bundler-versio-warning-when-parseableSamuel Giddins2017-07-201-5/+14
* [CLI] Deprecate install --no-pruneSamuel Giddins2017-07-191-1/+1
* [CLI] Deprecate install --force in favor of --redownloadSamuel Giddins2017-07-191-1/+2
* [CLI] Deprecate install --cleanSamuel Giddins2017-07-191-1/+1
* [CLI] Deprecate init --gemspecSamuel Giddins2017-07-191-1/+1
* [CLI] Rename #forgotten_option to #deprecated_optionSamuel Giddins2017-07-191-10/+10
* Remove several CLI flags that need to be set via config in Bundler 2Samuel Giddins2017-07-191-10/+15
* [Settings] Stop remembering CLI options in Bundler 2Samuel Giddins2017-07-191-2/+1
* [RuboCop] Enable Layout/EmptyLineAfterMagicComment copKoichi ITO2017-07-161-0/+1
* Change deprecation from `bundle list` to `bundle show`Koichi ITO2017-07-091-2/+2
* Capitalize the description lines in Bundler 2Koichi ITO2017-07-061-4/+4
* Use the Package command for `bundle cache` on Bundler 2seg-new-cache-is-packageSamuel Giddins2017-07-031-8/+12
* Remove the console command in Bundler 2.0seg-deprecate-consoleSamuel Giddins2017-07-021-5/+6
* Auto merge of #5725 - bundler:seg-default-command, r=indirectThe Bundler Bot2017-06-231-1/+8
|\
| * Default to printing a help message when `bundle` is run without arguments on 2.0seg-default-commandSamuel Giddins2017-06-141-1/+8
* | Completely remove the postit trampolineSamuel Giddins2017-06-211-1/+1
* | [CLI] Sort options for stability on ruby < 2seg-verbose-cli-print-no-defaultsSamuel Giddins2017-06-201-1/+1
* | [CLI] Dont print defaults in the command printed with --verboseSamuel Giddins2017-06-191-4/+10
* | Auto merge of #5721 - bundler:seg-binstubs-shebang, r=indirectThe Bundler Bot2017-06-161-0/+2
|\ \
| * | Add --shebang option to binstubs commandseg-binstubs-shebangDimitris Zorbas2017-06-131-0/+2
* | | Auto merge of #5716 - bundler:seg-version-build-metadata, r=indirectThe Bundler Bot2017-06-161-1/+4
|\ \ \