GET /api/v1/ports/argocd/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "name": "argocd",
    "portdir": "devel/argocd",
    "version": "2.9.6",
    "license": "Apache-2",
    "platforms": "darwin freebsd linux",
    "epoch": 0,
    "replaced_by": null,
    "homepage": "https://argoproj.github.io/argo-cd",
    "description": "Declarative continuous deployment for Kubernetes",
    "long_description": "Argo CD is a declarative, GitOps continuous delivery tool for Kubernetes. Argo CD follows the GitOps pattern of using Git repositories as the source of truth for defining the desired application state. This port installs the Argo CD CLI.",
    "active": true,
    "categories": [
        "devel",
        "sysutils"
    ],
    "maintainers": [
        {
            "name": "herby.gillot",
            "github": "herbygillot",
            "ports_count": 896
        }
    ],
    "variants": [],
    "dependencies": [
        {
            "type": "build",
            "ports": [
                "go",
                "clang-16"
            ]
        }
    ],
    "depends_on": []
}