{
    "content": [
        {
            "type": "text",
            "text": "# bundler(1) (man)\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\n## TLDR\n\n> This command is an alias of `bundle`.\n\n- View documentation for the original command:\n  `tldr bundle`\n\n*Source: tldr-pages*\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **OPTIONS** (1 subsections)\n- **BUNDLE COMMANDS**\n- **PRIMARY COMMANDS** (1 subsections)\n- **UTILITIES** (1 subsections)\n- **PLUGINS**\n- **OBSOLETE**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "bundler",
        "section": "1",
        "mode": "man",
        "summary": "bundle - Ruby Dependency Management",
        "synopsis": "bundle COMMAND [--no-color] [--verbose] [ARGS]",
        "tldr_summary": "This command is an alias of `bundle`.",
        "tldr_examples": [
            {
                "description": "View documentation for the original command",
                "command": "tldr bundle"
            }
        ],
        "tldr_source": "official",
        "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": []
            }
        ],
        "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": []
            }
        }
    }
}