GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
BUNDLE-CONSOLE(1) BUNDLE-CONSOLE(1)

bundle-console - Deprecated way to open an IRB session with the bundle pre-loaded

bundle console [GROUP]

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.

$ bundle config set console pry
$ bundle console
Resolving dependencies...
[1] pry(main)>

This command was deprecated in Bundler 2.1 and will be removed in 3.0. Use bin/console script, which can be generated by bundle gem <NAME>.

Gemfile(5) https://bundler.io/man/gemfile.5.html

October 2022

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.