bundle-plugin - Manage Bundler plugins
bundle plugininstall PLUGINS [--source=SOURCE] [--version=VERSION] [--git=GIT] [--branch=BRANCH|--ref=REF] [--local-git=LOCAL_GIT] [--path=PATH]
bundle pluginuninstall PLUGINS [--all]
bundle pluginlist
bundle pluginhelp [COMMAND]
You can install, uninstall, and list plugin(s) with this command to extend functionalities of Bundler.
Install the given plugin(s).
For example, bundle plugin install bundler-graph will install bundler-graph
gem from globally configured sources (defaults to RubyGems.org). Note that the
global source specified in Gemfile is ignored.
OPTIONS
--source=SOURCEExample: bundle plugin install bundler-graph --source https://example.com
--version=VERSION--version.
Example: bundle plugin install bundler-graph --version 0.2.1
--git=GITssh://[user@]host.xz[:port]/path/to/repo.git
http[s]://host.xz[:port]/path/to/repo.git
/path/to/repo
file:///path/to/repo
Example: bundle plugin install bundler-graph --git https://github.com/rubygems/bundler-graph
--branch=BRANCH--git, you can use --branch to use.--ref=REF--git, you can use --ref to specify any tag, or commit
hash (revision) to use.--path=PATHExample: bundle plugin install bundler-graph --path ../bundler-graph
--local-git=LOCAL_GITExample: bundle plugin install bundler-graph --local-git ../bundler-graph.
This option is deprecated in favor of --git.
Uninstall the plugin(s) specified in PLUGINS.
OPTIONS
--allList the installed plugins and available commands.
No options.
Describe subcommands or one specific subcommand.
No options.