summaryrefslogtreecommitdiff
path: root/lib/bundler/cli.rb
AgeCommit message (Expand)Author
2025-12-16[ruby/rubygems] Allow to show cli_help with bundler executableHiroshi SHIBATA
2025-12-09[ruby/rubygems] Fix indentation of the info message for default_cli_commandBenoit Daloze
2025-12-09[ruby/rubygems] Fix the config suggestion in the warning for `$ bundle`Benoit Daloze
2025-12-02[ruby/rubygems] Make BUNDLE_LOCKFILE environment variable have precedence ove...Jeremy Evans
2025-12-02[ruby/rubygems] Improve banner message for the default command.Hiroshi SHIBATA
2025-11-28[ruby/rubygems] Add informational message when default_cli_command is unset.Hiroshi SHIBATA
2025-11-28[ruby/rubygems] Print help summary when the default command failJean Boussier
2025-11-28[ruby/rubygems] Restore `install` as default commandJean Boussier
2025-11-25[ruby/rubygems] Support bundle install --lockfile optionJeremy Evans
2025-11-20[ruby/rubygems] Add support for bundle install --no-lockJeremy Evans
2025-11-19[ruby/rubygems] Warn users that `bundle` now display the help:Edouard CHIN
2025-11-19[ruby/rubygems] Add `--ext=go` to `bundle gem`Go Sueyoshi
2025-10-27[ruby/rubygems] bundler_4_mode always return trueHiroshi SHIBATA
2025-10-15[rubygems/rubygems] Fixed wrong option messageHiroshi SHIBATA
2025-10-15[rubygems/rubygems] Replaced Bundler::SharedHelpers.major_deprecation to feat...Hiroshi SHIBATA
2025-10-10[rubygems/rubygems] Make default_cli_command flag to settingsHiroshi SHIBATA
2025-10-10[rubygems/rubygems] Replaced Bundler.feature_flag.plugins? to Bundler.settingsHiroshi SHIBATA
2025-09-19[rubygems/rubygems] Completely remove passing `--ext` to `bundle gem` without...David Rodríguez
2025-09-19[rubygems/rubygems] Make `bundle show --outdated` raise an errorDavid Rodríguez
2025-09-17[rubygems/rubygems] Finalize `bundle install --binstubs` removalDavid Rodríguez
2025-09-17[rubygems/rubygems] Fix grammar in `bundle install --binstubs` removal messageDavid Rodríguez
2025-09-17[rubygems/rubygems] Move `bundle install --binstubs` deprecation to cli.rbDavid Rodríguez
2025-09-17[rubygems/rubygems] Make `bundle remove --install` raise an errorDavid Rodríguez
2025-09-16[rubygems/rubygems] Complete rubocop flags and settings removalDavid Rodríguez
2025-09-11[rubygems/rubygems] Complete remembered options removalDavid Rodríguez
2025-09-11[rubygems/rubygems] Fix grammar in remembered options removal messageDavid Rodríguez
2025-09-11[rubygems/rubygems] Add missing part in `bundle cache --path` removal messageDavid Rodríguez
2025-09-03[rubygems/rubygems] Deprecate `bundle cache --frozen` and `bundle cache --no-...David Rodríguez
2025-09-03Completely remove `bundle viz` commandDavid Rodríguez
2025-09-03Completely remove `bundle inject` commandDavid Rodríguez
2025-09-03[rubygems/rubygems] The `bundle clean` command should not be hiddenDavid Rodríguez
2025-08-18[rubygems/rubygems] Consistently use banner of desc when defining CLI flagsDavid Rodríguez
2025-08-18[rubygems/rubygems] Fix `bundle show --verbose` and recommend it as an altern...David Rodríguez
2025-08-18[rubygems/rubygems] Introduce `bundle list --format=json`Schneems
2025-08-18[rubygems/rubygems] Fix Bundler printing more flags than actually passed in v...David Rodríguez
2025-08-18[rubygems/rubygems] Fix `bundle cache --no-all` not printing a deprecation wa...David Rodríguez
2025-07-17Cancel `--force` deprecation in favor of `--redownload`David Rodríguez
2025-07-17[rubygems/rubygems] Fix `bundle binstub --path=foo` not printing a deprecatio...David Rodríguez
2025-07-17[rubygems/rubygems] Fix `bundle cache path=foo` not printing a deprecation me...David Rodríguez
2025-07-17[rubygems/rubygems] Remove unnecessary `flag_deprecation` methodDavid Rodríguez
2025-07-17[rubygems/rubygems] Refactor remembered flag deprecation logicDavid Rodríguez
2025-07-03Sync RubyGemsDavid Rodríguez
2025-07-02[rubygems/rubygems] Add a `verbose` setting to enable verbose output for all ...David Rodríguez
2025-07-02[rubygems/rubygems] Consistently access CLI flags with symbolsDavid Rodríguez
2025-07-02[rubygems/rubygems] Log when `simulate_version` is enabledDavid Rodríguez
2025-07-02[rubygems/rubygems] None of the global options have default so this seems unn...David Rodríguez
2025-07-02[rubygems/rubygems] Remove `print_only_version_number` settingDavid Rodríguez
2025-06-30[rubygems/rubygems] Use Bundler.settings[gem.bundle]Hiroshi SHIBATA
2025-06-30[rubygems/rubygems] Added bundle option to method_optionHiroshi SHIBATA
2025-06-19Skip to Bundler 4 directlyDavid Rodríguez