{
    "content": [
        {
            "type": "text",
            "text": "# archpath (man)\n\n## NAME\n\narchpath - output arch (tla/Bazaar) archive names, with support for branches\n\n## DESCRIPTION\n\narchpath is intended to be run in an arch (tla or Bazaar) working copy.\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS** (1 subsections)\n- **DESCRIPTION**\n- **AUTHOR**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "archpath",
        "section": "",
        "mode": "man",
        "summary": "archpath - output arch (tla/Bazaar) archive names, with support for branches",
        "synopsis": "",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 1,
                "subsections": [
                    {
                        "name": "archpath",
                        "lines": 3
                    }
                ]
            },
            {
                "name": "DESCRIPTION",
                "lines": 23,
                "subsections": []
            },
            {
                "name": "AUTHOR",
                "lines": 4,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "archpath - output arch (tla/Bazaar) archive names, with support for branches\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "",
                "subsections": [
                    {
                        "name": "archpath",
                        "content": "archpath branch\narchpath branch--version\n"
                    }
                ]
            },
            "DESCRIPTION": {
                "content": "archpath is intended to be run in an arch (tla or Bazaar) working copy.\n\nIn  its  simplest  usage, archpath with no parameters outputs the package name (archive/cate‐\ngory--branch--version) associated with the working copy.\n\nIf a parameter is given, it may either be a branch--version, in which case archpath will out‐\nput a corresponding package name in the current archive and category, or a plain branch  name\n(without  ‘--\"),  in which case archpath will output a corresponding package name in the cur‐\nrent archive and category and with the same version as the current working copy.\n\nThis is useful for branching.  For example, if you're using Bazaar and you want to  create  a\nbranch for a new feature, you might use a command like this:\n\nbaz branch $(archpath) $(archpath new-feature)\n\nOr  if  you  want to tag your current code onto a ‘releases’ branch as version 1.0, you might\nuse a command like this:\n\nbaz branch $(archpath) $(archpath releases--1.0)\n\nThat's much easier than using ‘baz tree-version’ to look up the  package  name  and  manually\nmodifying the result.\n",
                "subsections": []
            },
            "AUTHOR": {
                "content": "archpath  was written by Colin Watson <cjwatson@debian.org>.  Like archpath, this manual page\nis released under the GNU General Public License, version 2 or later.\n\nDEBIAN                                    Debian Utilities                               ARCHPATH(1)",
                "subsections": []
            }
        }
    }
}