summaryrefslogtreecommitdiff
path: root/man/bundle.1.txt
diff options
context:
space:
mode:
Diffstat (limited to 'man/bundle.1.txt')
-rw-r--r--man/bundle.1.txt104
1 files changed, 52 insertions, 52 deletions
diff --git a/man/bundle.1.txt b/man/bundle.1.txt
index 751411846f..bbf869d4c5 100644
--- a/man/bundle.1.txt
+++ b/man/bundle.1.txt
@@ -2,115 +2,115 @@ BUNDLE(1) BUNDLE(1)
-1mNAME0m
- 1mbundle 22m- Ruby Dependency Management
+NAME
+ bundle - Ruby Dependency Management
-1mSYNOPSIS0m
- 1mbundle 22mCOMMAND [--no-color] [--verbose] [ARGS]
+SYNOPSIS
+ bundle COMMAND [--no-color] [--verbose] [ARGS]
-1mDESCRIPTION0m
- Bundler manages an 1mapplication's dependencies 22mthrough its entire life
+DESCRIPTION
+ Bundler manages an application's dependencies through 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.
+ See the bundler website https://bundler.io for information on getting
+ started, and Gemfile(5) for more information on the Gemfile format.
-1mOPTIONS0m
- 1m--no-color0m
+OPTIONS
+ --no-color
Print all output without color
- 1m--retry22m, 1m-r0m
+ --retry, -r
Specify the number of times you wish to attempt network commands
- 1m--verbose22m, 1m-V0m
+ --verbose, -V
Print out additional logging information
-1mBUNDLE COMMANDS0m
- We divide 1mbundle 22msubcommands into primary commands and utilities:
+BUNDLE COMMANDS
+ We divide bundle subcommands into primary commands and utilities:
-1mPRIMARY COMMANDS0m
- 1mbundle install(1) 4m22mbundle-install.1.html0m
- Install the gems specified by the 1mGemfile 22mor 1mGemfile.lock0m
+PRIMARY COMMANDS
+ bundle install(1) bundle-install.1.html
+ Install the gems specified by the Gemfile or Gemfile.lock
- 1mbundle update(1) 4m22mbundle-update.1.html0m
+ bundle update(1) bundle-update.1.html
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
+ bundle package(1) bundle-package.1.html
+ Package the .gem files required by your application into the
+ vendor/cache directory
- 1mbundle exec(1) 4m22mbundle-exec.1.html0m
+ bundle exec(1) bundle-exec.1.html
Execute a script in the current bundle
- 1mbundle config(1) 4m22mbundle-config.1.html0m
+ bundle config(1) bundle-config.1.html
Specify and read configuration options for Bundler
- 1mbundle help(1)0m
+ bundle help(1)
Display detailed help for each subcommand
-1mUTILITIES0m
- 1mbundle add(1) 4m22mbundle-add.1.html0m
- Add the named gem to the Gemfile and run 1mbundle install0m
+UTILITIES
+ bundle add(1) bundle-add.1.html
+ Add the named gem to the Gemfile and run bundle install
- 1mbundle binstubs(1) 4m22mbundle-binstubs.1.html0m
+ bundle binstubs(1) bundle-binstubs.1.html
Generate binstubs for executables in a gem
- 1mbundle check(1) 4m22mbundle-check.1.html0m
- Determine whether the requirements for your application are in-
- stalled and available to Bundler
+ bundle check(1) bundle-check.1.html
+ Determine whether the requirements for your application are
+ installed and available to Bundler
- 1mbundle show(1) 4m22mbundle-show.1.html0m
+ bundle show(1) bundle-show.1.html
Show the source location of a particular gem in the bundle
- 1mbundle outdated(1) 4m22mbundle-outdated.1.html0m
+ bundle outdated(1) bundle-outdated.1.html
Show all of the outdated gems in the current bundle
- 1mbundle console(1)0m
+ bundle console(1)
Start an IRB session in the current bundle
- 1mbundle open(1) 4m22mbundle-open.1.html0m
+ bundle open(1) bundle-open.1.html
Open an installed gem in the editor
- 1mbundle lock(1) 4m22mbundle-lock.1.hmtl0m
+ bundle lock(1) bundle-lock.1.hmtl
Generate a lockfile for your dependencies
- 1mbundle viz(1) 4m22mbundle-viz.1.html0m
+ bundle viz(1) bundle-viz.1.html
Generate a visual representation of your dependencies
- 1mbundle init(1) 4m22mbundle-init.1.html0m
- Generate a simple 1mGemfile22m, placed in the current directory
+ bundle init(1) bundle-init.1.html
+ Generate a simple Gemfile, placed in the current directory
- 1mbundle gem(1) 4m22mbundle-gem.1.html0m
+ bundle gem(1) bundle-gem.1.html
Create a simple gem, suitable for development with Bundler
- 1mbundle platform(1) 4m22mbundle-platform.1.html0m
+ bundle platform(1) bundle-platform.1.html
Display platform compatibility information
- 1mbundle clean(1) 4m22mbundle-clean.1.html0m
+ bundle clean(1) bundle-clean.1.html
Clean up unused gems in your Bundler directory
- 1mbundle doctor(1) 4m22mbundle-doctor.1.html0m
+ bundle doctor(1) bundle-doctor.1.html
Display warnings about common problems
- 1mbundle remove(1) 4m22mbundle-remove.1.html0m
+ bundle remove(1) bundle-remove.1.html
Removes gems from the Gemfile
-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
+PLUGINS
+ 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
+ bundler-<command> and execute it, passing down any extra arguments to
it.
-1mOBSOLETE0m
+OBSOLETE
These commands are obsolete and should no longer be used:
- o 1mbundle cache(1)0m
+ o bundle cache(1)
- o 1mbundle show(1)0m
+ o bundle show(1)
- January 2019 BUNDLE(1)
+ April 2019 BUNDLE(1)