{
    "content": [
        {
            "type": "text",
            "text": "# netplan-get (man)\n\n## NAME\n\nnetplan-get - read merged netplan YAML configuration\n\n## SYNOPSIS\n\nnetplan [--debug] get -h | --help\nnetplan [--debug] get [--root-dir=ROOTDIR] [key]\n\n## DESCRIPTION\n\nnetplan  get  [key]  reads  all  YAML  files from /{etc,lib,run}/netplan/*.yaml and returns a\nmerged view of the current configuration\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **OPTIONS** (3 subsections)\n- **SEE ALSO**\n- **AUTHORS**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "netplan-get",
        "section": "",
        "mode": "man",
        "summary": "netplan-get - read merged netplan YAML configuration",
        "synopsis": "netplan [--debug] get -h | --help\nnetplan [--debug] get [--root-dir=ROOTDIR] [key]",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [
            {
                "flag": "-h",
                "long": "--help",
                "arg": null,
                "description": "Print basic help."
            },
            {
                "flag": "",
                "long": "--debug",
                "arg": null,
                "description": "Print debugging output during the process."
            },
            {
                "flag": "",
                "long": "--root-dir",
                "arg": null,
                "description": "Read YAML files from this root instead of /"
            }
        ],
        "examples": [],
        "see_also": [
            {
                "name": "netplan",
                "section": "5",
                "url": "https://www.chedong.com/phpMan.php/man/netplan/5/json"
            },
            {
                "name": "netplan-set",
                "section": "8",
                "url": "https://www.chedong.com/phpMan.php/man/netplan-set/8/json"
            },
            {
                "name": "netplan-dbus",
                "section": "8",
                "url": "https://www.chedong.com/phpMan.php/man/netplan-dbus/8/json"
            }
        ],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 4,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 8,
                "subsections": []
            },
            {
                "name": "OPTIONS",
                "lines": 1,
                "subsections": [
                    {
                        "name": "-h, --help",
                        "lines": 2,
                        "flag": "-h",
                        "long": "--help"
                    },
                    {
                        "name": "--debug",
                        "lines": 2,
                        "long": "--debug"
                    },
                    {
                        "name": "--root-dir",
                        "lines": 2,
                        "long": "--root-dir"
                    }
                ]
            },
            {
                "name": "SEE ALSO",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "AUTHORS",
                "lines": 5,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "netplan-get - read merged netplan YAML configuration\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "netplan [--debug] get -h | --help\n\nnetplan [--debug] get [--root-dir=ROOTDIR] [key]\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "netplan  get  [key]  reads  all  YAML  files from /{etc,lib,run}/netplan/*.yaml and returns a\nmerged view of the current configuration\n\nYou can specify all as a key (the default) to get the full YAML tree or extract a subtree  by\nspecifying a nested key like: [network.]ethernets.eth0.\n\nFor details of the configuration file format, see netplan(5).\n",
                "subsections": []
            },
            "OPTIONS": {
                "content": "",
                "subsections": [
                    {
                        "name": "-h, --help",
                        "content": "Print basic help.\n",
                        "flag": "-h",
                        "long": "--help"
                    },
                    {
                        "name": "--debug",
                        "content": "Print debugging output during the process.\n",
                        "long": "--debug"
                    },
                    {
                        "name": "--root-dir",
                        "content": "Read YAML files from this root instead of /\n",
                        "long": "--root-dir"
                    }
                ]
            },
            "SEE ALSO": {
                "content": "netplan(5), netplan-set(8), netplan-dbus(8)\n",
                "subsections": []
            },
            "AUTHORS": {
                "content": "Lukas Märdian (lukas.maerdian@canonical.com).\n\n\n\nnetplan-get(8)",
                "subsections": []
            }
        }
    }
}