PATH:
opt
/
alt
/
ruby34
/
share
/
gems
/
gems
/
bundler-2.6.9
/
lib
/
bundler
/
man
bundle-plugin(1) -- Manage Bundler plugins ========================================== ## SYNOPSIS `bundle plugin` install PLUGINS [--source=<SOURCE>] [--version=<version>] [--git=<git-url>] [--branch=<branch>|--ref=<rev>] [--path=<path>]<br> `bundle plugin` uninstall PLUGINS<br> `bundle plugin` list<br> `bundle plugin` help [COMMAND] ## DESCRIPTION You can install, uninstall, and list plugin(s) with this command to extend functionalities of Bundler. ## SUB-COMMANDS ### install Install the given plugin(s). * `bundle plugin install bundler-graph`: Install bundler-graph gem from globally configured sources (defaults to RubyGems.org). The global source, specified in source in Gemfile is ignored. * `bundle plugin install bundler-graph --source https://example.com`: Install bundler-graph gem from example.com. The global source, specified in source in Gemfile is not considered. * `bundle plugin install bundler-graph --version 0.2.1`: You can specify the version of the gem via `--version`. * `bundle plugin install bundler-graph --git https://github.com/rubygems/bundler-graph`: Install bundler-graph gem from Git repository. You can use standard Git URLs like: `ssh://[user@]host.xz[:port]/path/to/repo.git`<br> `http[s]://host.xz[:port]/path/to/repo.git`<br> `/path/to/repo`<br> `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-graph`: Install bundler-graph gem from a local path. ### uninstall Uninstall the plugin(s) specified in PLUGINS. ### list List the installed plugins and available commands. No options. ### help Describe subcommands or one specific subcommand. No options. ## SEE ALSO * [How to write a Bundler plugin](https://bundler.io/guides/bundler_plugins.html)
[-] gemfile.5
[edit]
[-] bundle-info.1.ronn
[edit]
[-] bundle-cache.1
[edit]
[-] bundle-remove.1
[edit]
[-] bundle-clean.1
[edit]
[-] bundle-open.1
[edit]
[-] bundle-gem.1
[edit]
[-] bundle-doctor.1
[edit]
[-] bundle-licenses.1
[edit]
[-] bundle-outdated.1
[edit]
[-] bundle-fund.1.ronn
[edit]
[-] bundle-show.1
[edit]
[-] bundle-platform.1.ronn
[edit]
[-] bundle-show.1.ronn
[edit]
[-] bundle-add.1.ronn
[edit]
[-] bundle-licenses.1.ronn
[edit]
[-] bundle.1
[edit]
[-] bundle-viz.1.ronn
[edit]
[-] bundle.1.ronn
[edit]
[-] bundle-platform.1
[edit]
[-] bundle-remove.1.ronn
[edit]
[-] bundle-doctor.1.ronn
[edit]
[-] bundle-env.1.ronn
[edit]
[-] bundle-check.1
[edit]
[-] bundle-cache.1.ronn
[edit]
[-] bundle-exec.1
[edit]
[-] bundle-info.1
[edit]
[-] bundle-plugin.1
[edit]
[-] bundle-update.1.ronn
[edit]
[-] bundle-install.1.ronn
[edit]
[-] bundle-viz.1
[edit]
[-] bundle-outdated.1.ronn
[edit]
[-] bundle-clean.1.ronn
[edit]
[-] bundle-pristine.1
[edit]
[-] bundle-config.1
[edit]
[-] bundle-version.1
[edit]
[-] bundle-exec.1.ronn
[edit]
[-] bundle-env.1
[edit]
[-] bundle-inject.1
[edit]
[-] bundle-issue.1.ronn
[edit]
[-] bundle-init.1.ronn
[edit]
[-] bundle-fund.1
[edit]
[-] bundle-plugin.1.ronn
[edit]
[-] gemfile.5.ronn
[edit]
[-] bundle-update.1
[edit]
[+]
..
[-] bundle-version.1.ronn
[edit]
[-] bundle-lock.1.ronn
[edit]
[-] bundle-config.1.ronn
[edit]
[-] bundle-help.1
[edit]
[-] bundle-open.1.ronn
[edit]
[-] bundle-check.1.ronn
[edit]
[-] bundle-lock.1
[edit]
[-] bundle-issue.1
[edit]
[-] bundle-help.1.ronn
[edit]
[-] bundle-add.1
[edit]
[-] bundle-init.1
[edit]
[-] bundle-console.1
[edit]
[-] bundle-list.1
[edit]
[-] bundle-pristine.1.ronn
[edit]
[-] bundle-inject.1.ronn
[edit]
[-] bundle-gem.1.ronn
[edit]
[-] bundle-binstubs.1
[edit]
[-] bundle-install.1
[edit]
[-] bundle-console.1.ronn
[edit]
[-] bundle-binstubs.1.ronn
[edit]
[-] bundle-list.1.ronn
[edit]