{
    "mode": "man",
    "parameter": "bundle-list",
    "section": "1",
    "url": "https://www.chedong.com/phpMan.php/man/bundle-list/1/json",
    "generated": "2026-06-15T14:32:20Z",
    "synopsis": "bundle  list  [--name-only] [--paths] [--without-group=GROUP[ GROUP...]] [--only-group=GROUP[\nGROUP...]]",
    "sections": {
        "NAME": {
            "content": "bundle-list - List all the gems in the bundle\n",
            "subsections": []
        },
        "SYNOPSIS": {
            "content": "bundle  list  [--name-only] [--paths] [--without-group=GROUP[ GROUP...]] [--only-group=GROUP[\nGROUP...]]\n",
            "subsections": []
        },
        "DESCRIPTION": {
            "content": "Prints a list of all the gems in the bundle including their version.\n\nExample:\n\nbundle list --name-only\n\nbundle list --paths\n\nbundle list --without-group test\n\nbundle list --only-group dev\n\nbundle list --only-group dev test --paths\n",
            "subsections": []
        },
        "OPTIONS": {
            "content": "",
            "subsections": [
                {
                    "name": "--name-only",
                    "content": "Print only the name of each gem.\n",
                    "long": "--name-only"
                },
                {
                    "name": "--paths",
                    "content": "Print the path to each gem in the bundle.\n",
                    "long": "--paths"
                },
                {
                    "name": "--without-group=<list>",
                    "content": "A space-separated list of groups of gems to skip during printing.\n",
                    "long": "--without-group",
                    "arg": "<list>"
                },
                {
                    "name": "--only-group=<list>",
                    "content": "A space-separated list of groups of gems to print.\n\n\n\n\nDecember 2021                             BUNDLE-LIST(1)",
                    "long": "--only-group",
                    "arg": "<list>"
                }
            ]
        }
    },
    "summary": "bundle-list - List all the gems in the bundle",
    "flags": [
        {
            "flag": "",
            "long": "--name-only",
            "arg": null,
            "description": "Print only the name of each gem."
        },
        {
            "flag": "",
            "long": "--paths",
            "arg": null,
            "description": "Print the path to each gem in the bundle."
        },
        {
            "flag": "",
            "long": "--without-group",
            "arg": "<list>",
            "description": "A space-separated list of groups of gems to skip during printing."
        },
        {
            "flag": "",
            "long": "--only-group",
            "arg": "<list>",
            "description": "A space-separated list of groups of gems to print. December 2021 BUNDLE-LIST(1)"
        }
    ],
    "examples": [],
    "see_also": [],
    "tldr": {
        "source": "not_found",
        "examples": []
    }
}