
bundle plugin
Manage Bundler plugins.
- See also How to write a Bundler plugin
-
In 2.2.0, an additional
uninstall
command will be added.
$ bundle plugin install PLUGINS
Install the plugin from the source
Options:
--source
: URL of the RubyGems source to fetch the plugin from
--version
: The version of the plugin to fetch
--git
: URL of the git repo to fetch from.
--local-git
: Path of the local git repo to fetch from. This is the
recommended
way to install a plugin from a local filesystem (a useful technique for plugin developers)
--branch
: The git branch to checkout
--ref
: The git revision to check out
$ bundle plugin list
List the installed plugins and available commands
No options.
$ bundle plugin help [COMMAND]
Describe subcommands or one specific subcommand
No options.
Edit this document on GitHub if you caught an error or noticed something was missing.