." generated with nRonn/v0.11.1 ." github.com/n-ronn/nronn/tree/0.11.1 .TH “BUNDLE-PLUGIN” “1” “October 2024” “” .SH “NAME” fBbundle-pluginfR - Manage Bundler plugins .SH “SYNOPSIS” fBbundle pluginfR install PLUGINS [--source=fISOURCEfR] [--version=fIversionfR] [--git=fIgit-urlfR] [--branch=fIbranchfR|--ref=fIrevfR] [--path=fIpathfR] .br fBbundle pluginfR uninstall PLUGINS .br fBbundle pluginfR list .br fBbundle pluginfR help [COMMAND] .SH “DESCRIPTION” You can install, uninstall, and list plugin(s) with this command to extend functionalities of Bundler. .SH “SUB-COMMANDS” .SS “install” Install the given plugin(s). .TP fBbundle plugin install bundler-graphfR Install bundler-graph gem from globally configured sources (defaults to RubyGems.org). The global source, specified in source in Gemfile is ignored. .TP fBbundle plugin install bundler-graph --source example.comfR Install bundler-graph gem from example.com. The global source, specified in source in Gemfile is not considered. .TP fBbundle plugin install bundler-graph --version 0.2.1fR You can specify the version of the gem via fB--versionfR. .TP fBbundle plugin install bundler-graph --git github.com/rubygems/bundler-graphfR Install bundler-graph gem from Git repository. You can use standard Git URLs like: .IP fBssh://[user/path/to/repo.gitfR .br fBhttp[s]://host.xz/path/to/repo.gitfR .br fB/path/to/repofR .br fBfile:///path/to/repofR .IP When you specify fB--gitfR, you can use fB--branchfR or fB--reffR to specify any branch, tag, or commit hash (revision) to use. .TP fBbundle plugin install bundler-graph --path ../bundler-graphfR Install bundler-graph gem from a local path. .SS “uninstall” Uninstall the plugin(s) specified in PLUGINS. .SS “list” List the installed plugins and available commands. .P No options. .SS “help” Describe subcommands or one specific subcommand. .P No options. .SH “SEE ALSO” .IP “(bu” 4 How to write a Bundler plugin fIbundler.io/guides/bundler_plugins.htmlfR .IP “” 0