PATH:
opt
/
alt
/
ruby34
/
share
/
gems
/
gems
/
bundler-2.6.9
/
lib
/
bundler
/
man
bundle-console(1) -- Open an IRB session with the bundle pre-loaded =================================================================== ## SYNOPSIS `bundle console` [GROUP] ## DESCRIPTION Starts an interactive Ruby console session in the context of the current bundle. If no `GROUP` is specified, all gems in the `default` group in the [Gemfile(5)](https://bundler.io/man/gemfile.5.html) are preliminarily loaded. If `GROUP` is specified, all gems in the given group in the Gemfile in addition to the gems in `default` group are loaded. Even if the given group does not exist in the Gemfile, IRB console starts without any warning or error. The environment variable `BUNDLE_CONSOLE` or `bundle config set console` can be used to change the shell from the following: * `irb` (default) * `pry` (https://github.com/pry/pry) * `ripl` (https://github.com/cldwalker/ripl) `bundle console` uses irb by default. An alternative Pry or Ripl can be used with `bundle console` by adjusting the `console` Bundler setting. Also make sure that `pry` or `ripl` is in your Gemfile. ## EXAMPLE $ bundle config set console pry $ bundle console Resolving dependencies... [1] pry(main)> ## SEE ALSO [Gemfile(5)](https://bundler.io/man/gemfile.5.html)
[-] gemfile.5
[edit]
[-] bundle-info.1.ronn
[edit]
[-] bundle-cache.1
[edit]
[-] bundle-remove.1
[edit]
[-] bundle-clean.1
[edit]
[-] bundle-open.1
[edit]
[-] bundle-gem.1
[edit]
[-] bundle-doctor.1
[edit]
[-] bundle-licenses.1
[edit]
[-] bundle-outdated.1
[edit]
[-] bundle-fund.1.ronn
[edit]
[-] bundle-show.1
[edit]
[-] bundle-platform.1.ronn
[edit]
[-] bundle-show.1.ronn
[edit]
[-] bundle-add.1.ronn
[edit]
[-] bundle-licenses.1.ronn
[edit]
[-] bundle.1
[edit]
[-] bundle-viz.1.ronn
[edit]
[-] bundle.1.ronn
[edit]
[-] bundle-platform.1
[edit]
[-] bundle-remove.1.ronn
[edit]
[-] bundle-doctor.1.ronn
[edit]
[-] bundle-env.1.ronn
[edit]
[-] bundle-check.1
[edit]
[-] bundle-cache.1.ronn
[edit]
[-] bundle-exec.1
[edit]
[-] bundle-info.1
[edit]
[-] bundle-plugin.1
[edit]
[-] bundle-update.1.ronn
[edit]
[-] bundle-install.1.ronn
[edit]
[-] bundle-viz.1
[edit]
[-] bundle-outdated.1.ronn
[edit]
[-] bundle-clean.1.ronn
[edit]
[-] bundle-pristine.1
[edit]
[-] bundle-config.1
[edit]
[-] bundle-version.1
[edit]
[-] bundle-exec.1.ronn
[edit]
[-] bundle-env.1
[edit]
[-] bundle-inject.1
[edit]
[-] bundle-issue.1.ronn
[edit]
[-] bundle-init.1.ronn
[edit]
[-] bundle-fund.1
[edit]
[-] bundle-plugin.1.ronn
[edit]
[-] gemfile.5.ronn
[edit]
[-] bundle-update.1
[edit]
[+]
..
[-] bundle-version.1.ronn
[edit]
[-] bundle-lock.1.ronn
[edit]
[-] bundle-config.1.ronn
[edit]
[-] bundle-help.1
[edit]
[-] bundle-open.1.ronn
[edit]
[-] bundle-check.1.ronn
[edit]
[-] bundle-lock.1
[edit]
[-] bundle-issue.1
[edit]
[-] bundle-help.1.ronn
[edit]
[-] bundle-add.1
[edit]
[-] bundle-init.1
[edit]
[-] bundle-console.1
[edit]
[-] bundle-list.1
[edit]
[-] bundle-pristine.1.ronn
[edit]
[-] bundle-inject.1.ronn
[edit]
[-] bundle-gem.1.ronn
[edit]
[-] bundle-binstubs.1
[edit]
[-] bundle-install.1
[edit]
[-] bundle-console.1.ronn
[edit]
[-] bundle-binstubs.1.ronn
[edit]
[-] bundle-list.1.ronn
[edit]