Sha256: b7099de4fd1665c393c41cf4ed799c6c9459f7b249d5580ba1cb168a2be7ed28
Contents?: true
Size: 1.44 KB
Versions: 2
Compression:
Stored size: 1.44 KB
Contents
.\" generated with Ronn-NG/v0.10.1 .\" http://github.com/apjanke/ronn-ng/tree/0.10.1 .TH "BUNDLE\-CONSOLE" "1" "January 2025" "" .SH "NAME" \fBbundle\-console\fR \- Open an IRB session with the bundle pre\-loaded .SH "SYNOPSIS" \fBbundle console\fR [GROUP] .SH "DESCRIPTION" Starts an interactive Ruby console session in the context of the current bundle\. .P If no \fBGROUP\fR is specified, all gems in the \fBdefault\fR group in the Gemfile(5) \fIhttps://bundler\.io/man/gemfile\.5\.html\fR are preliminarily loaded\. .P If \fBGROUP\fR is specified, all gems in the given group in the Gemfile in addition to the gems in \fBdefault\fR group are loaded\. Even if the given group does not exist in the Gemfile, IRB console starts without any warning or error\. .P The environment variable \fBBUNDLE_CONSOLE\fR or \fBbundle config set console\fR can be used to change the shell from the following: .IP "\(bu" 4 \fBirb\fR (default) .IP "\(bu" 4 \fBpry\fR (https://github\.com/pry/pry) .IP "\(bu" 4 \fBripl\fR (https://github\.com/cldwalker/ripl) .IP "" 0 .P \fBbundle console\fR uses irb by default\. An alternative Pry or Ripl can be used with \fBbundle console\fR by adjusting the \fBconsole\fR Bundler setting\. Also make sure that \fBpry\fR or \fBripl\fR is in your Gemfile\. .SH "EXAMPLE" .nf $ bundle config set console pry $ bundle console Resolving dependencies\|\.\|\.\|\. [1] pry(main)> .fi .SH "SEE ALSO" Gemfile(5) \fIhttps://bundler\.io/man/gemfile\.5\.html\fR
Version data entries
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
rubygems-update-3.6.3 | bundler/lib/bundler/man/bundle-console.1 |
bundler-2.6.3 | lib/bundler/man/bundle-console.1 |