GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
BUNDLE-PLUGIN(1) FreeBSD General Commands Manual BUNDLE-PLUGIN(1)

bundle-plugin - Manage Bundler plugins

bundle plugin install PLUGINS [--source=SOURCE] [--version=version] [--git=git-url] [--branch=branch|--ref=rev] [--path=path]
bundle plugin uninstall PLUGINS
bundle plugin list
bundle plugin help [COMMAND]

You can install, uninstall, and list plugin(s) with this command to extend functionalities of Bundler.

Install the given plugin(s).

Install bundler-graph gem from globally configured sources (defaults to RubyGems.org). The global source, specified in source in Gemfile is ignored.
Install bundler-graph gem from example.com. The global source, specified in source in Gemfile is not considered.
You can specify the version of the gem via --version.
Install bundler-graph gem from Git repository. You can use standard Git URLs like:
ssh://[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.
Install bundler-graph gem from a local path.

Uninstall the plugin(s) specified in PLUGINS.

List the installed plugins and available commands.

No options.

Describe subcommands or one specific subcommand.

No options.

How to write a Bundler plugin https://bundler.io/guides/bundler_plugins.html

March 2025

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.