Sha256: 5649260c3eba9d7b77c914b95a5f99bb579d008e30b3593683ec823ecea6f586

Contents?: true

Size: 1.42 KB

Versions: 183

Compression:

Stored size: 1.42 KB

Contents

bundle-console(1) -- Deprecated way to 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)>

## NOTES

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>`.

## SEE ALSO

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

Version data entries

183 entries across 183 versions & 5 rubygems

Version Path
minato_ruby_api_client-0.2.2 vendor/bundle/ruby/3.2.0/gems/bundler-2.5.5/lib/bundler/man/bundle-console.1.ronn
direct7-0.0.18 vendor/bundle/ruby/2.7.0/gems/bundler-2.4.21/lib/bundler/man/bundle-console.1.ronn
direct7-0.0.17 vendor/bundle/ruby/2.7.0/gems/bundler-2.4.21/lib/bundler/man/bundle-console.1.ronn
rubygems-update-3.5.23 bundler/lib/bundler/man/bundle-console.1.ronn
bundler-2.5.23 lib/bundler/man/bundle-console.1.ronn
direct7-0.0.16 vendor/bundle/ruby/2.7.0/gems/bundler-2.4.21/lib/bundler/man/bundle-console.1.ronn
rubygems-update-3.5.22 bundler/lib/bundler/man/bundle-console.1.ronn
bundler-2.5.22 lib/bundler/man/bundle-console.1.ronn
rubygems-update-3.5.21 bundler/lib/bundler/man/bundle-console.1.ronn
bundler-2.5.21 lib/bundler/man/bundle-console.1.ronn
rubygems-update-3.5.20 bundler/lib/bundler/man/bundle-console.1.ronn
bundler-2.5.20 lib/bundler/man/bundle-console.1.ronn
rubygems-update-3.5.19 bundler/lib/bundler/man/bundle-console.1.ronn
bundler-2.5.19 lib/bundler/man/bundle-console.1.ronn
rubygems-update-3.5.18 bundler/lib/bundler/man/bundle-console.1.ronn
bundler-2.5.18 lib/bundler/man/bundle-console.1.ronn
rubygems-update-3.5.17 bundler/lib/bundler/man/bundle-console.1.ronn
bundler-2.5.17 lib/bundler/man/bundle-console.1.ronn
rubygems-update-3.5.16 bundler/lib/bundler/man/bundle-console.1.ronn
bundler-2.5.16 lib/bundler/man/bundle-console.1.ronn