{
    "mode": "man",
    "parameter": "bundle",
    "section": "1",
    "url": "https://www.chedong.com/phpMan.php/man/bundle/1/json",
    "generated": "2026-05-30T05:14:26Z",
    "synopsis": "bundle COMMAND [--no-color] [--verbose] [ARGS]",
    "sections": {
        "NAME": {
            "content": "bundle - Ruby Dependency Management\n",
            "subsections": []
        },
        "SYNOPSIS": {
            "content": "bundle COMMAND [--no-color] [--verbose] [ARGS]\n",
            "subsections": []
        },
        "DESCRIPTION": {
            "content": "Bundler  manages  an  application´´s dependencies through its entire life across many machines\nsystematically and repeatably.\n\nSee the bundler website https://bundler.io for information on getting started, and Gemfile(5)\nfor more information on the Gemfile format.\n",
            "subsections": []
        },
        "OPTIONS": {
            "content": "",
            "subsections": [
                {
                    "name": "--no-color",
                    "content": "Print all output without color\n\n--retry, -r\nSpecify the number of times you wish to attempt network commands\n\n--verbose, -V\nPrint out additional logging information\n",
                    "long": "--no-color"
                }
            ]
        },
        "BUNDLE COMMANDS": {
            "content": "We divide bundle subcommands into primary commands and utilities:\n",
            "subsections": []
        },
        "PRIMARY COMMANDS": {
            "content": "bundle install(1) bundle-install.1.html\nInstall the gems specified by the Gemfile or Gemfile.lock\n\nbundle update(1) bundle-update.1.html\nUpdate dependencies to their latest versions\n\nbundle package(1) bundle-package.1.html\nPackage the .gem files required by your application into the vendor/cache directory\n\nbundle exec(1) bundle-exec.1.html\nExecute a script in the current bundle\n\nbundle config(1) bundle-config.1.html\nSpecify and read configuration options for Bundler\n",
            "subsections": [
                {
                    "name": "bundle help(1)",
                    "content": "Display detailed help for each subcommand\n"
                }
            ]
        },
        "UTILITIES": {
            "content": "bundle add(1) bundle-add.1.html\nAdd the named gem to the Gemfile and run bundle install\n\nbundle binstubs(1) bundle-binstubs.1.html\nGenerate binstubs for executables in a gem\n\nbundle check(1) bundle-check.1.html\nDetermine whether the requirements for your application are installed and available to\nBundler\n\nbundle show(1) bundle-show.1.html\nShow the source location of a particular gem in the bundle\n\nbundle outdated(1) bundle-outdated.1.html\nShow all of the outdated gems in the current bundle\n",
            "subsections": [
                {
                    "name": "bundle console(1)",
                    "content": "Start an IRB session in the current bundle\n\nbundle open(1) bundle-open.1.html\nOpen an installed gem in the editor\n\nbundle lock(1) bundle-lock.1.html\nGenerate a lockfile for your dependencies\n\nbundle viz(1) bundle-viz.1.html\nGenerate a visual representation of your dependencies\n\nbundle init(1) bundle-init.1.html\nGenerate a simple Gemfile, placed in the current directory\n\nbundle gem(1) bundle-gem.1.html\nCreate a simple gem, suitable for development with Bundler\n\nbundle platform(1) bundle-platform.1.html\nDisplay platform compatibility information\n\nbundle clean(1) bundle-clean.1.html\nClean up unused gems in your Bundler directory\n\nbundle doctor(1) bundle-doctor.1.html\nDisplay warnings about common problems\n\nbundle remove(1) bundle-remove.1.html\nRemoves gems from the Gemfile\n"
                }
            ]
        },
        "PLUGINS": {
            "content": "When running a command that isn´t listed in PRIMARY COMMANDS or UTILITIES, Bundler  will  try\nto  find  an executable on your path named bundler-<command> and execute it, passing down any\nextra arguments to it.\n",
            "subsections": []
        },
        "OBSOLETE": {
            "content": "These commands are obsolete and should no longer be used:\n\n•   bundle cache(1)\n\n•   bundle show(1)\n\n\n\n\n\n\nDecember 2021                                  BUNDLE(1)",
            "subsections": []
        }
    },
    "summary": "bundle - Ruby Dependency Management",
    "flags": [
        {
            "flag": "",
            "long": "--no-color",
            "arg": null,
            "description": "Print all output without color --retry, -r Specify the number of times you wish to attempt network commands --verbose, -V Print out additional logging information"
        }
    ],
    "examples": [],
    "see_also": []
}