{
    "content": [
        {
            "type": "text",
            "text": "# bundle(1) (man)\n\n**Summary:** bundle - Ruby Dependency Management\n\n**Synopsis:** bundle COMMAND [--no-color] [--verbose] [ARGS]\n\n## Flags\n\n| Flag | Long | Arg | Description |\n|------|------|-----|-------------|\n| — | --no-color | — | Print all output without color --retry, -r Specify the number of times you wish to attempt network commands --verbose, - |\n\n## Section Outline\n\n- **NAME** (2 lines)\n- **SYNOPSIS** (2 lines)\n- **DESCRIPTION** (6 lines)\n- **OPTIONS** (1 lines) — 1 subsections\n  - --no-color (8 lines)\n- **BUNDLE COMMANDS** (2 lines)\n- **PRIMARY COMMANDS** (15 lines) — 1 subsections\n  - bundle help(1) (2 lines)\n- **UTILITIES** (16 lines) — 1 subsections\n  - bundle console(1) (29 lines)\n- **PLUGINS** (4 lines)\n- **OBSOLETE** (12 lines)\n\n## Full Content\n\n### NAME\n\nbundle - Ruby Dependency Management\n\n### SYNOPSIS\n\nbundle COMMAND [--no-color] [--verbose] [ARGS]\n\n### DESCRIPTION\n\nBundler  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\n### OPTIONS\n\n#### --no-color\n\nPrint 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\n### BUNDLE COMMANDS\n\nWe divide bundle subcommands into primary commands and utilities:\n\n### PRIMARY COMMANDS\n\nbundle 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\n#### bundle help(1)\n\nDisplay detailed help for each subcommand\n\n### UTILITIES\n\nbundle 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\n#### bundle console(1)\n\nStart 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\n### PLUGINS\n\nWhen 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\n### OBSOLETE\n\nThese 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)\n\n"
        }
    ],
    "structuredContent": {
        "command": "bundle",
        "section": "1",
        "mode": "man",
        "summary": "bundle - Ruby Dependency Management",
        "synopsis": "bundle COMMAND [--no-color] [--verbose] [ARGS]",
        "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": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 6,
                "subsections": []
            },
            {
                "name": "OPTIONS",
                "lines": 1,
                "subsections": [
                    {
                        "name": "--no-color",
                        "lines": 8,
                        "long": "--no-color"
                    }
                ]
            },
            {
                "name": "BUNDLE COMMANDS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "PRIMARY COMMANDS",
                "lines": 15,
                "subsections": [
                    {
                        "name": "bundle help(1)",
                        "lines": 2
                    }
                ]
            },
            {
                "name": "UTILITIES",
                "lines": 16,
                "subsections": [
                    {
                        "name": "bundle console(1)",
                        "lines": 29
                    }
                ]
            },
            {
                "name": "PLUGINS",
                "lines": 4,
                "subsections": []
            },
            {
                "name": "OBSOLETE",
                "lines": 12,
                "subsections": []
            }
        ]
    }
}