Ruby-Bundler
- bundle-add(1) Add gem to the Gemfile and run bundle install
- bundle-binstubs(1) Install the binstubs of the listed gems
- bundle-cache(1) Package your needed .gem files into your application
- bundle-check(1) Verifies if dependencies are satisfied by installed gems
- bundle-clean(1) Cleans up unused gems in your bundler directory
- bundle-config(1) Set bundler configuration options
- bundle-doctor(1) Checks the bundle for common problems
- bundle-exec(1) Execute a command in the context of the bundle
- bundle-gem(1) Generate a project skeleton for creating a rubygem
- bundle-info(1) Show information for the given gem in your bundle
- bundle-init(1) Generates a Gemfile into the current working directory
- bundle-inject(1) Add named gem(s) with version requirements to Gemfile
- bundle-install(1) Install the dependencies specified in your Gemfile
- bundle-list(1) List all the gems in the bundle
- bundle-lock(1) Creates / Updates a lockfile without installing
- bundle-open(1) Opens the source directory for a gem in your bundle
- bundle-outdated(1) List installed gems with newer versions available
- bundle-platform(1) Displays platform compatibility information
- bundle-pristine(1) Restores installed gems to their pristine condition
- bundle-remove(1) Removes gems from the Gemfile
- bundle-show(1) Shows all the gems in your bundle, or the path to a gem
- bundle-update(1) Update your gems to the latest available versions
- bundle-viz(1) Generates a visual dependency graph for your Gemfile
- bundle(1) Ruby Dependency Management
- bundler(1) Ruby Dependency Management
- gemfile(5) A format for describing gem dependencies for Ruby programs