{
    "content": [
        {
            "type": "text",
            "text": "# git-verify-tag (man)\n\n## NAME\n\ngit-verify-tag - Check the GPG signature of tags\n\n## SYNOPSIS\n\ngit verify-tag [--format=<format>] <tag>...\n\n## DESCRIPTION\n\nValidates the gpg signature created by git tag.\n\n## TLDR\n\n> Check for GPG verification of tags.\n\n- Check tags for a GPG signature:\n  `git verify-tag {{tag1 optional_tag2 ...}}`\n- Check tags for a GPG signature and show details for each tag:\n  `git verify-tag {{tag1 optional_tag2 ...}} {{-v|--verbose}}`\n- Check tags for a GPG signature and print the raw details:\n  `git verify-tag {{tag1 optional_tag2 ...}} --raw`\n\n*Source: tldr-pages*\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **OPTIONS** (2 subsections)\n- **GIT**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "git-verify-tag",
        "section": "",
        "mode": "man",
        "summary": "git-verify-tag - Check the GPG signature of tags",
        "synopsis": "git verify-tag [--format=<format>] <tag>...",
        "tldr_summary": "Check for GPG verification of tags.",
        "tldr_examples": [
            {
                "description": "Check tags for a GPG signature",
                "command": "git verify-tag {{tag1 optional_tag2 ...}}"
            },
            {
                "description": "Check tags for a GPG signature and show details for each tag",
                "command": "git verify-tag {{tag1 optional_tag2 ...}} {{-v|--verbose}}"
            },
            {
                "description": "Check tags for a GPG signature and print the raw details",
                "command": "git verify-tag {{tag1 optional_tag2 ...}} --raw"
            }
        ],
        "tldr_source": "official",
        "flags": [
            {
                "flag": "",
                "long": "--raw",
                "arg": null,
                "description": "Print the raw gpg status output to standard error instead of the normal human-readable output."
            },
            {
                "flag": "-v",
                "long": "--verbose",
                "arg": null,
                "description": "Print the contents of the tag object before validating it. <tag>... SHA-1 identifiers of Git tag objects."
            }
        ],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "OPTIONS",
                "lines": 1,
                "subsections": [
                    {
                        "name": "--raw",
                        "lines": 3,
                        "long": "--raw"
                    },
                    {
                        "name": "-v, --verbose",
                        "lines": 5,
                        "flag": "-v",
                        "long": "--verbose"
                    }
                ]
            },
            {
                "name": "GIT",
                "lines": 5,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "git-verify-tag - Check the GPG signature of tags\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "git verify-tag [--format=<format>] <tag>...\n\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "Validates the gpg signature created by git tag.\n",
                "subsections": []
            },
            "OPTIONS": {
                "content": "",
                "subsections": [
                    {
                        "name": "--raw",
                        "content": "Print the raw gpg status output to standard error instead of the normal human-readable\noutput.\n",
                        "long": "--raw"
                    },
                    {
                        "name": "-v, --verbose",
                        "content": "Print the contents of the tag object before validating it.\n\n<tag>...\nSHA-1 identifiers of Git tag objects.\n",
                        "flag": "-v",
                        "long": "--verbose"
                    }
                ]
            },
            "GIT": {
                "content": "Part of the git(1) suite\n\n\n\nGit 2.34.1                                   02/26/2026                            GIT-VERIFY-TAG(1)",
                "subsections": []
            }
        }
    }
}