Skip to content

Instantly share code, notes, and snippets.

@ascarter
Created August 9, 2010 17:31
Show Gist options
  • Save ascarter/515752 to your computer and use it in GitHub Desktop.
Save ascarter/515752 to your computer and use it in GitHub Desktop.
$ bundle --help
Tasks:
/Users/andrew/.rvm/gems/ruby-1.9.2-rc2@rails3/bin/bundle check # Checks if the dependencies listed in Gemfile are sa...
/Users/andrew/.rvm/gems/ruby-1.9.2-rc2@rails3/bin/bundle config NAME [VALUE] # retrieve or set a configuration value
/Users/andrew/.rvm/gems/ruby-1.9.2-rc2@rails3/bin/bundle console [GROUP] # Opens an IRB session with the bundle pre-loaded
/Users/andrew/.rvm/gems/ruby-1.9.2-rc2@rails3/bin/bundle exec # Run the command in context of the bundle
/Users/andrew/.rvm/gems/ruby-1.9.2-rc2@rails3/bin/bundle help [TASK] # Describe available tasks or one specific task
/Users/andrew/.rvm/gems/ruby-1.9.2-rc2@rails3/bin/bundle init # Generates a Gemfile into the current working directory
/Users/andrew/.rvm/gems/ruby-1.9.2-rc2@rails3/bin/bundle install # Install the current environment to the system
/Users/andrew/.rvm/gems/ruby-1.9.2-rc2@rails3/bin/bundle lock # Locks the bundle to the current set of dependencies...
/Users/andrew/.rvm/gems/ruby-1.9.2-rc2@rails3/bin/bundle open GEM # Opens the source directory of the given bundled gem
/Users/andrew/.rvm/gems/ruby-1.9.2-rc2@rails3/bin/bundle package # Locks and then caches all of the gems into vendor/c...
/Users/andrew/.rvm/gems/ruby-1.9.2-rc2@rails3/bin/bundle show [GEM] # Shows all gems that are part of the bundle, or the ...
/Users/andrew/.rvm/gems/ruby-1.9.2-rc2@rails3/bin/bundle unlock # Unlock the bundle. This allows gem versions to be c...
/Users/andrew/.rvm/gems/ruby-1.9.2-rc2@rails3/bin/bundle update # update the current environment
/Users/andrew/.rvm/gems/ruby-1.9.2-rc2@rails3/bin/bundle version # Prints the bundler's version information
/Users/andrew/.rvm/gems/ruby-1.9.2-rc2@rails3/bin/bundle viz # Generates a visual dependency graph
Options:
[--no-color=Disable colorization in output]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment