{
    "content": [
        {
            "type": "text",
            "text": "# fwupdtool (man)\n\n## NAME\n\nfwupdtool - standalone firmware update utility\n\n## SYNOPSIS\n\nfwupdtool [CMD]\n\n## DESCRIPTION\n\nThis  tool  allows  an  administrator to use the fwupd plugins without being installed on the\nhost system.\n\n## TLDR\n\n> Update device firmware manually or manipulate firmware files.\n\n- Display all devices detected by `fwupd`:\n  `fwupdtool get-devices`\n- Install firmware from a file:\n  `fwupdtool install {{path/to/firmware}}`\n- Display help:\n  `fwupdtool {{-h|--help}}`\n\n*Source: tldr-pages*\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **OPTIONS**\n- **EXIT STATUS**\n- **SEE ALSO**\n- **BUGS**\n- **AUTHOR**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "fwupdtool",
        "section": "",
        "mode": "man",
        "summary": "fwupdtool - standalone firmware update utility",
        "synopsis": "fwupdtool [CMD]",
        "tldr_summary": "Update device firmware manually or manipulate firmware files.",
        "tldr_examples": [
            {
                "description": "Display all devices detected by `fwupd`",
                "command": "fwupdtool get-devices"
            },
            {
                "description": "Install firmware from a file",
                "command": "fwupdtool install {{path/to/firmware}}"
            },
            {
                "description": "Display help",
                "command": "fwupdtool {{-h|--help}}"
            }
        ],
        "tldr_source": "official",
        "flags": [],
        "examples": [],
        "see_also": [
            {
                "name": "fwupdagent",
                "section": "1",
                "url": "https://www.chedong.com/phpMan.php/man/fwupdagent/1/json"
            },
            {
                "name": "fwupdmgr",
                "section": "1",
                "url": "https://www.chedong.com/phpMan.php/man/fwupdmgr/1/json"
            }
        ],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 7,
                "subsections": []
            },
            {
                "name": "OPTIONS",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "EXIT STATUS",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "BUGS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "AUTHOR",
                "lines": 5,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "fwupdtool - standalone firmware update utility\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "fwupdtool [CMD]\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "This  tool  allows  an  administrator to use the fwupd plugins without being installed on the\nhost system.\n\nAdditionally dfu-tool can be used to convert firmware from various different formats,  or  to\nmodify the images contained inside the container firmware file.  For example, you can convert\nDFU or Intel HEX firmware into the vendor-specific format.\n",
                "subsections": []
            },
            "OPTIONS": {
                "content": "The fwupdtool command takes various options depending on the action.   Run  fwupdtool  --help\nfor the full list.\n",
                "subsections": []
            },
            "EXIT STATUS": {
                "content": "Commands  that  successfully  execute  will return \"0\", but commands that have no actions but\nsuccessfully execute will return \"2\".\n",
                "subsections": []
            },
            "SEE ALSO": {
                "content": "fwupdagent(1), fwupdmgr(1)\n",
                "subsections": []
            },
            "BUGS": {
                "content": "No known bugs.\n",
                "subsections": []
            },
            "AUTHOR": {
                "content": "Richard Hughes (richard@hughsie.com)\n\n\n\n1.7.9                                       11 April 2021                                     man(1)",
                "subsections": []
            }
        }
    }
}