{
    "content": [
        {
            "type": "text",
            "text": "# bundle-viz (man)\n\n## NAME\n\nbundle-viz - Generates a visual dependency graph for your Gemfile\n\n## SYNOPSIS\n\nbundle  viz  [--file=FILE]  [--format=FORMAT]  [--requirements]  [--version] [--without=GROUP\nGROUP]\n\n## DESCRIPTION\n\nviz generates a PNG file of the current Gemfile(5) as a dependency graph.  viz  requires  the\nruby-graphviz gem (and its dependencies).\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **OPTIONS**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "bundle-viz",
        "section": "",
        "mode": "man",
        "summary": "bundle-viz - Generates a visual dependency graph for your Gemfile",
        "synopsis": "bundle  viz  [--file=FILE]  [--format=FORMAT]  [--requirements]  [--version] [--without=GROUP\nGROUP]",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 5,
                "subsections": []
            },
            {
                "name": "OPTIONS",
                "lines": 19,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "bundle-viz - Generates a visual dependency graph for your Gemfile\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "bundle  viz  [--file=FILE]  [--format=FORMAT]  [--requirements]  [--version] [--without=GROUP\nGROUP]\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "viz generates a PNG file of the current Gemfile(5) as a dependency graph.  viz  requires  the\nruby-graphviz gem (and its dependencies).\n\nThe associated gems must also be installed via bundle install(1) bundle-install.1.html.\n",
                "subsections": []
            },
            "OPTIONS": {
                "content": "--file, -f\nThe name to use for the generated file. See --format option\n\n--format, -F\nThis is output format option. Supported format is png, jpg, svg, dot ...\n\n--requirements, -R\nSet to show the version of each required dependency.\n\n--version, -v\nSet to show each gem version.\n\n--without, -W\nExclude gems that are part of the specified named group.\n\n\n\n\nDecember 2021                              BUNDLE-VIZ(1)",
                "subsections": []
            }
        }
    }
}