bundle-plugin - Manage Bundler plugins
bundle plugininstall PLUGINS [--source=SOURCE] [--version=version] [--git=git-url] [--branch=branch|--ref=rev] [--path=path]
bundle pluginuninstall PLUGINS
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).
bundle plugin install bundler-graphbundle plugin install bundler-graph --source https://example.combundle plugin install bundler-graph --version 0.2.1--version.bundle plugin install bundler-graph --git https://github.com/rubygems/bundler-graphssh://[user@]host.xz[:port]/path/to/repo.git
http[s]://host.xz[:port]/path/to/repo.git
/path/to/repo
file:///path/to/repo
When you specify --git, you can use --branch or --ref to specify any branch, tag, or commit hash (revision) to use.
bundle plugin install bundler-graph --path ../bundler-graphUninstall the plugin(s) specified in PLUGINS.
List the installed plugins and available commands.
No options.
Describe subcommands or one specific subcommand.
No options.