D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
opt
/
td-agent
/
embedded
/
lib
/
ruby
/
gems
/
2.1.0
/
gems
/
bundler-1.14.5
/
man
/
Filename :
bundle.1.txt
back
Copy
BUNDLE(1) BUNDLE(1) 1mNAME0m 1mbundle 22m- Ruby Dependency Management 1mSYNOPSIS0m 1mbundle 22mCOMMAND [--no-color] [--verbose] [ARGS] 1mDESCRIPTION0m Bundler manages an 1mapplication's dependencies 22mthrough its entire life across many machines systematically and repeatably. See the bundler website 4mhttp://bundler.io24m for information on getting started, and Gemfile(5) for more information on the 1mGemfile 22mformat. 1mOPTIONS0m 1m--no-color0m Print all output without color 1m--verbose0m Print out additional logging information 1mBUNDLE COMMANDS0m We divide 1mbundle 22msubcommands into primary commands and utilities. 1mPRIMARY COMMANDS0m 1mbundle install(1) 4m22mbundle-install.1.html0m Install the gems specified by the 1mGemfile 22mor 1mGemfile.lock0m 1mbundle update(1) 4m22mbundle-update.1.html0m Update dependencies to their latest versions 1mbundle package(1) 4m22mbundle-package.1.html0m Package the .gem files required by your application into the 1mvendor/cache 22mdirectory 1mbundle exec(1) 4m22mbundle-exec.1.html0m Execute a script in the context of the current bundle 1mbundle config(1) 4m22mbundle-config.1.html0m Specify and read configuration options for bundler 1mbundle help(1)0m Display detailed help for each subcommand 1mUTILITIES0m 1mbundle check(1)0m Determine whether the requirements for your application are installed and available to bundler 1mbundle show(1)0m Show the source location of a particular gem in the bundle [1mbundle outdated(1)22m][bundle-outdated] Show all of the outdated gems in the current bundle 1mbundle console(1)0m Start an IRB session in the context of the current bundle 1mbundle open(1)0m Open an installed gem in the editor [1mbundle lock(1)22m][bundle-lock] Generate a lockfile for your dependencies 1mbundle viz(1)0m Generate a visual representation of your dependencies 1mbundle init(1)0m Generate a simple 1mGemfile22m, placed in the current directory 1mbundle gem(1) 4m22mbundle-gem.1.html0m Create a simple gem, suitable for development with bundler 1mbundle platform(1) 4m22mbundle-platform.1.html0m Display platform compatibility information 1mbundle clean(1)0m Clean up unused gems in your bundler directory 1mbundle doctor(1)0m Display warnings about common potential problems 1mPLUGINS0m When running a command that isn't listed in PRIMARY COMMANDS or UTILI- TIES, Bundler will try to find an executable on your path named 1mbundler-<command> 22mand execute it, passing down any extra arguments to it. 1mBUNDLER TRAMPOLINING0m Bundler includes a feature called trampolining, designed to allow a single developer to work on multiple projects, each on different Bundler versions. The trampoline will infer the correct version of Bundler to use for each project and load that version instead of the version directly invoked (which is almost always the newest version installed locally). Bundler by default will use the Bundler version in the current direc- tory to determine the version to trampoline to, reading from the 1mBUN-0m 1mDLED WITH 22msection. However, if the 1mBUNDLER_VERSION 22menvironment variable is set, that version will override the lockfile inference and can be used in directories without a lockfile. Until the target version is Bundler 2 or later, 1mBUNDLE_TRAMPOLINE_FORCE0m must be set for the trampoline to be used. Additionally, 1mBUNDLE_TRAMPO-0m 1mLINE_DISABLE 22mcan be set to completely disable the trampoline. 1mOBSOLETE0m These commands are obsolete and should no longer be used o 1mbundle cache(1)0m o 1mbundle list(1)0m February 2017 BUNDLE(1)